@import url("page-fixes.css");
@import url("additional-pages.css");
@import url("nav-fixes.css");
/* Final shared MOSAN brand system — kept here so every host serves it. */
:root{--primary:214 75% 20%;--primary-light:214 62% 31%;--secondary:17 66% 49%;--secondary-light:17 76% 62%;--accent:214 55% 95%;--foreground:214 52% 16%;--muted:214 44% 97%;--muted-foreground:214 20% 38%;--border:214 30% 87%}
.site-header{background:#fff;border-bottom:1px solid hsl(var(--border))}.btn-primary,.btn-cta{background:hsl(var(--secondary))!important;color:#fff!important}.btn-primary:hover,.btn-cta:hover{background:hsl(var(--primary))!important}.team-hero,.leadership-hero,.content-hero{background:linear-gradient(135deg,#082d59 0%,#174d83 100%)!important}.eyebrow{color:hsl(var(--secondary))}.eyebrow-light{color:#f7b79e!important}.site-footer{background:#082d59!important}.footer-slogan{color:#f7b79e!important}.leadership-profiles{padding:72px 0 88px}.leadership-profile{grid-template-columns:360px minmax(0,1fr);gap:70px;max-width:980px;margin:0 auto 68px;padding-bottom:68px}.leadership-image{height:420px;border:1px solid hsl(var(--border));box-shadow:0 18px 45px -28px rgba(8,45,89,.55)}.leadership-image img{object-position:center 18%}.leadership-content{max-width:530px}.leadership-content h2{font-size:clamp(34px,3.8vw,50px)}.leadership-content>p:not(.eyebrow){font-size:15px;line-height:1.75}.leadership-image span{background:#c8603d}.partner-logo{background:#fff;border:1px solid hsl(var(--border));padding:25px}.partner-logo img{max-height:90px;object-fit:contain}@media(max-width:760px){.leadership-profile{grid-template-columns:1fr;gap:28px;margin-bottom:52px;padding-bottom:52px}.leadership-image{height:360px;max-width:420px}.leadership-profiles{padding:56px 0 68px}}
/* ========== Tokens ========== */
:root {
  --primary: 214 70% 27%;
  --primary-light: 214 62% 38%;
  --secondary: 17 72% 56%;
  --secondary-light: 17 85% 68%;
  --accent: 214 65% 94%;
  --background: 0 0% 100%;
  --foreground: 210 45% 20%;
  --muted: 201 36% 96%;
  --muted-foreground: 210 20% 40%;
  --border: 201 34% 88%;
  --card: 0 0% 100%;

  --gradient-brand: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--secondary)) 100%);
  --gradient-cta: linear-gradient(135deg, hsl(var(--secondary)) 0%, hsl(var(--secondary-light)) 100%);
  --gradient-soft: linear-gradient(180deg, hsl(210 25% 98%) 0%, hsl(0 0% 100%) 100%);

  --shadow-elegant: 0 20px 60px -20px hsl(var(--primary) / .25);
  --shadow-glow: 0 8px 40px -8px hsl(var(--secondary) / .4);
  --shadow-soft: 0 4px 24px -8px hsl(215 60% 20% / .12);

  --radius: 0.9rem;
  --font-display: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: hsl(var(--foreground));
  background: hsl(var(--background));
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.15; color: hsl(var(--primary)); }
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.header-inner { max-width: 1320px; }
section { padding: 96px 0; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--secondary));
  margin-bottom: 14px;
}
.eyebrow-light { color: hsl(152 70% 68%); }

.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); margin-bottom: 14px; }
.section-lead { color: hsl(var(--muted-foreground)); font-size: 1.05rem; }

/* ========== Buttons ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: hsl(var(--primary)); color: #fff; box-shadow: var(--shadow-soft); }
.btn-primary:hover { background: hsl(var(--primary-light)); }
.btn-cta { background: var(--gradient-cta); color: #fff; box-shadow: var(--shadow-glow); }
.btn-ghost { background: transparent; color: hsl(var(--primary)); }
.btn-ghost:hover { background: hsl(var(--muted)); }
.btn-outline { background: transparent; border-color: hsl(var(--border)); color: hsl(var(--primary)); }
.btn-outline:hover { border-color: hsl(var(--primary)); }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline-light:hover { background: rgba(255,255,255,.12); }
.btn-block { width: 100%; }

/* ========== Hero announcement badge ========== */

