/* ════════════════════════════════════════════════════════════
   MAKAN INTERNATIONAL TRADE LLC — www.makan-trading.com
   Brand system from Company Profile 2025:
   · Navy #1F2A56  · Turquoise #2BE8D2  · Cyan #29B9D8
   · Typography: Poppins · Light, clean, dotted
═════════════════════════════════════════════════════════════ */

:root {
  --navy:       #1F2A56;
  --navy-deep:  #131C3D;
  --navy-soft:  #2A3768;
  --turq:       #2BE8D2;
  --turq-soft:  #9FF5EA;
  --cyan:       #29B9D8;
  --cyan-dk:    #1693AE;
  --wa:         #25D366;

  --ink:        #1F2A56;
  --txt:        #4A5578;
  --txt-light:  #8189A3;
  --bg:         #FFFFFF;
  --tint:       #F3F7FB;
  --line:       #E3EAF3;

  --ff-head: 'Poppins', -apple-system, sans-serif;
  --ff-body: 'Poppins', -apple-system, sans-serif;

  --ease: 0.35s cubic-bezier(.4, 0, .2, 1);
  --sh-sm: 0 2px 14px rgba(31, 42, 86, .07);
  --sh-md: 0 10px 36px rgba(31, 42, 86, .12);
  --sh-lg: 0 24px 64px rgba(31, 42, 86, .16);
  --r: 12px;
  --r-lg: 20px;
  --nav-h: 84px;
}

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--ff-body); color: var(--txt); background: var(--bg); line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; background: none; border: none; cursor: pointer; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--ff-head); color: var(--ink); line-height: 1.22; font-weight: 700; }

::selection { background: var(--turq); color: var(--navy); }

/* ── Utilities ──────────────────────────────────────────── */
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: 880px; }
.section { padding: 96px 0; }
.section-tint { background: var(--tint); }

.overline {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: .68rem; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--cyan-dk);
}
.sec-head { margin-bottom: 52px; max-width: 720px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-title { font-size: clamp(1.8rem, 3.6vw, 2.7rem); margin: 12px 0 0; }
.sec-lead { margin-top: 18px; font-size: .98rem; color: var(--txt); font-weight: 300; }
.sec-head.light .sec-title { color: #fff; }
.sec-head.light .sec-lead { color: rgba(255, 255, 255, .65); }
.sec-head.light .overline { color: var(--turq); }

.brand-line { display: flex; align-items: center; gap: 8px; margin-top: 16px; position: relative; }
.sec-head.center .brand-line { justify-content: center; }
.brand-line span { width: 46px; height: 4px; border-radius: 2px; background: var(--turq); }
.line-sparkle { width: 16px; height: 16px; color: var(--cyan); }

.para { font-size: .94rem; font-weight: 300; margin-bottom: 16px; }
.para-strong { font-weight: 500; color: var(--ink); }
.para.light { color: rgba(255, 255, 255, .7); }

.sparkle { position: absolute; color: var(--turq); pointer-events: none; }

/* ── Scroll progress bar ────────────────────────────────── */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--turq), var(--cyan));
  z-index: 3000;
}

/* ── Buttons ────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 28px; border-radius: 60px;
  font-family: var(--ff-body); font-size: .78rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  transition: var(--ease); white-space: nowrap;
}
.btn-lg { padding: 16px 34px; font-size: .82rem; }
.btn-sm { padding: 9px 20px; font-size: .68rem; }
.btn-turq { background: var(--turq); color: var(--navy); }
.btn-turq:hover { background: var(--navy); color: #fff; transform: translateY(-3px); box-shadow: 0 10px 26px rgba(43, 232, 210, .4); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--cyan-dk); transform: translateY(-3px); box-shadow: var(--sh-md); }
.btn-ghost-light { border: 2px solid rgba(255, 255, 255, .5); color: #fff; }
.btn-ghost-light:hover { border-color: var(--turq); color: var(--turq); transform: translateY(-3px); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #1eb557; transform: translateY(-3px); box-shadow: 0 10px 26px rgba(37, 211, 102, .4); }

.link-more {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--cyan-dk); transition: gap .25s ease;
}
a:hover .link-more, .link-more:hover { gap: 12px; }

/* ════════════════════════════════════════════════════════
   LOGO MARK (inline SVG — colors per context)
═════════════════════════════════════════════════════════ */
.mark { width: 44px; height: auto; flex-shrink: 0; }
.mk-book { fill: var(--navy); transition: fill .35s ease; }
.mk-star { fill: var(--cyan); }
.mk-spark { fill: var(--cyan); transition: fill .35s ease; }

/* ════════════════════════════════════════════════════════
   NAVBAR — transparent over hero → solid WHITE when scrolled
   (logo & text swap color so they are ALWAYS visible)
═════════════════════════════════════════════════════════ */
.navbar {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: background .4s ease, box-shadow .4s ease, height .3s ease;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }

/* Official logo lockup — two PNG versions swapped by navbar state */
.nav-brand { display: flex; align-items: center; flex-shrink: 0; }
.nav-logo { height: 42px; width: auto; display: block; transition: height .3s ease; }
.logo-for-light { display: none; }
.navbar.scrolled .nav-logo { height: 38px; }
.navbar.scrolled .logo-for-dark { display: none; }
.navbar.scrolled .logo-for-light { display: block; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 15px; border-radius: 50px;
  font-size: .76rem; font-weight: 500;
  color: rgba(255, 255, 255, .85);
  transition: var(--ease);
}
.nav-link i { font-size: .55rem; transition: transform .25s ease; }
.nav-item:hover .nav-link i { transform: rotate(180deg); }
.nav-link:hover, .nav-link.active, .nav-item.active > .nav-link { color: var(--turq); }

