/* ═══════════════════════════════════════════════════════════════
   SINOWAY — HOMEPAGE STYLES
   Design: Industrial Precision — Bold, structured, trustworthy
   Fonts: Montserrat (self-hosted, Latin + Cyrillic subsets)
   Colors: Yellow #FFC107 / Dark #1A1F2E / Mid #2C3E50 / Light #F5F6F8
═══════════════════════════════════════════════════════════════ */

/* ─── MONTSERRAT — SELF-HOSTED @font-face ─────────────────────
   Variable font: font-weight 300–900 in a single file per subset.
   Subsets: cyrillic-ext, cyrillic, vietnamese, latin-ext, latin
   Source: Google Fonts (Montserrat v31)
────────────────────────────────────────────────────────────── */

/* normal — cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/montserrat-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* normal — cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/montserrat-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* normal — vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/montserrat-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* normal — latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/montserrat-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* normal — latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* italic — cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/montserrat-italic-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* italic — cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/montserrat-italic-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* italic — vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/montserrat-italic-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* italic — latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/montserrat-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* italic — latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/montserrat-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ─── CSS VARIABLES ──────────────────────────────────────────── */
:root {
  --yellow:       #FFC107;
  --yellow-dark:  #E6AC00;
  --yellow-light: #FFF3CD;
  --dark:         #1A1F2E;
  --dark-mid:     #2C3E50;
  --mid:          #4A5568;
  --muted:        #718096;
  --border:       #E2E8F0;
  --light:        #F5F6F8;
  --white:        #FFFFFF;
  --green:        #38A169;
  --blue:         #2B6CB0;

  --font-head:    'Montserrat', sans-serif;
  --font-body:    'Montserrat', sans-serif;

  --radius:       6px;
  --radius-lg:    12px;
  --shadow-sm:    0 1px 4px rgba(0,0,0,.08);
  --shadow-md:    0 4px 16px rgba(0,0,0,.12);
  --shadow-lg:    0 12px 40px rgba(0,0,0,.18);

  --container:    1280px;
  --header-h:     80px;
  --transition:   0.3s ease;
}

/* ─── RESET ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--dark-mid);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
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; }

/* ─── CONTAINER ──────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1100px) { .container { padding: 0 40px; } }
@media (max-width: 768px)  { .container { padding: 0 24px; } }

/* ─── SECTION BASE ───────────────────────────────────────────── */
.section { padding: 100px 0; }
@media (max-width: 768px) { .section { padding: 70px 0; } }

.section-label {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--yellow-dark);
  margin-bottom: 16px;
  padding: 6px 14px;
  background: var(--yellow-light);
  border-radius: 4px;
}
.section-title {
  font-family: var(--font-head);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 20px;
}
.section-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 640px;
  margin-bottom: 60px;
  line-height: 1.7;
}

