/* ═══════════════════════════════════════════════════
   MANAV ENGINEERING — Premium Design System
   4 Themes, Navy + Gold palette from ME logo
════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
/* Lenis smooth-scroll compatibility */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  line-height: 1.65; background: var(--bg); color: var(--text);
  transition: background 0.3s, color 0.3s;
  -webkit-font-smoothing: antialiased;
  animation: pageFadeIn 0.4s ease both;
}
@keyframes pageFadeIn { from { opacity: 0; } to { opacity: 1; } }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; }

/* ── Scroll animation utility ──────────────────── */
.anim-init { opacity: 0; transform: translateY(26px); transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1); }
.anim-init.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════════════
   4 THEMES — all pair the gold logo with a distinct
   dark primary: Navy · Forest Green · Claret · Carbon
════════════════════════════════════════════════════ */

/* 1 — Royal Navy (default) */
.theme-royal {
  --nav-bg:      #1B3A6B;
  --nav-dk:      #0E2244;
  --nav-lt:      #2654A3;
  --clr-gold:    #C9A84C;
  --gold-lt:     #E0C070;
  --gold-dk:     #A8881C;
  --gold-glow:   rgba(201,168,76,0.18);
  --bg:          #F5F7FC;
  --bg-alt:      #EBF0F8;
  --text:        #131D2E;
  --text-muted:  #546070;
  --border:      #D1DCF0;
  --card:        #FFFFFF;
  --footer-bg:   #080F1E;
  --footer-text: #7A9ABF;
  --hero-grad:   linear-gradient(140deg, #060E1F 0%, #0D2040 45%, #1A3768 100%);
  --tag-bg:      rgba(201,168,76,0.10);
  --tag-text:    #7A5C0A;
  --radius:      6px;
  --radius-lg:   10px;
  --sh:          0 1px 4px rgba(11,28,68,0.07), 0 4px 16px rgba(11,28,68,0.06);
  --sh-lg:       0 2px 8px rgba(11,28,68,0.06), 0 12px 40px rgba(11,28,68,0.12);
  --sh-gold:     0 0 0 3px rgba(201,168,76,0.18);
}

/* 2 — Emerald Forest (deep hunter green + gold) */
.theme-forest {
  --nav-bg:      #1A3E28;
  --nav-dk:      #0D2216;
  --nav-lt:      #2A5E3C;
  --clr-gold:    #C9A84C;
  --gold-lt:     #E0C070;
  --gold-dk:     #A8881C;
  --gold-glow:   rgba(201,168,76,0.18);
  --bg:          #F4F8F5;
  --bg-alt:      #EAF0EC;
  --text:        #101E14;
  --text-muted:  #4A6050;
  --border:      #C8D8CC;
  --card:        #FFFFFF;
  --footer-bg:   #060E08;
  --footer-text: #6A9A78;
  --hero-grad:   linear-gradient(140deg, #040A06 0%, #0C1E10 45%, #1A3E28 100%);
  --tag-bg:      rgba(201,168,76,0.10);
  --tag-text:    #6A5008;
  --radius:      6px;
  --radius-lg:   10px;
  --sh:          0 1px 4px rgba(10,25,15,0.07), 0 4px 16px rgba(10,25,15,0.06);
  --sh-lg:       0 2px 8px rgba(10,25,15,0.06), 0 12px 40px rgba(10,25,15,0.12);
  --sh-gold:     0 0 0 3px rgba(201,168,76,0.18);
}

/* 3 — Claret (deep burgundy wine + gold) */
.theme-claret {
  --nav-bg:      #4A1428;
  --nav-dk:      #2E0C18;
  --nav-lt:      #6A2038;
  --clr-gold:    #C9A84C;
  --gold-lt:     #E0C070;
  --gold-dk:     #A8881C;
  --gold-glow:   rgba(201,168,76,0.18);
  --bg:          #F8F5F6;
  --bg-alt:      #F0EAEC;
  --text:        #1E0E12;
  --text-muted:  #624858;
  --border:      #D8C8CC;
  --card:        #FFFFFF;
  --footer-bg:   #0F0608;
  --footer-text: #9A6A78;
  --hero-grad:   linear-gradient(140deg, #0C0408 0%, #200C14 45%, #4A1428 100%);
  --tag-bg:      rgba(201,168,76,0.10);
  --tag-text:    #7A5008;
  --radius:      6px;
  --radius-lg:   10px;
  --sh:          0 1px 4px rgba(35,10,18,0.07), 0 4px 16px rgba(35,10,18,0.06);
  --sh-lg:       0 2px 8px rgba(35,10,18,0.06), 0 12px 40px rgba(35,10,18,0.12);
  --sh-gold:     0 0 0 3px rgba(201,168,76,0.18);
}

/* 4 — Carbon (jet black + gold) */
.theme-carbon {
  --nav-bg:      #1A1A1A;
  --nav-dk:      #0D0D0D;
  --nav-lt:      #2E2E2E;
  --clr-gold:    #D4AF37;
  --gold-lt:     #ECC84A;
  --gold-dk:     #B09020;
  --gold-glow:   rgba(212,175,55,0.18);
  --bg:          #F6F6F6;
  --bg-alt:      #EEEEEE;
  --text:        #141414;
  --text-muted:  #525252;
  --border:      #D0D0D0;
  --card:        #FFFFFF;
  --footer-bg:   #080808;
  --footer-text: #7A7A7A;
  --hero-grad:   linear-gradient(140deg, #050505 0%, #0D0D0D 45%, #1A1A1A 100%);
  --tag-bg:      rgba(212,175,55,0.10);
  --tag-text:    #6A5008;
  --radius:      6px;
  --radius-lg:   10px;
  --sh:          0 1px 4px rgba(0,0,0,0.08), 0 4px 16px rgba(0,0,0,0.07);
  --sh-lg:       0 2px 8px rgba(0,0,0,0.08), 0 12px 40px rgba(0,0,0,0.15);
  --sh-gold:     0 0 0 3px rgba(212,175,55,0.18);
}

/* 5 — Slate (industrial steel blue-grey + gold) */
.theme-slate {
  --nav-bg:      #2B3A4A;
  --nav-dk:      #19252F;
  --nav-lt:      #3C5060;
  --clr-gold:    #C9A84C;
  --gold-lt:     #E0C070;
  --gold-dk:     #A8881C;
  --gold-glow:   rgba(201,168,76,0.18);
  --bg:          #F4F6F8;
  --bg-alt:      #ECF0F4;
  --text:        #1A2530;
  --text-muted:  #576070;
  --border:      #CBD5E0;
  --card:        #FFFFFF;
  --footer-bg:   #0A1018;
  --footer-text: #6A8098;
  --hero-grad:   linear-gradient(140deg, #0A1218 0%, #18252F 45%, #2B3A4A 100%);
  --tag-bg:      rgba(201,168,76,0.10);
  --tag-text:    #7A5C0A;
  --radius:      6px;
  --radius-lg:   10px;
  --sh:          0 1px 4px rgba(20,30,40,0.07), 0 4px 16px rgba(20,30,40,0.06);
  --sh-lg:       0 2px 8px rgba(20,30,40,0.06), 0 12px 40px rgba(20,30,40,0.12);
  --sh-gold:     0 0 0 3px rgba(201,168,76,0.18);
}

/* 6 — Copper (warm forge brown + amber gold) */
.theme-copper {
  --nav-bg:      #3D1E08;
  --nav-dk:      #220E04;
  --nav-lt:      #5A2E10;
  --clr-gold:    #CC8A2A;
  --gold-lt:     #E0A840;
  --gold-dk:     #A87018;
  --gold-glow:   rgba(204,138,42,0.18);
  --bg:          #FBF7F3;
  --bg-alt:      #F5EDE5;
  --text:        #201004;
  --text-muted:  #6A4830;
  --border:      #D8C8B8;
  --card:        #FFFFFF;
  --footer-bg:   #100804;
  --footer-text: #9A7060;
  --hero-grad:   linear-gradient(140deg, #0C0604 0%, #1C0E06 45%, #3D1E08 100%);
  --tag-bg:      rgba(204,138,42,0.10);
  --tag-text:    #7A4808;
  --radius:      6px;
  --radius-lg:   10px;
  --sh:          0 1px 4px rgba(35,15,5,0.07), 0 4px 16px rgba(35,15,5,0.06);
  --sh-lg:       0 2px 8px rgba(35,15,5,0.06), 0 12px 40px rgba(35,15,5,0.12);
  --sh-gold:     0 0 0 3px rgba(204,138,42,0.18);
}

/* 7 — Indigo (deep violet-indigo + gold) */
.theme-indigo {
  --nav-bg:      #1E1048;
  --nav-dk:      #100828;
  --nav-lt:      #2C1868;
  --clr-gold:    #C9A84C;
  --gold-lt:     #E0C070;
  --gold-dk:     #A8881C;
  --gold-glow:   rgba(201,168,76,0.18);
  --bg:          #F6F5FC;
  --bg-alt:      #EDEAF8;
  --text:        #140C2A;
  --text-muted:  #5A5070;
  --border:      #CEC8E0;
  --card:        #FFFFFF;
  --footer-bg:   #080410;
  --footer-text: #7A70A0;
  --hero-grad:   linear-gradient(140deg, #060410 0%, #100830 45%, #1E1048 100%);
  --tag-bg:      rgba(201,168,76,0.10);
  --tag-text:    #6A4A08;
  --radius:      6px;
  --radius-lg:   10px;
  --sh:          0 1px 4px rgba(20,10,40,0.07), 0 4px 16px rgba(20,10,40,0.06);
  --sh-lg:       0 2px 8px rgba(20,10,40,0.06), 0 12px 40px rgba(20,10,40,0.12);
  --sh-gold:     0 0 0 3px rgba(201,168,76,0.18);
}

/* 8 — Teal (deep steel teal + gold) */
.theme-teal {
  --nav-bg:      #0D3040;
  --nav-dk:      #061820;
  --nav-lt:      #1A4858;
  --clr-gold:    #C9A84C;
  --gold-lt:     #E0C070;
  --gold-dk:     #A8881C;
  --gold-glow:   rgba(201,168,76,0.18);
  --bg:          #F2F8FA;
  --bg-alt:      #E6F0F4;
  --text:        #081820;
  --text-muted:  #486070;
  --border:      #C0D4DC;
  --card:        #FFFFFF;
  --footer-bg:   #040C10;
  --footer-text: #5A8898;
  --hero-grad:   linear-gradient(140deg, #040C10 0%, #0A2030 45%, #0D3040 100%);
  --tag-bg:      rgba(201,168,76,0.10);
  --tag-text:    #6A5008;
  --radius:      6px;
  --radius-lg:   10px;
  --sh:          0 1px 4px rgba(5,20,30,0.07), 0 4px 16px rgba(5,20,30,0.06);
  --sh-lg:       0 2px 8px rgba(5,20,30,0.06), 0 12px 40px rgba(5,20,30,0.12);
  --sh-gold:     0 0 0 3px rgba(201,168,76,0.18);
}

/* ═══════════════════════════════════════════════════
   LAYOUT
════════════════════════════════════════════════════ */
.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.section { padding: 88px 0; }
.section-alt { background: var(--bg-alt); }



/* ═══════════════════════════════════════════════════
   HEADER & NAV
════════════════════════════════════════════════════ */
#header {
  position: sticky; z-index: 9000;
  background: var(--nav-bg);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
}
.hdr-inner {
  display: flex; align-items: center; gap: 28px;
  height: 64px;
}
.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-svg { width: auto; height: 44px; }
.logo-svg.sm { width: auto; height: 36px; }
.logo-img { height: 44px; width: auto; display: block; object-fit: contain; flex-shrink: 0; }
.logo-img.sm { height: 36px; }
.logo-words { display: flex; flex-direction: column; line-height: 1.2; }
.logo-name {
  color: #fff; font-weight: 800; font-size: 1rem;
  letter-spacing: 0.07em; text-transform: uppercase;
}
.logo-sub { color: var(--clr-gold); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; }

#nav { margin-left: auto; }
#nav ul { display: flex; gap: 2px; }
#nav a {
  display: block; padding: 8px 12px;
  color: rgba(255,255,255,0.65); font-size: 0.78rem; font-weight: 500;
  border-radius: var(--radius); position: relative;
  transition: color 0.2s, background 0.2s;
  letter-spacing: 0.02em;
}
#nav a::after {
  content: ''; position: absolute; bottom: 4px; left: 12px; right: 12px;
  height: 1.5px; background: var(--clr-gold); transform: scaleX(0);
  transition: transform 0.25s ease; border-radius: 2px;
}
#nav a:hover { color: #fff; }
#nav a:hover::after { transform: scaleX(1); }
#nav a.active { color: var(--clr-gold); }
#nav a.active::after { transform: scaleX(1); }

.hdr-right { display: flex; align-items: center; gap: 10px; margin-left: 16px; }
.call-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px; border-radius: var(--radius);
  background: var(--clr-gold); color: var(--nav-dk);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.04em;
  white-space: nowrap; flex-shrink: 0;
  transition: all 0.2s;
}
.call-btn:hover { background: var(--gold-lt); transform: translateY(-1px); }

.nav-tog { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.nav-tog span { display: block; width: 22px; height: 2px; background: rgba(255,255,255,0.7); border-radius: 2px; transition: all 0.2s; }

/* ═══════════════════════════════════════════════════
   SECTION HEADERS
════════════════════════════════════════════════════ */
.sec-header { text-align: center; margin-bottom: 52px; }
.sec-tag {
  display: inline-block; background: var(--tag-bg);
  color: var(--tag-text); border: 1px solid rgba(201,168,76,0.2);
  padding: 4px 14px; border-radius: 100px;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 16px;
}
.sec-title {
  font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800;
  color: var(--text); line-height: 1.2;
  letter-spacing: -0.02em; margin-bottom: 14px;
}
.sec-sub { font-size: 0.9rem; color: var(--text-muted); line-height: 1.75; max-width: 560px; margin: 0 auto; }

/* ═══════════════════════════════════════════════════
   BUTTONS
════════════════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 26px; border-radius: var(--radius);
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em;
  transition: all 0.22s; cursor: pointer;
}
.btn-gold { background: var(--clr-gold); color: var(--nav-dk); }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,168,76,0.3); }
.btn-ghost {
  background: transparent; color: rgba(255,255,255,0.8);
  border: 1.5px solid rgba(255,255,255,0.2);
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: #fff; transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: var(--nav-bg);
  border: 1.5px solid var(--border);
}
.btn-outline:hover { border-color: var(--clr-gold); color: var(--clr-gold); }

/* ═══════════════════════════════════════════════════
   TRUST STRIP
════════════════════════════════════════════════════ */
.trust-strip { background: var(--nav-dk); border-bottom: 1px solid rgba(255,255,255,0.05); }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; }
.ti {
  display: flex; align-items: center; gap: 10px;
  padding: 16px 28px; border-right: 1px solid rgba(255,255,255,0.06);
}
.ti:last-child { border-right: none; }
.td { width: 1px; background: rgba(255,255,255,0.06); }
.ti-label { font-size: 0.72rem; font-weight: 700; color: rgba(255,255,255,0.85); letter-spacing: 0.04em; }
.ti-sub { font-size: 0.62rem; color: rgba(255,255,255,0.4); display: block; letter-spacing: 0.05em; }
.ti-icon { color: var(--clr-gold); display: flex; }

/* ═══════════════════════════════════════════════════
   HERO (Home)
════════════════════════════════════════════════════ */
.hero {
  position: relative; overflow: hidden;
  background: var(--hero-grad);
  min-height: 100vh; display: flex; align-items: stretch;
}
.hero-pattern {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
}
.hero-grid-lines {
  position: absolute; inset: 0; pointer-events: none;
  background-image: repeating-linear-gradient(
    -45deg, transparent, transparent 90px,
    rgba(201,168,76,0.035) 90px, rgba(201,168,76,0.035) 91px
  );
}
.hero-glow {
  position: absolute; width: 600px; height: 600px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.06) 0%, transparent 70%);
  top: -100px; right: -100px; pointer-events: none;
}
.hero-layout {
  position: relative; z-index: 2;
  padding: 48px 0 80px;
}
.hero > .container { margin-left: 0; padding-left: 96px; flex: 1; display: flex; align-items: center; }
.hero-right { position: relative; width: 310px; flex-shrink: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 32px 8px 0; z-index: 3; }
.hero-left { max-width: 600px; width: 100%; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,0,0,0.45); border: 1px solid rgba(201,168,76,0.7);
  color: var(--clr-gold); padding: 6px 16px; border-radius: 100px;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 22px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 900;
  color: #fff; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 20px;
  display: flex; flex-direction: column;
}
.hero-title em { font-style: normal; color: var(--clr-gold); }
@keyframes htFadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.ht-line { display: block; opacity: 0; animation: htFadeUp 0.7s ease forwards; }
.ht-l1 { animation-delay: 0.4s; }
.ht-l2 { animation-delay: 1.0s; }
.ht-l3 { animation-delay: 1.6s; }
.hero-body { color: rgba(255,255,255,0.92); font-size: 0.95rem; line-height: 1.8; margin-bottom: 32px; max-width: 480px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 28px; }
.hstat { }
.hstat-num { font-size: 1.6rem; font-weight: 900; color: #fff; letter-spacing: -0.03em; line-height: 1; font-family: 'Roboto Mono', monospace; }
.hstat-label { font-size: 0.68rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px; }
.hstat-div { width: 1px; background: rgba(255,255,255,0.1); height: 40px; align-self: center; }


/* Hero Background Slider */
.hero-slider { position: absolute; inset: 0; z-index: 0; }
.hs-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease-in-out; isolation: isolate; }
.hs-slide.active { opacity: 1; }
.hs-slide::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.48) 60%, rgba(0,0,0,0.65) 100%);
}
.hs-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hs-slide--logo { background: #ffffff; }
.hs-slide--logo img { object-fit: contain; padding: 10%; }
.hs-slide--logo::after { background: rgba(0,0,0,0); }
.hs-slide--zoom-out img { object-fit: cover; object-position: center; }
.hs-slide--zoom-out::after { background: linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.30) 45%, rgba(0,0,0,0.10) 70%, rgba(0,0,0,0.10) 100%); }
.spec-card {
  background: rgba(0,0,0,0.62); border: 1px solid rgba(201,168,76,0.35);
  border-radius: var(--radius-lg); padding: 14px 16px; backdrop-filter: blur(14px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.45);
}
.sc-head {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 8px; margin-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.sc-dot { width: 6px; height: 6px; background: var(--clr-gold); border-radius: 50%; flex-shrink: 0; }
.sc-title { font-size: 0.6rem; font-weight: 700; color: rgba(255,255,255,0.9); letter-spacing: 0.1em; text-transform: uppercase; }
.sc-row { display: flex; justify-content: space-between; align-items: baseline; padding: 4px 0; border-bottom: 1px solid rgba(255,255,255,0.1); gap: 8px; }
.sc-row:last-of-type { border-bottom: none; }
.sc-key { font-size: 0.62rem; color: rgba(255,255,255,0.75); white-space: nowrap; }
.sc-val { font-size: 0.65rem; font-weight: 700; color: var(--clr-gold); font-family: 'Roboto Mono', monospace; text-align: right; }
.sc-cert {
  margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-wrap: wrap; gap: 4px;
}
.sc-badge {
  padding: 2px 7px; border-radius: 4px;
  background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.25);
  color: var(--clr-gold); font-size: 0.55rem; font-weight: 700; letter-spacing: 0.07em;
}