.nav-cta {
  margin-left: 10px;
  padding: 11px 24px; border-radius: 50px;
  background: var(--turq); color: var(--navy);
  font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  transition: var(--ease);
}
.nav-cta:hover { background: #fff; color: var(--navy); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(43, 232, 210, .45); }

/* SCROLLED: white navbar — navy text + navy logo (visibility fix) */
.navbar.scrolled {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 2px 26px rgba(31, 42, 86, .1);
  height: 72px;
}
.navbar.scrolled .nav-link { color: var(--navy-soft); }
.navbar.scrolled .nav-link:hover, .navbar.scrolled .nav-link.active,
.navbar.scrolled .nav-item.active > .nav-link { color: var(--cyan-dk); }
.navbar.scrolled .nav-cta { background: var(--navy); color: #fff; }
.navbar.scrolled .nav-cta:hover { background: var(--turq); color: var(--navy); }
.navbar.scrolled .hamburger span { background: var(--navy); }

/* Dropdown */
.dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--sh-lg); padding: 16px;
  min-width: 250px; display: flex; gap: 6px;
  opacity: 0; visibility: hidden; transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.dropdown-wide { min-width: 520px; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.dd-col { flex: 1; min-width: 220px; }
.dd-col-hd {
  font-size: .6rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--cyan-dk); padding: 6px 12px 10px; border-bottom: 1px solid var(--line); margin-bottom: 8px;
}
.dd-link {
  display: flex; align-items: center; gap: 11px;
  padding: 9px 12px; border-radius: 10px;
  font-size: .82rem; font-weight: 500; color: var(--txt);
  transition: var(--ease);
}
.dd-link:hover { background: var(--tint); color: var(--navy); transform: translateX(4px); }
.dd-ic {
  width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0;
  background: rgba(41, 185, 216, .1); color: var(--cyan-dk);
  display: flex; align-items: center; justify-content: center; font-size: .72rem;
}

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.hamburger span { width: 26px; height: 2px; border-radius: 2px; background: #fff; transition: var(--ease); }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile nav */
.mobile-nav {
  position: fixed; inset: 0; z-index: 1500;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  display: flex; flex-direction: column;
  opacity: 0; visibility: hidden; transition: all .4s ease;
}
.mobile-nav.open { opacity: 1; visibility: visible; }
.mob-close { position: absolute; top: 22px; right: 24px; color: #fff; font-size: 1.6rem; z-index: 2; }
.mob-inner { padding: 90px 36px 50px; overflow-y: auto; display: flex; flex-direction: column; }
.mob-link, .mob-sub, .mob-hd {
  opacity: 0; transform: translateY(16px);
  transition: opacity .4s ease, transform .4s ease;
  transition-delay: calc(var(--i, 0) * 40ms);
}
.mobile-nav.open .mob-link, .mobile-nav.open .mob-sub, .mobile-nav.open .mob-hd { opacity: 1; transform: none; }
.mob-link {
  font-family: var(--ff-head); font-size: 1.7rem; font-weight: 600; color: #fff;
  padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.mob-hd { font-size: .62rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--turq); margin: 22px 0 6px; }
.mob-sub { font-size: .95rem; font-weight: 300; color: rgba(255, 255, 255, .65); padding: 7px 0; }
.mob-sub:hover { color: var(--turq); }
.mob-quote { color: var(--turq); display: flex; align-items: center; gap: 10px; margin-top: 26px; border: none; }

/* ════════════════════════════════════════════════════════
   HERO SLIDER
═════════════════════════════════════════════════════════ */
.hero-slider { position: relative; height: 100vh; min-height: 660px; overflow: hidden; background: var(--navy-deep); }
.slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 1.1s ease, visibility 1.1s; display: flex; align-items: center; }
.slide.active { opacity: 1; visibility: visible; z-index: 1; }
.slide-bg { position: absolute; inset: -4%; background-size: cover; background-position: center; }
.slide.active .slide-bg { animation: kenburns 13s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.09); } }
.slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(19, 28, 61, .92) 0%, rgba(31, 42, 86, .72) 50%, rgba(31, 42, 86, .35) 100%);
}
.slide-content { position: relative; z-index: 2; max-width: 760px; }
.slide-badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 18px; border-radius: 60px;
  background: rgba(43, 232, 210, .12); border: 1px solid rgba(43, 232, 210, .35);
  font-size: .66rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--turq); margin-bottom: 26px;
}
.slide-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--turq); animation: blink 2s infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
.slide h1 { font-size: clamp(2.3rem, 5.2vw, 4.1rem); color: #fff; margin-bottom: 22px; }
.slide h1 em { font-style: normal; color: var(--turq); }
.slide p { font-size: 1.04rem; font-weight: 300; color: rgba(255, 255, 255, .75); max-width: 600px; margin-bottom: 36px; }
.slide-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* staggered entrance of active slide content */
.slide .slide-badge, .slide h1, .slide p, .slide .slide-actions { opacity: 0; transform: translateY(26px); }
.slide.active .slide-badge { animation: rise .7s .15s ease forwards; }
.slide.active h1 { animation: rise .7s .3s ease forwards; }
.slide.active p { animation: rise .7s .45s ease forwards; }
.slide.active .slide-actions { animation: rise .7s .6s ease forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }

.slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .25);
  color: #fff; font-size: .95rem;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(8px); transition: var(--ease);
}
.slider-arrow:hover { background: var(--turq); border-color: var(--turq); color: var(--navy); }
.slider-arrow.prev { left: 26px; }
.slider-arrow.next { right: 26px; }

.slider-dots { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 9px; }
.dot-item { width: 30px; height: 4px; border-radius: 3px; background: rgba(255, 255, 255, .3); transition: var(--ease); }
.dot-item.active { background: var(--turq); width: 48px; }

.hero-scroll {
  position: absolute; bottom: 32px; right: 38px; z-index: 10;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: .58rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
}
.scroll-line { width: 2px; height: 46px; background: linear-gradient(to bottom, var(--turq), transparent); animation: scrollAnim 1.7s infinite; }
@keyframes scrollAnim {
  0% { transform: scaleY(0); transform-origin: top; }
  48% { transform: scaleY(1); transform-origin: top; }
  52% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
.hero-sparkle { width: 30px; height: 30px; opacity: .55; z-index: 3; animation: twinkle 3.4s ease-in-out infinite; }
.hero-sparkle.s1 { top: 22%; right: 14%; }
.hero-sparkle.s2 { top: 58%; right: 26%; width: 18px; animation-delay: 1.2s; }
.hero-sparkle.s3 { top: 36%; right: 7%; width: 14px; animation-delay: 2.1s; }
@keyframes twinkle { 0%, 100% { opacity: .15; transform: scale(.8) rotate(0deg); } 50% { opacity: .8; transform: scale(1.15) rotate(12deg); } }

/* ════════════════════════════════════════════════════════
   PAGE HERO (inner pages) — ken-burns + sparkles
═════════════════════════════════════════════════════════ */
.page-hero { position: relative; min-height: 480px; display: flex; align-items: flex-end; overflow: hidden; padding-top: var(--nav-h); }
.page-hero-sm { min-height: 400px; }
.ph-bg { position: absolute; inset: -4%; background-size: cover; background-position: center; }
.page-hero .kenburns { animation: kenburns 16s ease-out forwards; }
.ph-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(19, 28, 61, .94) 0%, rgba(31, 42, 86, .6) 55%, rgba(31, 42, 86, .35) 100%);
}
.ph-content { position: relative; z-index: 2; padding: 70px 0 64px; max-width: 800px; }
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3.4rem); color: #fff; }
.page-hero h1 em { font-style: normal; color: var(--turq); }
.ph-tagline { margin-top: 16px; font-size: 1rem; font-weight: 300; color: rgba(255, 255, 255, .72); max-width: 640px; }
.ph-sparkle { width: 26px; height: 26px; z-index: 2; animation: twinkle 3.6s ease-in-out infinite; }
.ph-sparkle.s1 { top: 30%; right: 12%; }
.ph-sparkle.s2 { top: 55%; right: 24%; width: 15px; animation-delay: 1.4s; }