/* ─── BUTTONS ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-primary {
  background: var(--yellow);
  color: var(--dark);
  border: 2px solid var(--yellow);
}
.btn-primary:hover {
  background: var(--yellow-dark);
  border-color: var(--yellow-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,193,7,.4);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,.7);
}
.btn-outline:hover {
  background: rgba(255,255,255,.1);
  border-color: var(--white);
  transform: translateY(-2px);
}
.btn-outline-dark {
  background: transparent;
  color: var(--dark);
  border: 2px solid var(--dark);
}
.btn-outline-dark:hover {
  background: var(--dark);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-lg { padding: 18px 36px; font-size: 16px; }
.btn-full { width: 100%; justify-content: center; }

/* ─── IMAGE PLACEHOLDERS ─────────────────────────────────────── */
.img-placeholder {
  background: linear-gradient(135deg, #2a3040 0%, #1a1f2e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255,255,255,.35);
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8;
  text-transform: uppercase;
  border: 1px dashed rgba(255,255,255,.12);
}

/* ─── SCROLL REVEAL ──────────────────────────────────────────── */
.reveal-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

/* ═══════════════════════════════════════════════════════════════
   HEADER
═══════════════════════════════════════════════════════════════ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(26,31,46,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: box-shadow var(--transition);
}
.site-header.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,.3);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-img {
  height: 44px;
  width: auto;
  display: block;
}
.logo-img--footer {
  filter: brightness(0) invert(1);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.nav-link {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  padding: 8px 14px;
  border-radius: var(--radius);
  transition: all var(--transition);
}
.nav-link:hover, .nav-link.active {
  color: var(--yellow);
  background: rgba(255,193,7,.08);
}
.header-cta { flex-shrink: 0; }
.lang-switcher {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius);
  padding: 5px 11px;
  transition: all var(--transition);
  text-decoration: none;
}
.lang-switcher:hover {
  color: var(--yellow);
  border-color: var(--yellow);
  background: rgba(255,193,7,.08);
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  margin-left: auto;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: var(--header-h); left: 0; right: 0;
  background: var(--dark);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateY(-110%);
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(.4,0,.2,1);
  z-index: 999;
  border-bottom: 3px solid var(--yellow);
  box-shadow: var(--shadow-lg);
}
.mobile-menu.open { transform: translateY(0); visibility: visible; }
.mobile-link {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
  padding: 16px 20px;
  border-radius: var(--radius);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: all var(--transition);
}
.mobile-link:hover { color: var(--yellow); background: rgba(255,193,7,.08); }
.mobile-cta { margin-top: 16px; justify-content: center; }

@media (max-width: 1024px) {
  .main-nav, .header-cta { display: none; }
  .hamburger { display: flex; }
}

/* ═══════════════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-image-wrap {
  position: absolute;
  inset: 0;
}
.hero-placeholder {
  width: 100%; height: 100%;
  font-size: 14px;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(26,31,46,.88) 0%,
    rgba(26,31,46,.72) 50%,
    rgba(26,31,46,.45) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding-top: var(--header-h);
}
.hero-tag {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--yellow);
  border: 1px solid rgba(255,193,7,.4);
  padding: 6px 14px;
  border-radius: 3px;
  margin-bottom: 24px;
}
.hero-headline {
  font-family: var(--font-head);
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 900;
  line-height: 1.0;
  color: var(--white);
  margin-bottom: 28px;
  text-transform: uppercase;
}
.hero-headline em {
  font-style: normal;
  color: var(--yellow);
  display: block;
}
.hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,.75);
  letter-spacing: 1px;
  margin-bottom: 40px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
/* Hero content animates via CSS — no JS dependency, always visible */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-tag      { animation: heroFadeUp 0.6s ease both; animation-delay: 0.1s; }
.hero-headline { animation: heroFadeUp 0.7s ease both; animation-delay: 0.25s; }
.hero-sub      { animation: heroFadeUp 0.7s ease both; animation-delay: 0.4s; }
.hero-actions  { animation: heroFadeUp 0.7s ease both; animation-delay: 0.55s; }
/* .hero-scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.4);
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
} */
/* .hero-scroll-hint {
  position: absolute;
  bottom: 40px;
  right: 60px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
} */
.hero-scroll-hint {
  display: none;
}
.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255,255,255,.3), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: .4; transform: scaleY(1); }
  50%       { opacity: .8; transform: scaleY(1.1); }
}
@media (max-width: 768px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { text-align: center; justify-content: center; }
  .hero-scroll-hint { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   TRUST BAR
═══════════════════════════════════════════════════════════════ */
.trust-bar {
  background: var(--dark);
  border-bottom: 3px solid var(--yellow);
  padding: 20px 0;
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  flex: 1;
  min-width: 160px;
}
.trust-badge i {
  font-size: 22px;
  color: var(--yellow);
  flex-shrink: 0;
}
.trust-badge div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.trust-badge strong {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}
.trust-badge span {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  line-height: 1.2;
}
.trust-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .trust-badge { min-width: 140px; padding: 10px 16px; }
  .trust-divider { display: none; }
}
@media (max-width: 600px) {
  .trust-badge { min-width: calc(50% - 16px); }
}

/* ═══════════════════════════════════════════════════════════════
   STATISTICS
═══════════════════════════════════════════════════════════════ */
.stats { background: var(--light); }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.stat-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  border: 1px solid var(--border);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--border);
  transition: background var(--transition);
}
.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--yellow);
}
.stat-card:hover::before { background: var(--yellow); }
.stat-card--accent {
  background: var(--dark);
  border-color: var(--dark);
}
.stat-card--accent::before { background: var(--yellow); }
.stat-card--accent .stat-number,
.stat-card--accent .stat-unit,
.stat-card--accent .stat-label { color: var(--white); }
.stat-card--accent .stat-desc { color: rgba(255,255,255,.55); }
.stat-card--accent:hover { border-color: var(--yellow); }
.stat-number {
  font-family: var(--font-head);
  font-size: 54px;
  font-weight: 900;
  color: var(--yellow-dark);
  line-height: 1;
  margin-bottom: 4px;
}
.stat-card--accent .stat-number { color: var(--yellow); }
.stat-unit {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.stat-label {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}
.stat-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
@media (max-width: 900px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .stats-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════════════════════════ */
.services { background: var(--white); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.service-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.service-card:hover::after { transform: scaleX(1); }
.service-icon {
  width: 56px; height: 56px;
  background: var(--yellow-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all var(--transition);
}
.service-icon i {
  font-size: 24px;
  color: var(--yellow-dark);
}
.service-card:hover .service-icon {
  background: var(--yellow);
}
.service-card:hover .service-icon i { color: var(--dark); }
.service-title {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
  line-height: 1.2;
}
.service-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 24px;
}
.service-link {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--yellow-dark);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap var(--transition);
}
.service-card:hover .service-link { gap: 14px; }
@media (max-width: 1024px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .services-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════════
   PROJECTS SLIDER
═══════════════════════════════════════════════════════════════ */
.projects { background: var(--light); }
.projects-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 24px;
}
.projects-header .btn-outline {
  color: var(--dark);
  border-color: var(--dark);
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 8px;
}
.projects-header .btn-outline:hover {
  background: var(--dark);
  color: var(--white);
}
.projects-header .section-sub { margin-bottom: 0; }
.slider-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.slider {
  display: flex;
  transition: transform 0.6s cubic-bezier(.4,0,.2,1);
}
.slide {
  min-width: 100%;
  background: var(--white);
  display: grid;
  grid-template-columns: 55% 45%;
}
.slide-image-wrap {
  position: relative;
  overflow: hidden;
}
.slide-placeholder {
  width: 100%;
  height: 460px;
  font-size: 13px;
}
.slide-badge {
  position: absolute;
  top: 20px; left: 20px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 3px;
  z-index: 2;
}
.slide-badge--ongoing {
  background: var(--yellow);
  color: var(--dark);
}
.slide-badge--completed {
  background: var(--green);
  color: var(--white);
}
.slide-content {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
}
.slide-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.slide-meta i { color: var(--yellow-dark); }
.slide-title {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 12px;
}
.slide-client {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 16px;
}
.slide-desc {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.7;
  margin-bottom: 24px;
}
.slide-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.slide-timeline {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.slide-role {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--light);
  padding: 4px 10px;
  border-radius: 3px;
}
.slide-cta {
  margin-left: auto;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--yellow-dark);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap var(--transition);
}
.slide-cta:hover { gap: 14px; }
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  background: var(--dark);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 10;
  transition: all var(--transition);
  box-shadow: var(--shadow-md);
}
.slider-btn:hover {
  background: var(--yellow);
  color: var(--dark);
  transform: translateY(-50%) scale(1.1);
}
.slider-btn--prev { left: 16px; }
.slider-btn--next { right: 16px; }
.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  border: none;
  transition: all var(--transition);
}
.dot.active {
  background: var(--yellow);
  width: 24px;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .projects-header { flex-direction: column; align-items: flex-start; }
  .slide { grid-template-columns: 1fr; }
  .slide-placeholder { height: 240px; }
  .slide-content { padding: 32px 24px; }
  .slider-btn { display: none; }
}
@media (max-width: 560px) {
  .slide-footer { flex-direction: column; align-items: flex-start; }
  .slide-cta { margin-left: 0; }
}

