/* Ekom Data Limited — corporate ICT theme overrides */
:root {
  --primary: #1e40af;
  --primary-dark: #0f172a;
  --brand: #1e3a8a;
  --brand-light: #3b82f6;
  --fade-green-start: #eff6ff;
  --fade-green-mid: #f8fafc;
  --fade-green-end: #ffffff;
  --gold: #d4a017;
  --shadow-green: 0 12px 36px rgba(30, 64, 175, 0.14);
  --ekom-header-h: 4.5rem;
}

[x-cloak] {
  display: none !important;
}

/* —— Corporate header —— */
.site-header--ekom.site-header--solid .site-header__inner--ekom {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.site-header--ekom .ekom-header__bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: var(--ekom-header-h);
}

.site-header--ekom .ekom-header__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 auto;
  text-decoration: none;
  max-width: min(13.5rem, 46vw);
}

.site-header--ekom .ekom-header__logo {
  display: block;
  width: auto;
  height: 2.55rem;
  max-width: 100%;
  flex-shrink: 0;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
}

@media (min-width: 640px) {
  .site-header--ekom .ekom-header__brand {
    max-width: 15.5rem;
  }

  .site-header--ekom .ekom-header__logo {
    height: 2.85rem;
  }
}

@media (min-width: 1280px) {
  .site-header--ekom .ekom-header__brand {
    max-width: 17rem;
  }

  .site-header--ekom .ekom-header__logo {
    height: 3.05rem;
  }
}

.site-header--ekom .ekom-header__brand:hover .ekom-header__logo {
  transform: scale(1.03);
}

.site-header--ekom .ekom-header__brand-text {
  display: none;
}

.site-header--ekom .ekom-header__name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.site-header--ekom .ekom-header__nav {
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
  padding-left: 0.5rem;
}

.site-header--ekom .ekom-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.7rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #475569;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  transition: color 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.site-header--ekom .ekom-nav-link:hover {
  color: #1e40af;
  background: rgba(30, 64, 175, 0.06);
}

.site-header--ekom .ekom-nav-link.is-active {
  color: #1e40af;
  background: transparent;
  box-shadow: inset 0 -2px 0 #d4a017;
  border-radius: 0.35rem 0.35rem 0 0;
}

.site-header--ekom .ekom-nav-dropdown {
  position: relative;
}

.site-header--ekom .ekom-nav-dropdown__panel {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  min-width: 12rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.75rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  padding: 0.35rem;
  z-index: 60;
}

.site-header--ekom .ekom-nav-dropdown__link {
  display: block;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  text-decoration: none;
}

.site-header--ekom .ekom-nav-dropdown__link:hover {
  background: #f8fafc;
  color: #1e40af;
}

.site-header--ekom .ekom-header__actions {
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-shrink: 0;
}

.site-header--ekom .ekom-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #475569;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.site-header--ekom .ekom-header__phone:hover {
  color: #1e40af;
  border-color: rgba(30, 64, 175, 0.2);
}

.site-header--ekom .ekom-header__phone svg {
  color: #1e40af;
  flex-shrink: 0;
}

.site-header--ekom .ekom-header__phone-text {
  display: none;
}

@media (min-width: 1280px) {
  .site-header--ekom .ekom-header__phone-text {
    display: inline;
  }
}

.site-header--ekom .ekom-header__cta {
  white-space: nowrap;
  flex-shrink: 0;
}

.site-header--ekom .ekom-header__cta-short {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .site-header--ekom .ekom-header__cta-full {
    display: none;
  }

  .site-header--ekom .ekom-header__cta-short {
    display: inline;
  }
}

.site-header--ekom .ekom-header__menu {
  flex-shrink: 0;
  margin-left: auto;
  padding: 0.55rem;
  border-radius: 0.75rem;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
}