.breadcrumb {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: .68rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255, 255, 255, .55); margin-bottom: 18px;
}
.breadcrumb a:hover { color: var(--turq); }
.breadcrumb i { font-size: .5rem; color: rgba(255, 255, 255, .35); }
.breadcrumb span { color: var(--turq); }

.badge-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 18px; border-radius: 60px; margin-bottom: 16px;
  background: rgba(43, 232, 210, .14); border: 1px solid rgba(43, 232, 210, .4);
  font-size: .64rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--turq);
}

/* ════════════════════════════════════════════════════════
   STATS BAND — brand turquoise block
═════════════════════════════════════════════════════════ */
.stats-band { background: var(--turq); position: relative; overflow: hidden; }
.stats-band::after {
  content: ''; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(255, 255, 255, .35) 2px, transparent 2.6px);
  background-size: 18px 18px; opacity: .5; transform: rotate(12deg);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 18px; text-align: center; border-right: 1px solid rgba(31, 42, 86, .14); }
.stat:last-child { border-right: none; }
.stat-num { font-family: var(--ff-head); font-size: 2.7rem; font-weight: 700; color: var(--navy); line-height: 1; }
.stat-lbl { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(31, 42, 86, .72); margin-top: 8px; }

/* ════════════════════════════════════════════════════════
   QUOTE BAND
═════════════════════════════════════════════════════════ */
.quote-band { padding: 80px 0; background: var(--tint); }
.quote-card {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  background: var(--navy);
  border-radius: 20px;
  padding: 64px 72px 56px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(31,42,86,.22);
  overflow: hidden;
}
/* Turquoise bottom stripe */
.quote-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, #2BE8D2 0%, #29B9D8 100%);
}
.quote-text {
  font-family: var(--ff-head);
  font-size: clamp(1.08rem, 2.2vw, 1.45rem);
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  line-height: 1.9;
}
.quote-attribution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.q-rule {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #2BE8D2;
  opacity: .65;
  vertical-align: middle;
  flex-shrink: 0;
}
.quote-author {
  font-style: normal;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #2BE8D2;
}

/* ════════════════════════════════════════════════════════
   SPLIT LAYOUT + media frame
═════════════════════════════════════════════════════════ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split-rev .split-copy { order: 1; }
.split-rev .pipeline-wrap { order: 2; }
.split-media { position: relative; }
.media-frame { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-md); }
.media-frame img { width: 100%; height: 480px; object-fit: cover; transition: transform .8s ease; }
.media-frame:hover img { transform: scale(1.04); }
.media-accent { position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: var(--turq); }

.float-chip {
  position: absolute; background: #fff; border-radius: var(--r);
  box-shadow: var(--sh-lg); padding: 18px 24px; z-index: 2;
  display: flex; align-items: center; gap: 12px;
}
.float-chip .big { font-family: var(--ff-head); font-size: 2.1rem; font-weight: 700; color: var(--cyan-dk); line-height: 1; }
.float-chip .lbl { font-size: .68rem; color: var(--txt-light); }
.float-chip .val { font-family: var(--ff-head); font-size: .95rem; font-weight: 700; color: var(--navy); }
.float-chip i { color: var(--turq); font-size: 1.3rem; }
.fc-1 { bottom: -24px; right: -18px; flex-direction: column; align-items: flex-start; gap: 2px; }
.fc-2 { top: -22px; left: -18px; }

/* Pillars (homepage about) */
.pillar-list { display: flex; flex-direction: column; gap: 14px; margin: 28px 0 30px; }
.pillar {
  display: flex; gap: 15px; align-items: flex-start;
  background: var(--tint); border-left: 4px solid var(--turq);
  border-radius: var(--r); padding: 16px 20px; transition: var(--ease);
}
.pillar:hover { transform: translateX(6px); box-shadow: var(--sh-sm); }
.pillar-ic {
  width: 42px; height: 42px; border-radius: 11px; flex-shrink: 0;
  background: rgba(41, 185, 216, .12); color: var(--cyan-dk);
  display: flex; align-items: center; justify-content: center;
}
.pillar h4 { font-size: .9rem; margin-bottom: 3px; }
.pillar p { font-size: .8rem; font-weight: 300; }

/* ════════════════════════════════════════════════════════
   MISSION / VISION — navy band with dot pattern
═════════════════════════════════════════════════════════ */
.mv-band { background: var(--navy); position: relative; overflow: hidden; }
.mv-dots {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(43, 232, 210, .14) 1.6px, transparent 2px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse 70% 60% at 80% 20%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 80% 20%, #000 0%, transparent 70%);
}
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; position: relative; }
.mv-card {
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-lg); padding: 44px; transition: var(--ease);
}
.mv-card:hover { transform: translateY(-6px); border-color: rgba(43, 232, 210, .35); }
.mv-card-accent { background: linear-gradient(135deg, rgba(43, 232, 210, .14), rgba(41, 185, 216, .05)); border-color: rgba(43, 232, 210, .25); }
.mv-ic {
  width: 56px; height: 56px; border-radius: 16px; margin-bottom: 20px;
  background: rgba(43, 232, 210, .16); color: var(--turq);
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.mv-card h3 { color: #fff; font-size: 1.4rem; margin-bottom: 13px; }
.mv-card p { font-size: .9rem; font-weight: 300; color: rgba(255, 255, 255, .68); }

/* Values (about) */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; position: relative; }
.value-card {
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-lg); padding: 30px 24px; text-align: center; transition: var(--ease);
}
.value-card:hover { transform: translateY(-6px); border-color: rgba(43, 232, 210, .35); background: rgba(43, 232, 210, .08); }
.val-ic {
  width: 50px; height: 50px; border-radius: 14px; margin: 0 auto 16px;
  background: rgba(43, 232, 210, .15); color: var(--turq);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.value-card h4 { color: #fff; font-size: .95rem; margin-bottom: 8px; }
.value-card p { font-size: .78rem; font-weight: 300; color: rgba(255, 255, 255, .6); }

/* ════════════════════════════════════════════════════════
   SERVICE CARDS
═════════════════════════════════════════════════════════ */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 34px 28px; position: relative; overflow: hidden; transition: var(--ease);
  display: flex; flex-direction: column;
}
.svc-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--turq), var(--cyan));
  transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); border-color: transparent; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-ic {
  width: 54px; height: 54px; border-radius: 15px; margin-bottom: 20px;
  background: var(--navy); color: var(--turq);
  display: flex; align-items: center; justify-content: center; font-size: 1.15rem;
  transition: var(--ease);
}
.svc-card:hover .svc-ic { background: var(--turq); color: var(--navy); transform: rotate(-6deg) scale(1.06); }
.svc-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.svc-card p { font-size: .82rem; font-weight: 300; flex: 1; margin-bottom: 18px; }