/* ═══════════════════════════════════════════════════════════════
   CLIENTS
═══════════════════════════════════════════════════════════════ */
.clients { background: var(--white); }
.clients-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.client-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all var(--transition);
  text-align: center;
}
.client-card:hover {
  border-color: var(--yellow);
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}
.client-logo-placeholder {
  width: 60px; height: 60px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo-placeholder i {
  font-size: 24px;
  color: var(--muted);
}
.client-card span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.4;
}
.clients-note {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
}
@media (max-width: 900px) { .clients-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .clients-grid { grid-template-columns: repeat(2, 1fr); } }

/* ═══════════════════════════════════════════════════════════════
   CERTIFICATIONS
═══════════════════════════════════════════════════════════════ */
.certs { background: var(--light); }
.certs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
.cert-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}
.cert-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--yellow);
}
.cert-icon {
  background: var(--yellow);
  color: var(--dark);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.cert-icon--green { background: #C6F6D5; color: var(--green); }
.cert-icon--blue  { background: #BEE3F8; color: var(--blue); }
.cert-placeholder {
  height: 200px;
  cursor: pointer;
  transition: opacity var(--transition);
}
.cert-placeholder:hover { opacity: .85; }
.cert-info { padding: 24px; flex-grow: 1; }
.cert-title {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 4px;
}
.cert-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cert-desc {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.7;
  margin-bottom: 20px;
}
.cert-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cert-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}
.cert-meta i { color: var(--yellow-dark); }
.cert-issuer {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  padding: 20px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cert-issuer i { color: var(--yellow-dark); }
@media (max-width: 900px) { .certs-grid { grid-template-columns: 1fr; } }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lightbox.open { opacity: 1; pointer-events: all; }
.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.85);
}
.lightbox-content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--radius);
}
.lightbox-close {
  position: absolute;
  top: -16px; right: -16px;
  width: 40px; height: 40px;
  background: var(--yellow);
  color: var(--dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all var(--transition);
  z-index: 2;
}
.lightbox-close:hover { background: var(--white); transform: rotate(90deg); }

/* ═══════════════════════════════════════════════════════════════
   PRODUCTION CAPABILITIES
═══════════════════════════════════════════════════════════════ */
.production { background: var(--white); }
.production-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.production-image-col { position: relative; }
.production-placeholder {
  width: 100%;
  height: 560px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.production-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  background: var(--yellow);
  color: var(--dark);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  text-align: center;
  box-shadow: var(--shadow-md);
}
.production-badge-number {
  font-family: var(--font-head);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}
.production-badge-text {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
}

.production-desc {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 36px;
}
.capacity-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.capacity-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  background: var(--light);
  border-radius: var(--radius);
  border-left: 3px solid var(--yellow);
  transition: all var(--transition);
}
.capacity-item:hover {
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
}
.capacity-icon {
  width: 44px; height: 44px;
  background: var(--yellow);
  color: var(--dark);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.capacity-icon--blue { background: #BEE3F8; color: var(--blue); }
.capacity-icon--dark { background: var(--dark); color: var(--yellow); }
.capacity-body { flex: 1; }
.capacity-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.capacity-name {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
}
.capacity-rate {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 800;
  color: var(--yellow-dark);
  background: var(--yellow-light);
  padding: 3px 10px;
  border-radius: 3px;
}
.capacity-body p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
@media (max-width: 900px) {
  .production-inner { grid-template-columns: 1fr; gap: 60px; }
  .production-badge { bottom: -16px; right: 16px; }
}

/* ═══════════════════════════════════════════════════════════════
   WHY CHOOSE
═══════════════════════════════════════════════════════════════ */
.why { background: var(--dark); }
.why .section-label { background: rgba(255,193,7,.15); }
.why .section-title { color: var(--white); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(255,255,255,.06);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 60px;
}
.why-card {
  background: var(--dark);
  padding: 40px 32px;
  position: relative;
  transition: all var(--transition);
  border: 1px solid transparent;
}
.why-card:hover {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,193,7,.2);
  z-index: 1;
}
.why-number {
  font-family: var(--font-head);
  font-size: 48px;
  font-weight: 900;
  color: rgba(255,255,255,.04);
  line-height: 1;
  margin-bottom: 16px;
}
.why-icon {
  width: 44px; height: 44px;
  background: rgba(255,193,7,.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all var(--transition);
}
.why-icon i { font-size: 20px; color: var(--yellow); }
.why-card:hover .why-icon { background: var(--yellow); }
.why-card:hover .why-icon i { color: var(--dark); }
.why-card h3 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}
.why-card p {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
}
@media (max-width: 1100px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .why-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════════
   FINAL CTA
═══════════════════════════════════════════════════════════════ */
.cta-section {
  position: relative;
  overflow: hidden;
}
.cta-bg-image {
  position: absolute;
  inset: 0;
}
.cta-placeholder {
  width: 100%; height: 100%;
  font-size: 13px;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(26,31,46,.96) 0%,
    rgba(26,31,46,.88) 40%,
    rgba(26,31,46,.75) 100%
  );
}
.cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-title {
  font-family: var(--font-head);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 20px;
}
.cta-sub {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  line-height: 1.7;
  margin-bottom: 40px;
}
.cta-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.cta-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--white);
  transition: all var(--transition);
}
a.cta-contact-item:hover {
  color: var(--yellow);
  transform: translateX(4px);
}
.cta-contact-icon {
  width: 44px; height: 44px;
  background: rgba(255,193,7,.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cta-contact-icon i { font-size: 18px; color: var(--yellow); }
.cta-contact-item div { display: flex; flex-direction: column; }
.cta-contact-label {
  font-size: 12px;
  color: rgba(255,255,255,.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-contact-value {
  font-size: 16px;
  font-weight: 500;
}
.cta-trust {
  font-size: 14px;
  color: rgba(255,255,255,.4);
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 20px;
}
.cta-trust strong { color: var(--yellow); }

/* CTA Form */
.cta-form-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}
.form-title {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--yellow);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: var(--dark-mid);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.req { color: var(--yellow-dark); }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 15px;
  color: var(--dark);
  transition: all var(--transition);
  outline: none;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--yellow);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(255,193,7,.15);
}
.form-group input.invalid,
.form-group select.invalid { border-color: #E53E3E; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-success {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #C6F6D5;
  color: var(--green);
  border-radius: var(--radius);
  font-weight: 600;
  margin-top: 12px;
}
.form-error {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #FED7D7;
  color: #C53030;
  border-radius: var(--radius);
  font-weight: 600;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .cta-inner { grid-template-columns: 1fr; gap: 50px; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .cta-form-box { padding: 24px; }
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════ */
.site-footer { background: var(--dark); }
.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 60px;
  padding-top: 80px;
  padding-bottom: 60px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.logo-mark--light { background: var(--yellow); }
.footer-tagline {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 16px;
}
.footer-about {
  font-size: 14px;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  margin-bottom: 24px;
}
.footer-certs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-cert-badge {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 10px;
  border: 1px solid rgba(255,193,7,.3);
  border-radius: 3px;
  color: rgba(255,193,7,.7);
}
.footer-heading {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,.5);
  transition: all var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-links a::before {
  content: '—';
  color: var(--yellow);
  font-size: 10px;
  opacity: 0;
  transform: translateX(-8px);
  transition: all var(--transition);
}
.footer-links a:hover { color: var(--yellow); padding-left: 8px; }
.footer-links a:hover::before { opacity: 1; transform: translateX(0); }
.footer-contact-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.footer-contact-list i {
  color: var(--yellow);
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-contact-list span,
.footer-contact-list a {
  font-size: 14px;
  color: rgba(255,255,255,.5);
  line-height: 1.6;
  transition: color var(--transition);
}
.footer-contact-list a:hover { color: var(--yellow); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  background: rgba(0,0,0,.2);
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,.3);
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: rgba(255,255,255,.3);
}
.footer-legal a { transition: color var(--transition); }
.footer-legal a:hover { color: var(--yellow); }
@media (max-width: 1100px) { .footer-main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) {
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
}

/* ═══════════════════════════════════════════════════════════════
   BACK TO TOP
═══════════════════════════════════════════════════════════════ */
.back-to-top {
  position: fixed;
  bottom: 32px; right: 32px;
  width: 48px; height: 48px;
  background: var(--yellow);
  color: var(--dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: var(--shadow-md);
  z-index: 900;
  opacity: 0;
  transform: translateY(16px);
  transition: all var(--transition);
  pointer-events: none;
}
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.back-to-top:hover {
  background: var(--dark);
  color: var(--yellow);
  transform: translateY(-3px);
}

/* ═══════════════════════════════════════════════════════════════
   SHARED: PAGE HERO
   Used by about.html, services.html, projects.html, contact.html
═══════════════════════════════════════════════════════════════ */

.page-hero {
  position: relative;
  height: 480px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: var(--header-h);
}
.page-hero-bg {
  position: absolute;
  inset: 0;
}
.page-hero-placeholder {
  width: 100%; height: 100%;
  font-size: 13px;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(26,31,46,.93) 0%,
    rgba(26,31,46,.78) 55%,
    rgba(26,31,46,.50) 100%
  );
}
.page-hero-content {
  position: relative;
  z-index: 2;
}
.page-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 18px;
}
.page-hero-breadcrumb a { color: rgba(255,255,255,.5); transition: color var(--transition); }
.page-hero-breadcrumb a:hover { color: var(--yellow); }
.page-hero-breadcrumb i { font-size: 10px; color: var(--yellow); }
.page-hero-breadcrumb span { color: var(--yellow); }
.page-hero-title {
  font-family: var(--font-head);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.0;
  margin-bottom: 16px;
}
.page-hero-title em {
  font-style: normal;
  color: var(--yellow);
}
.page-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,.65);
  max-width: 560px;
  line-height: 1.65;
}