/* ═══════════════════════════════════════════════════
   PRODUCTS GRID
════════════════════════════════════════════════════ */
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.prod-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 0; box-shadow: var(--sh);
  display: flex; flex-direction: column; transition: all 0.25s; overflow: hidden;
}
.prod-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--clr-gold); }
.pc-img-wrap { width: 100%; height: 180px; overflow: hidden; background: transparent; }
.pc-img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform 0.4s; padding: 8px; box-sizing: border-box; }
.prod-card:hover .pc-img { transform: scale(1.06); }
.pc-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.pc-icon {
  width: 48px; height: 48px; background: var(--tag-bg);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; flex-shrink: 0;
}
.prod-card h3 { font-size: 0.95rem; font-weight: 800; color: var(--text); margin-bottom: 8px; letter-spacing: -0.01em; }
.prod-card p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.7; flex: 1; margin-bottom: 18px; }
.pc-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.pc-tag { padding: 3px 9px; border-radius: 4px; background: var(--bg-alt); color: var(--text-muted); font-size: 0.64rem; font-weight: 600; font-family: 'Roboto Mono', monospace; }

/* DGMS Spec Table */
.spec-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.spec-table th {
  background: var(--nav-bg); color: var(--clr-gold);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 11px 16px; text-align: left;
}
.spec-table td { padding: 10px 16px; font-size: 0.82rem; border-bottom: 1px solid var(--border); color: var(--text); }
.spec-table tr:nth-child(even) td { background: var(--bg-alt); }
.spec-table tr:last-child td { border-bottom: none; }
.spec-table .mono { font-family: 'Roboto Mono', monospace; font-size: 0.78rem; color: var(--nav-bg); font-weight: 700; }