.site-header--ekom .ekom-header__mobile {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.site-header--ekom .ekom-mobile-link {
  display: block;
  padding: 0.75rem 0.85rem;
  border-radius: 0.65rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
}

.site-header--ekom .ekom-mobile-link:hover,
.site-header--ekom .ekom-mobile-link.is-active {
  background: rgba(30, 64, 175, 0.08);
  color: #1e40af;
}

/* Neutralize legacy SACCO overlay nav styles when Ekom header is used */
.site-header--ekom .nav-link,
.site-header--ekom.site-header--overlay .nav-link {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.page-home .ekom-home,
.page-inner main > :first-child.inner-hero,
.page-inner main > :first-child.hero-swiper {
  scroll-margin-top: var(--ekom-header-h);
}

.page-home .hero-swiper {
  margin-top: var(--ekom-header-h);
}

@media (max-width: 1279px) {
  .site-header--ekom .ekom-header__bar {
    justify-content: flex-start;
  }

  .site-header--ekom .ekom-header__actions {
    margin-left: auto;
  }
}

@media (min-width: 1280px) and (max-width: 1535px) {
  .site-header--ekom .ekom-nav-link {
    padding: 0.45rem 0.55rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 1280px) {
  :root {
    --ekom-header-h: 4.75rem;
  }
}


.page-content-card {
  border-color: rgba(30, 64, 175, 0.12);
}

.inner-hero--ekom {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #1e40af 100%);
  padding-top: calc(var(--ekom-header-h) + 2.5rem);
  padding-bottom: 2.5rem;
}

.inner-hero--ekom .inner-hero__eyebrow {
  color: #f0c14b;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: linear-gradient(135deg, #2563eb, #1e3a8a) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 8px 22px rgba(30, 64, 175, 0.28) !important;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(30, 64, 175, 0.36) !important;
}
.btn-primary--sm {
  padding: 0.55rem 1.1rem;
  font-size: 0.8125rem;
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem 1.25rem;
  border-radius: .75rem;
  font-weight: 600;
  border: 1px solid rgba(30, 64, 175, .2);
  color: #1e3a8a;
  background: #fff;
}
.btn-secondary:hover {
  background: #eff6ff;
}

.ekom-section {
  padding: 2.25rem 0;
}
@media (min-width: 1024px) {
  .ekom-section {
    padding: 2.5rem 0;
  }
}
.ekom-section--muted {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.ekom-section--navy {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
}

.ekom-eyebrow {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #1e40af;
  margin-bottom: .75rem;
}
.ekom-eyebrow--light { color: #f0c14b; }
.ekom-heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  color: #0f172a;
}
.ekom-heading--light { color: #fff; }
.ekom-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569;
  margin-top: .75rem;
}
.ekom-lead--light { color: rgba(255,255,255,.85); }
.ekom-text { color: #475569; line-height: 1.7; }

.ekom-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1rem;
  background: #fff;
  border: 1px solid rgba(30,64,175,.1);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}
@media (min-width: 768px) {
  .ekom-trust__grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
.ekom-trust__item { text-align: center; padding: .75rem; }
.ekom-trust__value { font-weight: 800; color: #1e3a8a; font-size: 1rem; }
.ekom-trust__label { font-size: .78rem; color: #64748b; margin-top: .25rem; }

.ekom-split {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .ekom-split { grid-template-columns: 1.1fr .9fr; }
  .ekom-split--reverse { grid-template-columns: .9fr 1.1fr; }
}

/* —— About section: embossed corporate block —— */
.ekom-about {
  position: relative;
  background:
    radial-gradient(ellipse 80% 60% at 0% 50%, rgba(30, 64, 175, 0.06), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 30%, rgba(212, 160, 23, 0.05), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow: hidden;
}

.ekom-about__layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .ekom-about__layout {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    align-items: stretch;
  }
}

.ekom-about__visual {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  min-height: 100%;
}

.ekom-about__photo {
  position: relative;
  flex: 1 1 auto;
  margin: 0;
  min-height: 11rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 42px rgba(15, 23, 42, 0.1);
}

.ekom-about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 11rem;
  object-fit: cover;
}

.ekom-about__photo-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 2.5rem 1rem 0.9rem;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.82) 72%);
  color: #fff;
}

.ekom-about__photo-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #facc15;
}

.ekom-about__photo-text {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

@media (min-width: 1024px) {
  .ekom-about__photo {
    min-height: 0;
  }

  .ekom-about__photo img {
    min-height: 100%;
  }
}

.ekom-about__copy {
  position: relative;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.35rem;
  padding: 2rem 1.75rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 -1px 0 rgba(15, 23, 42, 0.04) inset,
    0 20px 50px rgba(15, 23, 42, 0.08),
    0 4px 12px rgba(30, 64, 175, 0.06);
}

.ekom-about__copy-accent {
  position: absolute;
  left: 0;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #d4a017 0%, #1e40af 55%, #0f172a 100%);
  box-shadow: 0 0 12px rgba(30, 64, 175, 0.35);
}

.ekom-eyebrow--badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem 0.4rem 0.65rem;
  border-radius: 999px;
  background: rgba(30, 64, 175, 0.08);
  border: 1px solid rgba(30, 64, 175, 0.14);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  margin-bottom: 1rem;
}

.ekom-eyebrow__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #d4a017;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.25);
  flex-shrink: 0;
}

.ekom-about__title {
  letter-spacing: -0.03em;
  max-width: 18ch;
}

.ekom-about__lead {
  margin-top: 1rem;
  font-size: 1.02rem;
  color: #334155;
}

.ekom-about__text {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #64748b;
}

.ekom-about__highlights {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.ekom-about__highlights li {
  position: relative;
  padding: 0.65rem 0.85rem 0.65rem 2.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1e3a8a;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.9), rgba(248, 250, 252, 0.95));
  border: 1px solid rgba(30, 64, 175, 0.12);
  border-radius: 0.65rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 2px 6px rgba(30, 64, 175, 0.06);
}

.ekom-about__highlights li::before {
  content: '';
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #1e40af;
  box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.15);
}

.ekom-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.btn-primary--emboss {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 10px 24px rgba(30, 64, 175, 0.32),
    0 2px 4px rgba(15, 23, 42, 0.12);
}

.btn-primary--emboss:active {
  transform: translateY(0);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.15) inset,
    0 4px 12px rgba(30, 64, 175, 0.28);
}

.btn-secondary--emboss {
  background: linear-gradient(180deg, #ffffff, #f1f5f9);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 4px 14px rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-weight: 700;
}

.btn-secondary--emboss:hover {
  background: linear-gradient(180deg, #ffffff, #eff6ff);
  border-color: rgba(30, 64, 175, 0.22);
  color: #1e40af;
}

/* Capability panel — hardened embossed card */
.ekom-visual-panel {
  position: relative;
  border-radius: 1.5rem;
  padding: 3px;
  background: linear-gradient(145deg, rgba(212, 160, 23, 0.55), rgba(30, 64, 175, 0.45) 40%, rgba(15, 23, 42, 0.9));
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.28),
    0 8px 20px rgba(30, 64, 175, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.12) inset;
  width: 100%;
  overflow: hidden;
}

.ekom-visual-panel__glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 70% 30%, rgba(59, 130, 246, 0.35), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.ekom-visual-panel__mesh {
  position: absolute;
  inset: 3px;
  border-radius: 1.35rem;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 1;
}

.ekom-visual-panel__rim {
  position: absolute;
  inset: 3px;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
  pointer-events: none;
  z-index: 2;
}

.ekom-visual-panel__inner {
  position: relative;
  z-index: 3;
  border-radius: 1.35rem;
  padding: 1.35rem 1.25rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background:
    linear-gradient(155deg, rgba(15, 23, 42, 0.97) 0%, rgba(30, 58, 138, 0.92) 48%, rgba(30, 64, 175, 0.88) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 -12px 32px rgba(0, 0, 0, 0.25) inset;
}

.ekom-visual-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.ekom-visual-panel__kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 193, 75, 0.95);
}