/* Page-specific hero overrides */
.page-about .page-hero-overlay {
  background: linear-gradient(
    100deg,
    rgba(26,31,46,.92) 0%,
    rgba(26,31,46,.78) 50%,
    rgba(26,31,46,.55) 100%
  );
}
.page-projects .page-hero-overlay {
  background: linear-gradient(100deg, rgba(26,31,46,.93) 0%, rgba(26,31,46,.75) 55%, rgba(26,31,46,.48) 100%);
}
.page-contact .page-hero {
  height: 380px;
  padding-bottom: 60px;
}
.page-contact .page-hero-overlay {
  background: linear-gradient(100deg, rgba(26,31,46,.95) 0%, rgba(26,31,46,.80) 55%, rgba(26,31,46,.55) 100%);
}
.page-contact .page-hero-title { margin-bottom: 14px; }
.page-contact .page-hero-sub  { max-width: 520px; }


/* ═══════════════════════════════════════════════════════════════
   INDEX PAGE — INLINE STYLES
═══════════════════════════════════════════════════════════════ */

/* Diversification teaser section */
.diversification-section { background: var(--light); }
.diversification-section .services-grid { margin-top: 48px; }

/* ═══════════════════════════════════════════════════════════════
   PROJECTS PAGE — ADDITIONAL INLINE STYLES
═══════════════════════════════════════════════════════════════ */