/* ════════════════════════════════════════════════════════
   PRODUCT CARDS
═════════════════════════════════════════════════════════ */
.cat-head { display: flex; align-items: center; gap: 18px; margin: 46px 0 26px; }
.cat-head:first-of-type { margin-top: 0; }
.cat-badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 22px; border-radius: 60px;
  background: var(--navy); color: var(--turq);
  font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  white-space: nowrap;
}
.cat-rule { flex: 1; height: 1px; background: var(--line); }

.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); gap: 22px; }
.prod-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; transition: var(--ease); display: flex; flex-direction: column;
}
.prod-card:hover { transform: translateY(-7px); box-shadow: var(--sh-lg); border-color: transparent; }
.prod-featured { grid-column: span 2; flex-direction: row; }
.prod-featured .prod-thumb { width: 46%; height: auto; min-height: 280px; }
.prod-featured .prod-body { width: 54%; }
.prod-thumb { position: relative; height: 195px; overflow: hidden; flex-shrink: 0; }
.prod-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.prod-card:hover .prod-thumb img { transform: scale(1.08); }
.prod-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(19, 28, 61, .45), transparent 55%); }
.prod-badge {
  position: absolute; top: 14px; left: 14px;
  padding: 5px 14px; border-radius: 40px;
  background: var(--turq); color: var(--navy);
  font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.prod-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.prod-body h3 { font-size: 1.08rem; margin-bottom: 8px; }
.prod-body p { font-size: .8rem; font-weight: 300; flex: 1; }
.prod-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0; }
.tag {
  padding: 4px 11px; border-radius: 40px;
  background: var(--tint); border: 1px solid var(--line);
  font-size: .66rem; font-weight: 500; color: var(--navy-soft);
}
.tag-hq { background: var(--navy); color: var(--turq); border-color: var(--navy); }

/* ════════════════════════════════════════════════════════
   STRATEGIC SOURCING — navy band + animated chevron pipeline
═════════════════════════════════════════════════════════ */
.sourcing-band { background: var(--navy-deep); position: relative; overflow: hidden; }

.lever-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 26px 0 30px; }
.lever {
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r); padding: 16px 20px; transition: var(--ease);
}
.lever:hover { border-color: rgba(43, 232, 210, .4); background: rgba(43, 232, 210, .07); }
.lever-hd { display: flex; align-items: center; gap: 10px; font-family: var(--ff-head); font-size: .85rem; font-weight: 700; color: var(--turq); margin-bottom: 7px; }
.lever-items { font-size: .76rem; font-weight: 300; color: rgba(255, 255, 255, .55); }

/* light variant for service page */
.lever-grid-lg { grid-template-columns: repeat(4, 1fr); margin: 0; }
.lever-light { background: #fff; border-color: var(--line); padding: 26px 24px; }
.lever-light:hover { box-shadow: var(--sh-md); border-color: rgba(41, 185, 216, .35); background: #fff; }
.lever-light .lever-hd { color: var(--navy); font-size: 1rem; }
.lever-light .lever-hd i { color: var(--cyan-dk); }
.lever-list { display: flex; flex-direction: column; gap: 8px; }
.lever-list li { display: flex; gap: 9px; align-items: flex-start; font-size: .8rem; color: var(--txt); }
.lever-list li i { color: var(--turq); margin-top: 5px; font-size: .65rem; }

.pipeline-wrap { position: relative; }
.pipeline-center { max-width: 820px; margin: 0 auto; }
.pipeline { display: flex; flex-direction: column; gap: 5px; }
.pipe-step { position: relative; }
.pipe-inner {
  display: flex; align-items: center; gap: 16px;
  padding: 15px 30px 15px 20px;
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .09);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  border-radius: 8px; position: relative; overflow: hidden;
  transition: background .4s ease, border-color .4s ease;
}
.pipe-inner::before {
  content: ''; position: absolute; top: 0; bottom: 0; left: -100%; width: 100%;
  background: linear-gradient(90deg, transparent, rgba(43, 232, 210, .2), transparent);
}
.pipe-step.scanning .pipe-inner::before { animation: beam 1s ease forwards; }
@keyframes beam { from { left: -100%; } to { left: 100%; } }
.pipe-step.pipe-active .pipe-inner { background: rgba(43, 232, 210, .14); border-color: rgba(43, 232, 210, .5); }
.pipe-step.pipe-done .pipe-inner { background: rgba(43, 232, 210, .07); border-color: rgba(43, 232, 210, .22); }
.pipe-num { font-family: var(--ff-head); font-size: 1.5rem; font-weight: 700; color: rgba(255, 255, 255, .22); min-width: 34px; transition: color .4s ease; }
.pipe-step.pipe-active .pipe-num { color: var(--turq); }
.pipe-step.pipe-done .pipe-num { color: rgba(43, 232, 210, .55); }
.pipe-text { flex: 1; }
.pipe-text h4 { font-size: .88rem; color: rgba(255, 255, 255, .55); transition: color .4s ease; }
.pipe-text p { font-size: .73rem; font-weight: 300; color: rgba(255, 255, 255, .3); transition: color .4s ease; }
.pipe-step.pipe-active .pipe-text h4 { color: #fff; }
.pipe-step.pipe-active .pipe-text p { color: rgba(255, 255, 255, .6); }
.pipe-step.pipe-done .pipe-text h4 { color: rgba(255, 255, 255, .68); }
.pipe-check {
  width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, .18);
  display: flex; align-items: center; justify-content: center;
  font-size: .6rem; color: transparent; transition: all .4s ease;
}
.pipe-step.pipe-active .pipe-check { border-color: var(--turq); }
.pipe-step.pipe-done .pipe-check { border-color: var(--turq); background: var(--turq); color: var(--navy); }

.pipe-progress {
  display: flex; align-items: center; gap: 12px; margin-top: 20px;
  padding: 14px 20px; border-radius: var(--r);
  background: rgba(43, 232, 210, .08); border: 1px solid rgba(43, 232, 210, .22);
}
.pp-lbl { font-size: .62rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--turq); }
.pp-bar { flex: 1; height: 5px; border-radius: 3px; background: rgba(255, 255, 255, .1); overflow: hidden; }
.pp-fill { height: 100%; width: 0; border-radius: 3px; background: linear-gradient(90deg, var(--turq), var(--cyan)); transition: width .55s ease; }
.pp-pct { font-size: .74rem; font-weight: 600; color: var(--turq); min-width: 38px; text-align: right; }

