:root {
  --blue: #003264;
  --navy: #001a33;
  --primary-light: #143d72;
  --ink: #001a33;
  --muted: #546e7a;
  --gold: #fab414;
  --lime: #78c800;
  --sky: #4fc3f7;
  --line: #d9e2ea;
  --pale: #f4f7fa;
}

a:focus-visible,
button:focus-visible {
  outline-color: var(--gold);
}

.header {
  background: #fff;
  border-top: 4px solid var(--gold);
  border-bottom-color: #e4eaf0;
  box-shadow: 0 8px 30px #001a3308;
}

.header-inner { height: 94px; }
.header nav > a:not(.button):hover { color: var(--blue); }

.button {
  border-radius: 999px;
  box-shadow: 0 10px 24px #00326418;
  transition: background .2s, transform .2s, box-shadow .2s;
}

.button:hover {
  background: #014181;
  box-shadow: 0 14px 30px #00326428;
}

.button span[aria-hidden] { color: var(--gold); }

.hero {
  position: relative;
  background:
    linear-gradient(105deg, rgba(0, 50, 100, .94) 0%, rgba(0, 42, 82, .88) 48%, rgba(0, 26, 51, .93) 100%),
    url('assets/hero-bg.jpg') center 42% / cover no-repeat;
  color: #fff;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(79, 195, 247, .2), transparent 28%),
    linear-gradient(90deg, rgba(0, 26, 51, .16), transparent 46%);
  pointer-events: none;
}