/* Agri-energy section */
#agri-energy { background: var(--light); }
#agri-energy .projects-grid { margin-top: 48px; }

/* Form element initial states (JS controls show/hide via style.display) */
.btn-loader    { display: none; }
#form-success  { display: none; }
#form-error    { display: none; }


/* ═══════════════════════════════════════════════════════════════
   ABOUT PAGE — PAGE-SPECIFIC STYLES
═══════════════════════════════════════════════════════════════ */

/* ─── OVERVIEW SECTION ───────────────────────────────────── */
.overview { background: var(--white); }
.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.overview-text p {
  font-size: 16px;
  color: var(--mid);
  line-height: 1.8;
  margin-bottom: 20px;
}
.overview-text p:last-child { margin-bottom: 0; }
.overview-text p strong { color: var(--dark); font-weight: 600; }
.overview-founder {
  background: var(--light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.founder-img-wrap {
  position: relative;
}
.founder-placeholder {
  height: 340px;
  font-size: 13px;
}
.founder-accent {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: var(--yellow);
}
.founder-info {
  padding: 28px 32px;
}
.founder-name {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 4px;
}
.founder-title {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--yellow-dark);
  margin-bottom: 16px;
}
.founder-quote {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  font-style: italic;
  border-left: 3px solid var(--yellow);
  padding-left: 16px;
}

@media (max-width: 900px) {
  .overview-grid { grid-template-columns: 1fr; gap: 50px; }
}

/* ─── TIMELINE SECTION ───────────────────────────────────── */
.timeline-section { background: var(--dark); }
.timeline-section .section-label {
  background: rgba(255,193,7,.12);
  color: var(--yellow);
}
.timeline-section .section-title { color: var(--white); }
.timeline-section .section-sub { color: rgba(255,255,255,.5); }

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  background: rgba(255,193,7,.2);
  transform: translateX(-50%);
}
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  margin-bottom: 48px;
  align-items: start;
}
.timeline-item:last-child { margin-bottom: 0; }

.timeline-item:nth-child(odd) .timeline-content { grid-column: 3; grid-row: 1; text-align: left; }
.timeline-item:nth-child(odd) .timeline-dot-col  { grid-column: 2; grid-row: 1; }
.timeline-item:nth-child(odd) .timeline-empty    { grid-column: 1; grid-row: 1; }

.timeline-item:nth-child(even) .timeline-content { grid-column: 1; grid-row: 1; text-align: right; }
.timeline-item:nth-child(even) .timeline-dot-col  { grid-column: 2; grid-row: 1; }
.timeline-item:nth-child(even) .timeline-empty    { grid-column: 3; grid-row: 1; }

.timeline-dot-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}
.timeline-year-badge {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 800;
  background: var(--yellow);
  color: var(--dark);
  padding: 5px 12px;
  border-radius: 4px;
  white-space: nowrap;
  margin-bottom: 8px;
}
.timeline-dot {
  width: 14px; height: 14px;
  background: var(--yellow);
  border-radius: 50%;
  border: 3px solid var(--dark);
  outline: 2px solid var(--yellow);
  flex-shrink: 0;
}
.timeline-content {
  padding: 0 24px;
  padding-top: 2px;
}
.timeline-event {
  font-size: 15px;
  color: rgba(255,255,255,.65);
  line-height: 1.6;
}
.timeline-event strong { color: rgba(255,255,255,.85); }

@media (max-width: 720px) {
  .timeline::before { left: 20px; }
  .timeline-item {
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto;
  }
  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    grid-column: 2; grid-row: 1; text-align: left;
  }
  .timeline-item:nth-child(odd) .timeline-dot-col,
  .timeline-item:nth-child(even) .timeline-dot-col  { grid-column: 1; grid-row: 1; }
  .timeline-item:nth-child(odd) .timeline-empty,
  .timeline-item:nth-child(even) .timeline-empty    { display: none; }
  .timeline-content { padding: 0 0 0 12px; }
}