/* End types */
.end-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.end-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; box-shadow: var(--sh); }
.end-card-body { padding: 0; }
.end-card h4 { font-size: 0.85rem; font-weight: 700; color: var(--nav-bg); margin-bottom: 6px; }
.end-card p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   MACHINERY
════════════════════════════════════════════════════ */
.mach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mach-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 0; box-shadow: var(--sh);
  transition: all 0.22s; border-top: 3px solid transparent;
  overflow: hidden;
}
.mach-card:hover { border-top-color: var(--clr-gold); box-shadow: var(--sh-lg); transform: translateY(-3px); }
.mach-img-wrap { width: 100%; height: 160px; overflow: hidden; }
.mach-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.mach-card:hover .mach-img { transform: scale(1.06); }
.mach-body { padding: 20px; }
.mach-n {
  font-family: 'Roboto Mono', monospace; font-size: 0.68rem;
  font-weight: 700; color: var(--clr-gold); letter-spacing: 0.06em;
  margin-bottom: 10px; opacity: 0.7;
}
.mach-card h4 { font-size: 0.88rem; font-weight: 700; color: var(--text); margin-bottom: 10px; letter-spacing: -0.01em; }
.mach-card p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.7; }

/* Info cards */
.info-cards { display: grid; gap: 14px; }
.info-card {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 16px 18px; box-shadow: var(--sh);
}
.ic-label { display: flex; flex-direction: column; }
.ic-label strong { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.ic-label span { font-size: 0.77rem; color: var(--text-muted); line-height: 1.5; }
.ic-icon {
  width: 34px; height: 34px; flex-shrink: 0;
  background: var(--tag-bg); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}

/* ═══════════════════════════════════════════════════
   QUALITY
════════════════════════════════════════════════════ */
.quality-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.qcol { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--sh); }
.qcol-hdr {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.78rem; font-weight: 800; color: var(--text);
  text-transform: uppercase; letter-spacing: 0.07em;
  margin-bottom: 22px; padding-bottom: 16px;
  border-bottom: 2px solid var(--clr-gold);
}
.qcol-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--clr-gold); flex-shrink: 0; }
.qtest { display: flex; gap: 16px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.qtest:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.qt-label {
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--nav-bg); color: var(--clr-gold);
  border-radius: 6px; display: flex; align-items: center; justify-content: center;
  font-size: 0.62rem; font-weight: 800; font-family: 'Roboto Mono', monospace;
  margin-top: 2px;
}
.qtest h4 { font-size: 0.85rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.qtest p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; }
.qt-content { flex: 1; min-width: 0; }
.qt-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.qt-photos img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; display: block; }
.qt-photos img:nth-child(3):last-child { grid-column: span 2; height: 220px; }
.qt-photos.qt-single { grid-template-columns: 1fr; }
.qt-photos.qt-single img { height: 260px; }

/* Testing card layout */
.testing-blk { margin-bottom: 40px; }
.testing-blk:last-child { margin-bottom: 0; }
.testing-blk > .qcol-hdr { margin-bottom: 18px; }
.testing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.qtest-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--sh); display: flex; flex-direction: column; height: 100%; }
.qtest-card .qt-photos { margin-top: 0; border-radius: 0; gap: 3px; }
.qtest-card .qt-photos img { border-radius: 0; height: 200px; object-fit: cover; object-position: center; }
.qtest-card .qt-photos img:only-child { grid-column: span 2; height: 180px; object-fit: contain; background: var(--bg-alt); padding: 10px; box-sizing: border-box; }
.qtest-card .qt-photos img:nth-child(3):last-child { grid-column: span 2; height: 110px; object-fit: contain; background: var(--bg-alt); padding: 6px; box-sizing: border-box; }
.qtest-card .qt-photos img.qt-wide { object-fit: contain; background: var(--bg-alt); padding: 8px; box-sizing: border-box; }
.qtest-card-body { display: flex; gap: 12px; padding: 16px; flex: 1; align-items: flex-start; }
.qtest-card-body .qt-label { margin-top: 2px; flex-shrink: 0; }
.qtest-card-body h4 { font-size: 0.85rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.qtest-card-body p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; }

