/* ═══════════════════════════════════════════════════
   SHAYONA INTERNATIONAL  —  shayona.css
   Brand Blue  #2176AE  |  Brand Green  #6AAE2B
   Background  #F8F4EF  |  Fonts: DM Serif + Jakarta
   ═══════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

/* ── Tokens ─────────────────────────────────────── */
:root {
  --blue:     #2176AE;
  --blue-dk:  #155E8E;
  --blue-lt:  #EBF4FA;
  --green:    #6AAE2B;
  --green-dk: #4E8A1A;
  --green-lt: #EDF7E1;
  --cream:    #F8F4EF;
  --cream-dk: #EEE8DF;
  --white:    #FFFFFF;
  --ink:      #18222E;
  --ink-mid:  #4A5568;
  --ink-soft: #8896A8;
  --line:     #D8E6F0;
  --r:        10px;
  --r-lg:     16px;
  --sh:       0 2px 14px rgba(33,118,174,.08);
  --sh-md:    0 6px 30px rgba(33,118,174,.12);
  --sh-lg:    0 18px 56px rgba(24,34,46,.13);
}

/* ── Reset ──────────────────────────────────────── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body {
  font-family:'Plus Jakarta Sans',sans-serif;
  background:var(--cream); color:var(--ink);
  overflow-x:hidden; line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img { display:block; max-width:100%; height:auto; }
a  { text-decoration:none; color:inherit; }
ul { list-style:none; }
button { font-family:inherit; border:none; background:none; cursor:pointer; }
/* prevent overflow */
* { min-width:0; }
/* remove iOS tap flash */
* { -webkit-tap-highlight-color:transparent; }
/* prevent iOS zoom on inputs */
input, select, textarea {
  font-size:16px !important;
  font-family:'Plus Jakarta Sans',sans-serif;
}

/* scrollbar */
::-webkit-scrollbar { width:4px; }
::-webkit-scrollbar-track { background:var(--cream-dk); }
::-webkit-scrollbar-thumb { background:var(--blue); border-radius:4px; }

/* ── Typography ─────────────────────────────────── */
h1,h2,h3,h4 {
  font-family:'DM Serif Display',serif;
  line-height:1.18; color:var(--ink);
}

/* ── Layout ─────────────────────────────────────── */
.container    { max-width:1220px; margin:0 auto; padding:0 28px; }
.section      { padding:88px 0; }
.section-sm   { padding:56px 0; }
.section-white{ background:var(--white); }
.section-cream{ background:var(--cream-dk); }
.text-center  { text-align:center; }

/* ── Label chip ─────────────────────────────────── */
.label {
  display:inline-block; font-size:11px; font-weight:700;
  letter-spacing:2.5px; text-transform:uppercase;
  color:var(--green-dk); background:var(--green-lt);
  border:1px solid rgba(106,174,43,.22);
  padding:5px 14px; border-radius:100px; margin-bottom:14px;
}

/* ── Section heading ────────────────────────────── */
.heading { font-size:clamp(26px,3.2vw,44px); margin-bottom:12px; }
.heading .blue  { color:var(--blue);  font-style:italic; }
.heading .green { color:var(--green); }
.subtext { font-size:16px; color:var(--ink-mid); line-height:1.8; max-width:560px; }
.text-center .subtext { margin:0 auto; }
.rule { width:44px; height:3px; border-radius:2px;
  background:linear-gradient(90deg,var(--blue),var(--green)); margin:14px 0; }
.rule.center { margin:14px auto; }