/* ─── CERTIFICATIONS SECTION ──────────────────────────────── */
.about-certs { background: var(--light); }
.certs-grid-about {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 0;
}
.cert-card-about {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
}
.cert-card-about:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--yellow);
}
.cert-card-top {
  padding: 32px 32px 24px;
}
.cert-icon-wrap {
  width: 52px; height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cert-icon-wrap--yellow { background: rgba(255,193,7,.12); }
.cert-icon-wrap--green  { background: rgba(56,161,105,.1); }
.cert-icon-wrap--blue   { background: rgba(43,108,176,.1); }
.cert-icon-wrap--yellow i { color: var(--yellow-dark); font-size: 24px; }
.cert-icon-wrap--green  i { color: var(--green); font-size: 24px; }
.cert-icon-wrap--blue   i { color: var(--blue); font-size: 24px; }
.cert-code {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 4px;
}
.cert-name-about {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.cert-desc-about {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}
.cert-card-bottom {
  padding: 16px 32px;
  background: var(--light);
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cert-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}
.cert-meta-item i { color: var(--yellow-dark); font-size: 12px; width: 14px; }
.cert-issuer-note {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--muted);
}
.cert-issuer-note i { color: var(--yellow-dark); margin-right: 6px; }
.cert-issuer-note strong { color: var(--dark); }

@media (max-width: 900px) { .certs-grid-about { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .certs-grid-about { grid-template-columns: 1fr; } }

/* ─── CTA STRIP ───────────────────────────────────────────── */
.about-cta-strip {
  background: var(--dark);
  padding: 80px 0;
  text-align: center;
}
.about-cta-strip .section-title { color: var(--white); margin-bottom: 16px; }
.about-cta-strip p {
  font-size: 17px;
  color: rgba(255,255,255,.55);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.about-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}


/* ═══════════════════════════════════════════════════════════════
   SERVICES PAGE — PAGE-SPECIFIC STYLES
═══════════════════════════════════════════════════════════════ */

/* ─── CORE SERVICES SECTION ───────────────────────────────── */
.core-services { background: var(--white); }
.core-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.svc-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
}
.svc-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--yellow);
}
.svc-card-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}
.svc-img-placeholder {
  width: 100%; height: 100%;
  font-size: 12px;
  transition: transform 0.5s ease;
}
.svc-card:hover .svc-img-placeholder {
  transform: scale(1.04);
}
.svc-card-badge {
  position: absolute;
  top: 16px; left: 16px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: var(--yellow);
  color: var(--dark);
  padding: 5px 12px;
  border-radius: 4px;
}
.svc-card-body {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.svc-card-icon {
  width: 48px; height: 48px;
  background: rgba(255,193,7,.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.svc-card-icon i { font-size: 22px; color: var(--yellow-dark); }
.svc-card-title {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 12px;
}
.svc-card-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 24px;
  flex: 1;
}
.svc-card-specs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.svc-spec-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.svc-spec-row i {
  color: var(--yellow-dark);
  font-size: 13px;
  width: 16px;
  flex-shrink: 0;
}
.svc-spec-row span { color: var(--mid); }
.svc-spec-row strong { color: var(--dark); font-weight: 600; }

@media (max-width: 900px) { .core-services-grid { grid-template-columns: 1fr; } }

/* ─── ADDITIONAL SERVICES SECTION ────────────────────────── */
.additional-services { background: var(--light); }
.add-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.add-svc-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
}
.add-svc-card:hover {
  border-color: var(--yellow);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.add-svc-icon {
  width: 44px; height: 44px;
  background: var(--dark);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.add-svc-icon i { font-size: 20px; color: var(--yellow); }
.add-svc-title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
}
.add-svc-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}
@media (max-width: 900px) { .add-services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .add-services-grid { grid-template-columns: 1fr; } }

/* ─── PRODUCTION FACILITIES SECTION ─────────────────────── */
.prod-facilities { background: var(--dark); }
.prod-facilities .section-label {
  background: rgba(255,193,7,.12);
  color: var(--yellow);
}
.prod-facilities .section-title { color: var(--white); }
.prod-facilities .section-sub { color: rgba(255,255,255,.5); }
.facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.facility-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}
.facility-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,193,7,.3);
}
.facility-img-wrap {
  height: 180px;
  position: relative;
}
.facility-img-placeholder {
  width: 100%; height: 100%;
  font-size: 12px;
}
.facility-location-tag {
  position: absolute;
  bottom: 12px; left: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--yellow);
  padding: 4px 10px;
  border-radius: 4px;
}
.facility-location-tag i { font-size: 10px; }
.facility-body {
  padding: 24px;
}
.facility-name {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.2;
}
.facility-specs {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.facility-spec {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: rgba(255,255,255,.55);
  line-height: 1.5;
}
.facility-spec i {
  color: var(--yellow);
  font-size: 12px;
  margin-top: 2px;
  flex-shrink: 0;
  width: 14px;
}

@media (max-width: 1024px) { .facilities-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px)  { .facilities-grid { grid-template-columns: 1fr; } }

/* ─── SERVICES CTA STRIP ──────────────────────────────────── */
.services-cta {
  background: var(--yellow);
  padding: 80px 0;
}
.services-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.services-cta-text h2 {
  font-family: var(--font-head);
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 900;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 10px;
}
.services-cta-text p {
  font-size: 16px;
  color: rgba(26,31,46,.65);
  max-width: 520px;
  line-height: 1.65;
}
.services-cta-btns {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.btn-dark {
  background: var(--dark);
  color: var(--white);
  border: 2px solid var(--dark);
}
.btn-dark:hover {
  background: var(--dark-mid);
  border-color: var(--dark-mid);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26,31,46,.3);
}
.btn-outline-dark-svc {
  background: transparent;
  color: var(--dark);
  border: 2px solid rgba(26,31,46,.35);
}
.btn-outline-dark-svc:hover {
  background: rgba(26,31,46,.08);
  border-color: var(--dark);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .services-cta-inner { flex-direction: column; text-align: center; }
  .services-cta-btns { justify-content: center; }
}


/* ═══════════════════════════════════════════════════════════════
   PROJECTS PAGE — PAGE-SPECIFIC STYLES
═══════════════════════════════════════════════════════════════ */

/* ─── STATS BAR ───────────────────────────────────────────── */
.projects-stats-bar {
  background: var(--yellow);
}
.projects-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.pstat {
  padding: 40px 36px;
  text-align: center;
  border-right: 1px solid rgba(26,31,46,.12);
}
.pstat:last-child { border-right: none; }
.pstat-number {
  font-family: var(--font-head);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900; color: var(--dark); line-height: 1;
  margin-bottom: 5px;
}
.pstat-label {
  font-family: var(--font-head); font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(26,31,46,.6);
}
@media (max-width: 768px) {
  .projects-stats-inner { grid-template-columns: 1fr 1fr; }
  .pstat:nth-child(2) { border-right: none; }
  .pstat { border-bottom: 1px solid rgba(26,31,46,.12); padding: 28px 20px; }
  .pstat:nth-child(3), .pstat:nth-child(4) { border-bottom: none; }
}

/* ─── FEATURED PROJECTS GRID ──────────────────────────────── */
.featured-projects { background: var(--white); }
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.proj-card--wide {
  grid-column: span 2;
}
.proj-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
}
.proj-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--yellow);
}
.proj-card-img {
  position: relative;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
}
.proj-card--wide .proj-card-img { height: 280px; }
.proj-img-placeholder {
  width: 100%; height: 100%; font-size: 12px;
  transition: transform 0.5s ease;
}
.proj-card:hover .proj-img-placeholder { transform: scale(1.04); }
.proj-status {
  position: absolute; top: 16px; left: 16px;
  font-family: var(--font-head); font-size: 11px;
  font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 12px; border-radius: 4px;
}
.proj-status--completed { background: var(--dark); color: var(--yellow); }
.proj-status--ongoing   { background: #38A169; color: #fff; }
.proj-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.proj-meta {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin-bottom: 14px;
}
.proj-meta span {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-head); font-size: 12px;
  font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: var(--muted);
}
.proj-meta span i { color: var(--yellow-dark); font-size: 11px; }
.proj-title {
  font-family: var(--font-head); font-size: 20px;
  font-weight: 800; color: var(--dark);
  line-height: 1.2; margin-bottom: 10px;
}
.proj-card--wide .proj-title { font-size: 24px; }
.proj-client {
  font-size: 13px; color: var(--muted); margin-bottom: 12px;
}
.proj-client strong { color: var(--dark-mid); font-weight: 600; }
.proj-desc {
  font-size: 14px; color: var(--muted); line-height: 1.7;
  flex: 1; margin-bottom: 20px;
}
.proj-value-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-size: 18px; font-weight: 900;
  color: var(--dark);
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.proj-value-tag i { color: var(--yellow-dark); font-size: 14px; }