/* Quality photo gallery */
.q-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.qg-item { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: var(--card); box-shadow: var(--sh); position: relative; }
.qg-main { grid-column: span 2; grid-row: span 2; }
.qg-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; min-height: 180px; }
.qg-main img { min-height: 380px; }
.qg-item:hover img { transform: scale(1.04); }
.qg-cap { display: block; padding: 9px 12px; font-size: 0.68rem; font-weight: 700; color: var(--text-muted); letter-spacing: 0.04em; text-transform: uppercase; background: var(--card); border-top: 1px solid var(--border); }
.qg-img-wrap { width: 100%; height: 180px; overflow: hidden; }
.qg-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.qg-item:hover .qg-img { transform: scale(1.05); }
.qg-caption { padding: 10px 14px; font-size: 0.75rem; font-weight: 600; color: var(--text-muted); letter-spacing: 0.02em; }

/* DGMS parameter box */
.dgms-box {
  background: var(--nav-dk); border-radius: var(--radius-lg);
  border: 1px solid rgba(201,168,76,0.2); overflow: hidden;
  box-shadow: var(--sh-lg);
}
.dgms-title {
  padding: 16px 24px; background: var(--nav-bg);
  font-size: 0.7rem; font-weight: 700; color: var(--clr-gold);
  letter-spacing: 0.07em; text-transform: uppercase;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.dgms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.dg-item { padding: 22px 22px; border-right: 1px solid rgba(255,255,255,0.05); }
.dg-item:last-child { border-right: none; }
.dg-item h5 { font-size: 0.72rem; font-weight: 700; color: var(--clr-gold); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.dg-item ul li { font-size: 0.73rem; color: rgba(255,255,255,0.55); padding: 4px 0 4px 12px; position: relative; border-bottom: 1px solid rgba(255,255,255,0.04); line-height: 1.45; }
.dg-item ul li::before { content: '—'; position: absolute; left: 0; color: rgba(201,168,76,0.4); font-size: 0.6rem; top: 5px; }
.dg-item ul li:last-child { border-bottom: none; }

/* ═══════════════════════════════════════════════════
   PROCESS PAGE
════════════════════════════════════════════════════ */
.flow-wrap { max-width: 720px; margin: 0 auto; }
.flow-step { display: flex; gap: 18px; align-items: flex-start; }
.fs-num {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%;
  background: var(--nav-bg); color: var(--clr-gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.05em;
  border: 1.5px solid rgba(201,168,76,0.3); margin-top: 5px;
  font-family: 'Roboto Mono', monospace;
}
.fs-box {
  flex: 1; background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--sh);
}
.fs-box strong { display: block; font-size: 0.88rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.fs-box span { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; }
.fs-decision { border-left: 2px solid var(--clr-gold); }
.fs-end { background: var(--nav-bg); border-color: rgba(201,168,76,0.3); }
.fs-end strong { color: var(--clr-gold); }
.fs-end span { color: rgba(255,255,255,0.65); }
.flow-arrow { text-align: center; color: rgba(201,168,76,0.4); padding: 5px 0; margin-left: 23px; font-size: 1.1rem; line-height: 1; }

.spin-box { display: grid; grid-template-columns: 1fr 1.65fr; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--sh-lg); }
.spin-left { background: var(--nav-bg); padding: 36px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(201,168,76,0.15); }
.spin-title { color: var(--clr-gold); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; line-height: 1.6; margin-bottom: 12px; }
.spin-sub { color: rgba(255,255,255,0.55); font-size: 0.8rem; line-height: 1.7; }
.spin-right { background: var(--card); padding: 36px 32px; border: 1px solid var(--border); }
.spin-right p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; }
.spin-right p:last-child { margin-bottom: 0; }
.spin-right strong { color: var(--nav-bg); font-weight: 700; }

/* ═══════════════════════════════════════════════════
   INDUSTRIES PAGE
════════════════════════════════════════════════════ */
.ind-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.ind-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--sh);
  transition: all 0.25s;
}
.ind-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--clr-gold); }
.ind-icon { margin-bottom: 16px; }
.ind-label { font-size: 1.05rem; font-weight: 800; color: var(--nav-bg); margin-bottom: 10px; letter-spacing: -0.01em; }
.ind-card > p { font-size: 0.83rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 16px; }
.ind-list { border-top: 1px solid var(--border); padding-top: 14px; }
.ind-list li { font-size: 0.77rem; color: var(--text-muted); padding: 5px 0 5px 14px; position: relative; border-bottom: 1px solid var(--border); }
.ind-list li:last-child { border-bottom: none; }
.ind-list li::before { content: '—'; position: absolute; left: 0; color: var(--clr-gold); font-size: 0.65rem; top: 6px; }

.ind-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.iw-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--sh); }
.iw-num { font-size: 1.6rem; font-weight: 900; color: var(--clr-gold); line-height: 1; margin-bottom: 10px; font-family: 'Roboto Mono', monospace; }
.iw-item h4 { font-size: 0.87rem; font-weight: 700; color: var(--text); margin-bottom: 7px; letter-spacing: -0.01em; }
.iw-item p { font-size: 0.79rem; color: var(--text-muted); line-height: 1.7; }

/* ═══════════════════════════════════════════════════
   CLIENTS PAGE
════════════════════════════════════════════════════ */
.clients-stats { display: flex; background: var(--nav-bg); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--sh-lg); }
.cs-item { flex: 1; text-align: center; padding: 30px 16px; border-right: 1px solid rgba(255,255,255,0.06); }
.cs-item:last-child { border-right: none; }
.cs-num { font-size: 2rem; font-weight: 900; color: var(--clr-gold); line-height: 1.1; margin-bottom: 7px; font-family: 'Roboto Mono', monospace; }
.cs-label { font-size: 0.68rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.09em; font-weight: 600; }

.client-segment { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--sh); }
.cseg-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; flex-wrap: wrap; }
.cseg-badge { background: var(--nav-bg); color: var(--clr-gold); padding: 4px 13px; border-radius: 100px; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; flex-shrink: 0; }
.cseg-note { font-size: 0.78rem; color: var(--text-muted); font-style: italic; }
.client-names-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cn-card {
  background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 14px 16px;
  display: flex; align-items: center; gap: 12px;
  transition: all 0.2s;
}
.cn-card:hover { border-color: var(--clr-gold); }
.cn-abbr { font-family: 'Roboto Mono', monospace; font-size: 0.78rem; font-weight: 700; color: var(--nav-bg); border-right: 2px solid var(--clr-gold); padding-right: 12px; flex-shrink: 0; min-width: 44px; }
.cn-name { font-size: 0.75rem; color: var(--text); font-weight: 600; line-height: 1.35; }
.cn-name small { color: var(--text-muted); font-weight: 400; font-size: 0.68rem; }

