/*
Theme Name: Pivanta Products
Theme URI: http://pivantaproducts.in/
Author: Antigravity
Description: Custom WordPress theme for Pivanta Products. Deep Green and Gold aesthetic.
Version: 1.0.0
Text Domain: pivanta
*/

:root {
  --primary-color: #0b3d0b; /* Deep Green */
  --secondary-color: #d4af37; /* Gold */
  --text-color: #333333;
  --bg-color: #ffffff;
  --light-bg: #f9f9f9;
  --gold-hover: #b8960c;
  --green-hover: #072a07;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
  line-height: 1.6;
}

* {
  box-sizing: border-box;
}

/* Global Media Resets: Prevent Unconstrained Image & SVG Blowups */
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
svg {
  max-height: 100%;
  flex-shrink: 0;
}

a {
  text-decoration: none;
  color: var(--primary-color);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--secondary-color);
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Button */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: var(--secondary-color);
  color: #fff !important;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}
.btn:hover {
  background-color: var(--gold-hover);
  transform: translateY(-2px);
}
.btn-primary {
  background-color: var(--primary-color);
}
.btn-primary:hover {
  background-color: var(--green-hover);
}
.btn-whatsapp {
  background-color: #25D366;
  font-size: 1.1em;
}
.btn-whatsapp:hover {
  background-color: #128C7E;
}
/* Universal Button SVG Constraints */
.btn svg, a.btn svg, button.btn svg {
  width: 18px;
  height: 18px;
  max-width: 22px;
  max-height: 22px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  margin-right: 8px;
  fill: currentColor;
}
.btn-whatsapp svg {
  margin-right: 8px;
  fill: currentColor;
  width: 20px;
  height: 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: var(--primary-color);
  margin-bottom: 15px;
}

/* Header */
.site-header {
  background-color: var(--primary-color);
  padding: 15px 0;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Custom Logo Constraints: Prevents High-Res Logo Overflows */
.site-logo,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
}
.site-logo img,
.custom-logo-link img,
.custom-logo,
.site-logo-img {
  max-height: 55px;
  max-width: 220px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 4px;
}

/* Mobile Nav Toggle Button */
.mobile-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.2s ease;
}
.mobile-nav-toggle:hover {
  border-color: var(--secondary-color);
}
.mobile-nav-toggle:focus {
  outline: 2px solid var(--secondary-color);
}
.nav-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.mobile-nav-toggle.is-active .nav-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mobile-nav-toggle.is-active .nav-bar:nth-child(2) {
  opacity: 0;
}
.mobile-nav-toggle.is-active .nav-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}

.main-navigation a {
  color: #fff;
  font-weight: 500;
  font-size: 1.05rem;
  padding: 5px 0;
}

.main-navigation a:hover {
  color: var(--secondary-color);
}

/* Breadcrumbs */
.pivanta-breadcrumbs {
  font-size: 0.95rem;
  margin-bottom: 25px;
  color: #666;
}
.pivanta-breadcrumbs a {
  color: var(--primary-color);
  font-weight: 500;
}
.pivanta-breadcrumbs a:hover {
  color: var(--secondary-color);
}
.breadcrumb-sep {
  margin: 0 6px;
  color: #999;
}

/* ==========================================================================
   Homepage Redesign: Premium Dark Green & Gold Aesthetic + Audience Slices
   ========================================================================== */

/* 1. Global Logistics & Top Ticker */
.top-announcement-bar {
  background: #061e09;
  color: #e0f2e0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  padding: 9px 0;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
}
.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}
.announcement-badge {
  background: rgba(212, 175, 55, 0.18);
  color: #ffd700;
  border: 1px solid rgba(212, 175, 55, 0.5);
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.announcement-text strong {
  color: #ffffff;
}
.announcement-link {
  color: #ffd700;
  font-weight: 600;
  text-decoration: underline;
  transition: opacity 0.2s;
}
.announcement-link:hover {
  opacity: 0.8;
  color: #fff;
}

/* 2. High-Impact Hero Section */
.home-hero-section {
  background: radial-gradient(circle at 85% 15%, rgba(212, 175, 55, 0.14) 0%, transparent 45%),
              linear-gradient(135deg, #07220b 0%, #0d3b14 55%, #13461a 100%);
  color: #ffffff;
  padding: 85px 0 65px;
  position: relative;
  overflow: hidden;
}
.home-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.hero-container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero-content {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #ffd700;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.pulse-dot {
  width: 8px;
  height: 8px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 0 8px #25D366;
  animation: pulse-ring 2s infinite ease-in-out;
}
@keyframes pulse-ring {
  0% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.8; }
}

.home-hero-title {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.18;
  max-width: 980px;
  margin: 0 auto 20px;
  letter-spacing: -0.02em;
}
.highlight-gold {
  color: #f6cf56;
  text-shadow: 0 0 25px rgba(246, 207, 86, 0.3);
}
.home-hero-subtitle {
  font-size: 1.18rem;
  color: #d2e4d2;
  max-width: 840px;
  margin: 0 auto 28px;
  line-height: 1.68;
}

.hero-trust-pills {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ecfaec;
  font-size: 0.88rem;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 500;
}
.trust-pill svg {
  width: 15px;
  height: 15px;
  fill: #ffd700;
}

.hero-cta-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.hero-btn-main {
  padding: 15px 28px;
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
  border-radius: 6px;
}
.btn-secondary-hero {
  background: #d4af37;
  color: #07220b !important;
  font-weight: 700;
  padding: 15px 28px;
  font-size: 1.05rem;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
  transition: all 0.2s ease;
}
.btn-secondary-hero:hover {
  background: #e2be44;
  transform: translateY(-2px);
  color: #000 !important;
}
.btn-outline-hero {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #ffffff !important;
  font-weight: 600;
  padding: 13px 24px;
  font-size: 1.02rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.btn-outline-hero:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Hero Stats Strip */
.hero-stats-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  background: rgba(4, 20, 6, 0.45);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 24px 20px;
  margin-top: 20px;
}
.hero-stat-card {
  padding: 8px 12px;
}
.stat-number {
  font-size: 1.9rem;
  font-weight: 800;
  color: #ffd700;
  line-height: 1.15;
  margin-bottom: 4px;
}
.stat-label {
  font-size: 0.82rem;
  color: #bcd8bc;
  font-weight: 500;
  line-height: 1.4;
}

/* 3. Audience Gateway Section */
.audience-section {
  padding: 80px 0 70px;
  background: #fbfdfa;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 40px;
}
.audience-card {
  background: #ffffff;
  border: 1px solid #e2ece2;
  border-radius: 14px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}
.featured-audience-card {
  border: 2px solid #d4af37;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.12);
}
.popular-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  background: #d4af37;
  color: #07220b;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 0 12px 0 12px;
  letter-spacing: 0.05em;
}
.audience-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.tag-export {
  background: #e8f0fe;
  color: #1a73e8;
  border: 1px solid #d2e3fc;
}
.tag-b2b {
  background: #fef7e0;
  color: #b06000;
  border: 1px solid #feefc3;
}
.tag-artist {
  background: #fce8e6;
  color: #c5221f;
  border: 1px solid #fad2cf;
}
.audience-card-export {
  border-top: 4px solid #1a73e8;
}
.audience-card-b2b {
  border-top: 4px solid #b06000;
}
.audience-card-artist {
  border-top: 4px solid #c5221f;
}
.audience-icon {
  font-size: 2.2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 14px;
}
.audience-icon svg,
.audience-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.audience-card h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
  color: var(--primary-color);
}
.audience-summary {
  font-size: 0.94rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}
.audience-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  flex-grow: 1;
}
.audience-checklist li {
  font-size: 0.88rem;
  color: #444;
  line-height: 1.55;
  position: relative;
  padding-left: 24px;
  margin-bottom: 11px;
}
.audience-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1b7a2d;
  font-weight: 800;
}
.audience-card-footer {
  display: flex;
  gap: 10px;
  margin-top: auto;
}
.audience-card-footer .btn {
  flex: 1;
  text-align: center;
  font-size: 0.88rem;
  padding: 10px 14px;
}
.btn-outline-dark {
  background: #fff;
  border: 1px solid #ccdacc;
  color: var(--primary-color) !important;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s;
}
.btn-outline-dark:hover {
  border-color: var(--primary-color);
  background: #f2f7f2;
}
.btn-whatsapp-sm {
  background: #25D366;
  color: #fff !important;
  font-weight: 600;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background 0.2s;
}
.btn-whatsapp-sm:hover {
  background: #1eaf53;
}

/* 4. Featured Bestsellers Section */
.bestsellers-section {
  padding: 80px 0;
  background: #ffffff;
}
.category-pills-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 25px 0 35px;
}
.cat-pill {
  padding: 8px 18px;
  border-radius: 25px;
  background: #f1f6f1;
  color: #334433;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #e0ebe0;
  transition: all 0.2s;
}
.cat-pill:hover, .cat-pill.active {
  background: var(--primary-color);
  color: #ffffff !important;
  border-color: var(--primary-color);
}
.products-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 26px;
}
.bestseller-card {
  border: 1px solid #e3ede3;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.bestseller-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(13, 59, 20, 0.08);
  border-color: #c9dec9;
}
.bestseller-img-box {
  width: 100%;
  height: 220px;
  background: #f8faf8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bestseller-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.3s ease;
}
.bestseller-card:hover .bestseller-thumb-img {
  transform: scale(1.05);
}
.card-badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.badge-grade {
  background: #eaf3ea;
  color: #12551a;
  border: 1px solid #c9e0c9;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 4px;
}
.badge-moq {
  background: #fdf5e2;
  color: #8a6500;
  border: 1px solid #f2dfa8;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 4px;
}
.bestseller-title {
  font-size: 1.22rem;
  line-height: 1.35;
  margin-bottom: 10px;
}
.bestseller-title a {
  color: var(--primary-color);
}
.bestseller-title a:hover {
  color: var(--secondary-color);
}
.bestseller-desc {
  font-size: 0.91rem;
  color: #555;
  line-height: 1.55;
  margin-bottom: 14px;
  flex-grow: 1;
}
.bestseller-specs {
  font-size: 0.84rem;
  background: #f8faf8;
  border-left: 3px solid var(--secondary-color);
  padding: 8px 12px;
  border-radius: 0 6px 6px 0;
  color: #444;
  margin-bottom: 18px;
}
.bestseller-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
.bestseller-actions .btn {
  flex: 1;
  font-size: 0.88rem;
  padding: 9px 12px;
}
.btn-outline-specs {
  background: transparent;
  border: 1px solid #c3d6c3;
  color: var(--primary-color) !important;
  border-radius: 4px;
  font-weight: 600;
}
.btn-outline-specs:hover {
  background: #f0f7f0;
  border-color: var(--primary-color);
}
.section-center-footer {
  text-align: center;
  margin-top: 40px;
}
.economics-cta {
  margin-top: 28px;
}

/* 5. Factory Standards (E-E-A-T) */
.factory-standards-section {
  background: #09260c;
  color: #fff;
  padding: 80px 0;
}
.heading-dark-bg h2 {
  color: #fff !important;
}
.heading-dark-bg p {
  color: #c9dec9 !important;
}
.gold-badge {
  background: rgba(212, 175, 55, 0.2) !important;
  color: #ffd700 !important;
  border-color: rgba(212, 175, 55, 0.5) !important;
}
.standards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.standard-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 28px 24px;
  transition: background 0.2s, transform 0.2s;
}
.standard-box:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-3px);
}
.standard-icon {
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 14px;
}
.standard-icon svg,
.standard-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.standard-box h3 {
  font-size: 1.25rem;
  color: #ffd700;
  margin-bottom: 10px;
}
.standard-box p {
  font-size: 0.91rem;
  color: #d8ebd8;
  line-height: 1.6;
  margin: 0;
}

/* 6. Economics / Unit Margin Section */
.economics-section {
  padding: 70px 0;
  background: #f6faf6;
}
.economics-card {
  background: #ffffff;
  border: 1px solid #dbe8db;
  border-radius: 16px;
  padding: 45px 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.economics-content h2 {
  font-size: 2.1rem;
  margin: 12px 0 14px;
}
.economics-content p {
  font-size: 1.05rem;
  color: #555;
  max-width: 750px;
  margin: 0 auto 35px;
}
.margin-stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 35px;
}
.margin-stat {
  background: #fbfdfa;
  border: 1px solid #e5eee5;
  border-radius: 10px;
  padding: 20px;
}
.highlight-stat {
  background: #fffdf5;
  border: 2px solid #d4af37;
}
.m-val {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1.2;
  margin-bottom: 6px;
}
.highlight-stat .m-val {
  color: #b06000;
}
.m-lbl {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.4;
}
.m-lbl small {
  color: #777;
}