/* ════════════════════════════════════════════════════════
   GLOBAL REACH — dotted world map (brand signature)
═════════════════════════════════════════════════════════ */
.global-band { padding-bottom: 0; }
.map-wrap {
  position: relative; background: #fff;
  border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 34px; box-shadow: var(--sh-sm);
}
.world-map { width: 100%; height: auto; display: block; }
.map-land circle { fill: #D5DEEC; }

.map-hub .hub-core { fill: var(--turq); stroke: #fff; stroke-width: 1.5; }
.map-hub .hub-pulse {
  fill: none; stroke: var(--turq); stroke-width: 2; opacity: 0;
  transform-origin: center; transform-box: fill-box;
}
.map-wrap.in-view .map-hub .hub-pulse { animation: hubPulse 2.6s ease-out infinite; animation-delay: calc(var(--hub-i) * .18s); }
@keyframes hubPulse {
  0% { opacity: .9; transform: scale(.6); }
  70% { opacity: 0; transform: scale(2.4); }
  100% { opacity: 0; transform: scale(2.4); }
}
.map-hub-hq .hub-core { fill: var(--navy); stroke: var(--turq); stroke-width: 2.5; }
.map-hub-hq .hub-pulse { stroke: var(--navy); }

.map-hub { opacity: 0; transform: translateY(8px); transition: all .5s ease; transition-delay: calc(var(--hub-i) * 60ms); }
.map-wrap.in-view .map-hub { opacity: 1; transform: none; }

.map-arc {
  fill: none; stroke: var(--cyan); stroke-width: 1.6;
  stroke-dasharray: 5 9; stroke-linecap: round; opacity: 0;
  transition: opacity .8s ease; transition-delay: calc(var(--arc-i) * .15s + .4s);
}
.map-wrap.in-view .map-arc { opacity: .65; animation: arcFlow 1.4s linear infinite; }
@keyframes arcFlow { to { stroke-dashoffset: -28; } }

.map-legend {
  display: flex; gap: 28px; flex-wrap: wrap; justify-content: center;
  margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line);
  font-size: .74rem; color: var(--txt);
}
.map-legend span { display: inline-flex; align-items: center; gap: 8px; }
.leg-dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.leg-hq { background: var(--navy); box-shadow: 0 0 0 2px var(--turq); }
.leg-hub { background: var(--turq); }

.region-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 38px; }
.region-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; transition: var(--ease); }
.region-card:hover { box-shadow: var(--sh-md); transform: translateY(-4px); border-color: rgba(41, 185, 216, .35); }
.region-hd { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.region-hd i { color: var(--cyan-dk); font-size: 1.05rem; }
.region-hd h4 { font-size: .95rem; flex: 1; }
.region-count {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--turq); color: var(--navy);
  font-size: .7rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.region-tags { display: flex; flex-wrap: wrap; gap: 6px; }

/* Marquee */
.marquee { margin-top: 64px; padding: 18px 0; background: var(--navy); overflow: hidden; }
.marquee-track { display: flex; gap: 38px; width: max-content; animation: marquee 48s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.mq-item {
  display: inline-flex; align-items: center; gap: 38px;
  font-family: var(--ff-head); font-size: .86rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .55);
  white-space: nowrap;
}
.mq-item i { font-size: .5rem; color: var(--turq); }

/* ════════════════════════════════════════════════════════
   ALLIANCE
═════════════════════════════════════════════════════════ */
.alliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 42px; }
.al-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 34px 30px; text-align: center; transition: var(--ease);
}
.al-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: rgba(43, 232, 210, .4); }
.al-logo {
  font-family: var(--ff-head); font-size: 1.5rem; font-weight: 700; letter-spacing: .06em;
  color: var(--navy); margin-bottom: 16px; min-height: 44px;
  display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
}
.al-logo span { font-size: .68rem; font-weight: 600; letter-spacing: .26em; color: var(--cyan-dk); }
.al-card p { font-size: .82rem; font-weight: 300; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ben-card { background: var(--tint); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 20px; text-align: center; transition: var(--ease); }
.section-tint .ben-card { background: #fff; }
.ben-card:hover { transform: translateY(-5px); box-shadow: var(--sh-sm); }
.ben-ic {
  width: 50px; height: 50px; border-radius: 14px; margin: 0 auto 14px;
  background: var(--navy); color: var(--turq);
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.ben-card h4 { font-size: .9rem; margin-bottom: 7px; }
.ben-card p { font-size: .76rem; font-weight: 300; }

/* ════════════════════════════════════════════════════════
   FOUNDERS / LEADERSHIP
═════════════════════════════════════════════════════════ */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.team-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 40px 36px; overflow: hidden; transition: var(--ease);
}
.team-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: linear-gradient(90deg, var(--turq), var(--cyan));
}
.team-card:hover { transform: translateY(-7px); box-shadow: var(--sh-lg); }
.team-top { display: flex; align-items: center; gap: 20px; margin-bottom: 22px; }
.team-avatar {
  width: 84px; height: 84px; border-radius: 50%; flex-shrink: 0;
  background: var(--navy); color: var(--turq);
  font-family: var(--ff-head); font-size: 1.7rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  border: 3px solid var(--turq); box-shadow: 0 0 0 5px rgba(43, 232, 210, .15);
}
.team-id h3 { font-size: 1.3rem; }
.team-role {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 7px; padding: 5px 15px; border-radius: 40px;
  background: rgba(41, 185, 216, .1); color: var(--cyan-dk);
  font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.team-bio { font-size: .87rem; font-weight: 300; color: var(--txt); margin-bottom: 20px; }
.team-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.team-meta-lbl {
  font-size: .62rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--txt-light); margin-right: 4px; width: 100%;
}
.team-sparkle { top: 18px; right: 22px; width: 22px; height: 22px; opacity: .6; animation: twinkle 3.6s infinite; }

/* ════════════════════════════════════════════════════════
   FEATURE / CAPABILITY / VALUE GRIDS
═════════════════════════════════════════════════════════ */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; transition: var(--ease); }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: rgba(41, 185, 216, .3); }
.feat-ic {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 18px;
  background: rgba(41, 185, 216, .1); color: var(--cyan-dk);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
  transition: var(--ease);
}
.feature-card:hover .feat-ic { background: var(--navy); color: var(--turq); transform: rotate(-6deg); }
.feature-card h4 { font-size: .95rem; margin-bottom: 9px; }
.feature-card p { font-size: .8rem; font-weight: 300; }