@media (max-width: 1024px) {
  .projects-grid { grid-template-columns: 1fr 1fr; }
  .proj-card--wide { grid-column: span 2; }
}
@media (max-width: 640px) {
  .projects-grid { grid-template-columns: 1fr; }
  .proj-card--wide { grid-column: span 1; }
  .proj-card--wide .proj-card-img { height: 220px; }
}

/* ─── CONTRACTS TABLE SECTION ─────────────────────────────── */
.contracts-section { background: var(--light); }
.contracts-section .section-title { margin-bottom: 12px; }
.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  font-size: 14px;
}
thead {
  background: var(--dark);
}
thead th {
  font-family: var(--font-head);
  font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,.7);
  padding: 16px 20px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 2px solid var(--yellow);
}
thead th:first-child { border-radius: var(--radius) 0 0 0; }
thead th:last-child  { border-radius: 0 var(--radius) 0 0; }
tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}
tbody tr:last-child { border-bottom: none; }
tbody tr:hover { background: #FFFBEA; }
tbody td {
  padding: 16px 20px;
  color: var(--mid);
  vertical-align: top;
  line-height: 1.5;
}
tbody td:first-child {
  font-family: var(--font-head); font-weight: 700;
  color: var(--dark); white-space: nowrap;
}
tbody td.td-value {
  font-family: var(--font-head); font-weight: 800;
  color: var(--dark); white-space: nowrap;
}
.role-badge {
  display: inline-block;
  font-family: var(--font-head); font-size: 10px;
  font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 3px 9px; border-radius: 3px;
  background: rgba(255,193,7,.15); color: var(--yellow-dark);
  white-space: nowrap;
}
.role-badge--dark {
  background: rgba(26,31,46,.08); color: var(--dark-mid);
}

/* ─── CLIENTS STRIP ───────────────────────────────────────── */
.clients-section { background: var(--dark); }
.clients-section .section-label { background: rgba(255,193,7,.12); color: var(--yellow); }
.clients-section .section-title { color: var(--white); }
.clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.client-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: 14px;
  transition: all var(--transition);
}
.client-item:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,193,7,.25);
}
.client-icon {
  width: 52px; height: 52px;
  background: rgba(255,193,7,.1);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.client-icon i { font-size: 24px; color: var(--yellow); }
.client-name {
  font-family: var(--font-head); font-size: 15px;
  font-weight: 700; color: var(--white); line-height: 1.3;
}
.client-country {
  font-size: 12px; color: rgba(255,255,255,.4);
  text-transform: uppercase; letter-spacing: 1px;
}
@media (max-width: 900px)  { .clients-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px)  { .clients-grid { grid-template-columns: 1fr; } }

/* ─── PROJECTS CTA STRIP ──────────────────────────────────── */
.projects-cta {
  background: var(--white);
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid var(--border);
}
.projects-cta h2 { margin-bottom: 16px; }
.projects-cta p {
  font-size: 17px; color: var(--muted);
  max-width: 500px; margin: 0 auto 36px; line-height: 1.7;
}
.projects-cta-btns {
  display: flex; gap: 16px;
  justify-content: center; flex-wrap: wrap;
}


/* ═══════════════════════════════════════════════════════════════
   CONTACT PAGE — PAGE-SPECIFIC STYLES
═══════════════════════════════════════════════════════════════ */

/* ─── MAIN CONTACT SECTION ────────────────────────────────── */
.contact-main { background: var(--light); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 48px;
  align-items: start;
}

/* ── Contact Details ── */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-details-title {
  font-family: var(--font-head);
  font-size: 26px; font-weight: 800;
  color: var(--dark); margin-bottom: 8px;
}
.contact-details-sub {
  font-size: 15px; color: var(--muted);
  line-height: 1.7; margin-bottom: 24px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: all var(--transition);
}
.contact-item:hover {
  border-color: var(--yellow);
  box-shadow: var(--shadow-sm);
}
a.contact-item:hover .contact-item-value { color: var(--yellow-dark); }
.contact-item-icon {
  width: 44px; height: 44px;
  background: var(--dark);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-item-icon i { font-size: 18px; color: var(--yellow); }
.contact-item-body { display: flex; flex-direction: column; gap: 3px; }
.contact-item-label {
  font-family: var(--font-head); font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted);
}
.contact-item-value {
  font-size: 15px; font-weight: 500;
  color: var(--dark); line-height: 1.5;
  transition: color var(--transition);
}
.contact-hours {
  padding: 20px 22px;
  background: var(--yellow-light);
  border: 1px solid rgba(255,193,7,.3);
  border-radius: var(--radius-lg);
  display: flex; align-items: flex-start; gap: 16px;
}
.contact-hours-icon {
  width: 44px; height: 44px;
  background: var(--yellow);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-hours-icon i { font-size: 18px; color: var(--dark); }
.contact-hours-label {
  font-family: var(--font-head); font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--yellow-dark);
  margin-bottom: 3px;
}
.contact-hours-value {
  font-size: 15px; color: var(--dark-mid); line-height: 1.6;
}

/* ── Contact Form Box ── */
.contact-form-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-sm);
}
.contact-form-title {
  font-family: var(--font-head);
  font-size: 24px; font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
}
.contact-form-sub {
  font-size: 14px; color: var(--muted);
  margin-bottom: 32px; line-height: 1.6;
}
.contact-form-title-accent {
  display: block;
  width: 40px; height: 3px;
  background: var(--yellow);
  border-radius: 2px;
  margin: 10px 0 28px;
}
.form-submit-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.form-note {
  font-size: 13px; color: var(--muted); line-height: 1.5;
}
.form-note i { color: var(--yellow-dark); margin-right: 4px; }