/* 7. Knowledge Base / Guides Section */
.home-guides-section {
  padding: 80px 0;
  background: #ffffff;
}
.home-guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
  margin-top: 35px;
}
.home-guide-card {
  background: #fbfdfb;
  border: 1px solid #e7efe7;
  border-radius: 12px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.home-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  border-color: #d1e2d1;
}
.guide-topic-pill {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--secondary-color);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.home-guide-card h3 {
  font-size: 1.15rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.home-guide-card h3 a {
  color: var(--primary-color);
}
.home-guide-card h3 a:hover {
  color: var(--secondary-color);
}
.home-guide-card p {
  font-size: 0.89rem;
  color: #555;
  line-height: 1.55;
  margin-bottom: 16px;
  flex-grow: 1;
}
.guide-read-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary-color);
  transition: color 0.2s;
}
.guide-read-link:hover {
  color: var(--secondary-color);
}

/* 8. Export & Wholesale Direct Lead Generation Desk */
.export-desk-section {
  padding: 80px 0;
  background: #f2f7f2;
}
.lead-card-wrapper {
  background: radial-gradient(circle at 90% 10%, rgba(212, 175, 55, 0.15) 0%, transparent 40%),
              linear-gradient(135deg, #09260c 0%, #0d3b14 70%, #114518 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 50px 40px;
  box-shadow: 0 15px 35px rgba(9, 38, 12, 0.25);
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.lead-card-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 35px;
}
.lead-eyebrow {
  display: inline-block;
  background: rgba(212, 175, 55, 0.2);
  color: #ffd700;
  border: 1px solid rgba(212, 175, 55, 0.5);
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.lead-card-header h2 {
  font-size: 2.3rem;
  color: #ffffff;
  margin-bottom: 12px;
}
.lead-card-header p {
  color: #c9dec9;
  font-size: 1.05rem;
  line-height: 1.6;
}
.lead-actions-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 35px;
}
.lead-action-box {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.action-icon {
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.action-icon svg,
.action-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.lead-action-box h3 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 6px;
}
.lead-action-box p {
  font-size: 0.86rem;
  color: #bcd5bc;
  line-height: 1.5;
  margin-bottom: 18px;
  flex-grow: 1;
}
.w-full {
  width: 100%;
}
.btn-outline-light {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 4px;
  padding: 12px 20px;
  transition: all 0.2s;
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
.lead-compliance-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.83rem;
  color: #bcd5bc;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
}
.lead-compliance-strip strong {
  color: #ffd700;
}

/* 9. FAQ Accordion */
.home-faq-section {
  padding: 80px 0;
  background: #ffffff;
}
.faq-accordion-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 35px;
}
.home-faq-item {
  border: 1px solid #e2ece2;
  border-radius: 10px;
  background: #fbfdfb;
  overflow: hidden;
  transition: border-color 0.2s;
}
.home-faq-item[open] {
  border-color: var(--primary-color);
  background: #ffffff;
}
.faq-summary {
  padding: 18px 22px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.faq-summary::-webkit-details-marker {
  display: none;
}
.faq-chevron {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: 1;
  transition: transform 0.2s;
}
.home-faq-item[open] .faq-chevron {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 22px 20px;
  font-size: 0.94rem;
  color: #555;
  line-height: 1.68;
}
.faq-answer p {
  margin: 0;
}

/* Responsive adjustments for homepage */
@media (max-width: 900px) {
  .home-hero-title {
    font-size: 2.3rem;
  }
  .lead-card-wrapper {
    padding: 35px 22px;
  }
  .hero-cta-group {
    flex-direction: column;
  }
  .hero-cta-group .btn {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hero-stats-bar {
    grid-template-columns: 1fr 1fr;
  }
  .audience-grid, .products-grid-v2, .standards-grid {
    grid-template-columns: 1fr;
  }
  .announcement-inner {
    font-size: 0.8rem;
  }
}



/* Single Product Layout */
.single-product-main {
  padding: 60px 0;
  min-height: 60vh;
}
.single-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 50px;
  align-items: start;
}
.product-gallery-wrap {
  width: 100%;
}
.product-gallery-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}
.product-main-img-box {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e2ece2;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.product-thumbnails-strip {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.thumb-btn {
  background: #ffffff;
  border: 2px solid #e0ebe0;
  border-radius: 8px;
  padding: 3px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.2s ease;
}
.thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.thumb-btn:hover, .thumb-btn.active {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.3);
  transform: translateY(-2px);
}
.product-gallery-placeholder {
  width: 100%;
  height: 400px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #888;
  font-weight: 500;
}
.product-info-col {
  display: flex;
  flex-direction: column;
}
.product-main-title {
  font-size: 2.5rem;
  margin-top: 0;
  color: var(--primary-color);
  line-height: 1.2;
  margin-bottom: 20px;
}
.product-main-content {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

/* Product Excerpt (Above the fold hook) */
.product-hero-excerpt {
  font-size: 1.06rem;
  color: #334155;
  line-height: 1.65;
  margin-bottom: 18px;
  font-weight: 500;
}

/* HSN / Customs Badge */
.product-badge.hs-badge {
  background: #eef2ff;
  color: #3730a3;
  border-color: #c7d2fe;
  font-weight: 700;
}

/* Above-The-Fold High-Converting B2B Lead Card */
.product-hero-lead-card {
  background: linear-gradient(135deg, #ffffff 0%, #f7faf7 100%);
  border: 1.5px solid #bfe3bf;
  border-top: 4px solid #16a34a;
  border-radius: 12px;
  padding: 20px 22px;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(11, 61, 11, 0.08);
}
.hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e3eee3;
  padding-bottom: 10px;
}
.hero-card-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-card-badge {
  background: #dcfce7;
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hero-card-title {
  font-size: 1.1rem;
  color: #0b3d0b;
  font-weight: 700;
}
.hero-response-time {
  font-size: 0.8rem;
  color: #16a34a;
  font-weight: 600;
  background: #f0fdf4;
  padding: 3px 8px;
  border-radius: 4px;
}
.hero-specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}
.hero-spec-item {
  background: #ffffff;
  border: 1px solid #e2ede2;
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-spec-label {
  font-size: 0.74rem;
  text-transform: uppercase;
  color: #4b634b;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.hero-spec-value {
  font-size: 0.92rem;
  color: #111;
  font-weight: 600;
  line-height: 1.35;
}
.hero-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}
.hero-cta-btn-primary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 20px;
  border-radius: 8px;
  background: #25d366;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  transition: all 0.25s ease;
}
.hero-cta-btn-primary:hover {
  background: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}
.btn-wa-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.btn-wa-text-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.25;
}
.btn-wa-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #ffffff;
}
.btn-wa-subtitle {
  font-size: 0.76rem;
  font-weight: 500;
  color: #f0fdf4;
  opacity: 0.95;
}
.hero-cta-btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 8px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534 !important;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.hero-cta-btn-secondary:hover {
  background: #dcfce7;
  color: #14532d !important;
  border-color: #86efac;
}
.hero-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding-top: 10px;
  border-top: 1px dashed #dbe9db;
  font-size: 0.78rem;
  color: #4b634b;
  font-weight: 500;
}
.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Bottom Content Reinforcement CTA */
.product-bottom-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 10px;
  background: #f4faf4;
  border: 1px solid #cbe4cb;
  margin-top: 30px;
}
.bottom-cta-content {
  flex: 1;
  min-width: 250px;
}
.product-cta-heading {
  margin: 0 0 4px 0;
  font-weight: 700;
  font-size: 1.12rem;
  color: #0b3d0b;
}
.bottom-cta-sub {
  margin: 0;
  font-size: 0.88rem;
  color: #4b634b;
}
.product-cta-btn {
  font-size: 1rem;
  padding: 12px 22px;
  flex-shrink: 0;
}

/* Mobile Floating Sticky Lead Bar (Above-The-Fold Everywhere on Mobile) */
.mobile-sticky-product-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid #cbe4cb;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  padding: 8px 14px;
  transform: translateY(110%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: none;
}
.mobile-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}
.mobile-sticky-info {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.mobile-sticky-thumb {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid #d5e6d5;
  flex-shrink: 0;
}
.mobile-sticky-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.mobile-sticky-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
}
.mobile-sticky-sub {
  font-size: 0.72rem;
  color: #15803d;
  font-weight: 600;
}
.mobile-sticky-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 6px;
  flex-shrink: 0;
  background: #25d366;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(37, 211, 102, 0.4);
}

@media (max-width: 768px) {
  .mobile-sticky-product-bar {
    display: block;
  }
  .mobile-sticky-product-bar.is-visible {
    transform: translateY(0);
  }
  .product-main-title {
    font-size: 1.85rem;
  }
  .hero-specs-grid {
    grid-template-columns: 1fr;
  }
  .product-bottom-cta-box {
    flex-direction: column;
    text-align: center;
  }
  .product-bottom-cta-box .product-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Related Products */
.related-products-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}
.related-heading {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 30px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 25px;
}
.related-item-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.related-item-card:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}
.related-item-title {
  font-size: 1.15rem;
  margin-top: 0;
  margin-bottom: 15px;
}
.related-item-btn {
  font-size: 0.95rem;
  padding: 8px 18px;
}

/* Archive Page */
.archive-main {
  padding: 60px 0;
  min-height: 60vh;
}
.archive-header {
  text-align: center;
  margin-bottom: 45px;
}
.archive-title {
  font-size: 2.6rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.archive-description {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  color: #555;
  font-size: 1.05rem;
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}
.archive-product-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.archive-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.archive-thumb-wrap {
  height: 220px;
  overflow: hidden;
  background: #f4f4f4;
}
.archive-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.archive-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.archive-card-title {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 12px;
}
.archive-card-excerpt {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
  line-height: 1.5;
}
.archive-card-btn {
  width: 100%;
  text-align: center;
}
.archive-pagination {
  margin-top: 45px;
  text-align: center;
}
.archive-pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: var(--primary-color);
}
.archive-pagination .current {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

/* ==========================================================================
   Redesigned Premium Footer: Deep Forest Green & Gold + Verified Credentials
   ========================================================================== */
.site-footer {
  background: linear-gradient(180deg, #07220b 0%, #051a08 100%);
  color: #ffffff;
  border-top: 3px solid #d4af37;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.8) 50%, transparent 100%);
}

/* 1. Pre-Footer Global Export & Wholesale Lead Banner */
.footer-cta-strip {
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 36px 0;
}

.footer-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-cta-text {
  flex: 1;
  min-width: 280px;
}

.footer-cta-badge {
  display: inline-block;
  background: rgba(212, 175, 55, 0.16);
  color: #ffd700;
  border: 1px solid rgba(212, 175, 55, 0.4);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.footer-cta-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.footer-cta-sub {
  font-size: 0.95rem;
  color: #a7c5a7;
  margin: 0;
  line-height: 1.5;
}

.footer-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-action-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 0.98rem;
  border-radius: 6px;
}

.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border: 1.5px solid #d4af37;
  color: #ffd700 !important;
  background: transparent;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-outline-gold:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: #ffd700;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* 2. Main Footer Grid */
.footer-main-container {
  padding: 55px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr 1.3fr;
  gap: 40px;
  margin-bottom: 45px;
}

/* Col 1: Brand Widget */
.footer-brand-widget {
  display: flex;
  flex-direction: column;
}

.footer-logo-wrap {
  margin-bottom: 14px;
}

.footer-logo-link {
  display: inline-block;
}

.footer-logo-img {
  max-width: 190px;
  height: auto;
  display: block;
}

.footer-brand-bio {
  font-size: 0.92rem;
  color: #b7ceb7;
  line-height: 1.65;
  margin: 0 0 16px 0;
}

.footer-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.footer-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e1ede1;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.01em;
}

.footer-social-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.footer-social-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8fa88f;
  font-weight: 700;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.social-btn:hover {
  transform: translateY(-3px);
}

.social-facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(24, 119, 242, 0.4);
}

.social-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(214, 36, 159, 0.4);
}

.social-youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(255, 0, 0, 0.4);
}

.social-linkedin:hover {
  background: #0077b5;
  border-color: #0077b5;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 119, 181, 0.4);
}

.social-icon-svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

/* Col 2 & 3: Navigation Columns */
.footer-widget-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffd700;
  margin: 0 0 18px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 8px;
}

.footer-widget-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #d4af37;
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-links-list a {
  color: #b7ceb7;
  text-decoration: none;
  font-size: 0.92rem;
  display: inline-block;
  transition: all 0.2s ease;
}