/* ══════════════════════════════════
   BUTTONS
   ══════════════════════════════════ */
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:13px 28px; border-radius:8px;
  font-size:14px; font-weight:600; letter-spacing:.2px;
  transition:all .25s; border:2px solid transparent;
  font-family:'Plus Jakarta Sans',sans-serif;
  white-space:nowrap; cursor:pointer;
}
.btn-blue    { background:var(--blue);  color:#fff; border-color:var(--blue); }
.btn-blue:hover { background:var(--blue-dk); border-color:var(--blue-dk);
  transform:translateY(-2px); box-shadow:0 8px 24px rgba(33,118,174,.35); }
.btn-outline { background:transparent; color:var(--blue); border-color:var(--blue); }
.btn-outline:hover { background:var(--blue); color:#fff; transform:translateY(-2px); }
.btn-green   { background:var(--green); color:#fff; border-color:var(--green); }
.btn-green:hover { background:var(--green-dk); border-color:var(--green-dk);
  transform:translateY(-2px); box-shadow:0 8px 24px rgba(106,174,43,.35); }
.btn-white   { background:#fff; color:var(--blue); border-color:#fff; }
.btn-white:hover { background:var(--blue-lt); transform:translateY(-2px); }

/* ══════════════════════════════════
   NAVBAR
   ══════════════════════════════════ */
.navbar {
  position:fixed; top:0; left:0; right:0; z-index:990;
  padding:12px 0;
  background:rgba(248,244,239,.92);
  backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid transparent;
  transition:all .35s;
}
.navbar.stuck {
  padding:8px 0; background:rgba(248,244,239,.98);
  border-bottom-color:var(--line); box-shadow:var(--sh);
}
.nav-inner {
  display:flex; align-items:center;
  justify-content:space-between; gap:16px;
}
/* Logo */
.nav-logo { display:flex; align-items:center; gap:10px; flex-shrink:0; }
.nav-logo img { height:42px; width:auto; object-fit:contain; }
.nav-logo-words .brand {
  display:block; font-family:'DM Serif Display',serif;
  font-size:17px; color:var(--blue-dk); line-height:1.1;
}
.nav-logo-words .tagline {
  display:block; font-size:9px; font-weight:700;
  letter-spacing:2.5px; text-transform:uppercase;
  color:var(--green); margin-top:2px;
}
/* Links */
.nav-links { display:flex; align-items:center; gap:26px; }
.nav-links a {
  font-size:13.5px; font-weight:500; color:var(--ink-mid);
  position:relative; padding-bottom:2px; transition:color .25s;
}
.nav-links a::after {
  content:''; position:absolute; bottom:0; left:0;
  width:0; height:2px; background:var(--blue); border-radius:2px;
  transition:width .3s;
}
.nav-links a:hover, .nav-links a.active { color:var(--blue); }
.nav-links a:hover::after, .nav-links a.active::after { width:100%; }
/* CTA button in nav */
.nav-cta {
  background:var(--blue)!important; color:#fff!important;
  padding:9px 20px; border-radius:7px;
  font-size:13px!important; font-weight:600!important;
  transition:all .25s!important;
}
.nav-cta:hover {
  background:var(--blue-dk)!important;
  transform:translateY(-1px)!important;
  box-shadow:0 5px 16px rgba(33,118,174,.35)!important;
}
.nav-cta::after { display:none!important; }

/* Hamburger */
.hamburger {
  display:none; flex-direction:column; gap:5px;
  padding:6px; background:none; border:none; cursor:pointer;
  min-width:auto;
}
.hamburger span {
  display:block; width:22px; height:2px;
  background:var(--blue-dk); border-radius:2px; transition:all .3s;
}
.hamburger.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity:0; transform:scaleX(0); }
.hamburger.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-nav {
  display:none; position:fixed; inset:0; top:62px;
  background:rgba(248,244,239,.99); backdrop-filter:blur(20px);
  z-index:989; flex-direction:column;
  padding:20px 24px 40px; overflow-y:auto;
}
.mobile-nav.open { display:flex; }
.mobile-nav a {
  font-family:'DM Serif Display',serif; font-size:24px; color:var(--ink);
  padding:16px 0; border-bottom:1px solid var(--line);
  transition:color .25s;
  display:flex; align-items:center; justify-content:space-between;
}
.mobile-nav a:last-child { border-bottom:none; }
.mobile-nav a:hover { color:var(--blue); }
.mobile-nav .mob-cta {
  margin-top:16px; background:var(--blue); color:#fff!important;
  border-radius:8px; padding:15px 20px;
  border-bottom:none!important; justify-content:center!important;
  font-size:18px!important;
}

/* Page spacer */
.page-offset { padding-top:68px; }

/* ══════════════════════════════════
   INNER PAGE BANNER
   ══════════════════════════════════ */
.page-banner {
  background:linear-gradient(135deg,#0C1D30 0%,#155E8E 55%,#1A4020 100%);
  padding:100px 0 60px; text-align:center;
  position:relative; overflow:hidden;
}
.page-banner::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse at 50% 75%,rgba(106,174,43,.18) 0%,transparent 60%);
}
.page-banner .inner { position:relative; z-index:1; }
.page-banner .pg-label {
  display:block; margin-bottom:12px;
  font-size:11px; font-weight:700; letter-spacing:3px;
  text-transform:uppercase; color:#7DD44A;
}
.page-banner h1 { font-size:clamp(26px,4vw,50px); color:#fff; margin-bottom:12px; }
.page-banner p  {
  font-size:15px; color:rgba(255,255,255,.68);
  max-width:500px; margin:0 auto; line-height:1.75;
}
.breadcrumb {
  display:flex; align-items:center; justify-content:center;
  gap:8px; margin-top:18px; font-size:12px;
  flex-wrap:wrap;
}
.breadcrumb a    { color:rgba(255,255,255,.5); transition:color .2s; }
.breadcrumb a:hover { color:#7DD44A; }
.breadcrumb .sep { color:rgba(255,255,255,.28); }
.breadcrumb .cur { color:#7DD44A; font-weight:600; }

/* ══════════════════════════════════
   STAT STRIP
   ══════════════════════════════════ */
.stat-strip {
  display:grid; grid-template-columns:repeat(4,1fr);
  background:var(--white); border-bottom:1px solid var(--line);
}
.stat-cell {
  text-align:center; padding:28px 12px;
  border-right:1px solid var(--line);
}
.stat-cell:last-child { border-right:none; }
.stat-num { font-family:'DM Serif Display',serif; font-size:42px; color:var(--blue); line-height:1; }
.stat-num .g { color:var(--green); }
.stat-lbl { font-size:11px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; color:var(--ink-soft); margin-top:6px; }

/* ══════════════════════════════════
   TICKER
   ══════════════════════════════════ */
.ticker-wrap { overflow:hidden; background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.ticker-track { display:flex; animation:tickerRun 32s linear infinite; white-space:nowrap; }
.ticker-item  { display:inline-flex; align-items:center; gap:10px; padding:11px 36px; font-size:11px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; color:var(--ink-mid); flex-shrink:0; }
.t-dot { width:5px; height:5px; border-radius:50%; flex-shrink:0; }
.t-dot.b { background:var(--blue);  }
.t-dot.g { background:var(--green); }
@keyframes tickerRun { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ══════════════════════════════════
   LICENCE CARDS
   ══════════════════════════════════ */
.lic-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(160px,1fr)); gap:16px; }
.lic-card {
  background:var(--white); border:1px solid var(--line); border-radius:var(--r);
  padding:24px 14px; text-align:center; box-shadow:var(--sh); transition:all .3s;
}
.lic-card:hover { transform:translateY(-4px); border-color:var(--blue); box-shadow:var(--sh-md); }
.lic-icon { font-size:36px; margin-bottom:10px; }
.lic-name { font-family:'DM Serif Display',serif; font-size:15px; color:var(--blue-dk); margin-bottom:4px; }
.lic-desc { font-size:11px; color:var(--ink-soft); line-height:1.45; }

/* ══════════════════════════════════
   PRODUCT CARDS
   ══════════════════════════════════ */
.prod-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(250px,1fr)); gap:20px; }
.prod-card {
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg);
  overflow:hidden; box-shadow:var(--sh); transition:all .35s;
}
.prod-card:hover { transform:translateY(-5px); box-shadow:var(--sh-lg); border-color:rgba(33,118,174,.3); }
.prod-thumb { height:170px; display:flex; align-items:center; justify-content:center; font-size:68px; background:var(--cream-dk); }
.prod-body  { padding:18px; }
.prod-cat   { font-size:10px; letter-spacing:2px; text-transform:uppercase; color:var(--green); font-weight:700; margin-bottom:5px; }
.prod-name  { font-family:'DM Serif Display',serif; font-size:18px; color:var(--ink); margin-bottom:7px; }
.prod-desc  { font-size:13px; color:var(--ink-mid); line-height:1.6; margin-bottom:10px; }
.prod-tags  { display:flex; flex-wrap:wrap; gap:5px; }
.prod-tag   { font-size:10.5px; padding:3px 10px; border-radius:100px; background:var(--blue-lt); color:var(--blue-dk); border:1px solid rgba(33,118,174,.15); }

/* ══════════════════════════════════
   SERVICE CARDS
   ══════════════════════════════════ */
.srv-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:20px; }
.srv-card {
  background:var(--white); border:1px solid var(--line); border-radius:var(--r);
  padding:28px 22px; box-shadow:var(--sh);
  position:relative; overflow:hidden; transition:all .35s;
}
.srv-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:linear-gradient(90deg,var(--blue),var(--green));
  transform:scaleX(0); transform-origin:left; transition:transform .35s;
}
.srv-card:hover { transform:translateY(-4px); box-shadow:var(--sh-lg); }
.srv-card:hover::before { transform:scaleX(1); }
.srv-icon  { font-size:34px; margin-bottom:14px; }
.srv-title { font-family:'DM Serif Display',serif; font-size:18px; color:var(--ink); margin-bottom:8px; }
.srv-desc  { font-size:13px; color:var(--ink-mid); line-height:1.7; margin-bottom:12px; }
.srv-list  { list-style:none; }
.srv-list li { font-size:12.5px; color:var(--ink-mid); padding:3px 0 3px 16px; position:relative; }
.srv-list li::before { content:'✓'; position:absolute; left:0; color:var(--green); font-weight:700; }