.ekom-visual-panel__badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e2e8f0;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}

.ekom-visual-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  width: 100%;
}

@media (min-width: 640px) {
  .ekom-visual-panel__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ekom-cap-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 0.45rem;
  min-height: 4.75rem;
  border-radius: 0.85rem;
  text-align: center;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 8px 18px rgba(0, 0, 0, 0.18),
    0 -1px 0 rgba(0, 0, 0, 0.12) inset;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ekom-cap-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 193, 75, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28) inset,
    0 14px 28px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(240, 193, 75, 0.2);
}

.ekom-cap-tile__icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 0.55rem;
  color: #f0c14b;
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 4px 10px rgba(0, 0, 0, 0.2);
}

.ekom-cap-tile__icon svg {
  display: block;
  width: 1.1rem !important;
  height: 1.1rem !important;
  max-width: 1.1rem;
  max-height: 1.1rem;
  flex-shrink: 0;
}

.ekom-cap-tile__label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f8fafc;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.ekom-visual-panel__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.15rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ekom-visual-panel__caption {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(226, 232, 240, 0.88);
  margin: 0;
  letter-spacing: 0.01em;
}

.ekom-visual-panel__pulse {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5);
  animation: ekom-pulse 2.4s ease infinite;
  flex-shrink: 0;
}

@keyframes ekom-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.45); }
  50% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
}

@media (max-width: 639px) {
  .ekom-about__copy {
    padding: 1.5rem 1.25rem 1.5rem 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ekom-visual-panel__pulse { animation: none; }
  .ekom-cap-tile:hover { transform: none; }
}

/* Legacy chip class used elsewhere */
.ekom-chip {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: .75rem;
  padding: .75rem;
  text-align: center;
  font-size: .85rem;
  font-weight: 600;
}

.ekom-service-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .ekom-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .ekom-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}

/* —— Services section —— */
.ekom-services {
  position: relative;
  background:
    radial-gradient(ellipse 65% 45% at 8% 0%, rgba(212, 160, 23, 0.1), transparent 55%),
    radial-gradient(ellipse 70% 50% at 92% 8%, rgba(30, 64, 175, 0.08), transparent 58%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 55%, #f1f5f9 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.ekom-services__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1rem;
}

.ekom-services .ekom-sec-head__eyebrow {
  color: #92400e;
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.18), rgba(212, 160, 23, 0.1));
  border-color: rgba(212, 160, 23, 0.35);
}

.ekom-eyebrow--center {
  justify-content: center;
}

.ekom-services__title {
  margin-top: 0;
  letter-spacing: -0.035em;
}

.ekom-services__head .ekom-sec-head__lead,
.ekom-services__lead {
  margin-top: 0.35rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #475569;
}

.ekom-services__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.75rem;
  margin: 0 auto 1.25rem;
  max-width: 40rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f172a;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.04), rgba(212, 160, 23, 0.08));
  border: 1px solid rgba(212, 160, 23, 0.22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.ekom-services__stats-dot {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4a017, #facc15);
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.18);
}

.ekom-services__cta {
  text-align: center;
  margin-top: 1.75rem;
}

/* —— Service cards: navy + gold interactive tiles —— */
.ekom-service-card {
  --sc-accent: #d4a017;
  --sc-accent-soft: rgba(212, 160, 23, 0.16);
  --sc-ink: #0f172a;
  position: relative;
  border-radius: 1.35rem;
  padding: 2px;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.16), rgba(212, 160, 23, 0.28) 46%, rgba(30, 64, 175, 0.14));
  box-shadow:
    0 16px 40px rgba(15, 23, 42, 0.08),
    0 2px 8px rgba(15, 23, 42, 0.04);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
  min-height: 100%;
  isolation: isolate;
}

.ekom-service-card--navy {
  --sc-accent: #1e40af;
  --sc-accent-soft: rgba(30, 64, 175, 0.12);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.22), rgba(30, 64, 175, 0.2) 48%, rgba(212, 160, 23, 0.18));
}

.ekom-service-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow:
    0 28px 56px rgba(15, 23, 42, 0.14),
    0 12px 28px rgba(212, 160, 23, 0.16);
}

.ekom-service-card__rim {
  position: absolute;
  inset: 2px;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
  z-index: 3;
}

.ekom-service-card__glow {
  position: absolute;
  width: 9rem;
  height: 9rem;
  right: -2.5rem;
  top: -2.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.28), transparent 68%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.ekom-service-card--navy .ekom-service-card__glow {
  background: radial-gradient(circle, rgba(59, 130, 246, 0.28), transparent 68%);
}

.ekom-service-card:hover .ekom-service-card__glow {
  opacity: 1;
  transform: scale(1.15);
}

.ekom-service-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.45rem 1.3rem 1.2rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(ellipse 80% 55% at 100% 0%, var(--sc-accent-soft), transparent 55%),
    linear-gradient(168deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 -1px 0 rgba(15, 23, 42, 0.04) inset;
  overflow: hidden;
}