.footer-links-list a:hover {
  color: #ffd700;
  padding-left: 5px;
}

/* Col 4: Contact & Factory Desk */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.88rem;
  color: #b7ceb7;
  line-height: 1.5;
}

.footer-contact-icon-box {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(212, 175, 55, 0.15);
  color: #ffd700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-text strong {
  color: #e5f0e5;
}

.footer-contact-text a {
  color: #ffd700;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact-text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Compliance Card */
.footer-compliance-card {
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 8px;
  padding: 10px 14px;
  margin: 14px 0 16px 0;
  font-size: 0.8rem;
}

.compliance-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
  color: #8fa88f;
}

.compliance-line code {
  color: #ffd700;
  font-family: monospace;
  font-size: 0.82rem;
  font-weight: 600;
  background: rgba(212, 175, 55, 0.08);
  padding: 1px 6px;
  border-radius: 4px;
}

.footer-whatsapp-btn {
  width: 100%;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 10px 18px;
}

.footer-whatsapp-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: currentColor;
}

/* 3. Bottom Legal & Dispatch Row */
.footer-bottom-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom-copy {
  font-size: 0.86rem;
  color: #8fa88f;
}

.footer-bottom-copy strong {
  color: #d1ebd1;
}

.footer-bottom-dispatch-note {
  font-size: 0.82rem;
  color: #799479;
}

.footer-bottom-dispatch-note strong {
  color: #b7ceb7;
}

/* Responsive Adaptations for Redesigned Footer */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .footer-cta-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer-cta-actions {
    width: 100%;
    flex-direction: column;
  }
  .footer-action-wa,
  .btn-outline-gold {
    width: 100%;
    justify-content: center;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-bottom-row {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}

/* Early Typography Adjustments */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .section-title, .wholesale-title, .archive-title, .product-main-title {
    font-size: 1.9rem;
  }
}

/* Page Template */
.page-main {
  padding: 60px 0;
  min-height: 60vh;
}
.page-article {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.page-header-title {
  font-size: 2.5rem;
  margin-top: 0;
  color: var(--primary-color);
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.page-body-content {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #444;
}

/* Small Button Utility */
.btn-sm {
  padding: 8px 16px;
  font-size: 0.9rem;
}

/* Product Meta Badges & Specs */
.product-meta-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.product-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}
.grade-badge {
  background-color: #eaf5ea;
  color: var(--primary-color);
  border: 1px solid #c2e2c2;
}
.moq-badge {
  background-color: #fff9e6;
  color: #9a6f00;
  border: 1px solid #fce293;
}
.product-specs-box {
  background: var(--light-bg);
  border-left: 4px solid var(--secondary-color);
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}
.product-specs-box h4 {
  margin: 0 0 6px 0;
  font-size: 1rem;
  color: var(--primary-color);
}
.product-specs-box p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}

/* Product FAQ Accordion / Section */
.product-faq-section {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid #eaeaea;
}
.product-faq-section h3 {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.faq-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  transition: box-shadow 0.2s ease;
}
.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
.faq-item h4 {
  margin: 0 0 10px 0;
  font-size: 1.15rem;
  color: var(--primary-color);
}
.faq-item p {
  margin: 0;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* Guides - Single Template */
.single-guide-main {
  padding: 60px 0;
  min-height: 60vh;
}
.guide-article {
  max-width: 860px;
  margin: 0 auto;
}
.guide-header {
  margin-bottom: 30px;
}
.guide-meta-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.guide-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 16px;
}
.guide-topic-badge {
  background: var(--primary-color);
  color: #fff;
}
.guide-time-badge {
  background: #f0f0f0;
  color: #555;
}
.guide-target-badge {
  background: #eef7ff;
  color: #0b5cab;
  border: 1px solid #cce4fc;
}
.guide-main-title {
  font-size: 2.7rem;
  line-height: 1.25;
  margin: 0 0 15px 0;
  color: var(--primary-color);
}
.guide-date-author {
  font-size: 0.95rem;
  color: #777;
  margin: 0;
}
.guide-featured-media {
  margin-bottom: 35px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.guide-featured-img {
  width: 100%;
  height: auto;
  display: block;
}
.guide-takeaway-box {
  background: #f4fbf4;
  border-left: 4px solid #2e7d32;
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 35px;
}
.takeaway-badge {
  font-weight: 700;
  color: #2e7d32;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.takeaway-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #1b4d1e;
}
.guide-body-content {
  font-size: 1.15rem;
  line-height: 1.85;
  color: #333;
}
.guide-body-content h2 {
  font-size: 1.9rem;
  margin-top: 45px;
  margin-bottom: 18px;
  color: var(--primary-color);
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.guide-body-content h3 {
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 14px;
}
.guide-body-content ul, .guide-body-content ol {
  padding-left: 25px;
  margin-bottom: 25px;
}
.guide-body-content li {
  margin-bottom: 8px;
}

/* Recommended Products Box in Guides */
.guide-recommended-products {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 35px;
  margin: 50px 0;
}
.product-section-header h3 {
  margin: 0 0 8px 0;
  font-size: 1.6rem;
  color: var(--primary-color);
}
.product-section-header p {
  margin: 0 0 25px 0;
  color: #666;
  font-size: 1rem;
}
.recommended-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.recommended-product-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.recommended-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}
.card-thumb-wrap {
  height: 160px;
  overflow: hidden;
  background: #f4f4f4;
}
.card-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-info-wrap {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-grade-badge {
  font-size: 0.75rem;
  font-weight: 700;
  color: #2e7d32;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.card-product-heading {
  margin: 0 0 8px 0;
  font-size: 1.05rem;
  line-height: 1.4;
}
.card-product-heading a {
  color: var(--primary-color);
}
.card-moq-text {
  font-size: 0.85rem;
  color: #777;
  margin: 0 0 15px 0;
}
.card-action-btns {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

/* Guide E-E-A-T Footer */
.guide-footer-eeat {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}
.eeat-box {
  background: #fdfaf2;
  border: 1px solid #f0e6ce;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
.eeat-box h4 {
  margin: 0 0 10px 0;
  font-size: 1.3rem;
  color: var(--primary-color);
}
.eeat-box p {
  margin: 0 auto;
  max-width: 650px;
  color: #555;
  line-height: 1.6;
}

/* Guide Card Item (Archive) */
.guide-card-item .guide-card-meta {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

/* Category & Topic Filter Pills */
.category-pill-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
  justify-content: center;
}
.cat-pill {
  display: inline-block;
  padding: 8px 18px;
  background: #f1f5f1;
  color: var(--primary-color) !important;
  border: 1px solid #dbe6db;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.25s ease;
}
.cat-pill:hover, .cat-pill.cat-pill-active {
  background: var(--primary-color);
  color: #fff !important;
  border-color: var(--primary-color);
  transform: translateY(-1px);
}

/* Product to Guide Relevant Tutorials */
.product-guides-section {
  margin-top: 50px;
  padding: 35px 30px;
  background: #fbfdfb;
  border: 1px solid #e1ebe1;
  border-radius: 12px;
}
.product-guides-header {
  margin-bottom: 25px;
}
.product-guides-heading {
  margin: 10px 0 6px;
  font-size: 1.45rem;
  color: var(--primary-color);
}
.product-guides-sub {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}
.product-guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.product-guide-card {
  background: #fff;
  border: 1px solid #e8ede8;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-guide-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(11, 61, 11, 0.08);
}
.product-guide-meta {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.product-guide-title {
  margin: 0 0 8px;
  font-size: 1.1rem;
  line-height: 1.4;
}
.product-guide-title a {
  color: var(--primary-color);
}
.product-guide-title a:hover {
  color: var(--secondary-color);
}
.product-guide-excerpt {
  color: #666;
  font-size: 0.88rem;
  margin: 0 0 15px;
  flex-grow: 1;
}
.product-guide-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--secondary-color);
  display: inline-flex;
  align-items: center;
}

/* Standalone FAQ Knowledge Base */
.faq-page-main {
  max-width: 900px;
  margin: 40px auto 60px;
}
.faq-header {
  text-align: center;
  margin-bottom: 40px;
}
.faq-header-sub {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 10px auto 0;
}
.faq-category-block {
  margin-bottom: 45px;
}
.faq-category-heading {
  font-size: 1.35rem;
  margin-bottom: 5px;
  color: var(--primary-color);
}
.faq-category-sub {
  color: #777;
  font-size: 0.92rem;
  margin-top: 0;
  margin-bottom: 18px;
}
.faq-items-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-accordion-item {
  background: #fff;
  border: 1px solid #e5ebe5;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-accordion-item[open] {
  border-color: var(--secondary-color);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.faq-question {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-icon {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--secondary-color);
  transition: transform 0.2s ease;
}
.faq-accordion-item[open] .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 20px 20px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}
.faq-answer p {
  margin: 0;
}
.faq-contact-cta {
  background: #fbfdfb;
  border: 2px dashed #ccdccc;
  border-radius: 12px;
  padding: 35px 20px;
  text-align: center;
  margin-top: 50px;
}
.faq-contact-cta h3 {
  margin: 0 0 10px;
  color: var(--primary-color);
}
.faq-contact-cta p {
  color: #666;
  margin: 0 0 20px;
}
.faq-cta-btn {
  padding: 12px 28px;
  font-size: 1.05rem;
}

/* About Us & Factory Standards Page */
.about-page-main {
  max-width: 1100px;
  margin: 40px auto 60px;
}
.about-header {
  text-align: center;
  margin-bottom: 45px;
}
.about-header-sub {
  color: #666;
  font-size: 1.15rem;
  max-width: 780px;
  margin: 12px auto 0;
}
.about-section {
  margin-bottom: 60px;
}
.about-grid-2col {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 820px) {
  .about-grid-2col {
    grid-template-columns: 1fr;
  }
}
.about-text-block h2 {
  font-size: 1.6rem;
  margin-top: 0;
}
.about-highlight-box {
  background: #f4f8f4;
  border-left: 4px solid var(--primary-color);
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin-top: 20px;
  font-size: 0.95rem;
  color: #2c4d2c;
}
.about-credentials-card {
  background: #fdfaf2;
  border: 1px solid #f0e6ce;
  border-radius: 12px;
  padding: 28px;
}
.about-credentials-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--primary-color);
}
.about-cred-sub {
  color: #666;
  font-size: 0.9rem;
  margin-top: 0;
  margin-bottom: 20px;
}
.about-credentials-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.about-credentials-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #e5dcc5;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.about-credentials-list li:last-child {
  border-bottom: none;
}
.cred-label {
  font-size: 0.82rem;
  color: #777;
  text-transform: uppercase;
  font-weight: 600;
}
.cred-val {
  font-size: 1.05rem;
  color: var(--primary-color);
}
.about-badge-seal {
  background: #fff;
  border: 1px solid #d4af37;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: #8c7014;
}

/* 5-Stage Process Steps Grid */
.section-center-heading {
  text-align: center;
  margin-bottom: 35px;
}
.section-center-heading h2 {
  font-size: 1.7rem;
  margin-bottom: 8px;
}
.section-center-heading p {
  color: #666;
  margin: 0;
}
.process-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 20px;
}
.process-step-card {
  background: #fff;
  border: 1px solid #e2ece2;
  border-radius: 10px;
  padding: 24px 18px;
  text-align: center;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.process-step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(11, 61, 11, 0.08);
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-weight: 800;
  font-size: 1.1rem;
  border-radius: 50%;
  margin-bottom: 15px;
}
.process-step-card h3 {
  font-size: 1.05rem;
  margin: 0 0 10px;
  line-height: 1.3;
}
.process-step-card p {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}
.about-features-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.about-features-checklist li {
  padding: 8px 0;
  font-size: 0.98rem;
  color: #444;
}
.about-contact-card {
  background: #fbfdfb;
  border: 1px solid #d9e5d9;
  border-radius: 12px;
  padding: 28px;
}
.about-contact-card h3 {
  margin-top: 0;
  color: var(--primary-color);
}
.about-contact-methods p {
  margin: 10px 0;
  font-size: 0.95rem;
}

/* ==========================================================================
   Comprehensive Guide & Tutorial Layout System
   ========================================================================== */