/* ══════════════════════════════════
   COUNTRY CARDS (flagcdn.com images)
   ══════════════════════════════════ */
.country-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(105px,1fr)); gap:12px; }
.country-card {
  background:var(--white); border:1px solid var(--line); border-radius:var(--r);
  padding:14px 8px 12px; text-align:center; box-shadow:var(--sh); transition:all .3s;
}
.country-card:hover { transform:translateY(-3px); border-color:var(--blue); box-shadow:var(--sh-md); }
.country-card img { width:48px; height:32px; object-fit:cover; border-radius:3px; margin:0 auto 8px; border:1px solid rgba(0,0,0,.08); }
.country-card span { font-size:11px; font-weight:600; color:var(--ink); display:block; }

/* ══════════════════════════════════
   PROCESS STEPS
   ══════════════════════════════════ */
.steps-row { display:grid; grid-template-columns:repeat(4,1fr); position:relative; }
.steps-row::before {
  content:''; position:absolute; top:33px; left:12.5%; right:12.5%;
  height:2px; background:linear-gradient(90deg,var(--blue),var(--green)); z-index:0;
}
.step-item { text-align:center; padding:0 14px; position:relative; z-index:1; }
.step-circle {
  width:66px; height:66px; border-radius:50%;
  background:var(--white); border:3px solid var(--blue);
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 16px;
  font-family:'DM Serif Display',serif; font-size:20px; font-weight:700;
  color:var(--blue-dk); box-shadow:var(--sh); transition:all .3s;
}
.step-item:hover .step-circle { background:var(--blue); color:#fff; transform:scale(1.08); }
.step-title { font-size:14px; font-weight:700; margin-bottom:6px; }
.step-desc  { font-size:12px; color:var(--ink-mid); line-height:1.6; }

/* ══════════════════════════════════
   TESTIMONIAL CARDS
   ══════════════════════════════════ */
.test-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(290px,1fr)); gap:20px; }
.test-card { background:var(--white); border:1px solid var(--line); border-radius:var(--r); padding:24px 20px; box-shadow:var(--sh); }
.test-stars { color:#F59E0B; letter-spacing:3px; font-size:13px; margin-bottom:12px; }
.test-quote { font-size:46px; color:var(--blue); line-height:.4; margin-bottom:14px; font-family:serif; }
.test-text  { font-size:13.5px; color:var(--ink-mid); font-style:italic; line-height:1.75; margin-bottom:18px; }
.test-author { display:flex; align-items:center; gap:10px; }
.test-avatar { width:42px; height:42px; border-radius:50%; background:linear-gradient(135deg,var(--blue-dk),var(--blue)); display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-size:16px; flex-shrink:0; }
.test-name  { font-size:13.5px; font-weight:600; color:var(--ink); }
.test-role  { font-size:11.5px; color:var(--ink-soft); margin-top:2px; }

/* ══════════════════════════════════
   CTA BAND
   ══════════════════════════════════ */
.cta-band {
  background:linear-gradient(130deg,#0C1D30 0%,var(--blue-dk) 50%,#1D4518 100%);
  padding:72px 0; text-align:center; position:relative; overflow:hidden;
}
.cta-band::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(circle at 20% 50%,rgba(106,174,43,.13) 0%,transparent 50%),
             radial-gradient(circle at 80% 50%,rgba(33,118,174,.13) 0%,transparent 50%);
}
.cta-inner { position:relative; z-index:1; }
.cta-band h2 { font-size:clamp(22px,3.2vw,40px); color:#fff; margin-bottom:12px; }
.cta-band p  { font-size:15px; color:rgba(255,255,255,.7); margin-bottom:28px; max-width:480px; margin-left:auto; margin-right:auto; }
.cta-buttons { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ══════════════════════════════════
   FOOTER
   ══════════════════════════════════ */
.site-footer { background:#0C1A27; color:rgba(255,255,255,.58); padding:50px 0 18px; }
.footer-grid { display:grid; grid-template-columns:2.2fr 1fr 1fr 1.3fr; gap:40px; margin-bottom:40px; }
.footer-logo { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.footer-logo img { height:36px; border-radius:4px; }
.footer-brand   { font-family:'DM Serif Display',serif; font-size:16px; color:#fff; }
.footer-tagline { font-size:9px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; color:#7DD44A; display:block; margin-top:2px; }
.footer-desc    { font-size:13px; line-height:1.78; margin-bottom:18px; }
.footer-socials { display:flex; gap:8px; }
.footer-soc { width:32px; height:32px; border-radius:50%; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; font-size:13px; transition:all .3s; }
.footer-soc:hover { background:var(--blue); border-color:var(--blue); transform:translateY(-2px); }
.footer-head { font-size:11px; font-weight:700; color:#fff; letter-spacing:2px; text-transform:uppercase; margin-bottom:14px; }
.footer-links { display:flex; flex-direction:column; gap:8px; }
.footer-links a { font-size:13px; color:rgba(255,255,255,.5); transition:color .25s; }
.footer-links a:hover { color:#7DD44A; }
.footer-cr  { display:flex; align-items:flex-start; gap:9px; margin-bottom:10px; font-size:13px; }
.footer-ci  { color:#3E96CC; flex-shrink:0; margin-top:1px; }
.footer-divider { border:none; border-top:1px solid rgba(255,255,255,.08); margin-bottom:18px; }
.footer-bottom  { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px; font-size:12px; }
.footer-certs   { font-size:11px; color:rgba(255,255,255,.3); }

/* ══════════════════════════════════
   BLOG CARDS
   ══════════════════════════════════ */
.blog-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(310px,1fr)); gap:22px; }
.blog-card { background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--sh); display:flex; flex-direction:column; transition:all .35s; color:inherit; }
.blog-card:hover { transform:translateY(-4px); box-shadow:var(--sh-lg); }
.blog-img  { height:195px; overflow:hidden; background:var(--cream-dk); }
.blog-img img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.blog-card:hover .blog-img img { transform:scale(1.04); }
.blog-body { padding:20px; flex:1; }
.blog-meta { display:flex; align-items:center; gap:10px; margin-bottom:9px; }
.blog-cat  { font-size:10px; letter-spacing:2px; text-transform:uppercase; color:var(--green); font-weight:700; }
.blog-date { font-size:11px; color:var(--ink-soft); }
.blog-title { font-family:'DM Serif Display',serif; font-size:18px; color:var(--ink); margin-bottom:7px; line-height:1.35; }
.blog-exc  { font-size:13px; color:var(--ink-mid); line-height:1.6; }
.blog-foot { display:flex; align-items:center; justify-content:space-between; padding:12px 20px; border-top:1px solid var(--line); font-size:12px; }
.blog-author { color:var(--ink-soft); }
.blog-more   { color:var(--blue); font-weight:700; }

/* ══════════════════════════════════
   SHIPMENT STORY CARDS
   ══════════════════════════════════ */
.story-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(310px,1fr)); gap:22px; }
.story-card { background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--sh); transition:all .35s; }
.story-card:hover { transform:translateY(-4px); box-shadow:var(--sh-lg); }
.story-cover { height:230px; overflow:hidden; background:var(--cream-dk); }
.story-cover img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.story-card:hover .story-cover img { transform:scale(1.04); }
.story-body  { padding:20px; }
.story-route { font-size:11px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:var(--blue); margin-bottom:7px; }
.story-title { font-family:'DM Serif Display',serif; font-size:18px; margin-bottom:7px; line-height:1.35; }
.story-exc   { font-size:13px; color:var(--ink-mid); line-height:1.6; }
.sub-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:6px; margin-top:12px; }
.sub-gallery img { width:100%; height:72px; object-fit:cover; border-radius:4px; }

/* Skeleton */
.skel { background:linear-gradient(90deg,var(--cream-dk) 25%,#e2dbd3 50%,var(--cream-dk) 75%); background-size:200% 100%; animation:shimmer 1.5s infinite; border-radius:6px; }
@keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

/* ══════════════════════════════════
   FILTER BAR
   ══════════════════════════════════ */
.filter-bar {
  display:flex; gap:8px; margin-bottom:36px;
  overflow-x:auto; padding-bottom:6px;
  -webkit-overflow-scrolling:touch; scrollbar-width:none;
}
.filter-bar::-webkit-scrollbar { display:none; }
.filter-btn {
  padding:9px 18px; border-radius:100px;
  border:1.5px solid var(--line); background:var(--white);
  color:var(--ink-mid); font-size:12.5px; font-weight:600;
  cursor:pointer; transition:all .25s; flex-shrink:0;
}
.filter-btn:hover, .filter-btn.active { background:var(--blue); color:#fff; border-color:var(--blue); }
.hidden { display:none!important; }

/* ══════════════════════════════════
   CONTACT / FORMS
   ══════════════════════════════════ */
.contact-layout { display:grid; grid-template-columns:1fr 1.55fr; gap:44px; align-items:start; }
.cinfo { background:var(--white); border:1px solid var(--line); border-radius:var(--r); padding:26px; box-shadow:var(--sh); margin-bottom:16px; }
.cinfo h3 { font-size:19px; margin-bottom:6px; }
.cinfo p  { font-size:13px; color:var(--ink-mid); margin-bottom:18px; line-height:1.65; }
.cdetail  { display:flex; align-items:center; gap:12px; padding:12px 0; border-bottom:1px solid var(--line); }
.cdetail:last-child { border-bottom:none; }
.cdetail-icon  { width:38px; height:38px; border-radius:8px; background:linear-gradient(135deg,var(--blue),#3A96CC); display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
.cdetail-label { font-size:10px; letter-spacing:1.5px; text-transform:uppercase; color:var(--ink-soft); margin-bottom:2px; }
.cdetail-val   { font-size:13.5px; font-weight:600; color:var(--ink); word-break:break-all; }

.cform-wrap { background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg); padding:30px; box-shadow:var(--sh); }
.cform-wrap h3 { font-size:22px; margin-bottom:5px; }
.cform-sub { font-size:13px; color:var(--ink-mid); margin-bottom:22px; }
.form-row   { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.form-group { margin-bottom:14px; }
.form-label { display:block; font-size:11px; font-weight:700; letter-spacing:.4px; text-transform:uppercase; color:var(--ink-mid); margin-bottom:5px; }
.form-input, .form-select, .form-textarea {
  width:100%; padding:12px 14px;
  border:1.5px solid var(--cream-dk); border-radius:7px;
  background:var(--cream); color:var(--ink);
  transition:all .25s; outline:none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color:var(--blue); background:#fff;
  box-shadow:0 0 0 3px rgba(33,118,174,.1);
}
.form-textarea { resize:vertical; min-height:108px; }
.form-submit {
  width:100%; padding:14px; border:none; border-radius:7px;
  background:linear-gradient(90deg,var(--blue-dk),var(--blue));
  color:#fff; font-size:14px; font-weight:700;
  letter-spacing:.6px; text-transform:uppercase; cursor:pointer; transition:all .25s;
}
.form-submit:hover { background:linear-gradient(90deg,var(--green-dk),var(--green)); transform:translateY(-2px); box-shadow:0 8px 22px rgba(106,174,43,.3); }
.form-submit:disabled { opacity:.7; cursor:not-allowed; transform:none; }
.form-success { display:none; background:var(--green-lt); border:1px solid rgba(106,174,43,.3); color:var(--green-dk); padding:12px; border-radius:7px; text-align:center; font-size:13.5px; font-weight:600; margin-top:12px; }
.form-error   { display:none; background:#FEE2E2; border:1px solid #FCA5A5; color:#B91C1C; padding:12px; border-radius:7px; text-align:center; font-size:13.5px; font-weight:600; margin-top:12px; }

/* FAQ */
.faq-list { max-width:680px; margin:0 auto; }
.faq-item { border-bottom:1px solid var(--line); }
.faq-q { width:100%; background:none; border:none; text-align:left; padding:16px 0; display:flex; justify-content:space-between; align-items:center; gap:16px; font-size:14px; font-weight:600; color:var(--ink); cursor:pointer; }
.faq-q .icon { color:var(--blue); font-size:20px; transition:transform .3s; flex-shrink:0; }
.faq-item.open .faq-q .icon { transform:rotate(45deg); }
.faq-a { max-height:0; overflow:hidden; transition:max-height .4s ease; }
.faq-item.open .faq-a { max-height:220px; }
.faq-a-inner { font-size:13px; color:var(--ink-mid); line-height:1.75; padding-bottom:14px; }

/* ══════════════════════════════════
   ABOUT / MISSION / TIMELINE
   ══════════════════════════════════ */
.mv-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.mv-card { background:var(--white); border:1px solid var(--line); border-radius:var(--r); padding:26px 20px; text-align:center; box-shadow:var(--sh); transition:all .3s; }
.mv-card:hover { transform:translateY(-3px); box-shadow:var(--sh-md); }
.mv-icon  { font-size:38px; margin-bottom:12px; }
.mv-title { font-family:'DM Serif Display',serif; font-size:18px; margin-bottom:8px; }
.mv-text  { font-size:13px; color:var(--ink-mid); line-height:1.7; }

.timeline { padding-left:24px; position:relative; }
.timeline::before { content:''; position:absolute; left:4px; top:0; bottom:0; width:2px; background:linear-gradient(180deg,var(--blue),var(--green)); }
.tl-item  { position:relative; margin-bottom:30px; }
.tl-dot   { position:absolute; left:-22px; top:4px; width:12px; height:12px; border-radius:50%; background:var(--blue); border:2px solid #fff; box-shadow:0 0 0 2px var(--blue); }
.tl-year  { font-size:10px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:var(--green); margin-bottom:4px; }
.tl-title { font-family:'DM Serif Display',serif; font-size:16px; margin-bottom:4px; }
.tl-desc  { font-size:12.5px; color:var(--ink-mid); line-height:1.65; }

/* ══════════════════════════════════
   ANIMATIONS
   ══════════════════════════════════ */
.reveal   { opacity:0; transform:translateY(22px);  transition:opacity .65s ease,transform .65s ease; }
.reveal-l { opacity:0; transform:translateX(-22px); transition:opacity .65s ease,transform .65s ease; }
.reveal-r { opacity:0; transform:translateX(22px);  transition:opacity .65s ease,transform .65s ease; }
.reveal.on, .reveal-l.on, .reveal-r.on { opacity:1; transform:none; }

.stagger>*:nth-child(1){transition-delay:.00s}
.stagger>*:nth-child(2){transition-delay:.08s}
.stagger>*:nth-child(3){transition-delay:.16s}
.stagger>*:nth-child(4){transition-delay:.24s}
.stagger>*:nth-child(5){transition-delay:.32s}
.stagger>*:nth-child(6){transition-delay:.40s}

/* WhatsApp float */
.wa-btn { position:fixed; bottom:20px; right:20px; z-index:988; width:52px; height:52px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; font-size:24px; box-shadow:0 4px 18px rgba(37,211,102,.5); animation:waBob 3s ease infinite; }
.wa-btn:hover { transform:scale(1.12)!important; animation:none; }
@keyframes waBob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }

/* ══════════════════════════════════
   RESPONSIVE  ≤1024px  (tablet)
   ══════════════════════════════════ */
@media (max-width:1024px) {
  .footer-grid  { grid-template-columns:1fr 1fr; gap:28px; }
  .stat-strip   { grid-template-columns:repeat(2,1fr); }
  .stat-cell    { border-bottom:1px solid var(--line); }
  .mv-grid      { grid-template-columns:1fr 1fr; }
  .steps-row    { grid-template-columns:1fr 1fr; gap:24px; }
  .steps-row::before { display:none; }
  .prod-grid    { grid-template-columns:repeat(2,1fr); }
  .srv-grid     { grid-template-columns:repeat(2,1fr); }
  .test-grid    { grid-template-columns:repeat(2,1fr); }
  .blog-grid    { grid-template-columns:repeat(2,1fr); }
  .story-grid   { grid-template-columns:repeat(2,1fr); }
}

/* ══════════════════════════════════
   RESPONSIVE  ≤768px  (mobile)
   ══════════════════════════════════ */
@media (max-width:768px) {
  /* Nav */
  .nav-links { display:none; }
  .hamburger { display:flex; }
  .nav-logo-words .tagline { display:none; }
  .nav-logo img { height:36px; }
  .nav-logo-words .brand { font-size:15px; }

  /* Sections */
  .container  { padding:0 16px; }
  .section    { padding:56px 0; }
  .section-sm { padding:38px 0; }

  /* Page banner */
  .page-banner { padding:88px 0 46px; }
  .page-banner h1 { font-size:26px; }
  .page-banner p  { font-size:14px; }

  /* Stat strip */
  .stat-strip { grid-template-columns:1fr 1fr; }
  .stat-num   { font-size:34px; }

  /* Steps */
  .steps-row { grid-template-columns:1fr; gap:22px; }
  .steps-row::before { display:none; }

  /* All card grids → 1 col */
  .prod-grid, .srv-grid, .test-grid,
  .blog-grid, .story-grid { grid-template-columns:1fr; }

  /* Licence 2 col */
  .lic-grid { grid-template-columns:repeat(2,1fr); }

  /* Countries 3 col */
  .country-grid { grid-template-columns:repeat(3,1fr); gap:9px; }
  .country-card img  { width:40px; height:26px; }
  .country-card span { font-size:10px; }
  .country-card      { padding:12px 5px 10px; }

  /* Mission 1 col */
  .mv-grid { grid-template-columns:1fr; }

  /* Contact full width */
  .contact-layout { grid-template-columns:1fr; gap:20px; }
  .cform-wrap { padding:20px 16px; }
  .form-row   { grid-template-columns:1fr; }

  /* CTA */
  .cta-buttons { flex-direction:column; align-items:center; }
  .cta-buttons .btn { width:100%; max-width:320px; }
  .cta-band { padding:52px 0; }

  /* Footer */
  .footer-grid   { grid-template-columns:1fr; gap:22px; }
  .footer-bottom { flex-direction:column; text-align:center; }
  .footer-certs  { display:none; }

  /* Heading size */
  .heading { font-size:26px; }

  /* FAQ */
  .faq-q { font-size:13.5px; }
}

/* ══════════════════════════════════
   RESPONSIVE  ≤480px  (small phone)
   ══════════════════════════════════ */
@media (max-width:480px) {
  .heading       { font-size:23px; }
  .page-banner h1 { font-size:22px; }
  .stat-num      { font-size:30px; }
  .btn           { padding:13px 20px; font-size:14px; }

  /* Stat strip 1 col */
  .stat-strip { grid-template-columns:1fr; }
  .stat-cell  { border-right:none; border-bottom:1px solid var(--line); }
  .stat-cell:last-child { border-bottom:none; }

  /* Countries 2 col */
  .country-grid  { grid-template-columns:repeat(2,1fr); }

  /* Lic 1 col */
  .lic-grid { grid-template-columns:1fr; }

  /* Ticker smaller */
  .ticker-item { padding:10px 20px; font-size:10px; }

  /* WA button */
  .wa-btn { width:46px; height:46px; font-size:21px; bottom:14px; right:14px; }

  /* CTA section */
  .cta-band h2 { font-size:22px; }
  .cta-band p  { font-size:14px; }
  .cta-buttons .btn { max-width:100%; }

  /* Contact detail text wrap */
  .cdetail-val { font-size:12.5px; }
}

/* ══════════════════════════════════
   TOAST NOTIFICATIONS
   ══════════════════════════════════ */
.toast {
  position:fixed; bottom:80px; left:50%; transform:translateX(-50%) translateY(20px);
  padding:13px 24px; border-radius:10px; font-size:14px; font-weight:600;
  z-index:9999; opacity:0; transition:all .35s ease;
  pointer-events:none; white-space:nowrap;
  box-shadow:0 8px 30px rgba(0,0,0,.18);
}
.toast.show { opacity:1; transform:translateX(-50%) translateY(0); }
.toast-success { background:var(--green); color:#fff; }
.toast-error   { background:#E53E3E; color:#fff; }
.toast-info    { background:var(--blue); color:#fff; }

/* ══════════════════════════════════
   EXTRA MOBILE IMPROVEMENTS
   ══════════════════════════════════ */

/* Hero 2-col → stack on tablet */
@media (max-width:900px) {
  .hero-grid { grid-template-columns:1fr !important; }
  .hero-grid > div:last-child { display:none; } /* hide image on small */
  .hero-grid > div:first-child { text-align:center; }
  .hero-grid .btn-row { justify-content:center; }
  .hero-mini-stats { grid-template-columns:repeat(3,1fr) !important; }
  .about-grid { grid-template-columns:1fr !important; }
  .about-grid > div:first-child { display:none; }
  .story-grid-2 { grid-template-columns:1fr !important; }
}

/* Touch-friendly tap targets */
@media (max-width:768px) {
  .nav-cta { min-height:42px; }
  .faq-q   { min-height:48px; }
  .filter-btn { min-height:42px; padding:10px 18px; }
  .btn     { min-height:48px; }

  /* prod card thumb smaller */
  .prod-thumb  { height:130px; font-size:56px; }

  /* form full width labels */
  .form-label { font-size:12px; }
  .form-input, .form-select, .form-textarea { padding:13px 12px; border-radius:8px; }

  /* Remove hover transforms on touch */
  .prod-card:hover, .srv-card:hover, .lic-card:hover,
  .country-card:hover, .blog-card:hover, .story-card:hover,
  .test-card:hover, .mv-card:hover { transform:none; }

  /* tl items margin */
  .tl-item { margin-bottom:24px; }

  /* hero badge hide on mobile */
  .hero-badge { display:none; }

  /* mobile nav bigger link spacing */
  .mobile-nav a { padding:18px 0; font-size:24px; }
}

/* ══════════════════════════════════
   QUOTE FORM SPECIFIC
   ══════════════════════════════════ */
.quote-form-wrap {
  background:var(--white); border:1px solid var(--line);
  border-radius:var(--r-lg); padding:34px;
  box-shadow:var(--sh);
}
@media(max-width:768px) {
  .quote-form-wrap { padding:20px 16px; border-radius:var(--r); }
}
.quote-step {
  display:none;
}
.quote-step.active { display:block; }
.qstep-indicator {
  display:flex; align-items:center; justify-content:center;
  gap:0; margin-bottom:28px;
}
.qstep-dot {
  width:32px; height:32px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:13px; font-weight:700; background:var(--cream-dk);
  color:var(--ink-soft); transition:all .3s; flex-shrink:0;
  border:2px solid var(--line);
}
.qstep-dot.done { background:var(--green); color:#fff; border-color:var(--green); }
.qstep-dot.active { background:var(--blue); color:#fff; border-color:var(--blue); }
.qstep-line { flex:1; height:2px; background:var(--line); max-width:60px; }
.qstep-line.done { background:var(--green); }

/* ══════════════════════════════════
   NEWSLETTER STRIP
   ══════════════════════════════════ */
.newsletter-strip {
  background:linear-gradient(135deg,var(--blue-lt),var(--green-lt));
  border:1px solid var(--line); border-radius:var(--r-lg);
  padding:28px 32px; display:flex;
  align-items:center; justify-content:space-between; gap:20px;
  flex-wrap:wrap;
}
.newsletter-strip h4 { font-size:18px; margin-bottom:4px; }
.newsletter-strip p  { font-size:13.5px; color:var(--ink-mid); }
.newsletter-form { display:flex; gap:10px; flex:1; max-width:420px; }
.newsletter-form input {
  flex:1; padding:11px 14px; border:1.5px solid var(--line);
  border-radius:7px; background:var(--white); color:var(--ink);
  font-family:'Plus Jakarta Sans',sans-serif; font-size:14px;
  outline:none; transition:border-color .25s;
}
.newsletter-form input:focus { border-color:var(--blue); }
@media(max-width:600px) {
  .newsletter-strip { padding:20px 16px; }
  .newsletter-form  { max-width:100%; width:100%; }
  .newsletter-form  { flex-direction:column; }
  .newsletter-form input { width:100%; }
}

/* ══════════════════════════════════
   PRODUCT DETAIL MODAL (light)
   ══════════════════════════════════ */
.modal-bg {
  display:none; position:fixed; inset:0; z-index:1000;
  background:rgba(18,34,46,.6); backdrop-filter:blur(4px);
  align-items:center; justify-content:center; padding:20px;
}
.modal-bg.open { display:flex; }
.modal-box {
  background:var(--white); border-radius:var(--r-lg);
  padding:32px; max-width:500px; width:100%;
  box-shadow:var(--sh-lg); position:relative;
  max-height:90vh; overflow-y:auto;
}
.modal-close {
  position:absolute; top:14px; right:16px;
  font-size:22px; color:var(--ink-soft); line-height:1;
}

/* ── Admin panel tweaks ───────────────── */
.nav-links a.nav-admin { color:var(--ink); font-weight:600; }
.mobile-nav a[href*="admin"] { color:var(--ink); }

.admin-table { width:100%; border-collapse:collapse; margin-top:20px; }
.admin-table th, .admin-table td { padding:8px 12px; border:1px solid var(--line); text-align:left; font-size:14px; }
.admin-table th { background:var(--cream-dk); }