.ekom-service-card__body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0f172a, #1e40af 36%, #d4a017 72%, #facc15);
  opacity: 0.9;
  transition: opacity 0.25s ease, height 0.25s ease;
}

.ekom-service-card:hover .ekom-service-card__body::before {
  opacity: 1;
  height: 5px;
}

.ekom-service-card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.35) 48%, transparent 64%);
  transform: translateX(-130%);
  transition: transform 0.7s ease;
  pointer-events: none;
  z-index: 2;
}

.ekom-service-card:hover .ekom-service-card__shine {
  transform: translateX(130%);
}

.ekom-service-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.05rem;
}

.ekom-service-card__icon {
  position: relative;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1rem;
  color: #0f172a;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #fffbeb, #fde68a 55%, #facc15);
  border: 1px solid rgba(212, 160, 23, 0.4);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 8px 18px rgba(212, 160, 23, 0.22),
    0 -1px 0 rgba(161, 98, 7, 0.1) inset;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.25s ease, background 0.25s ease;
}

.ekom-service-card--navy .ekom-service-card__icon {
  color: #fff;
  background: linear-gradient(145deg, #0f172a, #1e3a8a 55%, #1e40af);
  border-color: rgba(30, 64, 175, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 8px 18px rgba(30, 64, 175, 0.28);
}

.ekom-service-card__icon-ring {
  position: absolute;
  inset: -4px;
  border-radius: 1.15rem;
  border: 1px dashed rgba(212, 160, 23, 0.45);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ekom-service-card--navy .ekom-service-card__icon-ring {
  border-color: rgba(96, 165, 250, 0.55);
}

.ekom-service-card:hover .ekom-service-card__icon {
  color: #78350f;
  transform: scale(1.08) rotate(-4deg);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 14px 26px rgba(212, 160, 23, 0.32);
}

.ekom-service-card--navy:hover .ekom-service-card__icon {
  color: #facc15;
}

.ekom-service-card:hover .ekom-service-card__icon-ring {
  opacity: 1;
  transform: scale(1);
}

.ekom-service-card__icon svg {
  width: 1.45rem;
  height: 1.45rem;
  position: relative;
  z-index: 1;
}

.ekom-service-card__index {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 0.84rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.04em;
  color: #92400e;
  padding: 0.3rem 0.55rem;
  border-radius: 0.55rem;
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.95), rgba(250, 204, 21, 0.22));
  border: 1px solid rgba(212, 160, 23, 0.32);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.ekom-service-card--navy .ekom-service-card__index {
  color: #1e3a8a;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(191, 219, 254, 0.45));
  border-color: rgba(30, 64, 175, 0.22);
}

.ekom-service-card__title {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: 1.08rem;
  line-height: 1.28;
  color: #0f172a;
  letter-spacing: -0.03em;
  transition: color 0.2s ease;
}

.ekom-service-card:hover .ekom-service-card__title {
  color: #1e3a8a;
}

.ekom-service-card__desc {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.65;
  margin-top: 0.6rem;
  flex: 1;
}

.ekom-service-card__foot {
  margin-top: 1.2rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.ekom-service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0f172a;
  text-decoration: none;
  background: linear-gradient(180deg, #fffbeb, #fde68a);
  border: 1px solid rgba(212, 160, 23, 0.4);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 12px rgba(212, 160, 23, 0.16);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}

.ekom-service-card__cta svg {
  transition: transform 0.2s ease;
}

.ekom-service-card__cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #0f172a, #1e3a8a 60%, #92400e);
  border-color: rgba(15, 23, 42, 0.5);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.24);
  transform: translateX(2px);
  gap: 0.65rem;
}

.ekom-service-card__cta:hover svg {
  transform: translateX(3px);
}

.ekom-service-card.reveal {
  transition-delay: var(--card-delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .ekom-service-card:hover { transform: none; }
  .ekom-service-card:hover .ekom-service-card__icon { transform: none; }
  .ekom-service-card__cta:hover { transform: none; }
  .ekom-service-card__shine { display: none; }
}

.ekom-solution-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0,1fr));
}
@media (min-width: 768px) { .ekom-solution-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1280px) { .ekom-solution-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }

/* —— Solutions: tabbed browser (homepage) —— */
.ekom-solutions__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 0.85rem;
}

.ekom-solutions .ekom-sec-head__eyebrow {
  color: #92400e;
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.18), rgba(212, 160, 23, 0.1));
  border-color: rgba(212, 160, 23, 0.35);
  margin-bottom: 0.35rem;
}

.ekom-solutions__head .ekom-split-title {
  font-size: clamp(1.45rem, 2.9vw, 2.15rem);
  line-height: 1.14;
  letter-spacing: -0.038em;
  max-width: 18.5em;
  margin-left: auto;
  margin-right: auto;
}

.ekom-solutions__head .ekom-sec-head__lead,
.ekom-solutions__lead {
  margin-top: 0.35rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #475569;
}

.ekom-solutions__title {
  letter-spacing: -0.035em;
  margin-top: 0;
}

.ekom-solutions__footer {
  text-align: center;
  margin-top: 1.35rem;
}

.ekom-solution-browser__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  margin: 0.15rem 0 0.75rem;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.ekom-solution-browser__tab {
  flex-shrink: 0;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #334155;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ekom-solution-browser__tab:hover {
  color: #0f172a;
  border-color: rgba(212, 160, 23, 0.45);
  transform: translateY(-1px);
}