/* Steps (service process) */
.steps { display: flex; flex-direction: column; }
.step { display: flex; gap: 24px; }
.step-track { display: flex; flex-direction: column; align-items: center; }
.step-num {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: var(--navy); color: var(--turq);
  font-family: var(--ff-head); font-size: .95rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  border: 3px solid var(--turq);
}
.step-line { width: 2px; flex: 1; min-height: 28px; background: linear-gradient(to bottom, var(--turq), var(--line)); margin: 6px 0; }
.step:last-child .step-line { display: none; }
.step-body { padding-bottom: 34px; }
.step-body h4 { font-size: 1.02rem; margin: 13px 0 6px; }
.step-body p { font-size: .85rem; font-weight: 300; }

/* Incoterms */
.inco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.inco-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; transition: var(--ease); }
.inco-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: rgba(43, 232, 210, .45); }
.inco-term { font-family: var(--ff-head); font-size: 1.6rem; font-weight: 700; color: var(--cyan-dk); }
.inco-name { font-size: .76rem; font-weight: 600; color: var(--navy); margin: 2px 0 10px; }
.inco-card p { font-size: .79rem; font-weight: 300; }

/* Check list */
.check-list { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: .88rem; color: var(--txt); }
.check-list li i { color: var(--turq); font-size: 1rem; margin-top: 4px; }
.check-list-lg li { background: var(--tint); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 20px; transition: var(--ease); }
.check-list-lg li:hover { transform: translateX(6px); border-color: rgba(43, 232, 210, .4); }

/* Service stats */
.svc-stats { display: flex; gap: 34px; margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.svc-stat .big { font-family: var(--ff-head); font-size: 2.2rem; font-weight: 700; color: var(--cyan-dk); line-height: 1; }
.svc-stat .lbl { font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--txt-light); margin-top: 5px; }

/* Trust chips */
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.trust-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 18px; border-radius: 60px;
  background: var(--tint); border: 1px solid var(--line);
  font-size: .76rem; font-weight: 500; color: var(--navy-soft);
  transition: var(--ease);
}
.trust-chip:hover { border-color: var(--turq); background: rgba(43, 232, 210, .08); }
.trust-chip i { color: var(--cyan-dk); }

/* ════════════════════════════════════════════════════════
   SPEC TABLES (product pages)
═════════════════════════════════════════════════════════ */
.spec-list { display: flex; flex-direction: column; gap: 26px; }
.spec-block { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.spec-hd {
  display: flex; align-items: center; gap: 14px;
  padding: 20px 28px; background: var(--navy);
}
.spec-ic {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  background: rgba(43, 232, 210, .16); color: var(--turq);
  display: flex; align-items: center; justify-content: center;
}
.spec-hd h3 { color: #fff; font-size: 1.05rem; }
.spec-note { padding: 18px 28px 0; font-size: .85rem; font-weight: 300; color: var(--txt); }
.spec-table { padding: 14px 0; }
.spec-row {
  display: grid; grid-template-columns: 280px 1fr; gap: 18px;
  padding: 11px 28px; border-bottom: 1px solid var(--tint);
  transition: background .25s ease;
}
.spec-row:last-child { border-bottom: none; }
.spec-row:hover { background: var(--tint); }
.spec-k { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--txt-light); padding-top: 2px; }
.spec-v { font-size: .88rem; font-weight: 500; color: var(--ink); }

/* Related products */
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rel-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: var(--ease); }
.rel-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); }
.rel-thumb { height: 165px; overflow: hidden; }
.rel-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.rel-card:hover .rel-thumb img { transform: scale(1.07); }
.rel-body { padding: 20px 22px; }
.rel-body h4 { font-size: 1rem; margin-bottom: 5px; }
.rel-body p { font-size: .75rem; font-weight: 300; margin-bottom: 12px; }

/* ════════════════════════════════════════════════════════
   CONTACT PAGE
═════════════════════════════════════════════════════════ */
.contact-cards-sec { padding: 64px 0; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 32px 28px; transition: var(--ease); display: block;
}
.contact-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: rgba(41, 185, 216, .4); }
.cc-ic {
  width: 54px; height: 54px; border-radius: 15px; margin-bottom: 18px;
  background: var(--navy); color: var(--turq);
  display: flex; align-items: center; justify-content: center; font-size: 1.25rem;
}
.cc-wa .cc-ic { background: var(--wa); color: #fff; }
.contact-card h4 { font-size: 1.05rem; margin-bottom: 7px; }
.contact-card p { font-size: .88rem; color: var(--txt); margin-bottom: 14px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }

.feat-list { display: flex; flex-direction: column; gap: 18px; margin-top: 26px; }
.feat-item { display: flex; gap: 14px; align-items: flex-start; }
.fi-ic {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  background: rgba(41, 185, 216, .12); color: var(--cyan-dk);
  display: flex; align-items: center; justify-content: center; font-size: .9rem;
}
.feat-item h4 { font-size: .92rem; color: var(--ink); }
.feat-item p { font-size: .8rem; font-weight: 300; color: var(--txt); margin-top: 2px; }

.form-box { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 44px; box-shadow: var(--sh-sm); }
.form-ttl { font-size: 1.6rem; }
.form-sub { font-size: .84rem; font-weight: 300; color: var(--txt-light); margin: 6px 0 28px; }
.fg { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f-grp { display: flex; flex-direction: column; gap: 6px; }
.f-grp.full { grid-column: 1 / -1; }
.f-grp label { font-size: .66rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--navy-soft); }
.f-grp input, .f-grp select, .f-grp textarea {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--line); border-radius: 11px;
  font-family: var(--ff-body); font-size: .88rem; color: var(--ink);
  background: var(--tint); outline: none; transition: var(--ease);
}
.f-grp input:focus, .f-grp select:focus, .f-grp textarea:focus {
  border-color: var(--cyan); background: #fff; box-shadow: 0 0 0 4px rgba(41, 185, 216, .12);
}
.f-grp .err { border-color: #E53E3E !important; }
.f-grp textarea { resize: vertical; min-height: 130px; }
.f-grp select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234A5578' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 15px;
}
.btn-submit {
  width: 100%; margin-top: 20px; padding: 16px;
  background: var(--navy); color: #fff; border-radius: 60px;
  font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: var(--ease);
}
.btn-submit:hover { background: var(--turq); color: var(--navy); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(43, 232, 210, .4); }
.btn-submit:disabled { opacity: .7; cursor: wait; transform: none; }
.form-note { text-align: center; font-size: .72rem; color: var(--txt-light); margin-top: 14px; }
.form-note i { color: var(--cyan-dk); }