.hero-announcement {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 32px;
  padding: 11px 22px;
  background: hsla(0,0%,100%,.08);
  border: 1px solid hsla(0,0%,100%,.2);
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: .01em;
  color: hsla(0,0%,100%,.92);
}
.hero-announcement .pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: hsl(152 70% 60%);
  box-shadow: 0 0 0 rgba(52, 211, 153, .6);
  animation: pulseDot 2s infinite;
  flex-shrink: 0;
}
@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 hsla(152, 70%, 60%, .55); }
  70% { box-shadow: 0 0 0 8px hsla(152, 70%, 60%, 0); }
  100% { box-shadow: 0 0 0 0 hsla(152, 70%, 60%, 0); }
}
.hero-announcement a { color: hsl(152 70% 72%); text-decoration: underline; font-weight: 800; }

/* ========== Header ========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: hsla(0, 0%, 100%, 0.98);
  border-bottom: 1px solid hsl(var(--border));
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-logo { width: 38px; height: 38px; object-fit: contain; border-radius: 8px; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: hsl(var(--primary)); white-space: nowrap; }
.brand-name em { font-style: normal; color: hsl(var(--secondary)); }

.brand-name-stack { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name-top {
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem;
  color: hsl(var(--primary)); text-transform: none; letter-spacing: .01em;
  white-space: nowrap;
}
.brand-name-bottom {
  font-family: var(--font-display); font-weight: 700; font-size: 0.62rem;
  color: hsl(var(--secondary)); text-transform: none; letter-spacing: .04em;
  white-space: nowrap;
}
.main-nav { display: flex; gap: 22px; flex: 1; justify-content: center; }
.main-nav a { font-weight: 600; font-size: 0.87rem; color: hsl(var(--foreground)); position: relative; padding: 6px 0; white-space: nowrap; }
.main-nav a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: hsl(var(--secondary));
  transform: scaleX(0); transform-origin: left;
  transition: transform .2s ease;
}
.main-nav a:hover { color: hsl(var(--secondary)); }
.main-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.header-actions .btn { padding: 11px 18px; font-size: 0.88rem; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 10px; flex-shrink: 0; }
.nav-toggle span { width: 24px; height: 2px; background: hsl(var(--primary)); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ========== Hero ========== */
.hero {
  position: relative;
  padding: 160px 0 80px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.hero-inner { max-width: 780px; margin: 0 auto; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); color: #fff; margin-bottom: 20px; }
.hero-slogan {
  font-family: var(--font-display); font-weight: 800; font-style: italic;
  font-size: 1.1rem; color: hsl(152 70% 72%); margin-bottom: 14px;
}
.hero-lead { font-size: 1.15rem; color: hsla(0,0%,100%,.85); margin-bottom: 34px; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; }
.hero-scroll { display: inline-flex; gap: 6px; font-size: 0.9rem; color: hsla(0,0%,100%,.75); font-weight: 600; }
.hero-badges {
  max-width: 900px;
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: hsla(0,0%,100%,.15);
  border-radius: var(--radius);
  overflow: hidden;
}
.hero-badge { background: hsla(0,0%,100%,.06); padding: 22px 16px; text-align: center; }
.hero-badge-value { display: block; font-family: var(--font-display); font-size: 1.6rem; font-weight: 800; }
.hero-badge-label { display: block; font-size: 0.8rem; color: hsla(0,0%,100%,.7); text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; }
.hero-slogan-bottom { text-align: center; margin: 28px 0 0; font-size: 1.15rem; }

/* ========== About ========== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-elegant); }
.about-media img { border-radius: var(--radius); height: 460px; width: 100%; object-fit: cover; }
.about-media-card {
  position: absolute;
  bottom: 20px; left: 20px;
  background: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}
.about-media-card strong { color: hsl(var(--secondary)); font-family: var(--font-display); }
.about-media-card span { font-size: 0.82rem; color: hsl(var(--muted-foreground)); }
.about-content h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 18px; }
.about-content p { color: hsl(var(--muted-foreground)); margin-bottom: 14px; }
.check-list { margin: 22px 0; display: grid; gap: 10px; }
.check-list li { padding-left: 28px; position: relative; font-weight: 600; font-size: 0.95rem; }
.check-list li::before {
  content: "\2713";
  position: absolute; left: 0; top: 0;
  width: 20px; height: 20px;
  background: hsl(var(--accent));
  color: hsl(var(--secondary));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 800;
}
.about-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.about-panel { background: hsl(var(--muted)); padding: 20px; border-radius: 12px; }
.about-panel h3 { font-size: 1rem; margin-bottom: 8px; }
.about-panel p { font-size: 0.88rem; margin: 0; }

.values-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 64px; }
.value-item { padding: 28px; border: 1px solid hsl(var(--border)); border-radius: var(--radius); }
.value-item h4 { font-size: 1.05rem; margin-bottom: 10px; }
.value-item p { color: hsl(var(--muted-foreground)); font-size: 0.92rem; }

/* ========== Services ========== */
.services { background: hsl(var(--muted)); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-elegant); }
.service-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: hsl(var(--accent));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 16px;
}
.service-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.service-card p { color: hsl(var(--muted-foreground)); font-size: 0.9rem; margin-bottom: 14px; }
.card-link { font-weight: 700; font-size: 0.85rem; color: hsl(var(--secondary)); }