.private-seg { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.ps-text p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.ps-sectors { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 4px; }
.ps-sectors span { background: var(--tag-bg); color: var(--tag-text); padding: 4px 11px; border-radius: 100px; font-size: 0.7rem; font-weight: 700; }
.psq-inner { background: var(--nav-bg); border-radius: var(--radius-lg); padding: 28px 26px; border: 1px solid rgba(201,168,76,0.15); }
.psq-inner p { color: rgba(255,255,255,0.75); font-size: 0.88rem; line-height: 1.8; margin: 14px 0 18px; font-style: italic; }
.psq-attr { font-size: 0.72rem; color: var(--clr-gold); font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; }

.how-steps { display: flex; gap: 0; align-items: flex-start; }
.hs-item { flex: 1; padding: 22px 18px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--sh); }
.hs-sep { align-self: center; color: rgba(201,168,76,0.4); padding: 0 6px; flex-shrink: 0; font-size: 1.1rem; }
.hs-n { width: 34px; height: 34px; border-radius: 50%; background: var(--clr-gold); color: var(--nav-bg); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.85rem; margin-bottom: 12px; font-family: 'Roboto Mono', monospace; }
.hs-item h4 { font-size: 0.84rem; font-weight: 700; color: var(--text); margin-bottom: 7px; letter-spacing: -0.01em; }
.hs-item p { font-size: 0.77rem; color: var(--text-muted); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   CONTACT PAGE
════════════════════════════════════════════════════ */
.contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 52px; align-items: start; }
.contact-info-col h3 { font-size: 1.3rem; font-weight: 800; color: var(--text); margin-bottom: 24px; letter-spacing: -0.02em; }
.ci-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.ci-item:last-of-type { border-bottom: none; }
.ci-icon { flex-shrink: 0; width: 34px; height: 34px; background: var(--tag-bg); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.ci-item strong { display: block; font-size: 0.66rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; color: var(--text-muted); margin-bottom: 4px; }
.ci-item a { display: block; font-size: 0.85rem; color: var(--nav-bg); font-weight: 600; transition: color 0.2s; }
.ci-item a:hover { color: var(--clr-gold); }
.ci-item span { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; }
.ci-gstin { display: inline-block; font-family: 'Roboto Mono', monospace; font-size: 0.72rem; background: var(--tag-bg); color: var(--tag-text); padding: 5px 12px; border-radius: var(--radius); font-weight: 600; margin-top: 6px; letter-spacing: 0.04em; }

.rfq-form-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--sh-lg); overflow: hidden; }
.rfc-head { background: var(--nav-bg); padding: 22px 28px; border-bottom: 1px solid rgba(201,168,76,0.15); }
.rfc-head h3 { color: #fff; font-size: 1rem; font-weight: 800; margin-bottom: 5px; letter-spacing: -0.01em; }
.rfc-head p { color: rgba(255,255,255,0.55); font-size: 0.78rem; line-height: 1.55; }
#rfq-form { padding: 22px 28px; }
.rf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rf-group { margin-bottom: 12px; }
.rf-group label { display: block; font-size: 0.64rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; color: var(--text-muted); margin-bottom: 5px; }
.rf-group input, .rf-group select, .rf-group textarea {
  width: 100%; padding: 9px 13px; border-radius: var(--radius);
  border: 1.5px solid var(--border); background: var(--bg);
  color: var(--text); font-size: 0.84rem; outline: none; transition: all 0.2s;
}
.rf-group input:focus, .rf-group select:focus, .rf-group textarea:focus {
  border-color: var(--clr-gold); background: var(--card); box-shadow: var(--sh-gold);
}
.rf-group textarea { resize: vertical; min-height: 80px; }
.rfq-submit-btn {
  width: 100%; padding: 13px; border-radius: var(--radius);
  background: #1FAD58; color: #fff; font-weight: 700; font-size: 0.87rem;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: all 0.22s; margin-top: 4px; margin-bottom: 10px; letter-spacing: 0.03em;
}
.rfq-submit-btn:hover { background: #189349; transform: translateY(-1px); box-shadow: 0 6px 22px rgba(31,173,88,0.28); }
.rfq-note { font-size: 0.68rem; color: var(--text-muted); text-align: center; line-height: 1.55; }

.alt-contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ac-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--sh); text-align: center; }
.ac-icon { width: 44px; height: 44px; background: var(--tag-bg); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.ac-card h4 { font-size: 0.85rem; font-weight: 700; color: var(--text); margin-bottom: 7px; }
.ac-card p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 14px; }
.ac-btn { display: block; background: var(--nav-bg); color: var(--clr-gold); padding: 8px 14px; border-radius: var(--radius); font-size: 0.77rem; font-weight: 700; margin-bottom: 7px; transition: all 0.2s; }
.ac-btn:hover { background: var(--nav-lt); }
.ac-addr { display: block; font-size: 0.73rem; color: var(--text-muted); line-height: 1.55; margin-top: 8px; }

/* ═══════════════════════════════════════════════════
   HOME PAGE — TEASERS
════════════════════════════════════════════════════ */
.home-about { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ha-text .sec-title { text-align: left; margin-bottom: 14px; }
.ha-text .sec-tag { display: block; width: fit-content; margin-bottom: 10px; }
.ha-text p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; }
.ha-text .lead-para { color: var(--text); font-weight: 500; }
.ha-link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 8px;
  font-weight: 700; font-size: 0.82rem; color: var(--nav-bg);
  border-bottom: 1.5px solid var(--clr-gold); padding-bottom: 2px; transition: gap 0.2s;
}
.ha-link:hover { gap: 10px; }
.ha-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hav-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 20px; box-shadow: var(--sh); text-align: center;
}
.hav-icon { margin-bottom: 8px; display:flex; justify-content:center; align-items:center; }
.hav-card strong { display: block; font-size: 0.79rem; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.hav-card span { font-size: 0.72rem; color: var(--text-muted); }

.home-prods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 28px; }
.hp-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--sh); transition: all 0.22s;
}
.hp-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--clr-gold); }
.hp-icon { margin-bottom: 14px; }
.hp-img-wrap {
  width: calc(100% + 48px); margin: -24px -24px 18px;
  height: 160px; overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: transparent;
}
.hp-img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 10px; transition: transform 0.4s; }
.hp-card:hover .hp-img { transform: scale(1.05); }
.hp-card h4 { font-size: 0.92rem; font-weight: 700; color: var(--text); margin-bottom: 8px; letter-spacing: -0.01em; }
.hp-card p { font-size: 0.79rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 14px; }
.hp-tag { display: inline-block; background: var(--tag-bg); color: var(--tag-text); padding: 3px 9px; border-radius: 4px; font-size: 0.65rem; font-weight: 700; }