.guide-page-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
.guide-hero-banner {
  background: linear-gradient(135deg, #0d3b14 0%, #175220 100%);
  color: #fff;
  padding: 50px 40px;
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(13, 59, 20, 0.15);
}
.guide-hero-banner.exporter-hero {
  background: linear-gradient(135deg, #0e2a3b 0%, #13465e 100%);
}
.guide-hero-banner-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.guide-hero-banner-meta .guide-badge {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
}
.guide-main-heading {
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.3;
  margin: 0 0 16px;
  border-bottom: none;
  padding-bottom: 0;
}
.guide-hero-banner-sub {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #e0f2e0;
  max-width: 880px;
  margin-bottom: 30px;
}
.exporter-hero .guide-hero-banner-sub {
  color: #e2f0f9;
}
.guide-author-bar {
  margin-top: -12px;
  margin-bottom: 22px;
  font-size: 0.95rem;
  color: #c9e8c9;
}
.exporter-hero .guide-author-bar {
  color: #c0ddf2;
}
.blueprint-author-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.blueprint-author-link:hover {
  color: var(--secondary-color);
}
.guide-quick-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 15px;
  margin-top: 25px;
}
.stat-box {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 16px;
  border-radius: 10px;
  text-align: center;
}
.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--secondary-color);
}
.stat-label {
  font-size: 0.85rem;
  color: #e2ece2;
  margin-top: 4px;
  display: block;
}

/* Guide Layout with Sticky Index */
.guide-layout-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) {
  .guide-layout-wrapper {
    grid-template-columns: 1fr;
  }
}
.guide-index-box {
  background: #fbfdfb;
  border: 1px solid #d9e5d9;
  border-radius: 12px;
  padding: 24px 20px;
  position: sticky;
  top: 90px;
}
.guide-index-box h3 {
  font-size: 1.1rem;
  margin: 0 0 15px;
  color: var(--primary-color);
}
.guide-index-box ol {
  margin: 0;
  padding-left: 20px;
}
.guide-index-box li {
  margin-bottom: 10px;
  font-size: 0.92rem;
  line-height: 1.4;
}
.guide-index-box a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}
.guide-index-box a:hover {
  color: var(--primary-color);
  font-weight: 600;
}

.guide-article-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}
.guide-content-section {
  margin-bottom: 50px;
}
.guide-content-section h2 {
  font-size: 1.7rem;
  color: var(--primary-color);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8f0e8;
}
.guide-highlight-box {
  background: #f4faf4;
  border-left: 4px solid var(--primary-color);
  padding: 18px 24px;
  border-radius: 0 8px 8px 0;
  margin: 25px 0;
  font-size: 1rem;
}

/* Model Cards Grid */
.model-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 25px 0;
}
.model-card {
  background: #fff;
  border: 1px solid #e2ece2;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}
.model-tag {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  background: #eef7ee;
  color: var(--primary-color);
  padding: 4px 10px;
  border-radius: 12px;
  margin-bottom: 12px;
}
.model-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}
.model-pros {
  margin: 15px 0 0;
  padding-left: 18px;
  font-size: 0.9rem;
  color: #555;
}
.model-pros li {
  margin-bottom: 6px;
}

/* Blueprint Tables */
.table-responsive {
  overflow-x: auto;
  margin: 25px 0;
}
.blueprint-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.blueprint-table th,
.blueprint-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}
.blueprint-table th {
  background: #f0f6f0;
  color: var(--primary-color);
  font-weight: 700;
}
.table-total-row {
  background: #f9fbf9;
  font-size: 1.05rem;
}

/* Economics Box */
.economics-highlight-box {
  background: #fffdf5;
  border: 1px solid #fce293;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 25px 0;
}
.economics-highlight-box h3 {
  margin: 0 0 12px;
  color: #9a6f00;
  font-size: 1.15rem;
}
.economics-highlight-box ul {
  margin: 0;
  padding-left: 20px;
}
.economics-highlight-box li {
  margin-bottom: 8px;
  font-size: 0.98rem;
  color: #444;
}

/* Blueprint Supplies Grid */
.blueprint-supplies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 25px 0;
}
.supply-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.supply-item h4 {
  margin: 0 0 8px;
  color: var(--primary-color);
}
.supply-item p {
  font-size: 0.92rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}
.supply-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
}
.supply-link:hover {
  text-decoration: underline;
}

/* Recipe & Steps */
.recipe-box {
  background: #f4f8f4;
  border: 1px solid #dbe8db;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 20px 0 30px;
}
.recipe-box h3 {
  margin-top: 0;
  color: var(--primary-color);
}
.recipe-box ul {
  margin: 0;
  padding-left: 20px;
}
.recipe-box li {
  margin-bottom: 6px;
}
.step-workflow-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 25px 0;
}
.step-card {
  background: #fff;
  border: 1px solid #e2ece2;
  border-radius: 10px;
  padding: 22px;
  position: relative;
}
.step-count {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--primary-color);
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.step-card h4 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}
.step-card p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Pricing Cards */
.pricing-matrix-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 25px 0;
}
.pricing-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}
.pricing-card.highlight-card {
  border: 2px solid var(--primary-color);
  background: #fbfefb;
  position: relative;
}
.pricing-card h4 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}
.price-val {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 12px;
}
.price-val span {
  font-size: 0.85rem;
  color: #666;
  font-weight: 400;
}
.pricing-card p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

/* Strategy items */
.strategy-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 25px 0;
}
.strategy-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-left-width: 4px;
  border-left-color: var(--primary-color);
  border-radius: 8px;
  padding: 20px 24px;
}
.strategy-item h4 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  color: var(--primary-color);
}
.strategy-item p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #444;
}

/* Blueprint Action Section */
.blueprint-cta-section {
  margin-top: 60px;
}
.blueprint-cta-card {
  background: linear-gradient(135deg, #0d3b14 0%, #154e1f 100%);
  color: #fff;
  border-radius: 16px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(13, 59, 20, 0.2);
}
.cta-pill {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--secondary-color);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.blueprint-cta-card h2 {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 14px;
  border-bottom: none;
}
.blueprint-cta-card p {
  color: #e2ece2;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.7;
}
.blueprint-cta-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-lg {
  padding: 14px 28px;
  font-size: 1.05rem;
  font-weight: 600;
}
.btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-outline:hover {
  background: #fff;
  color: var(--primary-color);
}
.cta-guarantee-note {
  font-size: 0.88rem !important;
  color: #b8dbb8 !important;
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}

/* 404 Error Page Styles */
.error-404-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}
.error-404-hero {
  text-align: center;
  margin-bottom: 50px;
}
.error-404-sub {
  font-size: 1.15rem;
  color: #555;
  max-width: 650px;
  margin: 15px auto 30px;
  line-height: 1.7;
}
.error-search-box {
  max-width: 540px;
  margin: 0 auto;
}
.error-search-form {
  display: flex;
  gap: 8px;
}
.error-search-form .search-field {
  flex: 1;
  padding: 12px 18px;
  font-size: 1rem;
  border: 2px solid #d0e0d0;
  border-radius: 8px;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s;
}
.error-search-form .search-field:focus {
  border-color: var(--primary-color);
}
.error-search-form .search-submit {
  padding: 12px 24px;
  font-size: 1rem;
  cursor: pointer;
}
@media (max-width: 600px) {
  .error-search-form {
    flex-direction: column;
  }
}

/* ==========================================================================
   Internal Linking & Contextual Flow Styles
   ========================================================================== */

/* Comprehensive Guide Reference Banner */
.guide-reference-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: linear-gradient(135deg, #f0fdf4 0%, #fdfaf2 100%);
  border: 1.5px solid #cce8d0;
  border-left: 5px solid var(--primary-color);
  border-radius: 10px;
  padding: 18px 24px;
  margin: 35px 0;
  box-shadow: 0 4px 14px rgba(11, 61, 11, 0.04);
}
.guide-reference-card .reference-icon {
  font-size: 1.8rem;
  line-height: 1;
  flex-shrink: 0;
}
.guide-reference-card .reference-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #234725;
}
.guide-reference-card .reference-text a {
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.guide-reference-card .reference-text a:hover {
  color: var(--secondary-color);
}

/* Dynamic Related Guides Section in Single Guides */
.guide-related-guides {
  background: #fdfdfd;
  border: 1px solid #e8efe8;
  border-radius: 12px;
  padding: 35px 30px;
  margin: 45px 0;
}
.related-guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 25px;
}
.related-guide-card {
  background: #fff;
  border: 1px solid #e2ebe2;
  border-radius: 10px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.related-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(11, 61, 11, 0.08);
  border-color: #b8dcb8;
}
.related-guide-card .guide-time-badge {
  align-self: flex-start;
  margin-bottom: 12px;
}
.related-guide-title {
  font-size: 1.15rem;
  line-height: 1.4;
  margin: 0 0 10px;
  color: var(--primary-color);
}
.related-guide-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.related-guide-title a:hover {
  color: var(--secondary-color);
}
.related-guide-excerpt {
  color: #555;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 16px;
  flex-grow: 1;
}
.related-guide-link {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  margin-top: auto;
  transition: gap 0.2s, color 0.2s;
}
.related-guide-link:hover {
  color: var(--secondary-color);
  gap: 8px;
}

/* Topic Guides Grid */
.topic-guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 25px;
}
.topic-guide-card {
  background: #ffffff;
  border: 1.5px solid #e1ebe1;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.topic-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(11, 61, 11, 0.08);
  border-color: var(--primary-color);
}
.topic-guide-tag {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #eef7ee;
  color: #235d25;
  margin-bottom: 12px;
}
.topic-guide-card h4 {
  font-size: 1.2rem;
  line-height: 1.35;
  color: var(--primary-color);
  margin: 0 0 10px;
}
.topic-guide-card p {
  color: #5a5a5a;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 16px;
  flex-grow: 1;
}
.topic-guide-link {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--secondary-color);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  transition: gap 0.2s;
}
.topic-guide-card:hover .topic-guide-link {
  gap: 8px;
}

@media (max-width: 768px) {
  .guide-reference-card {
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }
  .guide-related-guides {
    padding: 24px 16px;
  }
  .topic-guides-grid {
    grid-template-columns: 1fr;
  }
}





/* ==========================================================================
   MASTER RESPONSIVE & MOBILE APP-LIKE TYPOGRAPHY SYSTEM
   Ensures seamless, touch-friendly, app-like mobile UX and fluid scaling
   across Mobile (<=480px), Large Phones/Tablets (481px-768px),
   and Laptops/Desktops (>768px).
   ========================================================================== */

/* Touch & Tap optimizations */
a, button, input, select, summary {
  -webkit-tap-highlight-color: transparent;
}

/* 1. TABLET & MEDIUM SCREENS (max-width: 1024px) */
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .guide-layout-wrapper {
    grid-template-columns: 240px 1fr;
    gap: 25px;
  }
  .guide-hero-banner {
    padding: 40px 30px;
  }
  .guide-main-heading {
    font-size: 2rem;
  }
  .archive-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
  }
}