/* FAQ accordion */
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: var(--ease); }
.faq-item.open { border-color: rgba(41, 185, 216, .45); box-shadow: var(--sh-sm); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 26px; text-align: left;
  font-family: var(--ff-head); font-size: .98rem; font-weight: 700; color: var(--ink);
}
.faq-q i { color: var(--cyan-dk); transition: transform .35s ease; flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(135deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.4, 0, .2, 1); }
.faq-a p { padding: 0 26px 22px; font-size: .86rem; font-weight: 300; color: var(--txt); }

/* ════════════════════════════════════════════════════════
   CTA BAND
═════════════════════════════════════════════════════════ */
.cta-band { background: var(--navy); padding: 92px 0; position: relative; overflow: hidden; }
.cta-bg-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(43, 232, 210, .16) 1.6px, transparent 2px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 60% 90% at 15% 50%, #000, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 60% 90% at 15% 50%, #000, transparent 75%);
}
.cta-sparkle { width: 34px; height: 34px; animation: twinkle 3.8s infinite; }
.cta-sparkle.s1 { top: 22%; right: 12%; }
.cta-sparkle.s2 { bottom: 20%; right: 28%; width: 18px; animation-delay: 1.6s; }
.cta-inner { text-align: center; max-width: 680px; margin: 0 auto; position: relative; }
.cta-inner h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.6rem); margin-bottom: 16px; }
.cta-inner p { color: rgba(255, 255, 255, .62); font-weight: 300; margin-bottom: 34px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ════════════════════════════════════════════════════════
   FOOTER
═════════════════════════════════════════════════════════ */
.footer { background: var(--navy-deep); padding-top: 76px; }
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1.1fr 1.4fr; gap: 48px;
  padding-bottom: 52px; border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.ft-logo-img { height: 46px; width: auto; margin-bottom: 18px; }
.ft-desc { font-size: .8rem; font-weight: 300; color: rgba(255, 255, 255, .45); max-width: 300px; }
.ft-socials { display: flex; gap: 10px; margin-top: 22px; }
.soc {
  width: 38px; height: 38px; border-radius: 11px;
  background: rgba(255, 255, 255, .07); color: rgba(255, 255, 255, .55);
  display: flex; align-items: center; justify-content: center;
  transition: var(--ease);
}
.soc:hover { background: var(--turq); color: var(--navy); transform: translateY(-3px); }
.ft-hd { font-size: .64rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--turq); margin-bottom: 18px; }
.ft-links { display: flex; flex-direction: column; gap: 10px; }
.ft-links-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.ft-links a { font-size: .8rem; font-weight: 300; color: rgba(255, 255, 255, .5); transition: var(--ease); }
.ft-links a:hover { color: var(--turq); padding-left: 4px; }
.ft-row { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 12px; font-size: .8rem; color: rgba(255, 255, 255, .5); }
.ft-row i { color: var(--turq); margin-top: 4px; width: 14px; }
.ft-row a:hover { color: var(--turq); }
.ft-btn { margin-top: 14px; }
.footer-btm { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px 0; flex-wrap: wrap; }
.footer-btm p { font-size: .72rem; color: rgba(255, 255, 255, .28); }
.ftb-links { display: flex; gap: 22px; }
.ftb-links a { font-size: .72rem; color: rgba(255, 255, 255, .28); transition: var(--ease); }
.ftb-links a:hover { color: var(--turq); }

/* ════════════════════════════════════════════════════════
   TOAST + WHATSAPP FLOAT
═════════════════════════════════════════════════════════ */
.toast {
  position: fixed; bottom: 104px; right: 28px; z-index: 4000;
  background: var(--navy); color: #fff;
  padding: 15px 24px; border-radius: 14px;
  display: flex; align-items: center; gap: 10px;
  font-size: .84rem; font-weight: 500; box-shadow: var(--sh-lg);
  transform: translateY(20px); opacity: 0; visibility: hidden;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.toast i { color: var(--turq); }
.toast.show { transform: none; opacity: 1; visibility: visible; }

.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 3500;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--wa); color: #fff; font-size: 1.7rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .45);
  transition: var(--ease); animation: waBob 3.2s ease-in-out infinite;
}
.wa-float:hover { transform: scale(1.1); animation-play-state: paused; }
@keyframes waBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* ════════════════════════════════════════════════════════
   SCROLL REVEAL SYSTEM (custom, no library)
═════════════════════════════════════════════════════════ */
.reveal { opacity: 0; transition: opacity .8s ease, transform .8s cubic-bezier(.25, .6, .3, 1); transition-delay: var(--d, 0ms); will-change: opacity, transform; }
.reveal[data-reveal="up"] { transform: translateY(38px); }
.reveal[data-reveal="left"] { transform: translateX(46px); }
.reveal[data-reveal="right"] { transform: translateX(-46px); }
.reveal[data-reveal="zoom"] { transform: scale(.92); }
.reveal.in-view { opacity: 1; transform: none; }

.reveal-group > * { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s cubic-bezier(.25, .6, .3, 1); transition-delay: calc(var(--si, 0) * 80ms); }
.reveal-group.in-view > * { opacity: 1; transform: none; }