.hero-grid,
.hero-foot { position: relative; }
.hero h1 span { color: var(--gold); }
.hero .eyebrow { color: #fff; }
.hero .eyebrow::before { background: var(--gold); }
.hero .lead { color: #fff; }
.hero-detail { color: #d7e4ed; }
.hero .text-link { color: #fff; }
.hero .text-link span { color: var(--gold); }
.hero-foot { border-top-color: #ffffff33; }
.hero-foot > span { color: #c9d7e1; }
.hero-foot p { color: #fff; }
.hero-foot > a { color: var(--gold); }

.erp-compatibility { margin-top: 25px; }

.erp-compatibility-title {
  display: block;
  margin-bottom: 10px;
  color: #c9d7e1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.erp-logo-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.erp-logo-list li {
  min-width: 0;
  min-height: 72px;
  padding: 11px 7px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #ffffff38;
  border-radius: 9px;
  background: #ffffffea;
  box-shadow: 0 10px 24px #001a3320;
}

.erp-logo-list img {
  width: 58px;
  height: 23px;
  object-fit: contain;
}

.erp-logo-list li:nth-child(4) img { width: 70px; }
.erp-logo-list li:nth-child(3) img { width: 72px; }

.erp-logo-list li span {
  color: var(--navy);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
}

.local-erp-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 23px;
  border-radius: 4px;
  color: #fff;
  background: var(--blue);
  font-size: 10px;
  letter-spacing: .8px;
}

.hero-copy .actions { margin-top: 26px; }

.ecosystem {
  position: relative;
  border-color: #cbd8e3;
  box-shadow: 0 24px 70px #001a331a;
}

.ecosystem::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 25px;
  left: 25px;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, var(--gold), var(--lime));
}

.product-monogram.green {
  background: #eef8d9;
  color: #416d00;
}

.erp-core {
  background: linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: 0 14px 30px #001a3324;
}

.core-icon { color: var(--gold); }
.hero-foot b { color: var(--gold); font-weight: 700; }

.product-card {
  border-radius: 14px;
  box-shadow: 0 16px 42px #001a3308;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: #bfcfdd;
  box-shadow: 0 24px 54px #001a3314;
}

.suppliers { background: linear-gradient(135deg, #fff5d8, #f4f8e8); }
.logistics { background: linear-gradient(135deg, #e5f5fc, #e8eef8); }
.product-body li::before { color: var(--lime); }
.product-link:hover { color: #014181; }
.integration { background: linear-gradient(180deg, var(--pale), #eef3f7); }
.main-erp { border-top-color: var(--gold); }

.contact {
  background:
    radial-gradient(circle at 80% 0, #143d72 0, transparent 40%),
    linear-gradient(135deg, var(--blue), var(--navy));
}

.contact .eyebrow { color: var(--gold); }

.button.lime {
  color: var(--navy);
  background: var(--gold);
  box-shadow: none;
}

.button.lime span[aria-hidden] { color: var(--navy); }
.button.lime:hover { background: #ffc947; }
.contact-detail:hover span { color: var(--gold); }

footer {
  color: #fff;
  background: var(--navy);
}

footer .brand img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.footer-top > div > p,
.footer-top > div > a:not(.brand) { color: #b9c7d2; }
.footer-top > div > a:hover { color: var(--gold); }

.footer-bottom {
  color: #9fb0bd;
  border-top-color: #ffffff24;
}

@media (max-width: 760px) {
  .header-inner { height: 76px; }
  .header nav { top: 79px; }
  .hero { background-position: 58% center; }
  .erp-logo-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .erp-logo-list li:last-child { grid-column: 1 / -1; width: calc(50% - 4px); justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  .product-card:hover { transform: none; }
}

/* Refined hierarchy, legible ecosystem and compact ERP strip. */
.hero-grid { grid-template-columns: 1.15fr 1fr; gap: 64px; padding: 72px 0 60px; }
.hero h1 { font-size: clamp(2.6rem, 4.15vw, 3.65rem); line-height: 1.13; letter-spacing: -1.8px; }
.hero .eyebrow { font-size: 12px; margin-bottom: 24px; }
.hero .lead { max-width: 520px; font-size: 21px; }
.hero-detail { max-width: 490px; }
.hero-copy .actions { margin-top: 32px; gap: 24px; }
.button.hero-demo { background: var(--gold); color: var(--navy); box-shadow: 0 8px 24px #0002; }
.button.hero-demo span[aria-hidden] { color: inherit; }
.button.hero-demo:hover { background: #ffca4d; }
.ecosystem { color: var(--ink); transform: none; padding: 28px; border-radius: 22px; box-shadow: 0 28px 65px #00101f55; }
.diagram-top { font-size: 12px; letter-spacing: .8px; gap: 12px; }
.diagram-label { white-space: nowrap; }
.diagram-products > a { padding: 20px 16px; background: #f5f8fc; }
.diagram-products > a:hover { background: #edf3fa; }
.diagram-products strong { font-size: 15px; }
.diagram-products small { font-size: 13px; }
.erp-core { padding: 24px; }
.erp-core small { font-size: 12px; letter-spacing: .7px; }
.other-erps { font-size: 12px; line-height: 1.7; }
.diagram-bottom span { font-size: 13px; }
.compatibility-strip { padding: 24px 0; border-top: 1px solid #ffffff26; }
.erp-compatibility { margin: 0; display: flex; gap: 28px; align-items: center; }
.erp-compatibility-title { flex: 0 0 130px; margin: 0; font-size: 12px; letter-spacing: 1.2px; }
.erp-logo-list { flex: 1; gap: 12px; }
.erp-logo-list li { min-height: 78px; padding: 12px; background: #f4f7fb; border: 0; box-shadow: none; border-radius: 8px; }
.erp-logo-list li span { font-size: 12px; line-height: 1.3; font-weight: 600; }
.erp-logo-list img { height: 24px; }
.hero-foot { padding: 16px 0; }
.hero-foot > span { font-size: 12px; }
.hero-foot p { font-size: 14px; }
.section { padding: 88px 0; }
.eyebrow, .product-category, .visual-heading, .main-erp > span, .principles article > span { font-size: 12px; }
.product-card { border-radius: 20px; }
.product-visual { position: relative; padding: 30px 34px; min-height: 235px; }
.flow-title { font-size: 34px; }
.process-flow { flex-wrap: wrap; gap: 8px; }
.process-flow span { font-size: 13px; padding: 8px 12px; }
.product-body { padding: 34px; }
.product-body li::before { color: #487700; }
.integration-panel { border-radius: 18px; box-shadow: 0 16px 40px #0032640a; }
.principles { gap: 24px; }
.principles article { background: var(--pale); border: 1px solid var(--line); border-radius: 14px; padding: 28px; }
.contact-detail small { font-size: 12px; letter-spacing: 1px; }
.footer-bottom { font-size: 12px; }
@media (max-width: 1050px) {
  .hero-grid { gap: 30px; grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 42px; }
  .ecosystem { padding: 20px; }
  .diagram-products > a { padding: 16px 12px; }
  .erp-compatibility { gap: 16px; }
  .erp-compatibility-title { flex-basis: 100px; }
  .erp-logo-list { gap: 8px; }
  .erp-logo-list li { padding: 10px 6px; }
}
@media (max-width: 760px) {
  .header nav { top: 100%; }
  .header nav > a { padding: 10px 4px; }
  .header nav > .button { padding: 14px 20px; }
  .menu-toggle { min-height: 44px; }
  .hero-grid { grid-template-columns: 1fr; padding: 44px 0 36px; gap: 36px; }
  .hero h1 { font-size: clamp(2.25rem, 7.8vw, 3.3rem); letter-spacing: -1.2px; }
  .hero .lead { font-size: 19px; }
  .hero-detail { font-size: 16px; }
  .hero .text-link { font-size: 15px; }
  .hero-copy .actions { gap: 20px; }
  .ecosystem { padding: 22px; }
  .diagram-products strong { font-size: 14px; }
  .diagram-products small { font-size: 12px; }
  .erp-compatibility { display: block; }
  .erp-compatibility-title { margin-bottom: 14px; }
  .erp-logo-list { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
  .erp-logo-list li { grid-column: span 2; min-height: 80px; }
  .erp-logo-list li:nth-child(4) { grid-column: 2 / span 2; }
  .erp-logo-list li:last-child { grid-column: 4 / span 2; width: auto; justify-self: stretch; }
  .hero-foot { gap: 8px 20px; }
  .hero-foot > span { font-size: 12px; }
  .section { padding: 60px 0; }
  .product-visual, .product-body { padding: 26px; }
  .flow-title { font-size: 30px; }
  .principles { gap: 16px; }
  .principles article { padding: 24px; }
}
@media (max-width: 380px) {
  .ecosystem { padding: 16px; }
  .diagram-products { grid-template-columns: 1fr; }
  .diagram-products > a { padding: 16px; }
  .product-monogram { margin-bottom: 10px; }
  .diagram-label { display: none; }
  .erp-core { padding: 18px; gap: 14px; }
  .core-icon { flex-shrink: 0; width: 50px; height: 50px; }
  .other-erps { font-size: 12px; }
  .diagram-bottom { gap: 4px; flex-wrap: wrap; }
  .diagram-bottom span { padding: 4px 8px; }
  .process-flow span { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .button:hover { transform: none; }
}
/* Extended SaaS catalog. */
#product-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.catalog-solution { border-top: 3px solid var(--blue); }
.catalog-solution:nth-child(3n + 2) { border-top-color: var(--gold); }
.catalog-solution:nth-child(3n) { border-top-color: #2682ad; }
.catalog-solution .product-body { padding: 28px; min-width: 0; }
.solution-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.solution-heading .product-category { margin: 0; letter-spacing: 1px; }
.solution-heading > span { font-size: 12px; color: var(--muted); }
.catalog-solution h3 { font-size: 23px; line-height: 1.3; letter-spacing: -.5px; overflow-wrap: anywhere; }
.catalog-solution .product-body > p { margin-bottom: 28px; }
.catalog-solution .product-link { font-size: 14px; }
@media (max-width: 1050px) {
  #product-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  #product-catalog { grid-template-columns: 1fr; gap: 20px; margin-top: 25px; }
  .catalog-solution .product-body { padding: 26px; }
}
/* One shared grid: equal card widths and heights across every row. */
#product-catalog {
  grid-auto-rows: 1fr;
  margin-top: 0;
}
#product-catalog .product-card { height: 100%; min-width: 0; }
#product-catalog .solution-heading { min-height: 38px; }
#product-catalog h3 { min-height: 120px; }
#product-catalog .product-link { min-height: 53px; }
/* International experience in the hero. */
.hero-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  padding: 0;
  margin: 22px 0 18px;
}
.hero-countries li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 14px;
}
.hero-countries img {
  display: block;
  width: 36px; height: 24px;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px #001a3340);
}
.hero-quality {
  max-width: 490px;
  margin: 0;
  padding-left: 16px;
  border-left: 2px solid var(--gold);
  color: #d7e4ed;
  font-size: 15px;
  line-height: 1.65;
}
/* Outfit and the ivory-to-gold highlight from the supplied reference. */
.hero h1 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
}
.hero h1 span {
  color: #fab414;
}
@supports ((background-clip: text) or (-webkit-background-clip: text)) {
  .hero h1 span {
    background-image: linear-gradient(110deg, #fff7e5 0%, #ffe1a0 30%, #fab414 75%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
@media (forced-colors: active) {
  .hero h1 span {
    background: none;
    color: CanvasText;
    -webkit-text-fill-color: CanvasText;
  }
}
/* Partners and case studies. */
.ecosystem-area { background: #f4f7fa; }
.ecosystem-area .section-header-left { margin-bottom: 32px; }
.ecosystem-area .section-subtitle { display: block; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; scroll-margin-top: 120px; }
.ecosystem-area .section-header-left h3 { font-size: clamp(2rem, 3.2vw, 2.8rem); }
.ecosystem-area .section-header-left p { color: var(--muted); margin-bottom: 0; }
.ecosystem-area .ecosystem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ecosystem-area .alliance-grid { margin-bottom: 80px; }
.ecosystem-area .eco-card { position: relative; display: flex; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; background-size: cover; background-position: center; }
.ecosystem-area .eco-content { position: relative; z-index: 1; display: flex; flex-direction: column; width: 100%; padding: 28px; }
.ecosystem-area .eco-header-row { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.ecosystem-area .flag-img { display: block; width: 36px; height: 24px; object-fit: contain; flex-shrink: 0; }
.ecosystem-area .company-name { font-size: 18px; font-weight: 700; line-height: 1.3; }
.ecosystem-area h4 { font-size: 21px; line-height: 1.3; margin: 0 0 16px; font-weight: 700; }
.ecosystem-area .eco-content > h3 { font-size: 27px; margin-bottom: 16px; }
.ecosystem-area .eco-content > p { margin: 0 0 24px; }
.ecosystem-area .project-list-wrapper { margin-bottom: 24px; }
.ecosystem-area ul { padding-left: 19px; margin: 0; }
.ecosystem-area li { margin-bottom: 8px; font-size: 15px; color: var(--muted); }
.ecosystem-area .eco-link, .ecosystem-area .boxed-btn3 { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--blue); font-weight: 650; }
.ecosystem-area a:hover { text-decoration: underline; text-underline-offset: 4px; }
.ecosystem-area .dark-card { background: var(--navy); color: #fff; border-color: var(--navy); }
.ecosystem-area .dark-card li { color: #d7e4ed; }
.ecosystem-area .dark-card h4 { color: #ffda81; }
.ecosystem-area .eco-card[style] { color: #fff; }
.ecosystem-area .eco-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, #003264ed, #001a33de); }
.ecosystem-area .eco-card[style] a { color: #ffda81; border-top-color: #ffffff35; }
.ecosystem-area .eco-badge { align-self: flex-start; padding: 4px 12px; background: var(--gold); color: var(--navy); border-radius: 20px; margin-bottom: 22px; font-size: 13px; font-weight: 700; }
.ecosystem-area .text-gold { color: #ffda81; }
.ecosystem-area .card-top-bar { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); }
@media (max-width: 1050px) { .ecosystem-area .ecosystem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
  .ecosystem-area .ecosystem-grid { grid-template-columns: 1fr; gap: 20px; }
  .ecosystem-area .alliance-grid { margin-bottom: 56px; }
  .ecosystem-area .eco-content { padding: 24px; }
}
/* Typography sizes matched to SmartCode's corresponding sections. */
body { font-size: 16px; line-height: 1.6; }
.header nav { font-size: 15px; }
.header .button { font-size: 14px; }
.hero h1 { font-size: 52px; }
.hero .eyebrow { font-size: 13px; }
.hero .lead, .hero-detail, .hero-quality { font-size: 18px; font-weight: 300; }
.section-heading h2, .integration h2, .contact h2 { font-size: 42px; }
.about-intro h2 { font-size: 48px; }
.about-intro > p:last-child { font-size: 16px; }
#product-catalog h3 { font-size: 20px; }
#product-catalog .product-body > p:not(.product-category) { font-size: 15px; }
#product-catalog .product-link { font-size: 14px; }
.ecosystem-area .section-subtitle { font-size: 14px; }
.ecosystem-area .section-header-left h3 { font-size: 32px; }
.ecosystem-area .company-name { font-size: 16px; }
.ecosystem-area .white-card .company-name { font-size: 18px; }
.ecosystem-area h4 { font-size: 22px; }
.ecosystem-area .eco-content > h3 { font-size: 28px; }
.ecosystem-area .eco-content > p { font-size: 15px; line-height: 1.5; }
.ecosystem-area .project-list-wrapper li { font-size: 13px; line-height: 1.5; }
.ecosystem-area .eco-link, .ecosystem-area .boxed-btn3 { font-size: 13px; }
.ecosystem-area .eco-badge { font-size: 12px; }
.footer-top strong { font-size: 18px; }
.footer-top > div > a:not(.brand) { font-size: 15px; }
.footer-bottom { font-size: 13px; }
@media (max-width: 768px) {
  .hero h1 { font-size: 40px; }
  .about-intro h2 { font-size: 36px; }
  .section-heading h2, .integration h2, .contact h2 { font-size: 36px; }
}
/* Client logos and names from Portal de Proveedores. */
.clients-section { background: #fff; }
.clients-heading { display: flex; justify-content: space-between; gap: 36px; align-items: end; margin-bottom: 36px; }
.clients-heading .kicker { display: block; font-size: 14px; letter-spacing: 1px; font-weight: 700; color: var(--blue); margin-bottom: 16px; }
.clients-heading h2 { font-size: 32px; }
.clients-heading h2 em { font-style: normal; color: var(--blue); }
.clients-heading p { color: var(--muted); max-width: 660px; }
.clients-counts { display: flex; gap: 28px; flex-shrink: 0; padding-bottom: 16px; }
.clients-counts > div { display: flex; flex-direction: column; }
.clients-counts b { font-size: 36px; line-height: 1.2; color: var(--blue); }
.clients-counts span { font-size: 13px; color: var(--muted); }
.clients-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.clients-grid .client-logo { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; min-height: 145px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-align: center; }
.clients-grid .client-logo img { width: 100%; max-width: 135px; height: 64px; object-fit: contain; }
.clients-grid .client-name { margin: 12px 0 0; font-size: 14px; line-height: 1.4; color: var(--muted); }
.clients-grid .client-logo strong { font-size: 28px; line-height: 1.3; color: var(--blue); }
.clients-grid .client-logo small { font-size: 13px; letter-spacing: 1px; margin-top: 6px; }
.clients-grid .client-logo em { font-style: normal; }
.mexico-clients { display: flex; align-items: center; gap: 24px; margin-top: 28px; padding: 28px; border-radius: 14px; background: var(--pale); border: 1px solid var(--line); }
.mexico-flag img { display: block; width: 48px; height: 32px; object-fit: contain; }
.mexico-clients small { display: block; font-size: 12px; letter-spacing: 1px; color: var(--muted); margin-bottom: 6px; }
.mexico-clients b { font-size: 18px; line-height: 1.4; display: block; }
.mexico-clients p { margin: 6px 0 0; font-size: 14px; color: var(--muted); }
.mexico-clients > em { margin-left: auto; font-size: 12px; font-weight: 700; font-style: normal; white-space: nowrap; }
@media (max-width: 1050px) {
  .clients-heading { display: block; }
  .clients-counts { margin-top: 24px; }
  .clients-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .clients-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .clients-grid .client-logo { padding: 12px; min-height: 125px; }
  .clients-grid .client-logo img { max-width: 110px; height: 52px; }
  .clients-grid .client-logo strong { font-size: 23px; }
  .mexico-clients { flex-wrap: wrap; padding: 22px; gap: 16px; }
  .mexico-clients > div { flex: 1; min-width: 180px; }
}

.clients-grid .client-text strong { font-size: 18px; line-height: 1.35; overflow-wrap: anywhere; }

/* Compact product catalog, preserving equal card heights. */
#product-catalog { gap: 18px; }
#product-catalog .product-body { padding: 20px; }
#product-catalog .solution-heading { min-height: 28px; margin-bottom: 8px; }
#product-catalog h3 { min-height: 0; }
#product-catalog .product-body > p:not(.product-category) { margin: 12px 0 16px; }
#product-catalog .product-body ul { margin-bottom: 16px; }
#product-catalog .product-body li { padding: 3px 0; }
#product-catalog .product-link { min-height: 44px; padding-top: 12px; }
@media (max-width: 760px) {
  #product-catalog { gap: 16px; }
  #product-catalog .product-body { padding: 18px; }
}
#product-catalog .catalog-product-logo { display: block; width: 180px; max-width: 100%; height: 48px; object-fit: contain; object-position: left center; margin: 0 0 12px; }

/* Match visible logo width, excluding the square asset's empty margins. */
#product-catalog .smartlogistics-logo-frame { position: relative; overflow: hidden; width: 180px; height: 48px; }
#product-catalog .smartlogistics-logo-frame img { position: absolute; width: 188px; height: 188px; max-width: none; left: -4px; top: -70px; }
/* Connected-business diagram for the hero. */
.ecosystem-v2 { padding: 28px; background: #fff; border: 1px solid #dce6ef; border-radius: 24px; box-shadow: 0 28px 70px #0004; }
.ecosystem-v2::after { display: none; }
.eco-v2-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: 1.1px; color: #546e7a; }
.eco-v2-label { padding: 5px 9px; background: #edf4fa; border-radius: 6px; color: #003264; letter-spacing: 0; white-space: nowrap; }
.ecosystem-v2 h2 { font-size: 32px; line-height: 1.1; letter-spacing: -.7px; margin: 22px 0 24px; }
.ecosystem-v2 h2 span { color: #337499; }
.eco-v2-apps { display: grid; gap: 10px; }
.eco-v2-apps a { display: flex; align-items: center; gap: 12px; padding: 13px; border: 1px solid #dce6ef; border-radius: 11px; background: #f8fafc; transition: background .2s, border-color .2s; }
.eco-v2-apps a:hover { background: #edf4fa; border-color: #7aabc9; }
.eco-v2-icon { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; background: #003264; color: #fff; font-size: 13px; font-weight: 800; }
.eco-v2-icon.green { color: #386000; background: #e6f2d3; }
.eco-v2-apps strong { display: block; font-size: 15px; line-height: 1.3; }
.eco-v2-apps small { display: block; font-size: 12px; color: #546e7a; margin-top: 3px; }
.eco-v2-out { margin-left: auto; color: #397090; }
.eco-v2-bus { display: flex; justify-content: center; align-items: center; height: 34px; color: #337499; }
.eco-v2-bus span { width: 25%; height: 1px; background: #d5e2eb; }
.eco-v2-bus b { font-size: 21px; padding: 0 14px; font-weight: 400; }
.eco-v2-hub { display: flex; align-items: center; gap: 13px; padding: 18px; border-radius: 12px; background: #003264; color: #fff; border-bottom: 3px solid #fab414; }
.eco-v2-hub img { object-fit: contain; background: #fff; border-radius: 10px; flex-shrink: 0; }
.eco-v2-hub strong { display: block; font-size: 24px; line-height: 1.2; }
.eco-v2-hub span { display: block; margin-top: 5px; font-size: 12px; color: #d6e4ef; line-height: 1.4; }
.eco-v2-services { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; margin-top: 12px; }
.eco-v2-services span { display: grid; place-items: center; padding: 8px 4px; background: #f0f5f9; border-radius: 5px; color: #365971; font-size: 12px; text-align: center; line-height: 1.3; }
.eco-v2-bridge { text-align: center; height: 32px; color: #337499; font-size: 23px; line-height: 32px; }
.eco-v2-erp { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 18px; border: 1px solid #bacfdf; border-radius: 11px; background: #f4f8fc; }
.eco-v2-erp small { display: block; color: #546e7a; font-size: 10px; letter-spacing: 1px; }
.eco-v2-erp strong { display: block; font-size: 27px; line-height: 1.3; }
.eco-v2-erp img { object-fit: contain; }
.eco-v2-foot { margin: 14px 0 0; font-size: 12px; color: #627b8b; text-align: center; line-height: 1.5; }
@media (max-width: 1050px) { .ecosystem-v2 { padding: 22px; } }
@media (max-width: 380px) {
  .ecosystem-v2 { padding: 16px; }
  .eco-v2-heading { font-size: 10px; letter-spacing: .4px; }
  .eco-v2-services { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ecosystem-v2 h2 { font-size: 29px; }
}
/* SAPLinker extends the ERP's business modules. */
.ecosystem-v2 h2 { font-size: 29px; line-height: 1.18; }
.erp-modules-label { color: #546e7a; font-size: 12px; text-align: right; }
.erp-module-grid { gap: 8px; margin-top: 12px; }
.erp-module-grid span { min-height: 43px; padding: 10px 6px; font-size: 13px; border: 1px solid #dce6ef; background: #fff; }
.eco-linker-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 20px; }
.eco-linker-benefits > div { border-top: 2px solid #fab414; padding-top: 12px; }
.eco-linker-benefits strong { font-size: 14px; color: #003264; }
.eco-linker-benefits p { margin: 5px 0 0; font-size: 12px; color: #546e7a; line-height: 1.5; }
@media (max-width: 380px) {
  .ecosystem-v2 h2 { font-size: 25px; }
  .eco-linker-benefits { grid-template-columns: 1fr; gap: 12px; }
}
.eco-external { padding: 15px; border: 1px solid #cadde9; border-radius: 11px; background: #f4f8fc; }
.eco-external > strong { display: block; color: #003264; font-size: 15px; margin-bottom: 10px; }
.eco-external > div { display: flex; flex-wrap: wrap; gap: 6px; }
.eco-external span { background: #fff; border: 1px solid #dce6ef; padding: 5px 8px; border-radius: 5px; color: #365971; font-size: 12px; }
.eco-external p { color: #546e7a; font-size: 12px; line-height: 1.5; margin: 10px 0 0; }
/* Compact ERP brand panel. */
.eco-erp-brands { padding: 22px 18px; border: 1px solid #cadde9; border-radius: 14px; background: linear-gradient(135deg, #f8fbfe, #edf4fa); text-align: center; }
.eco-erp-title small { display: block; font-size: 10px; letter-spacing: 1.2px; color: #546e7a; }
.eco-erp-title strong { display: block; font-size: 42px; line-height: 1.2; font-weight: 800; letter-spacing: -.5px; color: #003264; margin: 4px 0 18px; }
.eco-erp-logos { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 22px; padding-top: 16px; border-top: 1px solid #d4e1eb; }
.eco-erp-logos img { display: block; height: 30px; object-fit: contain; }
@media (max-width: 380px) {
  .eco-erp-logos { gap: 14px; }
  .eco-erp-logos img { max-width: 76px; height: 26px; }
}
.eco-erp-logos .erp-brand-name { font-size: 12px; color: #003264; font-weight: 650; padding: 5px 9px; border: 1px solid #cbdde9; border-radius: 5px; background: #fff; }
.eco-external-visual { margin: 0; padding: 16px 10px 8px; border: 1px solid #cadde9; border-radius: 12px; background: #f4f8fc; }
.eco-external-visual figcaption { text-align: center; color: #003264; font-size: 15px; font-weight: 700; margin-bottom: 16px; }
.eco-external-visual img { display: block; width: 100%; height: auto; }
/* Align the hero copy with the top of the ecosystem diagram. */
.hero-grid { align-items: start; }
.erp-logo-list img.sap-business-one-logo { width: 96px; max-width: 100%; height: 24px; object-fit: contain; }

.eco-internal { margin-top: 12px; padding: 14px 16px; background: #f0f6e8; border: 1px solid #d9e7c8; border-radius: 10px; }
.eco-internal strong { display: block; font-size: 14px; color: #003264; }
.eco-internal p { margin: 5px 0 0; font-size: 13px; line-height: 1.5; color: #456047; }
.hero-saas-benefit { max-width: 520px; margin: 20px 0 0; color: #d7e4ed; font-size: 16px; line-height: 1.6; }
.hero-saas-benefit strong { display: block; color: #fff; font-weight: 650; margin-bottom: 5px; }
/* Highlight product website links. */
#product-catalog .product-link[target="_blank"] {
  align-self: flex-start;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  gap: 12px;
  border: 1px solid #fab414;
  border-radius: 999px;
  background: #fab414;
  color: #001a33;
  box-shadow: 0 5px 14px rgba(0,50,100,.12);
  text-decoration: none;
  transition: background .2s, box-shadow .2s, transform .2s;
}
#product-catalog .product-link[target="_blank"]:hover {
  background: #ffca47;
  color: #001a33;
  box-shadow: 0 8px 18px rgba(0,50,100,.2);
  transform: translateY(-2px);
}
#product-catalog .product-link[target="_blank"]:focus-visible { outline: 3px solid #003264; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  #product-catalog .product-link[target="_blank"] { transition: none; }
  #product-catalog .product-link[target="_blank"]:hover { transform: none; }
}
/* Compact product CTA with room for a promotional video link. */
#product-catalog .product-link[target="_blank"] {
  min-height: 40px;
  padding: 8px 14px;
  gap: 8px;
  font-size: 13px;
  line-height: 1.3;
}
#product-catalog .product-link[target="_blank"] > span[aria-hidden] { font-size: 18px; }
#product-catalog .product-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: auto; }
#product-catalog .product-actions .product-link { margin-top: 0; align-self: auto; }
.product-video { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 6px 12px; border: 1px solid #d0dce5; border-radius: 999px; background: #f3f6f8; color: #546e7a; font-family: inherit; font-size: 13px; line-height: 1.2; text-align: left; }
.product-video:disabled { cursor: not-allowed; opacity: 1; }
.product-video > span[aria-hidden] { font-size: 20px; }
.product-video small { display: block; font-size: 11px; margin-top: 2px; }
/* Integration feature: a high-contrast section and a readable connection map. */
.integration-feature { background: radial-gradient(ellipse at 90% 20%, #155682 0, transparent 55%), #001f3d; color: #fff; }
.integration-feature .integration-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
.integration-feature .eyebrow { color: #fab414; }
.integration-feature h2 { font-size: clamp(34px, 3.4vw, 46px); line-height: 1.14; letter-spacing: -1px; }
.integration-feature h2 span { color: #ffda80; }
.integration-feature .integration-copy > p:not(.eyebrow) { color: #d3e2ee; font-size: 17px; line-height: 1.65; }
.integration-value { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 24px 0 30px; color: #e5edf4; font-size: 14px; }
.integration-value span { border-left: 3px solid #fab414; padding-left: 10px; }
.integration-cta { background: #fab414; color: #001a33; box-shadow: none; }
.integration-cta span[aria-hidden] { color: #001a33; }
.integration-cta:hover { background: #ffce59; }
.integration-map { background: #fff; border: 1px solid #ffffff66; border-radius: 22px; padding: 28px; color: #003264; box-shadow: 0 24px 60px #0003; }
.integration-map-top { text-align: center; }
.integration-map-top > span { display: block; font-size: 11px; letter-spacing: 1.5px; color: #546e7a; }
.integration-map-top > strong { display: block; font-size: 30px; line-height: 1.3; margin: 4px 0 20px; }
.integration-brand-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.integration-brand-grid > div { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 65px; padding: 12px; border: 1px solid #dce6ef; background: #f7fafc; border-radius: 8px; }
.integration-brand-grid img { object-fit: contain; max-width: 100%; }
.integration-brand-grid span { font-size: 12px; line-height: 1.3; }
.integration-local { text-align: center; font-size: 12px; color: #546e7a; margin: 12px 0 0; }
.integration-flow { text-align: center; font-size: 28px; color: #5588a6; height: 38px; line-height: 38px; }
.integration-linker { display: flex; justify-content: center; align-items: center; gap: 13px; padding: 18px; border-radius: 12px; background: #003264; color: #fff; border-bottom: 3px solid #fab414; }
.integration-linker img { object-fit: contain; background: #fff; border-radius: 8px; flex-shrink: 0; }
.integration-linker strong { display: block; font-size: 26px; line-height: 1.2; }
.integration-linker span { display: block; font-size: 12px; color: #d6e4ef; margin-top: 5px; }
.integration-branches { display: flex; justify-content: space-around; height: 24px; }
.integration-branches span { width: 1px; background: #a5bfd1; }
.integration-destinations { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.integration-destinations > div { padding: 15px; border-radius: 9px; background: #edf4f9; }
.integration-destinations strong { display: block; font-size: 14px; line-height: 1.3; }
.integration-destinations p { margin: 7px 0 0; font-size: 13px; line-height: 1.5; color: #546e7a; }
.integration-scope { font-size: 12px; line-height: 1.5; color: #657b89; margin: 20px 0 0; padding-top: 15px; border-top: 1px solid #dce6ef; }
@media (max-width: 1050px) { .integration-feature .integration-grid { gap: 32px; } .integration-map { padding: 22px; } }
@media (max-width: 760px) { .integration-feature .integration-grid { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 380px) { .integration-map { padding: 16px; } .integration-destinations { grid-template-columns: 1fr; } .integration-brand-grid > div { flex-wrap: wrap; } }
/* Software factory: capabilities and a visual development workflow. */
.factory-section { background: #fff; }
.factory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.factory-copy h2 { font-size: clamp(32px,3.2vw,44px); line-height: 1.15; }
.factory-copy h2 span { color: #337499; }
.factory-copy > p:not(.eyebrow) { color: #546e7a; font-size: 17px; line-height: 1.7; margin: 22px 0; }
.factory-copy .button { margin-top: 6px; }
.factory-blueprint { padding: 30px; border-radius: 22px; color: #fff; background: linear-gradient(140deg,#073d6a,#001a33); box-shadow: 0 20px 45px #00326420; border-top: 4px solid #fab414; }
.factory-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.factory-brand img { object-fit: contain; border-radius: 10px; background: #fff; }
.factory-brand strong { display: block; font-size: 23px; line-height: 1.2; }
.factory-brand div > span { display: block; font-size: 11px; letter-spacing: 2px; color: #b7d0e1; margin-top: 5px; }
.factory-blueprint h3 { font-size: 28px; line-height: 1.25; letter-spacing: -.5px; margin-bottom: 24px; }
.factory-steps { list-style: none; margin: 0; padding: 0; }
.factory-steps li { display: flex; align-items: flex-start; gap: 15px; position: relative; padding-bottom: 23px; }
.factory-steps li:not(:last-child)::before { content: ''; position: absolute; left: 18px; top: 37px; bottom: 0; width: 1px; background: #ffffff30; }
.factory-steps li > span { display: grid; place-items: center; width: 37px; height: 37px; flex-shrink: 0; border: 1px solid #fab41480; border-radius: 50%; color: #ffda80; font-size: 13px; }
.factory-steps strong { font-size: 16px; line-height: 1.4; }
.factory-steps p { font-size: 14px; color: #c3d7e5; line-height: 1.5; margin: 5px 0 0; }
.factory-output { border-top: 1px solid #ffffff30; padding-top: 17px; font-size: 14px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; color: #ffda80; }
.factory-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: 48px; }
.factory-options article { border: 1px solid #dce6ef; border-radius: 14px; padding: 25px; background: #f7fafc; }
.factory-options article:last-child { border-top: 3px solid #fab414; }
.factory-options article > span { font-size: 12px; letter-spacing: .8px; color: #337499; font-weight: 700; }
.factory-options h3 { font-size: 22px; line-height: 1.3; margin: 16px 0 12px; }
.factory-options p { font-size: 15px; color: #546e7a; margin: 0; line-height: 1.6; }
@media (max-width: 1050px) { .factory-grid { gap: 32px; } .factory-blueprint { padding: 24px; } }
@media (max-width: 760px) {
  .factory-grid, .factory-options { grid-template-columns: 1fr; }
  .factory-grid { gap: 30px; }
  .factory-options { gap: 16px; margin-top: 30px; }
  .factory-copy > p:not(.eyebrow) { font-size: 16px; }
}
/* Client showcase: compact logo wall and clear international presence. */
.clients-section { background: linear-gradient(180deg,#f4f8fc 0%,#fff 65%); }
.clients-heading { align-items: center; gap: 48px; margin-bottom: 36px; }
.clients-heading > div:first-child { max-width: 670px; }
.clients-heading .kicker { font-size: 12px; letter-spacing: 1.5px; color: #337499; margin-bottom: 18px; }
.clients-heading h2 { font-size: clamp(30px,3.2vw,42px); line-height: 1.15; }
.clients-heading h2 em { color: #337499; }
.clients-heading p { margin: 18px 0 0; font-size: 16px; }
.clients-counts { gap: 0; padding: 22px 0 22px 26px; border-left: 3px solid #fab414; }
.clients-counts > div { padding: 0 18px; }
.clients-counts > div + div { border-left: 1px solid #d7e3ec; }
.clients-counts b { font-size: 40px; font-weight: 750; }
.clients-counts span { max-width: 110px; margin-top: 6px; line-height: 1.4; }
.clients-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.clients-grid .client-logo { min-height: 142px; padding: 18px 14px 14px; border-radius: 12px; border-color: #e0e8ee; box-shadow: 0 3px 12px #00326404; transition: border-color .2s, box-shadow .2s; }
.clients-grid .client-logo:hover { border-color: #b1c9da; box-shadow: 0 6px 18px #0032640c; }
.clients-grid .image-logo { justify-content: flex-start; }
.clients-grid .client-logo img { width: 100%; max-width: 135px; height: 60px; flex-shrink: 0; }
.clients-grid .client-name { width: 100%; margin: 12px 0 0; font-size: 12px; line-height: 1.4; color: #526779; }
.clients-grid .client-text strong { font-size: 17px; font-weight: 650; color: #365971; }
.mexico-clients { margin-top: 28px; background: #003264; border: 0; border-radius: 14px; color: #fff; padding: 24px 28px; }
.mexico-clients small { color: #ffda80; }
.mexico-clients b { font-size: 18px; }
.mexico-clients p { color: #c9dcea; }
.mexico-clients > em { color: #001a33; background: #fab414; padding: 8px 12px; border-radius: 6px; }
@media (max-width: 1050px) {
  .clients-heading { display: block; }
  .clients-counts { display: inline-flex; margin-top: 26px; padding: 10px 0 10px 12px; }
  .clients-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .clients-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .clients-grid .client-logo { min-height: 132px; padding: 16px 12px 12px; }
  .clients-grid .client-logo img { max-width: 110px; height: 52px; }
  .mexico-clients { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) { .clients-grid .client-logo { transition: none; } }
.latam-presence { margin-top: 28px; padding: 30px; border-radius: 18px; background: #003264; color: #fff; }
.latam-heading .eyebrow { color: #ffda80; margin-bottom: 12px; }
.latam-heading h3 { font-size: 26px; line-height: 1.25; }
.latam-projects { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 25px; }
.latam-projects article { padding: 20px; border: 1px solid #ffffff26; border-radius: 10px; background: #ffffff08; }
.latam-projects article > div { display: flex; align-items: center; gap: 12px; }
.latam-projects img { object-fit: contain; flex-shrink: 0; }
.latam-projects h4 { font-size: 18px; margin: 0; }
.latam-projects p { font-size: 14px; line-height: 1.6; color: #d6e4ef; margin: 13px 0 0; }
.latam-projects small { display: block; font-size: 12px; color: #bbd0e0; margin-top: 10px; }
@media (max-width: 760px) { .latam-presence { padding: 22px; } .latam-projects { grid-template-columns: 1fr; gap: 14px; } }
/* Responsive pass: allow content to wrap instead of overflowing narrow screens. */
.hero-grid > *, .integration-grid > *, .factory-grid > *, .contact-grid > *,
.eco-v2-hub > div, .integration-linker > div, .factory-steps li > div { min-width: 0; }
.contact-detail span, .footer-top a, .client-name, .latam-projects p { overflow-wrap: anywhere; }
@media (min-width: 761px) and (max-width: 1000px) {
  .hero-grid { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .hero-copy { max-width: 680px; }
  .ecosystem-v2 { max-width: 620px; width: 100%; margin-inline: auto; }
  .hero h1 { font-size: 46px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 32px); }
  .header-inner { gap: 12px; }
  .header .brand { width: 180px; }
  .header nav { max-height: calc(100dvh - 80px); overflow-y: auto; }
  .menu-toggle { min-height: 44px; flex-shrink: 0; }
  .hero-grid { grid-template-columns: minmax(0,1fr); padding-top: 32px; gap: 30px; }
  .hero h1 { font-size: clamp(32px,8.4vw,40px); overflow-wrap: break-word; letter-spacing: -.7px; }
  .hero .eyebrow { letter-spacing: 1px; }
  .hero .lead, .hero-detail, .hero-saas-benefit { font-size: 16px; line-height: 1.6; }
  .hero-copy .actions { align-items: stretch; gap: 14px; }
  .hero-copy .actions > a { min-height: 44px; }
  .ecosystem-v2 { padding: 18px; width: 100%; }
  .ecosystem-v2 h2 { font-size: clamp(23px,6vw,29px); }
  .eco-v2-heading { flex-wrap: wrap; }
  .eco-v2-hub { padding: 15px; }
  .eco-v2-hub span { font-size: 13px; }
  .eco-erp-logos { gap: 14px; }
  .eco-linker-benefits { grid-template-columns: 1fr; gap: 12px; }
  .eco-linker-benefits > div { padding-top: 8px; }
  .eco-linker-benefits p { font-size: 14px; }
  .hero-foot { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hero-foot p { font-size: 13px; line-height: 1.8; }
  .hero-foot b { padding-inline: 4px; }
  .section { padding: 48px 0; }
  #product-catalog { grid-template-columns: minmax(0,1fr); grid-auto-rows: auto; }
  #product-catalog .product-card { height: auto; }
  #product-catalog .product-actions { gap: 10px; }
  #product-catalog .product-actions > a, .product-video { min-height: 44px; }
  #product-catalog .product-actions .product-link { padding: 10px 12px; font-size: 13px; }
  .integration-feature .integration-grid, .factory-grid, .contact-grid { grid-template-columns: minmax(0,1fr); }
  .integration-feature h2, .factory-copy h2, .contact h2 { font-size: clamp(30px,8vw,36px); }
  .integration-map, .factory-blueprint { padding: 20px; }
  .integration-brand-grid > div { flex-wrap: wrap; }
  .integration-destinations { grid-template-columns: 1fr; }
  .integration-branches { height: 18px; }
  .integration-linker { padding: 14px; }
  .factory-steps strong { display: block; }
  .clients-counts { max-width: 100%; padding-left: 8px; }
  .clients-counts > div { padding-inline: 12px; min-width: 0; }
  .clients-counts b { font-size: 32px; }
  .clients-grid .client-name { font-size: 12px; }
  .ecosystem-area .ecosystem-grid { grid-template-columns: minmax(0,1fr); }
  .ecosystem-area .eco-content { padding: 22px; }
  .eco-content .company-name { overflow-wrap: anywhere; }
  .footer-top { grid-template-columns: minmax(0,1fr); }
  .footer-top > div:first-child { grid-column: auto; }
  .footer-top > div > a:not(.brand) { padding-block: 5px; }
}
@media (max-width: 360px) {
  .hero-copy .actions { flex-direction: column; }
  #product-catalog .product-actions { align-items: stretch; flex-direction: column; }
  #product-catalog .product-actions .product-link { align-self: stretch; justify-content: center; }
  .product-video { justify-content: center; }
  .clients-grid .client-text strong { font-size: 15px; }
  .eco-erp-brands { padding: 18px 12px; }
  .eco-v2-hub { gap: 10px; }
}
.ecosystem-area .hka-partner { border-top: 3px solid #fab414; }
.ecosystem-area .hka-partner-logo { display: block; width: 150px; max-width: 100%; height: 80px; object-fit: contain; object-position: left center; margin-bottom: 20px; }
.ecosystem-area .hka-partner h4 { color: #003264; }
.ecosystem-area .hka-partner p { color: #546e7a; }
/* The official Emizor logo is white: give it a contrasting surface. */
.clients-grid .client-logo img[src="assets/clients/emizor.png"] {
  background: #003264;
  border-radius: 7px;
  padding: 9px;
}