/* 2. SMALL TABLETS & LARGE SMARTPHONES (max-width: 768px) */
@media (max-width: 768px) {
  .site-header {
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .site-logo img,
  .custom-logo-link img,
  .custom-logo,
  .site-logo-img {
    max-height: 42px;
    max-width: 160px;
  }
  .mobile-nav-toggle {
    display: flex;
  }
  .main-navigation {
    position: absolute;
    top: calc(100% + 10px);
    left: -5%;
    right: -5%;
    width: 110%;
    background: #07220b;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    border-bottom: 3px solid var(--secondary-color);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
    z-index: 9999;
  }
  .main-navigation.is-open {
    max-height: 480px;
    opacity: 1;
    pointer-events: auto;
  }
  .main-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 8px 20px 20px;
    margin: 0;
    list-style: none;
    text-align: left;
  }
  .main-navigation li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .main-navigation li:last-child {
    border-bottom: none;
  }
  .main-navigation a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 6px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #f0f7f0;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .main-navigation a:hover,
  .main-navigation a:focus {
    color: var(--secondary-color);
    padding-left: 12px;
    background: rgba(255, 255, 255, 0.04);
  }
  .home-hero-title, .hero-title {
    font-size: 1.85rem;
    line-height: 1.25;
  }
  .home-hero-subtitle {
    font-size: 1.0rem;
    line-height: 1.6;
  }
  .section-title, .wholesale-title, .archive-title, .product-main-title {
    font-size: 1.55rem;
    line-height: 1.3;
  }
  .guide-layout-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .guide-index-box {
    position: static;
    top: auto;
    padding: 20px 16px;
  }
  .guide-hero-banner {
    padding: 30px 20px;
    border-radius: 12px;
  }
  .guide-main-heading {
    font-size: 1.65rem;
  }
  .guide-lead-text {
    font-size: 1.02rem;
    line-height: 1.6;
  }
  .guide-quick-facts {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .stat-box {
    padding: 12px 8px;
  }
  .stat-number {
    font-size: 1.25rem;
  }
  .stat-label {
    font-size: 0.78rem;
  }
  .guide-reference-card {
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }
  .guide-related-guides {
    padding: 24px 16px;
  }
  .topic-guides-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .recommended-products-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .blueprint-cta-actions {
    flex-direction: column;
    gap: 12px;
  }
  .blueprint-cta-actions .btn {
    width: 100%;
    text-align: center;
  }
  .page-article {
    padding: 24px 18px;
    border-radius: 12px;
  }
  .page-header-title {
    font-size: 1.75rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  /* Hero & Category Navigation Adjustments */
  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .hero-cta-group .btn {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    text-align: center;
    font-size: 0.95rem;
  }
  .hero-stats-bar {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
    padding: 18px 14px;
  }
  .category-pills-row,
  .category-pill-nav {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start !important;
    padding: 6px 16px 14px !important;
    margin-left: -16px;
    margin-right: -16px;
    scrollbar-width: none;
  }
  .category-pills-row::-webkit-scrollbar,
  .category-pill-nav::-webkit-scrollbar {
    display: none;
  }
  .cat-pill,
  .category-pill-nav a {
    flex-shrink: 0;
    white-space: nowrap;
  }

  /* Single Product & About Grid Stacking */
  .single-product-grid {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }
  .about-grid-2col {
    grid-template-columns: 1fr !important;
    gap: 25px;
  }
  .product-thumbnails-strip {
    gap: 8px;
  }
  .thumb-btn {
    width: 65px;
    height: 65px;
  }

  /* B2B Audience & Catalog Grids */
  .audience-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .products-grid-v2 {
    grid-template-columns: 1fr !important;
    max-width: 440px;
    margin: 0 auto;
    gap: 20px;
  }
  .standards-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  .related-grid {
    grid-template-columns: 1fr !important;
    max-width: 440px;
    margin: 0 auto;
    gap: 20px;
  }

  /* Country Hub Sections */
  .compliance-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .country-pillars-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px;
  }
  .country-products-grid {
    grid-template-columns: 1fr !important;
    max-width: 440px;
    margin: 0 auto;
    gap: 18px;
  }
  .calendar-milestones {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }
  .country-switcher-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }

  /* Responsive Table Touch Scrolling */
  .table-responsive,
  .logistics-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e0ebe0;
    background: #ffffff;
  }
  .table-responsive table,
  .logistics-table-wrap table,
  .compliance-table,
  .blueprint-table,
  .logistics-table {
    min-width: 500px;
    border-collapse: collapse;
    margin: 0;
  }
}

/* 3. MOBILE PHONES - NATIVE APP-LIKE EXPERIENCE (max-width: 480px) */
@media (max-width: 480px) {
  /* Typography Scaling: compact, refined, app-like (not oversized desktop fonts) */
  html {
    font-size: 15px;
  }
  body {
    -webkit-font-smoothing: antialiased;
    color: #2b2b2b;
  }
  .container {
    padding: 0 14px;
  }
  .site-title {
    font-size: 1.35rem;
    letter-spacing: -0.3px;
  }
  .site-tagline {
    font-size: 0.72rem;
  }
  
  /* Hero & Headings */
  .home-hero-title, .hero-title, .guide-main-heading, .archive-title, .page-header-title {
    font-size: 1.42rem !important;
    line-height: 1.26 !important;
    letter-spacing: -0.3px;
    margin-bottom: 12px;
  }
  .home-hero-subtitle, .guide-lead-text, .archive-description {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
    margin-bottom: 20px;
    color: #4a4a4a;
  }
  .section-title, .wholesale-title, .product-main-title, .related-heading {
    font-size: 1.22rem !important;
    line-height: 1.3 !important;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 1.18rem !important;
    line-height: 1.32 !important;
    margin-top: 24px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 1.04rem !important;
    line-height: 1.36 !important;
    margin-top: 18px;
    margin-bottom: 8px;
  }
  h4 {
    font-size: 0.96rem !important;
    line-height: 1.4 !important;
  }
  p, li, .page-body-content, .guide-body-content {
    font-size: 0.92rem !important;
    line-height: 1.58 !important;
  }
  
  /* Badges & Meta Pills */
  .guide-badge, .product-badge, .cat-pill, .spoke-tag, .topic-guide-tag {
    font-size: 0.72rem !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
  }
  .guide-hero-details, .product-meta-badges {
    gap: 6px;
    margin-bottom: 14px;
  }
  
  /* Hero & Main Cards */
  .home-hero-section {
    padding: 35px 0 25px;
  }
  .page-main, .archive-main {
    padding: 16px 0 35px;
  }
  .guide-hero-banner {
    padding: 20px 14px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .page-article {
    padding: 18px 14px;
    border-radius: 10px;
  }
  
  /* Quick Facts / Stats */
  .guide-quick-facts {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 16px;
  }
  .stat-box {
    padding: 10px 8px;
    border-radius: 8px;
  }
  .stat-number {
    font-size: 1.12rem !important;
    font-weight: 700;
  }
  .stat-label {
    font-size: 0.70rem !important;
  }
  
  /* Sticky Index / TOC Box */
  .guide-index-box {
    padding: 16px 12px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .guide-index-box h3 {
    font-size: 1.02rem;
    margin-bottom: 10px;
  }
  .guide-index-box ol {
    padding-left: 18px;
  }
  .guide-index-box li {
    font-size: 0.86rem;
    margin-bottom: 8px;
  }
  
  /* Content Sections & Callouts */
  .guide-content-section {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
  .guide-highlight-box {
    padding: 14px;
    border-radius: 8px;
    font-size: 0.88rem;
    margin: 18px 0;
  }
  
  /* Buttons: Full-width, thumb-friendly app touch target */
  .btn, .btn-primary, .btn-whatsapp, .btn-outline {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    font-size: 0.90rem;
    font-weight: 600;
    border-radius: 8px;
  }
  .btn-sm {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.84rem;
  }
  .home-hero-actions, .hero-cta-group, .country-hero-actions, .product-actions-wrap, .blueprint-cta-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .home-hero-actions .btn, .hero-cta-group .btn, .country-hero-actions .btn, .product-actions-wrap .btn, .blueprint-cta-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  
  /* Cards & Grids: Single column, compact padding */
  .archive-grid,
  .recommended-products-grid,
  .topic-guides-grid,
  .standards-grid,
  .products-grid-v2,
  .audience-grid,
  .single-product-grid,
  .country-pillars-grid,
  .country-products-grid,
  .country-switcher-grid,
  .calendar-milestones,
  .compliance-grid,
  .model-cards-grid,
  .pricing-matrix-grid,
  .home-guides-grid,
  .about-grid-2col {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }
  .recommended-product-card, .archive-product-card, .topic-guide-card {
    border-radius: 10px;
    overflow: hidden;
  }
  .card-thumb-wrap, .archive-thumb-wrap {
    height: 175px !important;
  }
  .card-info-wrap, .archive-card-body {
    padding: 14px !important;
  }
  .card-product-heading, .archive-card-title {
    font-size: 1.02rem !important;
    line-height: 1.35;
    margin-bottom: 6px;
  }
  .card-action-btns {
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
  }
  .card-action-btns .btn {
    width: 100%;
  }
  
  /* Tables: Mobile friendly horizontal scrolling with smooth swipe */
  .table-responsive,
  .logistics-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 16px 0;
    border: 1px solid #d9e5d9;
    border-radius: 8px;
    background: #fff;
    width: 100%;
    display: block;
  }
  .blueprint-table,
  .compliance-table,
  .logistics-table {
    min-width: 480px;
    font-size: 0.82rem;
  }
  .blueprint-table th, .blueprint-table td,
  .compliance-table th, .compliance-table td {
    padding: 8px 10px;
  }
  
  /* Reference / Bridge Callout */
  .guide-reference-card {
    padding: 14px;
    border-radius: 10px;
    margin: 22px 0;
    flex-direction: column;
    gap: 8px;
  }
  .reference-icon {
    font-size: 1.3rem;
  }
  .reference-text {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  
  /* Blueprint CTA Card */
  .blueprint-cta-card {
    padding: 22px 14px;
    border-radius: 12px;
  }
  .blueprint-cta-card h2 {
    font-size: 1.3rem !important;
  }
  .blueprint-cta-card p {
    font-size: 0.88rem !important;
  }
  
  /* Footer */
  .site-footer {
    padding: 35px 0 15px;
    margin-top: 35px;
  }
  .footer-widget h3 {
    font-size: 1.12rem;
    margin-bottom: 12px;
  }
}

/* 4. ULTRA-SMALL PHONES (max-width: 380px) */
@media (max-width: 380px) {
  .hero-stats-bar,
  .country-metrics-grid,
  .guide-quick-facts {
    grid-template-columns: 1fr !important;
  }
  .trust-pill {
    width: 100%;
    justify-content: center;
    font-size: 0.8rem;
    padding: 5px 8px;
  }
  .thumb-btn {
    width: 54px;
    height: 54px;
  }
  .blueprint-table,
  .compliance-table,
  .logistics-table {
    min-width: 420px;
  }
}

/* ==========================================================================
   V2 Product Page — Trust Badges, Cone Variants Strip, Export Panel
   ========================================================================== */

/* ── Custom Branding Badge ─────────────────────────────────────── */
.product-badge.branding-badge-yes {
  background: linear-gradient(135deg, #e6f9ec 0%, #d4f5e2 100%);
  color: #1a6e3a;
  border: 1px solid #7dcf9e;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.01em;
}

.product-badge.branding-badge-no {
  background: #f4f4f4;
  color: #666;
  border: 1px solid #ccc;
  font-weight: 500;
  font-size: 0.78rem;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ── Export Ready Badge ────────────────────────────────────────── */
.product-badge.export-ready-badge {
  background: linear-gradient(135deg, #eaf1fb 0%, #d5e8f8 100%);
  color: #1a4e7e;
  border: 1px solid #8ab8e8;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ── Cone Variants Strip ──────────────────────────────────────── */
.cone-variants-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #f9fbf9 0%, #f2f8f2 100%);
  border: 1px solid rgba(11, 61, 11, 0.12);
  border-radius: 8px;
  border-left: 4px solid var(--primary-color);
}

.cone-variants-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.cone-variants-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cone-variant-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 13px;
  border-radius: 20px;
  background: #ffffff;
  border: 1.5px solid rgba(11, 61, 11, 0.18);
  color: var(--primary-color);
  font-size: 0.83rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.18s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.cone-variant-pill:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(11, 61, 11, 0.25);
}

.cone-variant-pill.cone-variant-active {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(11, 61, 11, 0.3);
  pointer-events: none;
}

/* ── International Export Information Panel ───────────────────── */
.export-info-panel {
  margin-top: 20px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #07220b 0%, #0d3b14 100%);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(7, 34, 11, 0.18);
}

.export-panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px 12px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  color: #ffffff;
  font-size: 0.95rem;
}

.export-panel-icon {
  font-size: 1.2rem;
  line-height: 1;
}

.export-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 6px 0;
}

.export-panel-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.export-panel-item.export-panel-full {
  grid-column: 1 / -1;
  border-bottom: none;
}

.export-panel-key {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #d4af37;
}

.export-panel-val {
  font-size: 0.88rem;
  color: #e8f4e8;
  font-weight: 500;
  line-height: 1.4;
}

/* ── Responsive: Cone Variants & Export Panel ─────────────────── */
@media (max-width: 640px) {
  .cone-variants-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .export-panel-grid {
    grid-template-columns: 1fr;
  }
  .export-panel-item.export-panel-full {
    grid-column: 1;
  }
}

/* ── Product Page Export Hubs Mini Links ──────────────────────── */
.export-panel-hubs {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
}
.export-hubs-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
.export-hubs-mini-list a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 20px;
  color: #f3e5ab;
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.export-hubs-mini-list a:hover {
  background: #d4af37;
  color: #07220b;
  border-color: #d4af37;
  transform: translateY(-1px);
}

/* ── Country Export Landing Page ──────────────────────────────── */
.country-export-page {
  padding-top: 20px;
  padding-bottom: 80px;
}

/* 1. Country Hero Banner */
.country-hero-banner {
  background: linear-gradient(145deg, #051a08 0%, #0b3d12 60%, #08260c 100%);
  color: #ffffff;
  padding: 48px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(5, 26, 8, 0.25);
  margin-bottom: 50px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  position: relative;
  overflow: hidden;
}
.country-hero-banner::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.country-hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.country-flag-badge {
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid #d4af37;
  color: #f9e8a2;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}
.country-status-badge {
  background: rgba(255, 255, 255, 0.1);
  color: #e2f0e2;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 30px;
}
.country-cert-badge {
  background: rgba(46, 125, 50, 0.3);
  border: 1px solid rgba(76, 175, 80, 0.5);
  color: #a5d6a7;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
}
.country-hero-title {
  font-size: 2.3rem;
  line-height: 1.25;
  color: #ffffff;
  margin: 0 0 16px 0;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.country-hero-lead {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #d2e4d2;
  max-width: 850px;
  margin-bottom: 32px;
}
.country-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.country-metric-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 18px 16px;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.country-metric-card:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 175, 55, 0.5);
}
.country-metric-card .metric-icon {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  margin-bottom: 6px;
}
.country-metric-card .metric-icon svg,
.country-metric-card .metric-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.country-metric-card .metric-value {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #f3e5ab;
  margin-bottom: 4px;
}
.country-metric-card .metric-label {
  font-size: 0.78rem;
  color: #b7ceb7;
  line-height: 1.3;
  display: block;
}
.country-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.country-hero-btn {
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
}

/* 2. Country Section Common */
.country-section {
  margin-bottom: 60px;
}
.section-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0b3d0b;
  background: #e8f5e8;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.section-title-wrap h2 {
  font-size: 2rem;
  color: #07220b;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.section-sub-desc {
  font-size: 1.05rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 30px auto;
  line-height: 1.5;
}

/* 3. Pillars Grid */
.country-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pillar-card {
  background: #ffffff;
  border: 1px solid #e2e8e0;
  border-radius: 12px;
  padding: 26px 22px;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(11, 61, 11, 0.08);
  border-color: #0b3d0b;
}
.pillar-icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 36px;
}
.pillar-icon svg,
.pillar-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.pillar-card h3 {
  font-size: 1.15rem;
  color: #07220b;
  margin: 0 0 8px 0;
  font-weight: 700;
}
.pillar-card p {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.55;
  margin: 0;
}

/* 4. Compliance Panel */
.compliance-panel {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-top: 4px solid #0b3d0b;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.compliance-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.compliance-icon-badge {
  font-size: 2rem;
  line-height: 1;
  background: #eaf5ea;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
}
.compliance-icon-badge svg,
.compliance-icon-badge img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.compliance-sub {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0b3d0b;
  font-weight: 700;
  display: block;
}
.compliance-header h2 {
  font-size: 1.7rem;
  margin: 2px 0 0 0;
  color: #07220b;
}
.compliance-intro-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 25px;
}
.compliance-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 25px;
}
.compliance-card {
  background: #fbfdfb;
  border: 1px solid #e5ebe5;
  border-radius: 8px;
  padding: 22px;
}
.compliance-card h4 {
  font-size: 1.05rem;
  color: #0b3d0b;
  margin: 0 0 14px 0;
  border-bottom: 2px solid #e8f0e8;
  padding-bottom: 8px;
}
.compliance-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.compliance-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #444;
}
.compliance-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: 700;
}
.compliance-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.compliance-table th {
  background: #edf5ed;
  color: #0b3d0b;
  padding: 8px 12px;
  text-align: left;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.compliance-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.compliance-table code {
  background: #eef3ee;
  color: #07220b;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.85rem;
}

/* 5. Country Products Grid */
.country-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.country-product-card {
  background: #ffffff;
  border: 1px solid #e0e6e0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.country-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(11, 61, 11, 0.1);
  border-color: #0b3d0b;
}
.country-prod-thumb-link {
  display: block;
  background: #f7faf7;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.country-prod-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.country-product-card:hover .country-prod-thumb {
  transform: scale(1.04);
}
.country-prod-thumb-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
}
.country-prod-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.country-prod-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.badge-pill {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 8px;
  border-radius: 12px;
}
.badge-brand {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}
.badge-hs {
  background: #f5f5f5;
  color: #666;
  border: 1px solid #e0e0e0;
}
.country-prod-title {
  font-size: 1.15rem;
  margin: 0 0 10px 0;
  line-height: 1.35;
  font-weight: 700;
}
.country-prod-title a {
  color: #07220b;
  text-decoration: none;
}
.country-prod-title a:hover {
  color: #0b3d0b;
  text-decoration: underline;
}
.country-prod-moq, .country-prod-grade {
  font-size: 0.88rem;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.4;
}
.country-prod-moq strong, .country-prod-grade strong {
  color: #222;
}
.country-prod-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}
.country-prod-actions .btn {
  flex: 1;
  text-align: center;
  justify-content: center;
  font-size: 0.82rem;
  padding: 8px 12px;
}