.ekom-solution-browser__tab.is-active {
  color: #0f172a;
  background: linear-gradient(135deg, #fef3c7, #facc15 55%, #eab308);
  border-color: rgba(161, 98, 7, 0.35);
  box-shadow: 0 8px 18px rgba(212, 160, 23, 0.28);
}

.ekom-solution-browser__stage {
  position: relative;
}

.ekom-solution-browser__panel {
  border-radius: 1.35rem;
  padding: 2px;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.18), rgba(212, 160, 23, 0.3), rgba(30, 64, 175, 0.14));
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
}

.ekom-solution-browser__panel-inner {
  display: grid;
  gap: 1.5rem;
  padding: 1.75rem 1.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

@media (min-width: 768px) {
  .ekom-solution-browser__panel-inner {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    padding: 2rem 2rem 1.75rem;
  }
}

.ekom-solution-browser__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #92400e;
  margin-bottom: 0.5rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.16);
  border: 1px solid rgba(212, 160, 23, 0.3);
}

.ekom-solution-browser__title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 900;
  line-height: 1.25;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.ekom-solution-browser__summary {
  margin-top: 0.75rem;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 36ch;
}

.ekom-solution-browser__cta {
  margin-top: 1.35rem;
}

.ekom-solution-browser__includes {
  padding: 1.15rem 1.1rem;
  border-radius: 1rem;
  background: linear-gradient(160deg, #0f172a 0%, #1e3a8a 72%, #92400e 140%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 12px 28px rgba(15, 23, 42, 0.2);
}

.ekom-solution-browser__includes-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #facc15;
  margin-bottom: 0.85rem;
}

.ekom-solution-browser__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.ekom-solution-browser__list li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #e2e8f0;
  line-height: 1.45;
}

.ekom-solution-browser__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4a017, #facc15);
  box-shadow: 0 0 0 2px rgba(250, 204, 21, 0.25);
}

.ekom-solution-browser__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.85rem 1rem 1rem;
}

.ekom-solution-browser__arrow {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.ekom-solution-browser__arrow:hover {
  background: linear-gradient(135deg, #fef3c7, #facc15);
  border-color: rgba(212, 160, 23, 0.4);
  transform: scale(1.05);
}

.ekom-solution-browser__counter {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #64748b;
  min-width: 3rem;
  text-align: center;
}

.ekom-solution-card {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(15,23,42,.08);
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
}
.ekom-solution-card__tag {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d4a017;
}
.ekom-solution-card__title { font-size: 1.1rem; font-weight: 700; margin-top: .5rem; }
.ekom-solution-card__summary { color: #64748b; font-size: .92rem; margin-top: .5rem; line-height: 1.6; }
.ekom-solution-card__list { margin-top: 1rem; space-y: .35rem; }
.ekom-solution-card__list li {
  position: relative;
  padding-left: 1rem;
  color: #334155;
  font-size: .88rem;
  margin-top: .35rem;
}
.ekom-solution-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55rem;
  width: .35rem;
  height: .35rem;
  border-radius: 999px;
  background: #1e40af;
}
.ekom-solution-card__cta {
  display: inline-flex;
  margin-top: 1rem;
  color: #1e40af;
  font-weight: 600;
  font-size: .9rem;
}

.ekom-brand-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0,1fr));
}
@media (min-width: 768px) { .ekom-brand-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }

.ekom-brand-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1rem;
  padding: 1.25rem;
}
.ekom-section:not(.ekom-section--navy) .ekom-brand-card {
  background: #fff;
  border-color: rgba(15,23,42,.08);
}
.ekom-brand-card__title { font-size: 1.15rem; font-weight: 700; }
.ekom-section--navy .ekom-brand-card__title { color: #fff; }
.ekom-brand-card__desc { margin-top: .5rem; font-size: .92rem; line-height: 1.6; }
.ekom-section--navy .ekom-brand-card__desc { color: rgba(255,255,255,.8); }
.ekom-section:not(.ekom-section--navy) .ekom-brand-card__desc { color: #64748b; }
.ekom-brand-card__cta {
  display: inline-flex;
  margin-top: 1rem;
  font-weight: 600;
  color: #f0c14b;
}
.ekom-section:not(.ekom-section--navy) .ekom-brand-card__cta { color: #1e40af; }

.ekom-why-list {
  display: grid;
  gap: .75rem;
}
.ekom-why-list li {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: .9rem;
  padding: 1rem;
}
.ekom-why-list strong { display: block; color: #0f172a; }
.ekom-why-list span { display: block; color: #64748b; font-size: .9rem; margin-top: .25rem; }

/* —— Delivery: unified Why + Process panel —— */
.ekom-delivery {
  background:
    radial-gradient(ellipse 70% 50% at 10% 0%, rgba(30, 64, 175, 0.05), transparent 55%),
    radial-gradient(ellipse 60% 45% at 95% 100%, rgba(212, 160, 23, 0.04), transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.ekom-delivery__panel {
  border-radius: 1.5rem;
  padding: 2px;
  background: linear-gradient(145deg, rgba(30, 64, 175, 0.18), rgba(212, 160, 23, 0.12));
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.ekom-delivery__panel > :not(.ekom-delivery__divider) {
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.ekom-delivery__intro {
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

@media (min-width: 768px) {
  .ekom-delivery__intro {
    padding: 2.25rem 2.5rem 1.75rem;
  }
}

.ekom-delivery__title {
  letter-spacing: -0.03em;
  margin-top: 0.25rem;
}

.ekom-delivery__lead {
  margin-top: 0.85rem;
  color: #475569;
}

.ekom-delivery__benefits {
  list-style: none;
  margin: 0;
  padding: 0 1.25rem 1.75rem;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

@media (min-width: 640px) {
  .ekom-delivery__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 1.75rem 1.75rem;
  }
}

@media (min-width: 1024px) {
  .ekom-delivery__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 2rem 2rem;
  }
}

.ekom-delivery__benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 1rem 0.85rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

@media (min-width: 640px) {
  .ekom-delivery__benefit {
    padding: 1.1rem 1rem;
    border-right: 1px solid rgba(15, 23, 42, 0.06);
  }

  .ekom-delivery__benefit:nth-child(2n) {
    border-right: none;
  }
}

@media (min-width: 1024px) {
  .ekom-delivery__benefit:nth-child(2n) {
    border-right: 1px solid rgba(15, 23, 42, 0.06);
  }

  .ekom-delivery__benefit:nth-child(3n) {
    border-right: none;
  }

  .ekom-delivery__benefit:nth-last-child(-n + 3) {
    border-bottom: none;
  }
}

.ekom-delivery__benefit:nth-last-child(-n + 2) {
  border-bottom: none;
}

@media (min-width: 1024px) {
  .ekom-delivery__benefit:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  }
}

.ekom-delivery__benefit-icon {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #b45309;
  background: rgba(212, 160, 23, 0.14);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.ekom-delivery__benefit-icon svg {
  width: 0.85rem;
  height: 0.85rem;
}

.ekom-delivery__benefit strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
}

.ekom-delivery__benefit span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #64748b;
}

.ekom-delivery__divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  background: linear-gradient(90deg, rgba(30, 64, 175, 0.06), rgba(212, 160, 23, 0.08), rgba(30, 64, 175, 0.06));
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.ekom-delivery__divider::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 50%;
  height: 1px;
  background: rgba(30, 64, 175, 0.15);
}

.ekom-delivery__divider-label {
  position: relative;
  z-index: 1;
  padding: 0.35rem 1rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1e40af;
  background: #f8fafc;
  border: 1px solid rgba(30, 64, 175, 0.14);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.ekom-delivery__process {
  padding: 0 1.25rem 1.75rem;
  background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 100%);
}

@media (min-width: 768px) {
  .ekom-delivery__process {
    padding: 0 1.75rem 2rem;
  }
}

.ekom-delivery__process-head {
  padding: 1.5rem 0 1rem;
  text-align: center;
}

.ekom-delivery__process-title {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 36ch;
  margin: 0 auto;
}

.ekom-delivery__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 640px) {
  .ekom-delivery__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .ekom-delivery__steps {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .ekom-delivery__step:nth-child(-n + 6) {
    grid-column: span 2;
  }

  .ekom-delivery__step:nth-child(7) {
    grid-column: 3 / span 2;
  }
}

@media (min-width: 900px) {
  .ekom-delivery__steps {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
  }

  .ekom-delivery__step:nth-child(-n + 4) {
    grid-column: span 3;
  }

  .ekom-delivery__step:nth-child(5) {
    grid-column: 2 / span 3;
  }

  .ekom-delivery__step:nth-child(6) {
    grid-column: 5 / span 3;
  }

  .ekom-delivery__step:nth-child(7) {
    grid-column: 8 / span 3;
  }
}

@media (min-width: 1280px) {
  .ekom-delivery__steps {
    position: relative;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.75rem;
    padding-top: 0.25rem;
  }

  .ekom-delivery__steps::before {
    content: '';
    position: absolute;
    top: 1.65rem;
    left: calc(100% / 14);
    right: calc(100% / 14);
    height: 2px;
    background: linear-gradient(
      90deg,
      rgba(30, 64, 175, 0.12),
      rgba(30, 64, 175, 0.32),
      rgba(30, 64, 175, 0.12)
    );
    z-index: 0;
    pointer-events: none;
  }

  .ekom-delivery__step:nth-child(-n + 4),
  .ekom-delivery__step:nth-child(5),
  .ekom-delivery__step:nth-child(6),
  .ekom-delivery__step:nth-child(7) {
    grid-column: auto;
  }
}

.ekom-delivery__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0.75rem 1.1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 8px 24px rgba(15, 23, 42, 0.05);
}

.ekom-delivery__step-num {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #1e40af, #1e3a8a);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 0 0 3px #fff,
    0 4px 14px rgba(30, 64, 175, 0.28);
}

.ekom-delivery__step-body {
  margin-top: 0.75rem;
  width: 100%;
}

.ekom-delivery__step-body h4 {
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  min-height: 2.7em;
}

@media (min-width: 1280px) {
  .ekom-delivery__step-body h4 {
    font-size: 0.8rem;
    min-height: 3.2em;
  }
}

.ekom-delivery__step-body p {
  margin-top: 0.35rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #475569;
}

@media (min-width: 1280px) {
  .ekom-delivery__step-body p {
    font-size: 0.74rem;
  }
}

.ekom-process {
  display: grid;
  gap: .75rem;
  max-width: 56rem;
  margin: 0 auto;
}
.ekom-process__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: .9rem;
  padding: 1rem 1.1rem;
}
.ekom-process__num {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #1e40af;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: .85rem;
}
.ekom-process__step h3 { font-weight: 700; color: #0f172a; }
.ekom-process__step p { color: #64748b; font-size: .9rem; margin-top: .2rem; }

.ekom-highlight {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .ekom-highlight { grid-template-columns: 1fr 1fr; }
}

/* —— Spotlight split sections (hosting, software) —— */
.ekom-spotlight__layout {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .ekom-spotlight__layout {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.ekom-spotlight__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.75rem 1.5rem;
  border-radius: 1.35rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 16px 40px rgba(15, 23, 42, 0.07);
}

.ekom-section--muted .ekom-spotlight__copy {
  background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 100%);
}

.ekom-spotlight__copy::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #d4a017 0%, #1e40af 55%, #0f172a 100%);
  box-shadow: 0 0 12px rgba(30, 64, 175, 0.25);
}

.ekom-spotlight__title {
  letter-spacing: -0.03em;
  margin-top: 0.15rem;
  max-width: 22ch;
}

.ekom-spotlight__text {
  margin-top: 0.85rem;
  flex: 1;
}

.ekom-spotlight__cta {
  margin-top: 1.35rem;
  align-self: flex-start;
}

.ekom-spotlight__panel {
  display: flex;
  flex-direction: column;
  border-radius: 1.35rem;
  padding: 2px;
  background: linear-gradient(145deg, rgba(30, 64, 175, 0.16), rgba(212, 160, 23, 0.1));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.09);
}

.ekom-spotlight__panel-head,
.ekom-spotlight__grid,
.ekom-spotlight__links,
.ekom-spotlight__tags {
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
}

.ekom-spotlight__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.1rem 1.25rem 0.85rem;
  border-radius: 1.25rem 1.25rem 0 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.ekom-spotlight__panel-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e40af;
}

.ekom-spotlight__panel-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(30, 64, 175, 0.06);
  border: 1px solid rgba(30, 64, 175, 0.1);
}

.ekom-spotlight__grid {
  list-style: none;
  margin: 0;
  padding: 1rem 1.1rem 1.15rem;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 1;
  border-radius: 0 0 1.25rem 1.25rem;
}

@media (min-width: 640px) {
  .ekom-spotlight__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 1.1rem 1.25rem 1.25rem;
  }
}

.ekom-spotlight__grid li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.6rem;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1e3a8a;
  background: rgba(239, 246, 255, 0.7);
  border: 1px solid rgba(30, 64, 175, 0.1);
  border-radius: 0.6rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.ekom-spotlight__grid-icon {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  color: #1e40af;
}

.ekom-spotlight__grid-icon svg {
  width: 100%;
  height: 100%;
}

.ekom-spotlight__links {
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem 1.1rem 0.75rem;
}

.ekom-spotlight__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.8rem 0.85rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ekom-spotlight__link:hover {
  border-color: rgba(30, 64, 175, 0.2);
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.1);
  transform: translateY(-1px);
}