.home-cta {
  background: var(--nav-bg); border-radius: var(--radius-lg);
  padding: 56px 48px; text-align: center;
  border: 1px solid rgba(201,168,76,0.12);
}
.home-cta h2 { color: #fff; font-size: 1.8rem; font-weight: 800; margin-bottom: 12px; letter-spacing: -0.02em; }
.home-cta p { color: rgba(255,255,255,0.6); margin-bottom: 28px; font-size: 0.92rem; max-width: 460px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.home-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ═══════════════════════════════════════════════════
   ABOUT PAGE
════════════════════════════════════════════════════ */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.about-lead { font-size: 1.05rem; font-weight: 500; color: var(--text); line-height: 1.75; margin-bottom: 20px; }
.about-body p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; }
.about-body p:last-child { margin-bottom: 0; }
/* Company Profile Panel — about page */
.co-profile { background: var(--nav-dk, #0E2244); border: 1px solid rgba(201,168,76,0.12); border-radius: 10px; overflow: hidden; }
.co-ph { display: flex; align-items: center; gap: 8px; padding: 7px 14px; border-bottom: 1px solid rgba(255,255,255,0.06); background: rgba(201,168,76,0.04); }
.co-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--clr-gold, #C9A84C); flex-shrink: 0; }
.co-ph-title { font-size: 0.55rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.co-row { display: grid; grid-template-columns: 1fr 1fr; }
.co-field { padding: 7px 14px; }
.co-field + .co-field { border-left: 1px solid rgba(255,255,255,0.06); }
.co-key { display: block; font-size: 0.52rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.3); margin-bottom: 2px; }
.co-year { display: block; font-size: 1.5rem; font-weight: 900; color: var(--clr-gold, #C9A84C); font-family: 'Roboto Mono', monospace; letter-spacing: -0.04em; line-height: 1; }
.co-val { display: block; font-size: 0.72rem; font-weight: 500; color: rgba(255,255,255,0.75); line-height: 1.2; }
.co-val a { color: rgba(255,255,255,0.75); text-decoration: none; display: block; line-height: 1.5; transition: color 0.18s; }
.co-val a:hover { color: var(--clr-gold, #C9A84C); }
.co-sep { height: 1px; background: rgba(255,255,255,0.06); margin: 0; }
.co-footer { display: flex; align-items: center; gap: 12px; padding: 7px 14px; border-top: 1px solid rgba(255,255,255,0.06); background: rgba(201,168,76,0.04); }
.co-footer .co-key { margin-bottom: 0; }
.co-code { font-family: 'Roboto Mono', monospace; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em; color: var(--clr-gold, #C9A84C); background: rgba(201,168,76,0.1); padding: 2px 7px; border-radius: 4px; border: 1px solid rgba(201,168,76,0.2); }
.why-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--sh); margin-bottom: 12px; display: flex; gap: 14px; align-items: flex-start; }
.wc-num { flex-shrink: 0; width: 30px; height: 30px; background: var(--tag-bg); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 800; color: var(--tag-text); font-family: 'Roboto Mono', monospace; }
.why-card h4 { font-size: 0.85rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.why-card p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   INNER PAGE HERO
════════════════════════════════════════════════════ */
.page-hero { position: relative; overflow: hidden; background: var(--hero-grad); padding: 68px 0 52px; }
.page-hero .ph-pattern {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 72px 72px;
}
.page-hero .ph-lines {
  position: absolute; inset: 0; pointer-events: none;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 90px, rgba(201,168,76,0.03) 90px, rgba(201,168,76,0.03) 91px);
}
.ph-inner { position: relative; z-index: 2; }
.ph-bread { font-size: 0.68rem; color: rgba(255,255,255,0.4); margin-bottom: 16px; display: flex; align-items: center; gap: 7px; letter-spacing: 0.04em; }
.ph-bread a { color: var(--clr-gold); transition: opacity 0.2s; }
.ph-bread a:hover { opacity: 0.8; }
.ph-bread span { color: rgba(255,255,255,0.2); }
.ph-tag {
  display: inline-block; background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.25);
  color: var(--clr-gold); padding: 4px 13px; border-radius: 100px;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 14px;
}
.ph-title { font-size: clamp(1.8rem, 3.8vw, 2.8rem); font-weight: 900; color: #fff; line-height: 1.12; margin-bottom: 14px; letter-spacing: -0.02em; }
.ph-sub { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.75; max-width: 560px; }

/* ═══════════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════════════ */
.footer { background: var(--footer-bg); padding: 64px 0 0; }
.ftr-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: 44px; margin-bottom: 48px; }
.ftr-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.ftr-name { color: #fff; font-weight: 800; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }
.ftr-sub { color: var(--clr-gold); font-size: 0.56rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.75; }
.ftr-brand p { font-size: 0.79rem; color: var(--footer-text); line-height: 1.75; margin-bottom: 18px; }
.ftr-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.ftr-badges span { padding: 3px 9px; border-radius: 4px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); color: var(--footer-text); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.04em; }
.ftr-col h5 { color: rgba(255,255,255,0.85); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.ftr-col ul li { margin-bottom: 8px; }
.ftr-col ul li a { color: var(--footer-text); font-size: 0.78rem; transition: color 0.2s; }
.ftr-col ul li a:hover { color: var(--clr-gold); }
.ftr-contact li { display: flex; gap: 8px; color: var(--footer-text); font-size: 0.77rem; margin-bottom: 8px; line-height: 1.5; }
.ftr-contact a { color: var(--footer-text); transition: color 0.2s; }
.ftr-contact a:hover { color: var(--clr-gold); }
.ftr-contact .fc-icon { flex-shrink: 0; color: rgba(201,168,76,0.5); margin-top: 1px; }
.ftr-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 18px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
}
.ftr-bottom p { font-size: 0.7rem; color: var(--footer-text); }
.ftr-note { opacity: 0.5; }

/* ═══════════════════════════════════════════════════
   WHATSAPP FAB
════════════════════════════════════════════════════ */
.wa-fab {
  position: fixed; bottom: 24px; left: 24px; z-index: 8000;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(37,211,102,0.35); transition: all 0.22s;
}
.wa-fab:hover { transform: scale(1.08) translateY(-2px); box-shadow: 0 8px 26px rgba(37,211,102,0.5); }

/* ═══════════════════════════════════════════════════
   THEME SWITCHER
════════════════════════════════════════════════════ */
.ts-wrap {
  position: fixed; bottom: 88px; left: 24px; z-index: 8500;
}
.ts-toggle {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--nav-dk, #0E2244);
  border: 2px solid var(--clr-gold, #C9A84C);
  color: var(--clr-gold, #C9A84C);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(0,0,0,.38);
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
  cursor: pointer;
}
.ts-toggle:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(0,0,0,.48), 0 0 0 3px rgba(201,168,76,.15);
}
.ts-wrap.open .ts-toggle {
  background: var(--clr-gold, #C9A84C);
  color: var(--nav-dk, #0E2244);
  transform: rotate(30deg);
}

.ts-panel {
  position: absolute; bottom: 52px; left: 0;
  background: #07112A;
  border: 1px solid rgba(201,168,76,.2);
  border-radius: 14px; padding: 14px 12px;
  min-width: 188px;
  max-height: 70vh; overflow-y: auto;
  box-shadow: 0 24px 64px rgba(0,0,0,.65), 0 0 0 1px rgba(255,255,255,.04);
  opacity: 0; pointer-events: none;
  transform: translateY(10px) scale(.93);
  transition: opacity .22s ease, transform .22s cubic-bezier(.34,1.56,.64,1);
  transform-origin: bottom left;
}
.ts-wrap.open .ts-panel {
  opacity: 1; pointer-events: all; transform: translateY(0) scale(1);
}
.ts-head {
  font-size: .48rem; font-weight: 900; letter-spacing: .22em;
  text-transform: uppercase; color: rgba(255,255,255,.28);
  margin-bottom: 10px; padding: 0 4px;
}
.ts-options { display: flex; flex-direction: column; gap: 4px; }

.ts-opt {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 8px; border-radius: 8px;
  background: transparent; border: 1px solid transparent;
  color: rgba(255,255,255,.52); cursor: pointer; text-align: left; width: 100%;
  transition: background .14s, border-color .14s, color .14s;
}
.ts-opt:hover { background: rgba(255,255,255,.06); color: rgba(255,255,255,.8); }
.ts-opt.ts-active {
  background: rgba(201,168,76,.1);
  border-color: rgba(201,168,76,.28);
  color: #C9A84C;
}

/* Diagonal split swatch */
.ts-sw {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--tn) 50%, var(--tg) 50%);
  border: 1.5px solid rgba(255,255,255,.25);
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.ts-info { display: flex; flex-direction: column; gap: 1px; flex: 1; }
.ts-name { font-size: .73rem; font-weight: 700; line-height: 1.2; }
.ts-sub  { font-size: .57rem; color: rgba(255,255,255,.28); font-weight: 500; }
.ts-opt.ts-active .ts-sub { color: rgba(201,168,76,.5); }

.ts-ck {
  width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; color: transparent;
  transition: border-color .15s, background .15s, color .15s;
}
.ts-opt.ts-active .ts-ck {
  border-color: #C9A84C; background: rgba(201,168,76,.18); color: #C9A84C;
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════ */

/* ── Tablet (768px) ── */
@media (max-width: 768px) {
  .hero > .container { padding-left: 28px; }
  .hero-layout { padding: 40px 0 60px; }
  .hero-title { font-size: clamp(1.7rem, 5vw, 2.4rem); }
  .hero-body { font-size: 0.88rem; }
  .hero-right { display: none; }
  .vm-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .dir-msg { flex-direction: column; text-align: center; max-width: 100%; }
  .dir-msg-photo { width: 120px; height: 140px; }
  .prod-grid { grid-template-columns: 1fr 1fr; }
  .home-prods { grid-template-columns: 1fr 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .sec-title { font-size: 1.5rem; }
  .spec-card { display: none; }
  .hero-stats { gap: 16px; }
  .hstat-num { font-size: 1.3rem; }
  .why-card { flex-direction: column; gap: 8px; }
  .brochure-bar { flex-direction: column; gap: 16px; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 1100px) {
  .hero-left { max-width: 100%; }
  .hero-right { width: 100%; max-width: 480px; padding: 0 20px 32px; justify-content: flex-start; }
  .ftr-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .home-about { grid-template-columns: 1fr; gap: 36px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 900px) {
  .ind-grid { grid-template-columns: 1fr; }
  .ind-why-grid { grid-template-columns: 1fr 1fr; }
  .alt-contact-grid { grid-template-columns: 1fr 1fr; }
  .client-names-grid { grid-template-columns: 1fr 1fr; }
  .private-seg { grid-template-columns: 1fr; }
  .how-steps { flex-direction: column; }
  .hs-sep { transform: rotate(90deg); padding: 4px 0; margin-left: 17px; }
  .dgms-grid { grid-template-columns: 1fr 1fr; }
  .prod-grid { grid-template-columns: 1fr 1fr; }
  .home-prods { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .hdr-inner { height: auto; padding: 10px 20px; flex-wrap: wrap; }
  #nav { display: none; width: 100%; margin-left: 0; }
  #nav.open { display: block; }
  #nav ul { flex-direction: column; }
  #nav a { border-bottom: 1px solid rgba(255,255,255,0.05); border-radius: 0; padding: 10px 14px; }
  #nav a::after { display: none; }
  .nav-tog { display: flex; }
  .hdr-right { margin-left: auto; }
  .call-btn { padding: 7px 12px; font-size: 0.72rem; white-space: nowrap; }
  .quality-cols { grid-template-columns: 1fr; }
  .testing-grid { grid-template-columns: 1fr 1fr; }
  .qt-photos { grid-template-columns: 1fr 1fr; }
  .qt-photos img { height: 160px; }
  .mach-grid { grid-template-columns: 1fr 1fr; }
  .spin-box { grid-template-columns: 1fr; }
  .trust-row { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .section { padding: 52px 0; }
  .page-hero { padding: 48px 0 36px; }
  .ph-title { font-size: clamp(1.5rem, 6vw, 2rem); }
  .ph-sub { font-size: 0.83rem; }
  .prod-grid { grid-template-columns: 1fr; }
  .mach-grid { grid-template-columns: 1fr; }
  .home-prods { grid-template-columns: 1fr; }
  .end-grid { grid-template-columns: 1fr; }
  .dgms-grid { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr; }
  .ftr-bottom { flex-direction: column; text-align: center; }
  .ind-why-grid { grid-template-columns: 1fr; }
  .alt-contact-grid { grid-template-columns: 1fr; }
  .client-names-grid { grid-template-columns: 1fr; }
  .clients-stats { flex-direction: column; }
  .cs-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .rf-row { grid-template-columns: 1fr; }
  .flow-step { flex-direction: column; gap: 6px; }
  .fs-num { width: 40px; height: 40px; font-size: 0.58rem; }
  .ha-visual { grid-template-columns: 1fr 1fr; }
  .co-row { grid-template-columns: 1fr; }
  .co-field + .co-field { border-left: none; border-top: 1px solid rgba(255,255,255,0.06); }
  .co-year { font-size: 2.4rem; }
  .hero-layout { padding: 36px 0 48px; }
  .hero > .container { padding-left: 16px; padding-right: 16px; }
  .home-cta { padding: 32px 20px; }
  .q-gallery { grid-template-columns: 1fr 1fr; }
  /* iOS input zoom prevention */
  input, select, textarea { font-size: 16px !important; }
}
@media (max-width: 380px) {
  .logo-name { font-size: 0.85rem; }
  .logo-sub { font-size: 0.55rem; }
  .sec-title { font-size: 1.3rem; }
  .home-hero h1 { font-size: 1.7rem; }
  .mach-img-wrap { height: 140px; }
}

/* ═══════════════════════════════════════════════════
   PROCESS PAGE v2 — ANIMATED FLOWCHART
════════════════════════════════════════════════════ */

/* Page hero stats strip */
.ph-stats {
  display: flex; align-items: center; gap: 0;
  margin-top: 28px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg);
  overflow: hidden; width: fit-content;
}
.phs-item { padding: 14px 24px; text-align: center; }
.phs-num {
  display: block; font-size: 1.3rem; font-weight: 900;
  color: var(--clr-gold); font-family: 'Roboto Mono', monospace;
  letter-spacing: -0.02em; line-height: 1;
}
.phs-label { display: block; font-size: 0.58rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }
.phs-div { width: 1px; background: rgba(255,255,255,0.08); align-self: stretch; }

/* Phase bar */
.pfc-phase-bar { background: var(--nav-dk); padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05); overflow-x: auto; }
.ppb-inner { display: flex; align-items: center; justify-content: center; gap: 4px; min-width: max-content; padding: 0 16px; }
.ppb-item {
  display: flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 100px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
  white-space: nowrap;
}
.ppb-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.ppb-label { font-size: 0.66rem; font-weight: 700; color: rgba(255,255,255,0.65); letter-spacing: 0.04em; }
.ppb-count { font-size: 0.55rem; color: rgba(255,255,255,0.3); margin-left: 2px; }
.ppb-arrow { color: rgba(255,255,255,0.18); font-size: 0.85rem; padding: 0 2px; }
.ppb-input .ppb-dot  { background: #C9A84C; }
.ppb-plan .ppb-dot   { background: #5B7DB8; }
.ppb-mfg .ppb-dot    { background: #3A9BD5; }
.ppb-qa .ppb-dot     { background: #E09820; }
.ppb-dispatch .ppb-dot { background: #1FAD58; }

/* Flowchart track */
.pfc-track { max-width: 760px; margin: 0 auto; }

/* Phase color variable per step */
.pfc-step.pp-input    { --pclr: #C9A84C; --pclr-bg: rgba(201,168,76,0.12);  --pclr-bd: rgba(201,168,76,0.3);  }
.pfc-step.pp-plan     { --pclr: #5B7DB8; --pclr-bg: rgba(91,125,184,0.12); --pclr-bd: rgba(91,125,184,0.3);  }
.pfc-step.pp-mfg      { --pclr: #3A9BD5; --pclr-bg: rgba(58,155,213,0.12); --pclr-bd: rgba(58,155,213,0.3);  }
.pfc-step.pp-qa       { --pclr: #E09820; --pclr-bg: rgba(224,152,32,0.12); --pclr-bd: rgba(224,152,32,0.3);  }
.pfc-step.pp-dispatch { --pclr: #1FAD58; --pclr-bg: rgba(31,173,88,0.12);  --pclr-bd: rgba(31,173,88,0.3);   }

/* Individual step */
.pfc-step {
  display: grid; grid-template-columns: 72px 1fr; gap: 24px;
  align-items: flex-start;
  opacity: 0; transform: translateX(-16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.pfc-step.pfc-visible { opacity: 1; transform: translateX(0); }

/* Node column */
.pfc-node-col { display: flex; flex-direction: column; align-items: center; }

/* Node circle */
.pfc-node {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--nav-bg);
  border: 2px solid var(--pclr, var(--clr-gold));
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 2px; flex-shrink: 0;
  position: relative; z-index: 1;
  transition: box-shadow 0.4s ease;
}
.pfc-step.pfc-visible .pfc-node {
  box-shadow: 0 0 20px -4px var(--pclr, var(--clr-gold));
}
.pfc-node-icon { color: var(--pclr, var(--clr-gold)); }
.pfc-node-label {
  font-family: 'Roboto Mono', monospace; font-size: 0.5rem; font-weight: 800;
  color: var(--pclr, var(--clr-gold)); letter-spacing: 0.06em;
}

/* Vertical connector between steps */
.pfc-connector {
  display: flex; flex-direction: column; align-items: center;
  padding-left: 32px; height: 48px;
}
.pfc-connector-line {
  flex: 1; width: 2px;
  background: linear-gradient(to bottom, var(--border), rgba(201,168,76,0.15));
  transform-origin: top; transform: scaleY(0);
  transition: transform 0.5s ease;
}
.pfc-connector.pfc-line-drawn .pfc-connector-line { transform: scaleY(1); }
.pfc-connector-arrow {
  width: 0; height: 0;
  border-left: 5px solid transparent; border-right: 5px solid transparent;
  border-top: 6px solid rgba(201,168,76,0.25);
  opacity: 0; transition: opacity 0.3s ease 0.4s;
}
.pfc-connector.pfc-line-drawn .pfc-connector-arrow { opacity: 1; }

/* Card */
.pfc-card {
  background: var(--card); border: 1px solid var(--border);
  border-left: 3px solid var(--pclr, var(--clr-gold));
  border-radius: var(--radius-lg); padding: 20px 22px;
  box-shadow: var(--sh); margin-top: 6px;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.pfc-step.pfc-visible .pfc-card { box-shadow: var(--sh-lg); }

.pfc-card-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.pfc-phase-pill {
  display: inline-flex; align-items: center; padding: 2px 10px;
  border-radius: 100px; font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--pclr-bg, rgba(201,168,76,0.12));
  color: var(--pclr, var(--clr-gold));
  border: 1px solid var(--pclr-bd, rgba(201,168,76,0.3));
}
.pfc-step-num {
  font-family: 'Roboto Mono', monospace; font-size: 0.62rem;
  font-weight: 800; color: var(--text-muted); letter-spacing: 0.06em;
}

.pfc-card-title {
  font-size: 0.97rem; font-weight: 800; color: var(--text);
  margin-bottom: 7px; letter-spacing: -0.01em; line-height: 1.3;
}
.pfc-card-desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.72; margin-bottom: 0; }
.pfc-card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.pfc-card-tags span {
  background: var(--bg-alt); color: var(--text-muted);
  padding: 2px 9px; border-radius: 4px;
  font-size: 0.63rem; font-weight: 600; font-family: 'Roboto Mono', monospace;
}

/* QC checkpoint header */
.pfc-qc-header {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 9px; border-radius: 4px;
  background: rgba(224,152,32,0.1); border: 1px solid rgba(224,152,32,0.25);
}
.pfc-qc-dot { width: 5px; height: 5px; border-radius: 50%; background: #E09820; flex-shrink: 0; }
.pfc-qc-text { font-size: 0.58rem; font-weight: 800; color: #E09820; letter-spacing: 0.1em; text-transform: uppercase; }

/* Correction loop indicator */
.pfc-correction {
  display: flex; align-items: flex-start; gap: 9px;
  margin-top: 14px; padding: 10px 12px;
  background: rgba(201,168,76,0.05);
  border: 1px dashed rgba(201,168,76,0.28);
  border-radius: var(--radius);
}
.pfc-correction-icon { color: var(--clr-gold); flex-shrink: 0; margin-top: 1px; }
.pfc-correction p { font-size: 0.73rem; color: var(--text-muted); line-height: 1.5; margin: 0; font-style: italic; }
.pfc-correction strong { color: var(--clr-gold); font-style: normal; }

/* Special card: START */
.pfc-card-start {
  background: linear-gradient(135deg, #0B1E3D 0%, #0E2244 100%);
  border-color: rgba(201,168,76,0.25); border-left-color: #C9A84C;
}
.pfc-card-start .pfc-card-title { color: #fff; }
.pfc-card-start .pfc-card-desc  { color: rgba(255,255,255,0.58); }
.pfc-card-start .pfc-card-tags span { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.45); }

/* Special card: END */
.pfc-card-end {
  background: linear-gradient(135deg, #071A0F 0%, #0A2015 100%);
  border-color: rgba(31,173,88,0.25); border-left-color: #1FAD58;
}
.pfc-card-end .pfc-card-title { color: #1FAD58; }
.pfc-card-end .pfc-card-desc  { color: rgba(255,255,255,0.58); }
.pfc-card-end .pfc-card-tags span { background: rgba(31,173,88,0.1); color: rgba(31,173,88,0.65); }

/* Certification logos row in footer */
.ftr-cert-logos { display: flex; align-items: center; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.ftr-cert-logo { width: 64px; height: 64px; object-fit: contain; opacity: 0.92; transition: opacity 0.2s; }
.ftr-cert-logo:hover { opacity: 1; }

@media (max-width: 640px) {
  .pfc-step  { grid-template-columns: 56px 1fr; gap: 14px; }
  .pfc-node  { width: 52px; height: 52px; }
  .pfc-connector { padding-left: 26px; }
  .ph-stats  { flex-wrap: wrap; width: 100%; }
  .phs-item  { padding: 12px 18px; }
}

/* ═══════════════════════════════════════════════════
   STICKY HEADER SHRINK
════════════════════════════════════════════════════ */
#header { top: 0; transition: box-shadow 0.3s; }
#header.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.26); }
#header.scrolled .hdr-inner { height: 52px; transition: height 0.25s; }
#header.scrolled .logo-img { height: 34px; transition: height 0.25s; }

/* ═══════════════════════════════════════════════════
   BACK TO TOP BUTTON
════════════════════════════════════════════════════ */
.back-top {
  position: fixed; bottom: 150px; right: 24px; z-index: 7900;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--nav-bg, #1B3A6B);
  border: 1.5px solid rgba(201,168,76,0.35);
  color: var(--clr-gold, #C9A84C);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.28);
  opacity: 0; pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s, transform 0.25s, background 0.2s;
  cursor: pointer;
}
.back-top.visible { opacity: 1; pointer-events: all; transform: translateY(0); }
.back-top:hover { background: var(--nav-lt, #2654A3); transform: translateY(-2px) !important; }

/* ═══════════════════════════════════════════════════
   FORM VALIDATION ERROR STATES
════════════════════════════════════════════════════ */
.rf-group input.rf-error,
.rf-group select.rf-error {
  border-color: #d93636 !important;
  box-shadow: 0 0 0 3px rgba(217,54,54,0.12) !important;
  background: #fff8f8 !important;
}
.rf-err-msg {
  display: block; font-size: 0.63rem; color: #d93636;
  margin-top: 4px; font-weight: 600; letter-spacing: 0.01em;
}

/* ═══════════════════════════════════════════════════
   MAPS SECTION
════════════════════════════════════════════════════ */
.maps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.map-item { }
.map-label {
  font-size: 0.74rem; font-weight: 700; color: var(--text-muted);
  margin-bottom: 9px; letter-spacing: 0.02em;
  padding-left: 2px;
}
.map-iframe {
  width: 100%; height: 320px; border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--sh); display: block;
}
@media (max-width: 760px) { .maps-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════
   MOBILE STICKY CTA BAR
════════════════════════════════════════════════════ */
.mob-cta-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 8800;
  background: var(--nav-dk, #0E2244);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 10px 14px;
  gap: 10px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.25);
}
.mob-cta-bar a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 12px 0; border-radius: var(--radius, 6px);
  font-size: 0.84rem; font-weight: 700; letter-spacing: 0.03em;
  transition: opacity 0.2s;
}
.mob-cta-bar a:active { opacity: 0.85; }
.mob-cta-call { background: var(--clr-gold, #C9A84C); color: var(--nav-dk, #0E2244) !important; }
.mob-cta-wa   { background: #25D366; color: #fff !important; }
@media (max-width: 640px) {
  .mob-cta-bar { display: flex; }
  body { padding-bottom: 70px; }
  .wa-fab { bottom: 84px; }
  /* Hide header Call Now — covered by sticky bottom bar */
  .call-btn { display: none; }
  /* Move theme switcher to bottom-left so it doesn't clash with back-to-top */
  .ts-wrap { left: 16px; right: auto; bottom: 80px; }
  .ts-panel { left: 0; right: auto; transform-origin: bottom left; }
  /* Back-to-top sits just above the sticky bar on the right */
  .back-top { bottom: 80px; right: 16px; }
  .testing-grid { grid-template-columns: 1fr; }
  .qt-photos { grid-template-columns: 1fr; }
  .qt-photos img { height: 200px; }
  .qt-photos.qt-single img { height: 200px; }
  .qtest-card .qt-photos img { height: 220px; }
}

/* ═══════════════════════════════════════════════════
   SPIN-TO-STALL FACTS GRID
════════════════════════════════════════════════════ */
.sts-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.sts-fact { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 16px 14px; }
.sts-fact-val { font-size: 1.25rem; font-weight: 900; color: var(--clr-gold, #C9A84C); font-family: 'Roboto Mono', monospace; line-height: 1; margin-bottom: 5px; }
.sts-fact-label { font-size: 0.65rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.45; }

/* ── Brochure download banner ──────────────────── */
.brochure-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: var(--tag-bg); border: 1.5px solid rgba(201,168,76,0.25);
  border-radius: var(--radius-lg); padding: 20px 28px;
  margin-top: 28px; flex-wrap: wrap;
}
.brochure-bar-text strong { display: block; font-size: 0.88rem; font-weight: 800; color: var(--text); margin-bottom: 3px; }
.brochure-bar-text span { font-size: 0.77rem; color: var(--text-muted); }
.btn-dl {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 22px; border-radius: var(--radius);
  background: var(--nav-bg); color: var(--clr-gold);
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em;
  border: 1.5px solid rgba(201,168,76,0.3); transition: all 0.2s; white-space: nowrap;
  flex-shrink: 0;
}
.btn-dl:hover { background: var(--nav-lt); border-color: var(--clr-gold); transform: translateY(-1px); }
@media (max-width: 640px) { .brochure-bar { flex-direction: column; align-items: flex-start; } .sts-facts { grid-template-columns: 1fr 1fr; } }

/* brochure bar inside dark .home-cta needs light text */
.home-cta .brochure-bar {
  background: rgba(255,255,255,0.07);
  border-color: rgba(201,168,76,0.3);
}
.home-cta .brochure-bar-text strong { color: #fff; }
.home-cta .brochure-bar-text span   { color: rgba(255,255,255,0.55); }

/* ═══════════════════════════════════════════════════
   ISO CERTIFICATE DISPLAY
════════════════════════════════════════════════════ */
.cert-display { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: start; }
.cert-img-link { display: block; border: 2px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--sh-lg); transition: transform 0.3s, box-shadow 0.3s; }
.cert-img-link:hover { transform: translateY(-3px); box-shadow: var(--sh-gold), var(--sh-lg); }
.cert-img { width: 100%; display: block; }
.cert-meta { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--sh); margin-bottom: 20px; }
.cert-meta-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.82rem; }
.cert-meta-row:last-child { border-bottom: none; padding-bottom: 0; }
.cert-meta-key { color: var(--text-muted); font-weight: 600; flex-shrink: 0; }
.cert-meta-val { color: var(--text); font-weight: 700; font-family: 'Roboto Mono', monospace; font-size: 0.77rem; text-align: right; }
.cert-body-note { font-size: 0.78rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 22px; padding: 14px 18px; background: var(--tag-bg); border-left: 3px solid var(--clr-gold); border-radius: 0 var(--radius) var(--radius) 0; }
.cert-view-btn { display: inline-flex; align-items: center; gap: 8px; }
.ftr-cert-logo-link { display: inline-block; transition: transform 0.2s, opacity 0.2s; }
.ftr-cert-logo-link:hover { transform: translateY(-2px); opacity: 1 !important; }
@media (max-width: 860px) { .cert-display { grid-template-columns: 1fr; } .cert-img-link { max-width: 360px; } }