/* 6. Seasonal Calendar */
.calendar-card {
  background: #ffffff;
  border: 1px solid #e5ebe5;
  border-left: 4px solid #d4af37;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}
.calendar-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.calendar-icon {
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.calendar-icon svg,
.calendar-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.calendar-badge {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #9a6f00;
  letter-spacing: 0.5px;
}
.calendar-header h2 {
  font-size: 1.6rem;
  color: #07220b;
  margin: 2px 0 0 0;
}
.calendar-milestones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 25px;
}
.milestone-item {
  background: #f9fbf9;
  border: 1px solid #e6eee6;
  border-radius: 10px;
  padding: 18px;
  position: relative;
}
.milestone-item.milestone-peak {
  background: #fffdf5;
  border-color: #f7e096;
}
.milestone-time {
  display: inline-block;
  background: #0b3d0b;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.milestone-peak .milestone-time {
  background: #d4af37;
  color: #07220b;
}
.milestone-info h4 {
  font-size: 1rem;
  color: #07220b;
  margin: 0 0 6px 0;
}
.milestone-info p {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.45;
  margin: 0;
}

/* 7. Logistics Section */
.logistics-table-wrap {
  margin-bottom: 20px;
}
.logistics-note-card {
  display: flex;
  gap: 14px;
  background: #f0f7f0;
  border: 1px solid #c9e2c9;
  border-radius: 8px;
  padding: 16px 20px;
  align-items: flex-start;
}
.logistics-note-icon {
  font-size: 1.4rem;
  line-height: 1;
}
.logistics-note-card strong {
  color: #0b3d0b;
  display: block;
  margin-bottom: 4px;
}
.logistics-note-card p {
  margin: 0;
  font-size: 0.92rem;
  color: #444;
  line-height: 1.5;
}

/* 8. Private Label Banner */
.branding-banner {
  background: linear-gradient(135deg, #07220b 0%, #104c1a 100%);
  color: #ffffff;
  border-radius: 14px;
  padding: 45px 35px;
  box-shadow: 0 8px 24px rgba(7, 34, 11, 0.2);
}
.branding-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 35px auto;
}
.branding-pill {
  display: inline-block;
  background: rgba(212, 175, 55, 0.25);
  border: 1px solid #d4af37;
  color: #f7e6a1;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.branding-header h2 {
  font-size: 2rem;
  color: #ffffff;
  margin: 0 0 12px 0;
}
.branding-header p {
  color: #d8ead8;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}
.branding-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 35px;
}
.branding-step-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 24px 20px;
  transition: transform 0.2s ease;
}
.branding-step-card:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 175, 55, 0.4);
}
.step-num {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 800;
  color: #d4af37;
  line-height: 1;
  margin-bottom: 10px;
}
.branding-step-card h4 {
  font-size: 1.1rem;
  color: #ffffff;
  margin: 0 0 8px 0;
}
.branding-step-card p {
  font-size: 0.9rem;
  color: #cfe2cf;
  line-height: 1.5;
  margin: 0;
}

/* 9. FAQ Accordion */
.country-faq-list {
  max-width: 880px;
  margin: 0 auto;
}
.country-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8e0;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.country-faq-item[open] {
  border-color: #0b3d0b;
  box-shadow: 0 4px 12px rgba(11, 61, 11, 0.05);
}
.country-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #07220b;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.country-faq-question::-webkit-details-marker {
  display: none;
}
.faq-toggle-icon {
  font-size: 1.3rem;
  color: #0b3d0b;
  font-weight: 400;
  transition: transform 0.2s ease;
}
.country-faq-item[open] .faq-toggle-icon {
  transform: rotate(45deg);
}
.country-faq-answer {
  padding: 0 22px 20px 22px;
  border-top: 1px solid #f2f2f2;
}
.country-faq-answer p {
  margin: 14px 0 0 0;
  font-size: 0.96rem;
  line-height: 1.6;
  color: #444;
}