/* ========== Why ========== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { text-align: center; padding: 32px 20px; }
.why-icon {
  width: 64px; height: 64px; margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--gradient-brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem;
  box-shadow: var(--shadow-glow);
}
.why-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.why-card p { color: hsl(var(--muted-foreground)); font-size: 0.9rem; }

/* ========== Markets ========== */
.market-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}
.market-map {
  background: linear-gradient(180deg, hsl(210 30% 97%) 0%, hsl(0 0% 100%) 100%);
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow-soft);
}
.market-map svg { width: 100%; height: auto; display: block; }

.map-countries [id="ke"], .map-countries [id="ug"], .map-countries [id="tz"],
.map-countries [id="cd"], .map-countries [id="ss"], .map-countries [id="et"],
.map-countries [id="so"], .map-countries [id="sd"], .map-countries [id="cf"],
.map-countries [id="cg"], .map-countries [id="rw"], .map-countries [id="bi"],
.map-countries [id="zm"], .map-countries [id="mw"], .map-countries [id="mz"],
.map-countries [id="ao"], .map-countries [id="er"], .map-countries [id="dj"],
.map-countries [id="zw"] {
  fill: hsl(215 20% 90%);
  stroke: #fff;
  stroke-width: 1.1;
  transition: fill .25s ease;
}
.map-countries [id="ke"],
.map-countries [id="ug"],
.map-countries [id="tz"],
.map-countries [id="cd"],
.map-countries [id="ss"] {
  fill: hsl(var(--secondary) / .35);
  cursor: pointer;
}
.map-countries [id="ke"]:hover,
.map-countries [id="ug"]:hover,
.map-countries [id="tz"]:hover,
.map-countries [id="cd"]:hover,
.map-countries [id="ss"]:hover,
.map-countries [id].is-hovered {
  fill: hsl(var(--secondary) / .65);
}
.map-countries [id="ke"].is-selected,
.map-countries [id="ug"].is-selected,
.map-countries [id="tz"].is-selected,
.map-countries [id="cd"].is-selected,
.map-countries [id="ss"].is-selected {
  fill: hsl(var(--secondary));
}

.map-marker circle {
  fill: hsl(var(--primary));
  stroke: #fff;
  stroke-width: 1.6;
  transition: r .2s ease, fill .2s ease;
}
.map-marker.is-selected circle,
.map-marker:hover circle {
  fill: hsl(var(--secondary));
  r: 5.5;
}
.map-marker text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 9px;
  fill: hsl(var(--primary));
  paint-order: stroke;
  stroke: #fff;
  stroke-width: 3px;
  stroke-linejoin: round;
  pointer-events: none;
}

.market-list { display: grid; gap: 10px; }
.market-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  background: transparent;
  border: 1px solid hsl(var(--border));
  border-radius: 12px;
  padding: 16px 18px;
  cursor: pointer;
  font-family: var(--font-body);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.market-item:hover { border-color: hsl(var(--secondary)); transform: translateX(2px); }
.market-item.is-active { border-color: hsl(var(--secondary)); background: hsl(var(--accent)); }
.market-dot {
  flex-shrink: 0;
  width: 12px; height: 12px;
  margin-top: 4px;
  border-radius: 50%;
  background: hsl(var(--primary));
  transition: background .2s ease;
}
.market-item.is-active .market-dot { background: hsl(var(--secondary)); }
.market-item-text { display: flex; flex-direction: column; gap: 4px; }
.market-item-text strong { font-family: var(--font-display); font-size: 1rem; color: hsl(var(--primary)); }
.market-item-text span { font-size: 0.88rem; color: hsl(var(--muted-foreground)); }