/* Tilt cards (JS-driven) */
.tilt { transform-style: preserve-3d; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal-group > * { opacity: 1 !important; transform: none !important; }
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE
═════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .split { gap: 48px; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .region-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .lever-grid-lg { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .contact-grid { gap: 44px; }
}

@media (max-width: 960px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .team-grid { grid-template-columns: 1fr; }
  .split, .split-rev { grid-template-columns: 1fr; }
  .split-rev .split-copy { order: 0; }
  .mv-grid { grid-template-columns: 1fr; }
  .alliance-grid { grid-template-columns: 1fr; }
  .prod-featured { grid-column: auto; flex-direction: column; }
  .prod-featured .prod-thumb, .prod-featured .prod-body { width: 100%; }
  .prod-featured .prod-thumb { height: 220px; min-height: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .inco-grid { grid-template-columns: 1fr 1fr; }
  .rel-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { border-right: none; border-bottom: 1px solid rgba(31, 42, 86, .14); }
  .stat:nth-child(odd) { border-right: 1px solid rgba(31, 42, 86, .14); }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: none; }
  .spec-row { grid-template-columns: 200px 1fr; }
  .map-wrap { padding: 20px; }
}

/* ── Language Switcher ──────────────────────────────────── */
.lang-switcher { margin-inline-end: 14px; }
.lang-select {
  font-family: var(--ff-body);
  font-size: .75rem;
  font-weight: 600;
  color: rgba(255,255,255,.90);
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.30);
  border-radius: 8px;
  padding: 6px 32px 6px 12px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(255,255,255,.7)' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: border-color var(--ease), background var(--ease);
  backdrop-filter: blur(6px);
}
.lang-select:focus { outline: 2px solid var(--turq); outline-offset: 2px; }
.lang-select option { background: var(--navy); color: #fff; font-weight: 500; }
.navbar.scrolled .lang-select {
  color: var(--navy);
  background-color: var(--tint);
  border-color: var(--line);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231F2A56' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
@media (max-width: 900px) {
  .lang-switcher { margin-inline-end: 6px; }
  .lang-select { font-size: .68rem; padding: 5px 28px 5px 9px; }
}

/* ── RTL / Arabic overrides ─────────────────────────────── */
[dir="rtl"] body { text-align: right; }
[dir="rtl"] .nav-links { direction: rtl; }
[dir="rtl"] .nav-brand { margin-inline-end: auto; margin-inline-start: 0; }
[dir="rtl"] .split { flex-direction: row-reverse; }
[dir="rtl"] .split-rev { flex-direction: row; }
[dir="rtl"] .sec-head:not(.center) { text-align: right; }
[dir="rtl"] .sec-head:not(.center) .brand-line { flex-direction: row-reverse; justify-content: flex-end; }
[dir="rtl"] .overline { letter-spacing: .05em; }
[dir="rtl"] .brand-line { flex-direction: row-reverse; }
[dir="rtl"] .sec-head.center .brand-line { justify-content: center; }
[dir="rtl"] .slide-content { text-align: right; }
[dir="rtl"] .slide-actions { flex-direction: row-reverse; justify-content: flex-start; }
[dir="rtl"] .btn i { order: 1; }
[dir="rtl"] .btn-ghost-light i, [dir="rtl"] .link-more i { margin-inline-start: 6px; margin-inline-end: 0; }
[dir="rtl"] .nav-links .nav-link i { margin-inline-start: 4px; margin-inline-end: 0; }
[dir="rtl"] .footer-grid { direction: rtl; }
[dir="rtl"] .ft-row { flex-direction: row-reverse; gap: 10px; }
[dir="rtl"] .ft-links { text-align: right; }
[dir="rtl"] .feat-item { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .pillar { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .pillar-list { text-align: right; }
[dir="rtl"] .check-list li { flex-direction: row-reverse; justify-content: flex-end; }
[dir="rtl"] .check-list li i { margin-inline-end: 0; margin-inline-start: 10px; }
[dir="rtl"] .region-hd { flex-direction: row-reverse; }
[dir="rtl"] .svc-card { text-align: right; }
[dir="rtl"] .breadcrumb { direction: rtl; }
[dir="rtl"] .breadcrumb i { transform: scaleX(-1); }
[dir="rtl"] .mob-inner { text-align: right; }
[dir="rtl"] .faq-q { flex-direction: row-reverse; }
[dir="rtl"] .team-top { flex-direction: row-reverse; }
[dir="rtl"] .team-card { text-align: right; }
[dir="rtl"] .spec-row { direction: rtl; }
[dir="rtl"] .f-grp label { display: block; text-align: right; }
[dir="rtl"] input, [dir="rtl"] select, [dir="rtl"] textarea { text-align: right; direction: rtl; }
[dir="rtl"] .contact-card { text-align: right; }
[dir="rtl"] .pipe-step .pipe-inner { flex-direction: row-reverse; }
[dir="rtl"] .lever { text-align: right; }
[dir="rtl"] .lever-hd { flex-direction: row-reverse; }
[dir="rtl"] .footer-btm { flex-direction: row-reverse; }
[dir="rtl"] .cta-actions { flex-direction: row-reverse; }
[dir="rtl"] .wa-float { right: auto; left: 28px; }
[dir="rtl"] .toast { right: auto; left: 24px; }

@media (max-width: 640px) {
  :root { --nav-h: 72px; }
  .container { padding: 0 18px; }
  .section { padding: 64px 0; }
  .nav-logo { height: 34px; }
  .navbar.scrolled .nav-logo { height: 32px; }
  .ft-logo-img { height: 40px; }
  .team-card { padding: 30px 24px; }
  .team-top { flex-direction: column; align-items: flex-start; gap: 14px; }
  .slide h1 { font-size: 2.1rem; }
  .slide-actions .btn { width: 100%; justify-content: center; }
  .slider-arrow { display: none; }
  .hero-scroll { display: none; }
  .svc-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .region-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .lever-grid, .lever-grid-lg { grid-template-columns: 1fr; }
  .inco-grid { grid-template-columns: 1fr; }
  .rel-grid { grid-template-columns: 1fr; }
  .fg { grid-template-columns: 1fr; }
  .form-box { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-btm { flex-direction: column; text-align: center; }
  .quote-card { padding: 38px 26px 34px; }
  .spec-row { grid-template-columns: 1fr; gap: 4px; padding: 12px 20px; }
  .spec-hd { padding: 16px 20px; }
  .spec-note { padding: 16px 20px 0; }
  .media-frame img { height: 320px; }
  .float-chip { display: none; }
  .svc-stats { flex-wrap: wrap; gap: 22px; }
  .cta-actions .btn { width: 100%; justify-content: center; }
  .wa-float { width: 52px; height: 52px; font-size: 1.5rem; bottom: 20px; right: 20px; }
  .toast { right: 16px; left: 16px; bottom: 86px; }
  .page-hero { min-height: 420px; }
}