/* 10. Country Switcher Grid */
.country-switcher-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.country-switcher-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e0e6e0;
  border-radius: 10px;
  padding: 14px 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.country-switcher-card:hover {
  transform: translateY(-2px);
  border-color: #0b3d0b;
  box-shadow: 0 6px 16px rgba(11, 61, 11, 0.08);
}
.country-switcher-card.country-switcher-active {
  background: #f0f7f0;
  border-color: #0b3d0b;
  pointer-events: none;
}
.country-switcher-flag {
  font-size: 1.8rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.country-switcher-flag svg,
.country-switcher-flag img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.country-switcher-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.country-switcher-text strong {
  font-size: 0.92rem;
  color: #07220b;
  line-height: 1.25;
}
.country-switcher-sub {
  font-size: 0.75rem;
  color: #666;
  margin-top: 2px;
}
.country-switcher-arrow {
  color: #0b3d0b;
  font-weight: 700;
  font-size: 1.1rem;
}
.country-current-pill {
  background: #0b3d0b;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 12px;
  text-transform: uppercase;
}
.pillar-guide-backlink {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #eaeaea;
}
.pillar-link {
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b3d0b;
  text-decoration: underline;
  margin-top: 8px;
}

/* 11. Final CTA */
.country-cta-inner {
  margin-top: 20px;
}

/* ── Responsive: Country Pages ────────────────────────────────── */
@media (max-width: 1024px) {
  .country-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .country-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .country-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .country-switcher-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .calendar-milestones {
    grid-template-columns: 1fr;
  }
  .compliance-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .country-hero-banner {
    padding: 32px 20px;
  }
  .country-hero-title {
    font-size: 1.7rem;
  }
  .country-metrics-grid {
    grid-template-columns: 1fr;
  }
  .country-pillars-grid {
    grid-template-columns: 1fr;
  }
  .country-products-grid {
    grid-template-columns: 1fr;
  }
  .branding-steps-grid {
    grid-template-columns: 1fr;
  }
  .country-switcher-grid {
    grid-template-columns: 1fr;
  }
  .compliance-panel {
    padding: 22px 16px;
  }
}

/* ==========================================================================
   General Utilities & Template Section Wrappers
   ========================================================================== */
.text-center {
  text-align: center;
}

.user-editor-content {
  margin: 30px 0;
  line-height: 1.8;
  color: #444;
}
.user-editor-content p {
  margin-bottom: 20px;
}

/* About Page Sections */
.about-heritage,
.about-filtration,
.about-export-capabilities {
  padding: 50px 0;
}

/* FAQ Accordion Container */
.faq-accordion-container {
  max-width: 850px;
  margin: 0 auto;
}

/* Product Reference Card */
.product-reference-card {
  margin-top: 40px;
}

/* Country Landing Page Dedicated Sections */
.country-why-pivanta {
  padding: 60px 0;
  background: #ffffff;
}
.country-compliance-section {
  padding: 60px 0;
  background: #f8faf8;
}
.compliance-content {
  margin-top: 24px;
}
.country-products-section {
  padding: 60px 0;
  background: #ffffff;
}
.country-calendar-section {
  padding: 60px 0;
  background: #fdfbf7;
}
.calendar-body {
  margin-top: 15px;
}
.country-logistics-section {
  padding: 60px 0;
  background: #ffffff;
}
.country-branding-section {
  padding: 60px 0;
  background: #f8faf8;
}
.branding-cta-row {
  text-align: center;
  margin-top: 30px;
}
.country-faq-section {
  padding: 60px 0;
  background: #ffffff;
}
.country-directory-section {
  padding: 60px 0;
  background: #f8faf8;
}
.country-final-cta {
  padding: 70px 0;
  background: linear-gradient(135deg, #07220b 0%, #0b3d0b 100%);
  text-align: center;
  color: #ffffff;
}

/* ==========================================================================
   Floating WhatsApp Widget (High CTR & Inquiry Conversion)
   ========================================================================== */
.floating-whatsapp-wrap {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 99999;
  font-family: 'Inter', sans-serif;
}

.floating-whatsapp-btn {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.floating-whatsapp-icon {
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  position: relative;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.2s ease, box-shadow 0.3s ease;
}

.floating-whatsapp-icon svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  flex-shrink: 0;
}

.floating-whatsapp-pulse {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 1;
  animation: wa-pulse 2.2s infinite ease-out;
}

@keyframes wa-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.floating-whatsapp-btn:hover .floating-whatsapp-icon {
  transform: scale(1.08);
  background-color: #20ba5a;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.6);
}

.floating-whatsapp-tooltip {
  background: #ffffff;
  border: 1px solid #dce8dc;
  border-radius: 30px;
  padding: 8px 16px 8px 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp-btn:hover .floating-whatsapp-tooltip {
  transform: translateX(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.floating-whatsapp-online-dot {
  width: 9px;
  height: 9px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.3);
  animation: wa-dot-blink 1.8s infinite ease-in-out;
  flex-shrink: 0;
}

@keyframes wa-dot-blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.floating-whatsapp-tooltip-text {
  display: flex;
  flex-direction: column;
}

.floating-whatsapp-tooltip-text strong {
  font-size: 0.86rem;
  font-weight: 700;
  color: #07220b;
  line-height: 1.2;
}

.floating-whatsapp-sub {
  font-size: 0.74rem;
  color: #1e8736;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1px;
}

@media (max-width: 640px) {
  .floating-whatsapp-wrap {
    bottom: 18px;
    right: 18px;
  }
  .floating-whatsapp-icon {
    width: 52px;
    height: 52px;
  }
  .floating-whatsapp-icon svg {
    width: 28px;
    height: 28px;
  }
  .floating-whatsapp-pulse {
    width: 52px;
    height: 52px;
  }
  .floating-whatsapp-tooltip {
    display: none;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   PIVANTA INTERNATIONAL EXPORTER ABOUT PAGE (.exporter-about-page)
   Executive B2B Trade & Sourcing House Aesthetic
   ══════════════════════════════════════════════════════════════════════════ */
.exporter-about-page {
  padding-top: 16px;
  padding-bottom: 80px;
  color: #1f2937;
  font-family: inherit;
}

/* ── Hero Banner ── */
.exp-hero-banner {
  background: linear-gradient(140deg, #051d07 0%, #0a3512 55%, #051c09 100%);
  border-radius: 18px;
  padding: 56px 48px 48px 48px;
  color: #ffffff;
  box-shadow: 0 20px 48px rgba(5, 29, 7, 0.28);
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.exp-hero-banner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(37, 211, 102, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.exp-hero-container {
  position: relative;
  z-index: 2;
}
.exp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(234, 179, 8, 0.14);
  border: 1px solid rgba(234, 179, 8, 0.35);
  color: #fbbf24;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 18px;
}
.exp-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.4);
  animation: exp-pulse 2s infinite;
}
@keyframes exp-pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.exp-hero-title {
  font-size: 2.85rem;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px 0;
  letter-spacing: -0.6px;
  max-width: 960px;
}
.exp-hero-subtitle {
  font-size: 1.26rem;
  font-weight: 600;
  color: #bbf7d0;
  margin: 0 0 16px 0;
  line-height: 1.45;
  max-width: 900px;
}
.exp-hero-desc {
  font-size: 1.04rem;
  line-height: 1.75;
  color: #d1e7d2;
  margin-bottom: 28px;
  max-width: 820px;
}
.exp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}
.exp-btn-gold {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  color: #ffffff !important;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(217, 119, 6, 0.35);
  transition: all 0.2s ease;
}
.exp-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.45);
  filter: brightness(1.05);
}
.exp-btn-whatsapp {
  background: #25d366;
  color: #ffffff !important;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
  transition: all 0.2s ease;
}
.exp-btn-whatsapp:hover {
  background: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}
.exp-btn-outline {
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #ffffff !important;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05)  letter-spacing: 0.5px;
}
.exp-cred-val,
.exp-cred-value {
  font-size: 0.88rem;
  color: #ffffff;
  font-weight: 700;
}

/* ── Common Section Structure ── */
.exp-section {
  margin-bottom: 72px;
}
.exp-section-header {
  margin-bottom: 32px;
}
.exp-section-header.text-center {
  text-align: center;
}
.exp-badge,
.exp-tag {
  display: inline-block;
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.exp-section-header h2 {
  font-size: 2.15rem;
  color: #0b3d0b;
  font-weight: 800;
  margin: 0 0 10px 0;
  letter-spacing: -0.4px;
}
.exp-section-sub {
  font-size: 1.05rem;
  color: #4b5563;
  margin: 0;
  line-height: 1.6;
  max-width: 780px;
}
.exp-section-header.text-center .exp-section-sub {
  margin-left: auto;
  margin-right: auto;
}

/* ── Section 1: Executive Leadership ── */
.exp-founder-spotlight {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.exp-founder-card-featured {
  display: grid;
  grid-template-columns: 320px 1fr;
  background: #ffffff;
  border: 1.5px solid #d1fae5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(11, 61, 11, 0.06);
}
.exp-founder-media {
  background: #f0fdf4;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exp-founder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.exp-founder-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(11, 61, 11, 0.9);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  letter-spacing: 0.4px;
}
.exp-founder-details {
  padding: 34px 38px;
  display: flex;
  flex-direction: column;
}
.exp-founder-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}
.exp-founder-name {
  font-size: 1.85rem;
  color: #0b3d0b;
  margin: 0 0 3px 0;
  font-weight: 800;
}
.exp-founder-role {
  font-size: 0.95rem;
  font-weight: 700;
  color: #16a34a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.exp-linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0a66c2;
  color: #ffffff !important;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 3px 10px rgba(10, 102, 194, 0.22);
  align-self: center;
}
.exp-linkedin-btn:hover {
  background: #084e96;
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(10, 102, 194, 0.32);
}
.exp-founder-quote {
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 600;
  color: #166534;
  background: #f0fdf4;
  border-left: 4px solid #16a34a;
  padding: 14px 18px;
  border-radius: 0 8px 8px 0;
  margin: 0 0 16px 0;
  line-height: 1.6;
}
.exp-founder-desc {
  font-size: 0.98rem;
  color: #374151;
  line-height: 1.7;
  margin: 0;
}

/* Co-founder Secondary Card */
.exp-cofounder-card {
  background: #fdfefe;
  border: 1px solid #e2ede2;
  border-radius: 14px;
  padding: 28px 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}
.exp-cofounder-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}
.exp-avatar-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b3d0b 0%, #15803d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 800;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 14px rgba(11, 61, 11, 0.15);
  flex-shrink: 0;
}
.exp-cofounder-card .exp-founder-name {
  font-size: 1.45rem;
}
.exp-cofounder-desc {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 16px;
}
.exp-cofounder-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.exp-cofounder-pillars span {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
}
.exp-mission-quote-box {
  background: #f8faf8;
  border-left: 4px solid #16a34a;
  border-radius: 0 10px 10px 0;
  padding: 18px 24px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #1b4332;
}
.exp-mission-quote-box p {
  margin: 0;
}

/* ── Section 2: Story & Sourcing Pillars ── */
.exp-story-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: start;
}
.exp-story-left {
  background: #ffffff;
  border: 1px solid #e2ede2;
  border-radius: 14px;
  padding: 36px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.exp-story-left h2 {
  font-size: 2.1rem;
  color: #0b3d0b;
  margin: 0 0 16px 0;
  font-weight: 800;
}
.exp-lead-text {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1b4332;
  line-height: 1.65;
  margin-bottom: 16px;
}
.exp-story-left p {
  font-size: 1rem;
  line-height: 1.75;
  color: #374151;
  margin-bottom: 16px;
}
.exp-callout-text {
  font-size: 1.05rem !important;
  font-weight: 700;
  color: #0b3d0b !important;
  background: #f0fdf4;
  border-left: 4px solid #16a34a;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.exp-pillars-title {
  font-size: 1.28rem;
  color: #0b3d0b;
  margin: 0 0 18px 0;
  font-weight: 700;
}
.exp-pillars-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.exp-pillar-item {
  display: flex;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #e2ede2;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.exp-pillar-item:hover {
  transform: translateY(-2px);
  border-color: #86efac;
}
.exp-pillar-num {
  font-size: 1.45rem;
  font-weight: 800;
  color: #16a34a;
  line-height: 1;
}
.exp-pillar-item h4 {
  font-size: 1.05rem;
  color: #0b3d0b;
  margin: 0 0 4px 0;
  font-weight: 700;
}
.exp-pillar-item p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4b5563;
  margin: 0;
}

/* ── Section 3: Categories & HSN Grid ── */
.exp-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px;
  margin-bottom: 30px;
}
.exp-cat-card {
  background: #ffffff;
  border: 1px solid #e2ede2;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.exp-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(11, 61, 11, 0.08);
  border-color: #86efac;
}
.exp-cat-card-wide {
  grid-column: 1 / -1;
  background: #f9fbf9;
}
.exp-cat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.exp-cat-icon {
  font-size: 1.7rem;
}
.exp-cat-code {
  font-size: 0.72rem;
  font-weight: 800;
  color: #15803d;
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  padding: 3px 8px;
  border-radius: 6px;
}
.exp-cat-card h3 {
  font-size: 1.18rem;
  color: #0b3d0b;
  margin: 0 0 8px 0;
  font-weight: 700;
}
.exp-cat-card p {
  font-size: 0.92rem;
  color: #4b5563;
  line-height: 1.55;
  margin-bottom: 16px;
  flex: 1;
}
.exp-cat-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.exp-cat-meta span {
  font-size: 0.74rem;
  font-weight: 600;
  color: #166534;
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  padding: 3px 8px;
  border-radius: 4px;
}
.exp-catalog-cta-wrap {
  margin-top: 10px;
}

/* ── Section 4: International Trade & Logistics Matrix ── */
.exp-global-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.exp-markets-card {
  background: #ffffff;
  border: 1px solid #e2ede2;
  border-radius: 14px;
  padding: 32px 36px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.exp-markets-card h4 {
  font-size: 1.15rem;
  color: #0b3d0b;
  margin: 0 0 6px 0;
  font-weight: 700;
}
.exp-markets-note {
  font-size: 0.95rem;
  color: #4b5563;
  margin: 0 0 20px 0;
}
.exp-country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}
.exp-country-chip {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #f9fbf9;
  border: 1px solid #e2ede2;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.88rem;
  color: #1f2937;
}
.exp-country-chip span {
  font-size: 1.25rem;
  line-height: 1;
}
.exp-trade-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.exp-trade-box {
  background: #ffffff;
  border: 1px solid #e2ede2;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.exp-trade-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.exp-trade-icon {
  font-size: 1.8rem;
  line-height: 1;
}
.exp-trade-header h3 {
  font-size: 1.24rem;
  color: #0b3d0b;
  margin: 0;
  font-weight: 700;
}
.exp-trade-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.exp-trade-list li {
  font-size: 0.92rem;
  color: #4b5563;
  line-height: 1.55;
  padding-left: 18px;
  position: relative;
}
.exp-trade-list li::before {
  content: "•";
  color: #16a34a;
  position: absolute;
  left: 0;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1;
}
.exp-trade-list strong {
  color: #111827;
}

/* ── Section 5: Who We Serve (Audience) ── */
.exp-audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.exp-aud-card {
  background: #ffffff;
  border: 1px solid #e2ede2;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.exp-aud-card:hover {
  transform: translateY(-2px);
  border-color: #86efac;
}
.exp-aud-icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: block;
}
.exp-aud-card h3 {
  font-size: 1.15rem;
  color: #0b3d0b;
  margin: 0 0 8px 0;
  font-weight: 700;
}
.exp-aud-card p {
  font-size: 0.92rem;
  color: #4b5563;
  line-height: 1.55;
  margin: 0;
}

/* ── Section 6: Corporate Principles ── */
.exp-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 22px;
}
.exp-why-card {
  background: #ffffff;
  border: 1px solid #e2ede2;
  border-radius: 12px;
  padding: 26px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}
.exp-why-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: #16a34a;
  margin-bottom: 10px;
  opacity: 0.85;
}
.exp-why-card h3 {
  font-size: 1.18rem;
  color: #0b3d0b;
  margin: 0 0 8px 0;
  font-weight: 700;
}
.exp-why-card p {
  font-size: 0.93rem;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

/* ── Section 7: Workflow & Philosophy ── */
.exp-philosophy-box {
  background: #f8faf8;
  border: 1px solid #d1fae5;
  border-radius: 16px;
  padding: 44px 48px;
  text-align: center;
}
.exp-philosophy-box h2 {
  font-size: 2rem;
  color: #0b3d0b;
  margin: 0 0 12px 0;
  font-weight: 800;
}
.exp-philosophy-quote {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0b3d0b;
  margin: 0 auto 14px auto;
  line-height: 1.45;
  max-width: 720px;
  border: none;
  padding: 0;
}
.exp-philosophy-p {
  font-size: 1.02rem;
  color: #4b5563;
  line-height: 1.65;
  max-width: 740px;
  margin: 0 auto;
}
.exp-workflow-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
  background: #ffffff;
  border: 1px solid #e0ebe0;
  border-radius: 12px;
  padding: 22px 28px;
}
.exp-wf-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3px;
  flex: 1;
  min-width: 120px;
}
.exp-wf-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #0b3d0b;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 6px;
}
.exp-wf-step strong {
  font-size: 0.94rem;
  color: #111827;
}
.exp-wf-step span {
  font-size: 0.78rem;
  color: #6b7280;
}
.exp-wf-arrow {
  font-size: 1.3rem;
  color: #16a34a;
  font-weight: 700;
}