.ekom-spotlight__link-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 0.55rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1e40af;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(219, 234, 254, 0.9));
  border: 1px solid rgba(30, 64, 175, 0.12);
}

.ekom-spotlight__link-body strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.ekom-spotlight__link-body span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.76rem;
  line-height: 1.4;
  color: #64748b;
}

.ekom-spotlight__link-arrow {
  width: 1rem;
  height: 1rem;
  color: #94a3b8;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ekom-spotlight__link:hover .ekom-spotlight__link-arrow {
  color: #1e40af;
  transform: translateX(2px);
}

.ekom-spotlight__tags {
  list-style: none;
  margin: 0;
  padding: 0.75rem 1.1rem 1.1rem;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 0 0 1.25rem 1.25rem;
  flex: 1;
  align-content: start;
}

@media (min-width: 640px) {
  .ekom-spotlight__tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0.85rem 1.25rem 1.2rem;
  }
}

.ekom-spotlight__tags li {
  padding: 0.45rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  color: #475569;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 0.5rem;
}

.ekom-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ekom-chip-list--center { justify-content: center; }
.ekom-chip-list li {
  background: #fff;
  border: 1px solid rgba(30,64,175,.15);
  color: #1e3a8a;
  border-radius: 999px;
  padding: .45rem .85rem;
  font-size: .82rem;
  font-weight: 600;
}

.ekom-mini-cards { display: grid; gap: .75rem; }
.ekom-mini-card {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: .85rem;
  padding: 1rem;
  font-weight: 700;
  color: #1e3a8a;
}