/* ─── MAP SECTION ─────────────────────────────────────────── */
.map-section { background: var(--white); padding: 0; }
.map-wrap {
  position: relative;
  height: 420px;
  background: linear-gradient(135deg, #2a3040 0%, #1a1f2e 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.map-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}
.map-placeholder-inner {
  text-align: center;
  color: rgba(255,255,255,.35);
  font-family: var(--font-head);
  font-size: 14px; letter-spacing: 1px;
  text-transform: uppercase; line-height: 2;
}
.map-placeholder-inner i {
  display: block; font-size: 40px;
  color: var(--yellow); margin-bottom: 16px;
}
.map-pin-card {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 18px 28px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-lg);
  white-space: nowrap;
  z-index: 1;
}
.map-pin-icon {
  width: 40px; height: 40px;
  background: var(--yellow);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.map-pin-icon i { font-size: 18px; color: var(--dark); }
.map-pin-label {
  font-family: var(--font-head); font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted);
  margin-bottom: 2px;
}
.map-pin-address {
  font-size: 14px; font-weight: 600; color: var(--dark);
}

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 960px) {
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-form-box { padding: 32px; }
}
@media (max-width: 560px) {
  .contact-form-box { padding: 24px; }
  .map-pin-card { width: calc(100% - 48px); white-space: normal; }
}

/* ═══════════════════════════════════════════════════════════
   REAL IMAGE SIZING — object-fit rules for all image contexts
═══════════════════════════════════════════════════════════ */

/* CTA section background image */
.cta-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Index hero image */
.hero-image-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Page hero images (about / services / projects / contact) */
.page-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Project slider images */
.slide-image-wrap img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ISO Certificate images */
.cert-card .cert-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top center;
  display: block;
  cursor: pointer;
  transition: opacity var(--transition);
}
.cert-card .cert-img:hover { opacity: .85; }

/* Production facility image (index page) */
.production-image-col img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--radius-lg);
}

/* Founder portrait (about page) */
.founder-img-wrap .founder-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Service card images */
.svc-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
.svc-card:hover .svc-card-image img { transform: scale(1.04); }

/* Facility card images */
.facility-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Project card images */
.proj-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
.proj-card:hover .proj-card-img img { transform: scale(1.04); }

/* Responsive image adjustments */
@media (max-width: 768px) {
  .slide-image-wrap img { height: 260px; }
  .production-image-col img { height: 360px; }
  .founder-img-wrap .founder-img { height: 260px; }
}