/* ── Section 8: How We Think About Business ── */
.exp-approach-card {
  background: #ffffff;
  border: 1px solid #e2ede2;
  border-radius: 14px;
  padding: 38px 42px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.exp-approach-lead {
  font-size: 1.1rem;
  color: #1b4332;
  font-weight: 600;
  margin-bottom: 22px;
}
.exp-commitments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 16px;
  margin-bottom: 26px;
}
.exp-commit-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.94rem;
  line-height: 1.55;
  color: #374151;
}
.exp-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #dcfce7;
  color: #15803d;
  border-radius: 50%;
  font-weight: 800;
  font-size: 0.76rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.exp-approach-footer {
  background: #f7faf7;
  border-left: 4px solid #16a34a;
  padding: 16px 22px;
  border-radius: 0 8px 8px 0;
  font-size: 0.98rem;
  color: #1b4332;
  line-height: 1.6;
}
.exp-approach-footer p {
  margin: 0;
}

/* ── Section 9: Wholesale & Export Desk ── */
.exp-contact-card {
  background: #ffffff;
  border: 2px solid #a7f3d0;
  border-radius: 18px;
  padding: 44px 48px;
  box-shadow: 0 10px 36px rgba(11, 61, 11, 0.08);
}
.exp-contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}
.exp-contact-left h2 {
  font-size: 1.95rem;
  color: #0b3d0b;
  margin: 0 0 10px 0;
  font-weight: 800;
}
.exp-contact-desc {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 20px;
  line-height: 1.6;
}
.exp-checklist-heading {
  font-size: 1.05rem;
  color: #0b3d0b;
  margin: 0 0 12px 0;
  font-weight: 700;
}
.exp-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.exp-checklist li {
  font-size: 0.92rem;
  color: #374151;
  line-height: 1.5;
}
.exp-checklist li span {
  color: #16a34a;
  font-weight: 800;
  margin-right: 6px;
}
.exp-contact-panel {
  background: #fdfefe;
  border: 1px solid #d1fae5;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}
.exp-contact-panel h3 {
  font-size: 1.3rem;
  color: #0b3d0b;
  margin: 0 0 6px 0;
  font-weight: 700;
}
.exp-contact-panel p {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 18px;
  line-height: 1.45;
}
.exp-contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
.exp-c-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #e2ede2;
  padding-bottom: 8px;
  font-size: 0.88rem;
}
.exp-c-label {
  color: #4b634b;
  font-weight: 600;
}
.exp-c-val {
  font-weight: 600;
  color: #111;
  text-decoration: none;
}
.exp-phone-val {
  color: #15803d !important;
  font-weight: 700;
  font-size: 0.95rem;
}
.exp-legal-box {
  background: #f9fbf9;
  border: 1px solid #e2ede2;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 18px;
}
.exp-legal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  font-size: 0.82rem;
}
.exp-legal-row span {
  color: #6b7280;
  font-weight: 600;
}
.exp-legal-row code {
  background: #f3f4f6;
  color: #111;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.78rem;
}
.exp-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.exp-action-buttons .btn {
  width: 100%;
  justify-content: center;
}

/* ── Section 10: Final CTA Banner ── */
.exp-final-cta-section {
  margin-top: 50px;
}
.exp-final-cta-card {
  background: linear-gradient(135deg, #072607 0%, #0e4418 60%, #155724 100%);
  border-radius: 16px;
  padding: 50px 44px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(7, 38, 7, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.exp-final-cta-card h2 {
  color: #ffffff;
  font-size: 2.2rem;
  margin: 0 0 12px 0;
  font-weight: 800;
  letter-spacing: -0.4px;
}
.exp-final-sub {
  color: #d1fae5;
  font-size: 1.05rem;
  max-width: 720px;
  margin: 0 auto 28px auto;
  line-height: 1.65;
}
.exp-final-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* ── Responsive Adaptations ── */
@media (max-width: 960px) {
  .exp-hero-banner {
    padding: 40px 30px;
  }
  .exp-hero-title {
    font-size: 2.3rem;
  }
  .exp-founder-card-featured {
    grid-template-columns: 1fr;
  }
  .exp-founder-media {
    max-height: 380px;
  }
  .exp-story-grid {
    grid-template-columns: 1fr;
  }
  .exp-trade-grid {
    grid-template-columns: 1fr;
  }
  .exp-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .exp-hero-banner {
    padding: 30px 20px;
    border-radius: 14px;
    margin-bottom: 40px;
  }
  .exp-hero-title {
    font-size: 1.85rem;
  }
  .exp-hero-subtitle {
    font-size: 1.05rem;
  }
  .exp-hero-desc {
    font-size: 0.96rem;
  }
  .exp-credential-strip {
    grid-template-columns: 1fr;
    padding: 14px 16px;
  }
  .exp-founder-details {
    padding: 24px 20px;
  }
  .exp-founder-title-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .exp-cofounder-card {
    padding: 22px 18px;
  }
  .exp-cofounder-header {
    flex-direction: column;
    text-align: center;
  }
  .exp-story-left,
  .exp-markets-card,
  .exp-trade-box,
  .exp-philosophy-box,
  .exp-approach-card,
  .exp-contact-card {
    padding: 24px 18px;
  }
  .exp-workflow-strip {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
  }
  .exp-wf-arrow {
    display: none;
  }
  .exp-btn-gold,
  .exp-btn-whatsapp,
  .exp-btn-outline,
  .exp-final-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .exp-final-cta-card {
    padding: 36px 20px;
  }
  .exp-final-cta-card h2 {
    font-size: 1.7rem;
  }
}

/* ==========================================================================
   Dedicated FAQ Knowledge Base Styles (/faq/)
   ========================================================================== */
.faq-page-main {
  padding-top: 24px;
  padding-bottom: 70px;
}

.faq-hero-section {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 36px auto;
  padding: 40px 24px 30px;
  background: linear-gradient(180deg, #f7faf7 0%, #ffffff 100%);
  border: 1px solid #e1ebe1;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(13, 59, 20, 0.04);
}

.faq-hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(13, 59, 20, 0.07);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.faq-hero-badge {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-color, #0d3b14);
  letter-spacing: 0.02em;
}

.faq-hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color, #0d3b14);
  line-height: 1.2;
  margin: 0 0 14px 0;
  letter-spacing: -0.02em;
}

.faq-hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #526352;
  max-width: 760px;
  margin: 0 auto 28px auto;
}

/* Trust Stats Strip */
.faq-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}

.faq-trust-item {
  background: #ffffff;
  border: 1px solid #e3ede3;
  border-radius: 10px;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.faq-trust-val {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-color, #0d3b14);
  line-height: 1.2;
}

.faq-trust-lbl {
  font-size: 0.78rem;
  font-weight: 600;
  color: #617361;
  margin-top: 4px;
  text-align: center;
}

/* Search Bar */
.faq-search-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

.faq-search-bar {
  position: relative;
  display: flex;
  align-items: center;
}

.faq-search-icon {
  position: absolute;
  left: 18px;
  color: #798b79;
  pointer-events: none;
}

.faq-search-input {
  width: 100%;
  padding: 14px 44px 14px 50px;
  font-size: 1rem;
  font-family: inherit;
  border: 2px solid #ccdccc;
  border-radius: 999px;
  background: #ffffff;
  color: var(--text-dark, #222222);
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.faq-search-input:focus {
  outline: none;
  border-color: var(--secondary-color, #1b6327);
  box-shadow: 0 0 0 4px rgba(27, 99, 39, 0.12);
}

.faq-search-clear {
  position: absolute;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.3rem;
  color: #888;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}

.faq-search-clear:hover {
  color: #222;
}

.faq-search-counter {
  font-size: 0.88rem;
  color: #637763;
  margin-top: 10px;
}

/* Category Filter Tabs */
.faq-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto 36px auto;
}

.faq-tab-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: #f0f6f0;
  border: 1px solid #d4e3d4;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #2b492b;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.faq-tab-pill:hover {
  background: #e2ede2;
  border-color: #bcd2bc;
  transform: translateY(-1px);
}

.faq-tab-pill.is-active {
  background: var(--primary-color, #0d3b14);
  border-color: var(--primary-color, #0d3b14);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(13, 59, 20, 0.2);
}

.faq-tab-count {
  font-size: 0.78rem;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  color: inherit;
}

.faq-tab-pill.is-active .faq-tab-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

/* FAQ Accordion Sections */
.faq-accordion-container {
  max-width: 880px;
  margin: 0 auto;
}

.faq-category-block {
  margin-bottom: 44px;
}

.faq-category-header {
  margin-bottom: 18px;
  border-bottom: 2px solid #eaf2ea;
  padding-bottom: 12px;
}

.faq-category-heading {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--primary-color, #0d3b14);
  margin: 0 0 6px 0;
}

.faq-category-sub {
  font-size: 0.95rem;
  color: #617361;
  margin: 0;
  line-height: 1.5;
}

.faq-accordion-item {
  background: #ffffff;
  border: 1px solid #e1eae1;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.faq-accordion-item:hover {
  border-color: #bcd2bc;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.faq-accordion-item[open] {
  border-color: var(--secondary-color, #1b6327);
  box-shadow: 0 6px 18px rgba(13, 59, 20, 0.06);
}

.faq-question {
  padding: 18px 22px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a331a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  user-select: none;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question-text {
  flex: 1;
  line-height: 1.4;
}

.faq-icon {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--secondary-color, #1b6327);
  transition: transform 0.25s ease;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-accordion-item[open] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 22px 22px 22px;
  color: #415241;
  font-size: 0.98rem;
  line-height: 1.7;
}

.faq-answer p {
  margin: 0;
  white-space: pre-line;
}

/* No Results State */
.faq-no-results-box {
  text-align: center;
  padding: 50px 24px;
  background: #fbfdfb;
  border: 2px dashed #d1e2d1;
  border-radius: 14px;
  margin: 30px 0;
}

.faq-no-results-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.faq-no-results-box h3 {
  font-size: 1.35rem;
  color: var(--primary-color, #0d3b14);
  margin: 0 0 8px 0;
}

.faq-no-results-box p {
  color: #596b59;
  max-width: 500px;
  margin: 0 auto 20px auto;
  font-size: 0.96rem;
}

/* High Converting WhatsApp Help Callout Box */
.faq-contact-cta {
  background: linear-gradient(135deg, #07220b 0%, #0d3b14 60%, #15501d 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 44px 32px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 10px 30px rgba(7, 34, 11, 0.25);
  position: relative;
  overflow: hidden;
}

.faq-contact-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.faq-cta-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.faq-cta-badge {
  display: inline-block;
  background: rgba(255, 215, 0, 0.18);
  border: 1px solid rgba(255, 215, 0, 0.4);
  color: #f7d568;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.faq-contact-cta h3 {
  font-size: 1.65rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.faq-contact-cta p {
  font-size: 1.02rem;
  line-height: 1.6;
  color: #d1ebd1;
  margin: 0 auto 24px auto;
}

.faq-cta-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.faq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  font-size: 1rem;
  font-weight: 700;
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  padding: 13px 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: #ffffff;
  color: #ffffff;
}

.faq-cta-submeta {
  font-size: 0.85rem;
  color: #b3d7b3;
  margin-top: 10px;
}

/* Responsive Adaptations for FAQ */
@media (max-width: 768px) {
  .faq-hero-title {
    font-size: 1.9rem;
  }
  .faq-hero-subtitle {
    font-size: 0.98rem;
  }
  .faq-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .faq-filter-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .faq-tab-pill {
    flex-shrink: 0;
    padding: 7px 14px;
    font-size: 0.85rem;
  }
  .faq-question {
    padding: 15px 16px;
    font-size: 0.98rem;
  }
  .faq-answer {
    padding: 0 16px 18px 16px;
    font-size: 0.92rem;
  }
  .faq-contact-cta {
    padding: 32px 20px;
  }
  .faq-contact-cta h3 {
    font-size: 1.35rem;
  }
  .faq-cta-action-row {
    flex-direction: column;
    width: 100%;
  }
  .faq-cta-btn,
  .btn-outline-white {
    width: 100%;
    justify-content: center;
  }
}