/* ========== Stats ========== */
.stats { background: var(--gradient-brand); color: #fff; padding: 72px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; text-align: center; }
.stat-value { display: block; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; }
.stat-label { display: block; margin-top: 6px; font-size: 0.82rem; text-transform: uppercase; letter-spacing: .06em; color: hsla(0,0%,100%,.75); }

/* ========== Products ========== */
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.product-card {
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  padding: 36px;
  background: hsl(var(--card));
}
.product-tag { color: hsl(var(--secondary)); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.product-card h3 { font-size: 1.35rem; margin-bottom: 14px; }
.product-card > p { color: hsl(var(--muted-foreground)); margin-bottom: 18px; }
.dot-list { display: grid; gap: 8px; margin-bottom: 24px; }
.dot-list li { padding-left: 20px; position: relative; font-size: 0.92rem; }
.dot-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: hsl(var(--secondary)); }
.product-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ========== Partners & Compliance ========== */
.partners { padding: 64px 0; border-top: 1px solid hsl(var(--border)); border-bottom: 1px solid hsl(var(--border)); }
.partners-block { text-align: center; }
.partners-block + .partners-block { margin-top: 48px; }
.partners-label {
  font-family: var(--font-display); font-weight: 700; font-size: 0.78rem;
  letter-spacing: .12em; text-transform: uppercase; color: hsl(var(--muted-foreground));
  margin-bottom: 24px;
}
.partners-row {
  display: flex; flex-wrap: nowrap; align-items: center; justify-content: center;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}
.partner-logo {
  display: flex; align-items: center; justify-content: center;
  height: 52px; width: 120px;
  flex-shrink: 0;
  padding: 8px 14px;
  border: 1px solid hsl(var(--border));
  border-radius: 10px;
  background: #fff;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.partner-logo:hover { border-color: hsl(var(--secondary)); box-shadow: var(--shadow-soft); }
.partner-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* ========== Testimonials ========== */
.testimonials { background: hsl(var(--muted)); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.testimonial-card p { font-size: 0.95rem; color: hsl(var(--foreground)); margin-bottom: 20px; }
.testimonial-card footer { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--gradient-brand); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.85rem; font-family: var(--font-display);
  flex-shrink: 0;
}
.testimonial-card cite { display: block; font-style: normal; font-weight: 700; font-size: 0.88rem; }
.testimonial-card footer span { font-size: 0.78rem; color: hsl(var(--muted-foreground)); }

/* ========== Insights ========== */
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.insight-card {
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  padding: 28px;
  transition: box-shadow .25s ease, transform .25s ease;
}
.insight-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.insight-tag { display: inline-block; background: hsl(var(--accent)); color: hsl(var(--secondary)); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 4px 10px; border-radius: 999px; margin-bottom: 14px; }
.insight-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.insight-card p { color: hsl(var(--muted-foreground)); font-size: 0.88rem; margin-bottom: 18px; }
.insight-meta { display: flex; gap: 14px; font-size: 0.78rem; color: hsl(var(--muted-foreground)); border-top: 1px solid hsl(var(--border)); padding-top: 14px; }

.section-head-compact { margin-bottom: 34px; }
.trust-strip { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid hsl(var(--border)); background:#fff; }
.trust-mark { min-height:120px; padding:24px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; border-right:1px solid hsl(var(--border)); }
.trust-mark:last-child { border-right:0; }
.trust-mark strong { color:hsl(var(--primary)); font-family:var(--font-display); font-size:1.35rem; letter-spacing:.04em; }
.trust-mark span { margin-top:7px; color:hsl(var(--muted-foreground)); font-size:.78rem; }
.insights { background:hsl(var(--background)); }

/* ========== Contact ========== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; }
.contact-list { margin-top: 28px; display: grid; gap: 18px; }
.contact-list li { display: flex; flex-direction: column; gap: 2px; padding-bottom: 16px; border-bottom: 1px solid hsl(var(--border)); }
.contact-list strong { font-family: var(--font-display); font-size: 0.95rem; }
.contact-list span { color: hsl(var(--muted-foreground)); font-size: 0.9rem; }
.contact-list a { color: hsl(var(--secondary)); font-weight: 600; }

.quote-form {
  background: hsl(var(--muted));
  border-radius: var(--radius);
  padding: 36px;
}
.quote-form h3 { font-size: 1.3rem; margin-bottom: 8px; }
.quote-form > p { color: hsl(var(--muted-foreground)); font-size: 0.9rem; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 16px; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; margin-top: 6px;
  padding: 12px 14px;
  border: 1px solid hsl(var(--border));
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  background: #fff;
  color: hsl(var(--foreground));
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  outline: none; border-color: hsl(var(--secondary));
  box-shadow: 0 0 0 3px hsl(var(--secondary) / .15);
}
.form-note { font-size: 0.85rem; margin-top: 10px; color: hsl(var(--secondary)); font-weight: 600; min-height: 1.2em; }

/* ========== Team page ========== */
.main-nav a.is-current { color: hsl(var(--secondary)); }
.main-nav a.is-current::after { transform: scaleX(1); }

.team-hero {
  padding: 160px 0 90px;
  text-align: center;
  color: #fff;
  background: var(--gradient-brand);
}
.team-hero-inner { max-width: 720px; margin: 0 auto; }
.team-hero h1 { font-size: clamp(2.1rem, 4.5vw, 3.2rem); color: #fff; margin-bottom: 18px; }

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
}
.team-card {
  background: #fff;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-soft);
}
.team-card-head { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.team-photo-sm {
  flex-shrink: 0; width: 96px; height: 96px;
  border-radius: 16px; overflow: hidden;
  background: hsl(var(--muted));
}
.team-photo-sm img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.team-head-text h3 { font-size: 1.25rem; margin-bottom: 4px; }
.team-role { color: hsl(var(--secondary)); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: .03em; }
.team-bio { color: hsl(var(--muted-foreground)); margin-bottom: 0; }

.team-culture { background: hsl(var(--muted)); }
.team-culture-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: start; }
.team-culture-content p { color: hsl(var(--muted-foreground)); margin-bottom: 16px; }
.team-culture-panel {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-soft);
}
.team-culture-panel h3 { font-size: 1.15rem; margin-bottom: 12px; }
.team-culture-panel p { color: hsl(var(--muted-foreground)); font-size: 0.92rem; margin-bottom: 22px; }

@media (max-width: 480px) {
  .team-card-head { gap: 14px; }
  .team-photo-sm { width: 76px; height: 76px; border-radius: 14px; }
  .team-head-text h3 { font-size: 1.1rem; }
}
@media (max-width: 760px) {
  .team-culture-grid { grid-template-columns: 1fr; }
  .team-hero { padding-top: 130px; }
}

/* ========== Footer ========== */
.site-footer { background: hsl(var(--primary)); color: hsla(0,0%,100%,.85); padding: 48px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .9fr .9fr 1.1fr; gap: 26px; padding-bottom: 30px; }
.footer-grid p { font-size: 0.82rem; line-height:1.55; margin-top: 10px; color: hsla(0,0%,100%,.6); }
.footer-slogan {
  font-family: var(--font-display); font-weight: 800; font-style: italic;
  font-size: 1rem; color: hsl(var(--secondary)) !important; margin-top: 16px !important;
}
.brand-footer .brand-name { color: #fff; }
.footer-col h4 { color: #fff; font-size: 0.82rem; margin-bottom: 8px; }
.footer-col { display: flex; flex-direction: column; gap: 6px; font-size: 0.8rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid hsla(0,0%,100%,.12);
  padding: 14px 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 0.8rem; color: hsla(0,0%,100%,.55);
}

/* ========== Responsive ========== */
@media (max-width: 980px) {
  .about-grid, .contact-grid, .product-grid, .market-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .testimonial-grid, .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .values-strip { grid-template-columns: 1fr; }
}
@media (max-width: 1250px) {
  .main-nav { display: none; }
  .header-actions { display: none; }
  .nav-toggle { display: flex; }
}

@media (max-width: 760px) {
  .service-grid, .why-grid, .testimonial-grid, .insight-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-badges { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { padding: 34px 0 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > .footer-col:nth-child(3) { display: none; }
  .footer-col { gap: 5px; font-size: 0.76rem; }
  .footer-col h4 { margin-bottom: 5px; }
  .footer-bottom { padding: 13px 24px; font-size: 0.72rem; }
  .leadership-hero h1 { font-size: 2.7rem; line-height: 1.08; }
  .leadership-image { height: 320px !important; max-width: 100%; }
  section { padding: 64px 0; }
  .hero { padding-top: 130px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .partner-logo { width: 92px; height: 44px; padding: 6px 10px; flex-shrink: 0; }
  .partners-row { gap: 10px; justify-content: flex-start; }
  .partners-block + .partners-block { margin-top: 32px; }
  .trust-strip { grid-template-columns:repeat(2,1fr); }
  .trust-mark { min-height:104px; border-bottom:1px solid hsl(var(--border)); }
  .trust-mark:nth-child(2) { border-right:0; }
  .trust-mark:nth-child(n+3) { border-bottom:0; }
  .hero-announcement { font-size: 0.74rem; padding: 9px 16px; margin-top: 24px; text-align: left; }
}

/* Mobile nav panel */
.main-nav.open {
  display: flex;
  position: fixed;
  top: var(--header-h, 78px);
  left: 0; right: 0; bottom: 0;
  background: #fff;
  flex-direction: column;
  padding: 12px 24px 32px;
  gap: 0;
  overflow-y: auto;
  z-index: 99;
  animation: navIn .22s ease;
}
@keyframes navIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.main-nav.open a {
  padding: 18px 4px;
  font-size: 1.05rem;
  border-bottom: 1px solid hsl(var(--border));
  width: 100%;
}
.main-nav.open a::after { display: none; }
.mobile-cta {
  display: none;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.main-nav.open .mobile-cta { display: flex; }
.main-nav.open .mobile-cta .btn { width: 100%; padding: 16px 26px; }
.main-nav.open .mobile-cta .btn-primary { color: #fff; }
.main-nav.open .mobile-cta .btn-outline { color: hsl(var(--primary)); }

body.nav-open { overflow: hidden; }

/* MOSAN leadership treatment */
.leadership-source-page{background:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-body)}
.leadership-hero{background:linear-gradient(135deg,hsl(214 70% 22%),hsl(214 62% 34%));color:#fff;padding:96px 0 85px}
.leadership-hero h1{font:800 clamp(40px,5.5vw,74px)/1.08 var(--font-display);letter-spacing:-.045em;max-width:780px;color:#fff}
.leadership-hero p:last-child{max-width:620px;margin-top:23px;color:#eef6fb;font-size:18px;line-height:1.72}
.leadership-hero .eyebrow{color:#ffc1a9}
.leadership-profiles{padding:88px 0 105px}
.leadership-profile{display:grid;grid-template-columns:minmax(290px,.85fr) 1.1fr;gap:7vw;align-items:center;padding:0 0 88px;margin-bottom:84px;border-bottom:1px solid hsl(var(--border))}
.leadership-profile:last-child{border:0;margin:0;padding:0}
.leadership-image{height:520px;position:relative;background:hsl(var(--accent));overflow:hidden}
.leadership-image img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.leadership-image span{position:absolute;top:18px;left:18px;background:hsl(var(--secondary));color:#fff;font-weight:800;font-size:12px;padding:9px 11px}
.leadership-content{max-width:570px}
.leadership-content h2{font-size:clamp(36px,4vw,55px);line-height:1.08;letter-spacing:-.035em;color:hsl(var(--primary));margin:8px 0 19px}
.leadership-content>p:not(.eyebrow){font-size:17px;line-height:1.75;color:#365368;margin-bottom:27px}
.leadership-content h3{font-size:16px;color:hsl(var(--primary));margin:0 0 12px}
.leadership-content .check-list{margin-bottom:29px;color:#29475d;font-size:15px;line-height:1.65}
.leadership-content .btn{display:inline-flex}
@media(max-width:760px){.leadership-hero{padding:70px 0}.leadership-profile{grid-template-columns:1fr;gap:32px;padding-bottom:60px;margin-bottom:60px}.leadership-image{height:430px}.leadership-profiles{padding:65px 0}.leadership-content h2{font-size:43px}.leadership-content>p:not(.eyebrow){font-size:16px}}
.mosan-team{padding:6rem 0;background:hsl(var(--muted))}.mosan-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:2.75rem}.mosan-team-grid article{background:#fff;border:1px solid hsl(var(--border));padding:1rem 1rem 1.55rem}.mosan-team-grid img{width:100%;height:27rem;object-fit:cover;object-position:top;display:block}.mosan-team-grid p{margin:1.15rem 0 .35rem;color:hsl(var(--secondary));font-size:.74rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.mosan-team-grid h3{margin:0;color:hsl(var(--primary));font-size:1.45rem}@media(max-width:680px){.mosan-team{padding:4rem 0}.mosan-team-grid{grid-template-columns:1fr}.mosan-team-grid img{height:22rem}}

/* Dedicated leadership page */
.team-page{background:#f8fcff;color:#1d3b52;font-family:'Manrope',sans-serif}.team-header{min-height:88px;padding:12px 6vw;display:flex;align-items:center;gap:35px;background:#fff;border-bottom:1px solid #d8e9f2}.team-brand{display:block;width:130px;height:61px;overflow:hidden}.team-brand img{width:130px;height:120px;object-fit:cover;object-position:center;transform:translateY(-29px)}.team-header nav{display:flex;gap:27px;margin-left:auto}.team-header nav a{font-size:12px;font-weight:700;color:#36546a}.team-header nav a.active{color:#d16b42}.team-cta{background:#fbceb1;padding:13px 17px;color:#28485f;font-size:11px;font-weight:800}.team-cta b{font-size:18px;margin-left:11px}.team-hero{background:#91d0ee;padding:112px 10vw 86px;display:grid;grid-template-columns:1fr 310px;gap:70px;align-items:end;position:relative;overflow:hidden}.team-hero:after{content:'✦';position:absolute;right:7vw;top:-88px;font:310px Georgia;color:#fff3;line-height:1}.team-hero>*{position:relative;z-index:1}.team-hero .eyebrow{color:#315c76}.team-hero h1,.leader-copy h2{font-family:'Playfair Display',Georgia,serif;font-weight:600;letter-spacing:-.055em;line-height:.94;margin:0}.team-hero h1{font-size:clamp(54px,7vw,102px);color:#183d59}.team-hero h1 em{color:#b85734}.team-hero>p{font-size:14px;line-height:1.8;margin:0;color:#315c76}.leaders-wrap{max-width:1180px;margin:auto;padding:110px 5vw 135px}.leaders-wrap>.eyebrow{color:#ca6540}.leader-profile{display:grid;grid-template-columns:minmax(280px,.9fr) 1.1fr;gap:8vw;align-items:center;padding:44px 0 110px}.leader-profile+.leader-profile{padding-top:105px;border-top:1px solid #cfe1eb}.leader-photo{height:560px;position:relative;background:#dceef7;overflow:hidden}.leader-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.9)}.leader-photo span{position:absolute;left:18px;top:18px;background:#fbceb1;color:#21445d;padding:9px 10px;font:11px 'Manrope',sans-serif;font-weight:800}.leader-copy{max-width:480px}.leader-role{margin:0 0 15px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#ca6540}.leader-copy h2{font-size:clamp(48px,5.2vw,74px);color:#183d59}.leader-intro{font-size:16px;line-height:1.8;margin:26px 0;color:#46677e}.leader-responsibilities{border-top:1px solid #bdd8e7;padding-top:20px}.leader-responsibilities h3{margin:0 0 12px;font-size:12px;text-transform:uppercase;letter-spacing:.11em;color:#315c76}.leader-responsibilities ul{padding:0;margin:0;list-style:none}.leader-responsibilities li{font-size:13px;line-height:1.6;padding:7px 0;border-bottom:1px solid #e1edf3}.leader-responsibilities li:before{content:'✦';color:#ca6540;margin-right:10px}.leader-link{display:inline-block;margin-top:28px;padding-bottom:8px;border-bottom:1px solid #183d59;font-size:12px;font-weight:800}.leader-link b{margin-left:13px;font-size:17px}.team-close{background:#fbceb1;padding:75px 10vw;display:flex;align-items:center;justify-content:space-between;gap:40px}.team-close p{font:600 clamp(25px,3vw,42px)/1.2 'Playfair Display',Georgia,serif;max-width:690px;color:#294960;margin:0}.team-close a{background:#244862;color:#fff;padding:15px 18px;font-size:11px;font-weight:800;white-space:nowrap}.team-close b{font-size:18px;margin-left:13px}.team-footer{background:#244862;padding:35px 6vw;color:#d8eefa;display:flex;align-items:center;gap:30px;font-size:11px}.team-footer img{width:100px;height:48px;object-fit:cover;object-position:center;transform:translateY(-24px);margin-bottom:-48px;background:#fff}.team-footer p{font:italic 17px 'Playfair Display',Georgia,serif;margin:0}.team-footer span{margin-left:auto}@media(max-width:720px){.team-header{padding:11px 7vw}.team-header nav{display:none}.team-cta{margin-left:auto}.team-hero{padding:75px 8vw 65px;grid-template-columns:1fr}.team-hero>p{max-width:330px}.leaders-wrap{padding:75px 8vw}.leader-profile,.leader-profile-reverse{grid-template-columns:1fr;gap:35px;padding:20px 0 70px}.leader-profile+.leader-profile{padding-top:70px}.leader-photo{height:440px}.leader-copy h2{font-size:57px}.team-close{padding:58px 8vw;display:block}.team-close a{display:inline-block;margin-top:27px}.team-footer{padding:28px 8vw;display:block}.team-footer p{margin:13px 0}.team-footer span{display:block}}

/* Final mobile layout overrides — intentionally late in the cascade. */
.leadership-source-page .leadership-profile {
  grid-template-columns: 330px minmax(0, 1fr) !important;
  gap: 64px !important;
  max-width: 920px !important;
}
.leadership-source-page .leadership-image {
  height: 390px !important;
  max-width: 330px;
}
@media (max-width: 760px) {
  .site-footer { padding: 32px 0 0 !important; }
  .site-footer .footer-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important; gap: 20px 18px !important; padding-bottom: 24px !important; }
  .site-footer .footer-grid > div:first-child { grid-column: 1 / -1; }
  .site-footer .footer-grid > .footer-col:nth-child(3) { display: flex !important; }
  .site-footer .footer-grid > .footer-col:nth-child(4) {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }
  .site-footer .footer-grid > .footer-col:nth-child(4) h4 { grid-column: 1 / -1; }
  .site-footer .footer-col { gap: 4px !important; font-size: .76rem !important; }
  .site-footer .footer-col h4 { margin: 0 0 6px !important; }
  .site-footer .footer-bottom { padding: 13px 24px !important; font-size: .7rem !important; }
  .leadership-source-page .leadership-profile { grid-template-columns: 1fr !important; gap: 26px !important; }
  .leadership-source-page .leadership-image { height: 300px !important; max-width: 100%; }
  .leadership-source-page .leadership-hero h1 { font-size: 2.7rem !important; line-height: 1.08 !important; }
}

/* Capesun-style compact leadership cards. */
.leadership-source-page .leadership-profiles { padding: 72px 0 88px; }
.leadership-source-page .leadership-profile {
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start;
  max-width: 900px !important;
  margin: 0 auto 28px !important;
  padding: 24px !important;
  background: #fff;
  border: 1px solid hsl(var(--border)) !important;
  border-radius: 12px;
  box-shadow: 0 10px 28px -24px rgba(8, 45, 89, .45);
}
.leadership-source-page .leadership-profile:last-child { border: 1px solid hsl(var(--border)) !important; padding: 24px !important; }
.leadership-source-page .leadership-image { width: 96px !important; height: 96px !important; max-width: none !important; border: 0; border-radius: 16px; box-shadow: none; }
.leadership-source-page .leadership-image span { display: none; }
.leadership-source-page .leadership-content { max-width: none; }
.leadership-source-page .leadership-content .eyebrow { margin: 3px 0 4px; font-size: .78rem; }
.leadership-source-page .leadership-content h2 { margin: 0 0 8px; font-size: 1.25rem; letter-spacing: -.02em; }
.leadership-source-page .leadership-content > p:not(.eyebrow) { margin: 0; font-size: .94rem; line-height: 1.65; }
.leadership-source-page .leadership-content h3,
.leadership-source-page .leadership-content .check-list,
.leadership-source-page .leadership-content .btn { display: none; }
@media (max-width: 760px) {
  .leadership-source-page .leadership-profile { grid-template-columns: 76px minmax(0, 1fr) !important; gap: 14px !important; padding: 20px !important; }
  .leadership-source-page .leadership-image { width: 76px !important; height: 76px !important; border-radius: 14px; }
  .leadership-source-page .leadership-content h2 { font-size: 1.1rem !important; }
  .leadership-source-page .leadership-content .eyebrow { font-size: .67rem; line-height: 1.35; }
  .leadership-source-page .leadership-content > p:not(.eyebrow) { font-size: .86rem; line-height: 1.55; }
}

/* Dark-blue MOSAN refinement + Markets page */
#market-archive{display:none}.team-page,.markets-page{background:#f7fbfe}.team-header{border-color:#d7e1e9}.team-header nav a{color:#244762}.team-header nav a.active,.leader-role,.leaders-wrap>.eyebrow{color:#c55a3d}.team-cta,.leader-photo span,.team-close{background:#dc7151;color:#fff}.team-hero{background:#173f68}.team-hero .eyebrow,.team-hero>p{color:#dceefa}.team-hero h1{color:#fff}.team-hero h1 em{color:#f1a88d}.team-close p{color:#1d3b55}.market-hero{background:#173f68;color:#fff;padding:112px 10vw 86px;display:grid;grid-template-columns:1fr 310px;gap:70px;align-items:end}.market-hero .eyebrow{color:#f1a88d}.market-hero h1,.market-intro h2,.market-location h2{margin:0;font:600 clamp(54px,7vw,102px)/.94 'Playfair Display',Georgia,serif;letter-spacing:-.055em}.market-hero h1 em,.market-intro h2 em,.market-location h2 em{color:#dc7151}.market-hero>p{margin:0;color:#dbeaf5;font-size:14px;line-height:1.8}.market-intro{max-width:1160px;margin:auto;padding:115px 5vw 64px;display:grid;grid-template-columns:1fr 340px;gap:75px;align-items:end}.market-intro .eyebrow{grid-column:1/-1;color:#c55a3d}.market-intro h2{font-size:clamp(43px,5vw,75px);color:#1a405f}.market-intro>p:last-child{margin:0;color:#526f83;line-height:1.8;font-size:15px}.market-cards{max-width:1160px;margin:auto;padding:0 5vw 120px;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#c9dbe6}.market-cards article{background:#f7fbfe;padding:33px;min-height:260px;position:relative}.market-cards span{font:11px 'Manrope',sans-serif;font-weight:800;color:#c55a3d}.market-cards h3{margin:46px 0 10px;font:600 29px 'Playfair Display',Georgia,serif;color:#1a405f}.market-cards p{margin:0;max-width:310px;font-size:13px;line-height:1.75;color:#597488}.market-cards b{position:absolute;bottom:23px;right:29px;color:#c55a3d;font-size:23px}.market-location{background:#dc7151;color:#fff;padding:85px 10vw;display:grid;grid-template-columns:1fr 330px;gap:70px;align-items:end}.market-location .eyebrow{color:#fff0eb}.market-location h2{font-size:clamp(50px,5vw,78px)}.market-location h2 em{color:#173f68}.market-location>div:last-child p{line-height:1.8;margin:0 0 25px;font-size:14px}.market-location a{font-weight:800;font-size:12px;border-bottom:1px solid #fff;padding-bottom:8px}.market-location a b{font-size:17px;margin-left:12px}@media(max-width:720px){.market-hero,.market-intro,.market-location{grid-template-columns:1fr;padding:74px 8vw;gap:28px}.market-intro .eyebrow{grid-column:auto}.market-cards{grid-template-columns:1fr;padding:0 8vw 75px}.market-hero h1,.market-intro h2{font-size:53px}}