.ekom-faq-grid {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(1, minmax(0,1fr));
}
@media (min-width: 768px) { .ekom-faq-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.ekom-faq {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: .9rem;
  padding: 1rem;
}
.ekom-faq h3 { font-weight: 700; font-size: .95rem; color: #0f172a; }
.ekom-faq p { color: #64748b; font-size: .88rem; line-height: 1.6; margin-top: .4rem; }
.ekom-faq--large { padding: 1.1rem 1.25rem; }

/* —— Knowledge: FAQ accordion panel —— */
.ekom-knowledge__panel {
  display: grid;
  gap: 0;
  border-radius: 1.5rem;
  padding: 2px;
  background: linear-gradient(145deg, rgba(30, 64, 175, 0.14), rgba(212, 160, 23, 0.1));
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.09);
  overflow: hidden;
}

@media (min-width: 1024px) {
  .ekom-knowledge__panel {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

.ekom-knowledge__intro {
  padding: 2rem 1.75rem;
  background: linear-gradient(160deg, #0f172a 0%, #1e3a8a 52%, #1e40af 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.ekom-knowledge__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(240, 193, 75, 0.92);
  margin: 0;
}

.ekom-knowledge__title {
  margin: 0.65rem 0 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 16ch;
}

.ekom-knowledge__lead {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.88);
  max-width: 30ch;
}

.ekom-knowledge__list {
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.ekom-knowledge__item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.ekom-knowledge__item:last-child {
  border-bottom: none;
}

.ekom-knowledge__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ekom-knowledge__trigger:hover,
.ekom-knowledge__item.is-open .ekom-knowledge__trigger {
  background: rgba(239, 246, 255, 0.65);
}

.ekom-knowledge__q {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f172a;
}

.ekom-knowledge__chevron {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  color: #94a3b8;
  transition: transform 0.2s ease, color 0.2s ease;
}

.ekom-knowledge__chevron svg {
  width: 100%;
  height: 100%;
}

.ekom-knowledge__item.is-open .ekom-knowledge__chevron {
  transform: rotate(180deg);
  color: #1e40af;
}

.ekom-knowledge__answer {
  padding: 0 1.25rem 1rem;
}

.ekom-knowledge__answer p {
  margin: 0;
  padding: 0 0 0.25rem;
  font-size: 0.86rem;
  line-height: 1.65;
  color: #64748b;
}

/* —— Voices: editorial testimonials —— */
.ekom-voices__panel {
  display: grid;
  gap: 1.25rem;
  border-radius: 1.35rem;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 44px rgba(15, 23, 42, 0.07);
}

@media (min-width: 768px) {
  .ekom-voices__panel {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.75rem;
    padding: 2rem 2rem 1.85rem;
    align-items: stretch;
  }
}

.ekom-voices__featured {
  position: relative;
  padding: 0.25rem 0 0.25rem 0.5rem;
}

.ekom-voices__label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e40af;
}

.ekom-voices__mark {
  position: absolute;
  top: 0.15rem;
  right: 0.5rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(30, 64, 175, 0.08);
  pointer-events: none;
  user-select: none;
}

.ekom-voices__quote {
  margin: 0.75rem 0 0;
  padding: 0;
  border: none;
}

.ekom-voices__quote p {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.55;
  color: #0f172a;
  max-width: 28ch;
}

.ekom-voices__quote footer,
.ekom-voices__mini footer {
  margin-top: 1rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e40af;
  font-style: normal;
}

.ekom-voices__stack {
  display: grid;
  gap: 0.75rem;
  align-content: center;
  padding: 0.85rem;
  border-radius: 1rem;
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.97) 0%, rgba(30, 58, 138, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.ekom-voices__mini {
  margin: 0;
  padding: 0.85rem 0.9rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ekom-voices__mini p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #e2e8f0;
}

.ekom-voices__mini footer {
  margin-top: 0.65rem;
  font-size: 0.74rem;
  color: #f0c14b;
}

.ekom-testimonial {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
}
.ekom-testimonial p { color: #475569; line-height: 1.7; }
.ekom-testimonial footer { margin-top: 1rem; font-weight: 600; color: #1e3a8a; font-size: .9rem; }

.ekom-final-cta {
  background: linear-gradient(135deg, #0f172a, #1e40af);
  color: #fff;
}
.ekom-final-cta__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255,255,255,.1);
}

.ekom-service-detail {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .ekom-service-detail { grid-template-columns: 1fr 320px; }
}
.ekom-detail-block {
  margin-top: 1.5rem;
}
.ekom-detail-block h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .75rem;
}
.ekom-bullet-list { list-style: disc; padding-left: 1.25rem; color: #475569; }
.ekom-bullet-list li { margin-top: .35rem; }
.ekom-bullet-list--grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0,1fr));
  list-style: none;
  padding-left: 0;
}
@media (min-width: 640px) { .ekom-bullet-list--grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.ekom-bullet-list--grid li::before {
  content: '✓';
  color: #1e40af;
  margin-right: .5rem;
  font-weight: 700;
}
.ekom-numbered-list { list-style: decimal; padding-left: 1.25rem; color: #475569; }
.ekom-aside-card {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
}
.ekom-aside-card + .ekom-aside-card { margin-top: 1rem; }
.ekom-aside-card--muted { background: #f8fafc; }
.ekom-aside-card h3 { font-weight: 700; }
.ekom-aside-card p { color: #64748b; font-size: .92rem; margin-top: .5rem; }

.ekom-form__label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: .35rem;
}
.ekom-form__input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: .75rem;
  padding: .7rem .85rem;
  font-size: .95rem;
}
.ekom-form__input:focus {
  outline: 2px solid rgba(30,64,175,.25);
  border-color: #1e40af;
}

.ekom-package-card,
.ekom-blog-card,
.ekom-project-card {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
}
.ekom-blog-card + .ekom-blog-card { margin-top: 0; }
.ekom-project-card { overflow: hidden; padding: 0; }
.ekom-project-card__image { width: 100%; height: 180px; object-fit: cover; }

.hero-image-bg--fallback {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #1e40af 100%) !important;
}

/* Ekom hero banners — illustrations on the right, photos full-bleed */
.page-home .hero-slide--illustration.hero-slide--fit-cover .hero-image-bg:not(.hero-image-bg--fallback) {
  background-position: 72% center;
  background-size: cover;
}

.page-home .hero-slide--photo.hero-slide--fit-cover .hero-image-bg:not(.hero-image-bg--fallback) {
  background-position: center center;
  background-size: cover;
}

.page-home .hero-slide--photo .hero-slide-overlay {
  background: linear-gradient(
    100deg,
    rgba(8, 16, 31, 0.84) 0%,
    rgba(8, 16, 31, 0.58) 36%,
    rgba(15, 23, 42, 0.28) 56%,
    rgba(15, 23, 42, 0.12) 100%
  );
}

.page-home .hero-slide-overlay {
  background: linear-gradient(
    100deg,
    rgba(8, 16, 31, 0.72) 0%,
    rgba(8, 16, 31, 0.42) 34%,
    rgba(15, 23, 42, 0.12) 52%,
    transparent 68%
  );
}

.page-home .hero-slide-copy::before {
  background: linear-gradient(
    135deg,
    rgba(8, 16, 31, 0.78) 0%,
    rgba(15, 23, 42, 0.55) 55%,
    rgba(30, 64, 175, 0.28) 100%
  );
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .5s ease, transform .5s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
