/* Ekom Data — site-wide facelift: split titles, surfaces, content holders */

/* —— Dual-colour split titles: navy contrast + striking gold —— */
.ekom-split-title {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0;
}

.ekom-split-title--hero {
  font-size: clamp(2rem, 4.5vw, 3.35rem);
}

.ekom-sec-head .ekom-split-title {
  font-size: clamp(1.45rem, 2.9vw, 2.2rem);
  line-height: 1.12;
}

.ekom-split-title__a,
.ekom-split-title__b {
  display: inline;
}

/* Gold half: expressive serif + metallic gold */
.ekom-split-title__b {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #a16207 0%, #d4a017 28%, #facc15 55%, #eab308 78%, #ca8a04 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 0 rgba(161, 98, 7, 0.18));
}

/* Contrasting half: deep navy (logo match) */
.ekom-split-title__a {
  color: #0f172a;
  font-weight: 900;
}

.ekom-split-title--blue-gold .ekom-split-title__a { color: #0f172a; }
.ekom-split-title--navy-coral .ekom-split-title__a { color: #0f172a; }
.ekom-split-title--violet-lime .ekom-split-title__a { color: #0f172a; }
.ekom-split-title--teal-magenta .ekom-split-title__a { color: #0f172a; }
.ekom-split-title--ink-cyan .ekom-split-title__a { color: #0f172a; }
.ekom-split-title--gold-navy .ekom-split-title__a {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.025em;
  background: linear-gradient(118deg, #92400e 0%, #d4a017 32%, #facc15 58%, #eab308 82%, #a16207 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 0 rgba(146, 64, 14, 0.16));
}
.ekom-split-title--gold-navy .ekom-split-title__b {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 900;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #0f172a;
  -webkit-text-fill-color: #0f172a;
  filter: none;
  letter-spacing: -0.04em;
}

/* Dark surfaces: bright gold vs white/soft contrast */
.ekom-split-title--light-gold .ekom-split-title__a {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: none;
  filter: none;
}
.ekom-split-title--light-gold .ekom-split-title__b {
  background: linear-gradient(135deg, #fde68a 0%, #facc15 40%, #eab308 70%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 10px rgba(250, 204, 21, 0.28));
}

.ekom-split-title--light-cyan .ekom-split-title__a { color: #f8fafc; -webkit-text-fill-color: #f8fafc; background: none; filter: none; }
.ekom-split-title--light-coral .ekom-split-title__a { color: #fff; -webkit-text-fill-color: #fff; background: none; filter: none; }
.ekom-split-title--light-lime .ekom-split-title__a { color: #fff; -webkit-text-fill-color: #fff; background: none; filter: none; }

/* —— Section headers —— */
.ekom-sec-head {
  max-width: 40rem;
  margin-bottom: 1.15rem;
}

.ekom-sec-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ekom-sec-head--left {
  text-align: left;
  margin-left: 0;
}

.ekom-sec-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e40af;
  background: rgba(30, 64, 175, 0.08);
  border: 1px solid rgba(30, 64, 175, 0.14);
}

.ekom-sec-head__lead {
  margin: 0.4rem 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #475569;
}

.ekom-bg--ink .ekom-sec-head__lead,
.ekom-bg--carbon .ekom-sec-head__lead,
.ekom-bg--navy-mesh .ekom-sec-head__lead {
  color: rgba(226, 232, 240, 0.88);
}

.ekom-bg--ink .ekom-sec-head__eyebrow,
.ekom-bg--carbon .ekom-sec-head__eyebrow,
.ekom-bg--navy-mesh .ekom-sec-head__eyebrow {
  color: #facc15;
  background: rgba(250, 204, 21, 0.12);
  border-color: rgba(250, 204, 21, 0.22);
}

/* —— Contrasting section backgrounds —— */
.ekom-bg--snow {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ekom-bg--mist {
  background:
    radial-gradient(ellipse 80% 55% at 0% 0%, rgba(59, 130, 246, 0.09), transparent 55%),
    linear-gradient(180deg, #eff6ff 0%, #f8fafc 55%, #ffffff 100%);
}

.ekom-bg--gold-dust {
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(234, 179, 8, 0.12), transparent 50%),
    linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
}

.ekom-bg--mint {
  background:
    radial-gradient(ellipse 65% 45% at 0% 100%, rgba(20, 184, 166, 0.1), transparent 55%),
    linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%);
}

.ekom-bg--violet-wash {
  background:
    radial-gradient(ellipse 70% 50% at 100% 20%, rgba(124, 58, 237, 0.08), transparent 55%),
    linear-gradient(180deg, #faf5ff 0%, #f8fafc 100%);
}

.ekom-bg--mesh-blue {
  background:
    radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.08), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(14, 165, 233, 0.07), transparent 42%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.ekom-bg--diagonal {
  background:
    repeating-linear-gradient(
      -12deg,
      rgba(30, 64, 175, 0.03) 0,
      rgba(30, 64, 175, 0.03) 1px,
      transparent 1px,
      transparent 14px
    ),
    linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
}

.ekom-bg--grid {
  background:
    linear-gradient(rgba(30, 64, 175, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 64, 175, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.ekom-bg--ink {
  background: linear-gradient(145deg, #020617 0%, #0f172a 45%, #1e3a8a 100%);
  color: #e2e8f0;
}

.ekom-bg--carbon {
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(59, 130, 246, 0.18), transparent 55%),
    linear-gradient(180deg, #0f172a 0%, #111827 100%);
  color: #e2e8f0;
}

.ekom-bg--navy-mesh {
  background:
    radial-gradient(circle at 15% 20%, rgba(250, 204, 21, 0.12), transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(56, 189, 248, 0.12), transparent 38%),
    linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  color: #fff;
}

/* —— Content holders —— */
.ekom-hold {
  border-radius: 1.25rem;
  padding: 1.5rem 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-hold--rim {
  padding: 2px;
  border: none;
  background: linear-gradient(145deg, rgba(30, 64, 175, 0.22), rgba(234, 179, 8, 0.18));
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
}

.ekom-hold--rim > .ekom-hold__inner {
  border-radius: 1.15rem;
  padding: 1.5rem 1.35rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.ekom-hold--glass {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}

.ekom-hold--dark {
  background: linear-gradient(160deg, #0f172a 0%, #1e3a8a 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 18px 44px rgba(0, 0, 0, 0.25);
}

.ekom-hold--striped {
  position: relative;
  overflow: hidden;
}

.ekom-hold--striped::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1d4ed8, #eab308, #db2777, #0f766e);
}

.ekom-hold--lift:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

/* —— Inner hero variants —— */
.inner-hero--ekom {
  position: relative;
  overflow: hidden;
}

.inner-hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  pointer-events: none;
}

.inner-hero__glow--a {
  width: 320px;
  height: 320px;
  top: -80px;
  right: 8%;
  background: rgba(250, 204, 21, 0.22);
}

.inner-hero__glow--b {
  width: 280px;
  height: 280px;
  bottom: -60px;
  left: 5%;
  background: rgba(34, 211, 238, 0.18);
}

.inner-hero--hosting {
  background: linear-gradient(135deg, #020617 0%, #0c4a6e 50%, #1d4ed8 100%);
}

.inner-hero--software {
  background: linear-gradient(135deg, #1e1b4b 0%, #5b21b6 48%, #0f766e 100%);
}

.inner-hero--security {
  background: linear-gradient(135deg, #0f172a 0%, #7f1d1d 45%, #1e3a8a 100%);
}

.inner-hero--solutions {
  background: linear-gradient(135deg, #0f172a 0%, #4c1d95 55%, #1e40af 100%);
}

.inner-hero--services {
  background: linear-gradient(135deg, #082f49 0%, #1e3a8a 52%, #0f766e 100%);
}

.inner-hero--contact {
  background: linear-gradient(135deg, #1c1917 0%, #1e3a8a 50%, #ca8a04 100%);
}

.inner-hero--blog {
  background: linear-gradient(135deg, #0f172a 0%, #312e81 55%, #0891b2 100%);
}

.inner-hero--projects {
  background:
    radial-gradient(ellipse 70% 60% at 12% 20%, rgba(212, 160, 23, 0.22), transparent 55%),
    radial-gradient(ellipse 55% 50% at 88% 10%, rgba(59, 130, 246, 0.28), transparent 50%),
    linear-gradient(145deg, #020617 0%, #0f172a 38%, #1e3a8a 78%, #1e40af 100%);
  overflow: hidden;
}

.inner-hero--projects .inner-hero__pattern {
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000 20%, transparent 95%);
}

.inner-hero--projects .inner-hero__glow--a {
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(234, 179, 8, 0.28), transparent 68%);
  animation: ekom-portfolio-float 9s ease-in-out infinite;
}

.inner-hero--projects .inner-hero__glow--b {
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.3), transparent 68%);
  animation: ekom-portfolio-float 11s ease-in-out infinite reverse;
}

@keyframes ekom-portfolio-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(2%, -4%) scale(1.06); }
}

.inner-hero--ekom .inner-hero__title:not(.ekom-split-title) {
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.inner-hero--ekom .inner-hero__subtitle {
  color: rgba(226, 232, 240, 0.9);
  max-width: 42ch;
}

/* —— Hardened page content cards —— */
.page-content-card {
  border-radius: 1.25rem !important;
  padding: 1.75rem 1.5rem !important;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%) !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 44px rgba(15, 23, 42, 0.08) !important;
}

.ekom-aside-card {
  border-radius: 1rem;
  padding: 1.15rem 1.1rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(30, 64, 175, 0.12);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.ekom-aside-card--accent {
  background: linear-gradient(160deg, #0f172a 0%, #1e3a8a 100%);
  border-color: rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
}

.ekom-aside-card--accent h3 {
  color: #facc15;
}

.ekom-package-card {
  height: 100%;
  border-radius: 1.15rem;
  padding: 1.35rem 1.25rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ekom-package-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(30, 64, 175, 0.12);
}

.ekom-blog-card {
  border-radius: 1.15rem;
  padding: 1.35rem 1.25rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ekom-blog-card:hover {
  border-color: rgba(30, 64, 175, 0.2);
  box-shadow: 0 16px 36px rgba(30, 64, 175, 0.1);
}

.ekom-project-card {
  border-radius: 1.15rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

/* —— Website portfolio —— */
.ekom-portfolio-section {
  position: relative;
  overflow: hidden;
}

.ekom-portfolio-section__glow {
  position: absolute;
  inset: auto -10% -20% auto;
  width: min(36rem, 70vw);
  height: min(36rem, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 64, 175, 0.1), transparent 68%);
  pointer-events: none;
}

#portfolio-ecommerce .ekom-portfolio-section__glow {
  inset: auto auto -25% -12%;
  background: radial-gradient(circle, rgba(8, 145, 178, 0.12), transparent 68%);
}

#portfolio-blogs .ekom-portfolio-section__glow {
  inset: -18% -8% auto auto;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.14), transparent 68%);
}

.ekom-portfolio-section__head {
  position: relative;
}

.ekom-portfolio-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 640px) {
  .ekom-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ekom-portfolio-grid--websites {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .ekom-portfolio-grid--websites .ekom-portfolio-card:nth-child(-n + 3) {
    grid-column: span 2;
  }

  .ekom-portfolio-grid--websites .ekom-portfolio-card:nth-child(n + 4) {
    grid-column: span 3;
  }

  .ekom-portfolio-grid--ecommerce {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ekom-portfolio-grid--blogs {
    grid-template-columns: minmax(0, 34rem);
    justify-content: center;
  }
}

.ekom-portfolio-card {
  --pc-accent: #1e40af;
  --pc-accent-soft: rgba(30, 64, 175, 0.12);
  --pc-preview-a: #0f172a;
  --pc-preview-b: #1e3a8a;
  position: relative;
  border-radius: 1.25rem;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.94) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 14px 36px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.ekom-portfolio-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--pc-accent), #d4a017);
  opacity: 0.85;
  z-index: 2;
}

.ekom-portfolio-card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--pc-accent) 35%, transparent);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 50px rgba(15, 23, 42, 0.14),
    0 0 0 1px color-mix(in srgb, var(--pc-accent) 12%, transparent);
}

.ekom-portfolio-card--navy { --pc-accent: #0f172a; --pc-accent-soft: rgba(15, 23, 42, 0.1); --pc-preview-a: #020617; --pc-preview-b: #1e293b; }
.ekom-portfolio-card--blue { --pc-accent: #1e40af; --pc-accent-soft: rgba(30, 64, 175, 0.12); --pc-preview-a: #0f172a; --pc-preview-b: #1e40af; }
.ekom-portfolio-card--gold { --pc-accent: #ca8a04; --pc-accent-soft: rgba(202, 138, 4, 0.14); --pc-preview-a: #1c1917; --pc-preview-b: #a16207; }
.ekom-portfolio-card--cyan { --pc-accent: #0891b2; --pc-accent-soft: rgba(8, 145, 178, 0.14); --pc-preview-a: #083344; --pc-preview-b: #0e7490; }
.ekom-portfolio-card--amber { --pc-accent: #d97706; --pc-accent-soft: rgba(217, 119, 6, 0.14); --pc-preview-a: #1c1917; --pc-preview-b: #b45309; }
.ekom-portfolio-card--emerald { --pc-accent: #047857; --pc-accent-soft: rgba(4, 120, 87, 0.12); --pc-preview-a: #052e16; --pc-preview-b: #065f46; }
.ekom-portfolio-card--slate { --pc-accent: #475569; --pc-accent-soft: rgba(71, 85, 105, 0.12); --pc-preview-a: #0f172a; --pc-preview-b: #334155; }

.ekom-portfolio-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.ekom-portfolio-card__preview {
  position: relative;
  margin: 0.85rem 0.85rem 0;
  border-radius: 0.85rem;
  overflow: hidden;
  background: linear-gradient(145deg, var(--pc-preview-a), var(--pc-preview-b));
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
  transform: translateZ(0);
}

.ekom-portfolio-card__preview.has-shot {
  background: #0f172a;
}

.ekom-portfolio-card__chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.7rem;
  background: rgba(0, 0, 0, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2;
}

.ekom-portfolio-card__preview.has-shot .ekom-portfolio-card__chrome {
  background: rgba(15, 23, 42, 0.92);
}

.ekom-portfolio-card__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.ekom-portfolio-card__dot:nth-child(1) { background: #f87171; }
.ekom-portfolio-card__dot:nth-child(2) { background: #fbbf24; }
.ekom-portfolio-card__dot:nth-child(3) { background: #34d399; }

.ekom-portfolio-card__url {
  margin-left: 0.45rem;
  flex: 1;
  min-width: 0;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ekom-portfolio-card__shot {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0f172a;
}

.ekom-portfolio-card__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.01);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ekom-portfolio-card:hover .ekom-portfolio-card__shot img {
  transform: scale(1.06);
}

.ekom-portfolio-card__screen {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 5.5rem;
  padding: 1rem 1.05rem 1.15rem;
}

.ekom-portfolio-card__mark {
  display: inline-grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.85rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  transition: transform 0.35s ease;
}

.ekom-portfolio-card:hover .ekom-portfolio-card__mark {
  transform: scale(1.06) rotate(-3deg);
}

.ekom-portfolio-card__screen-lines {
  display: grid;
  gap: 0.4rem;
  flex: 1;
}

.ekom-portfolio-card__screen-lines i {
  display: block;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.ekom-portfolio-card__screen-lines i:nth-child(1) { width: 88%; }
.ekom-portfolio-card__screen-lines i:nth-child(2) { width: 64%; }
.ekom-portfolio-card__screen-lines i:nth-child(3) { width: 76%; background: color-mix(in srgb, #facc15 55%, rgba(255, 255, 255, 0.2)); }

.ekom-portfolio-card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.16) 48%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.ekom-portfolio-card:hover .ekom-portfolio-card__shine {
  transform: translateX(120%);
}

.ekom-portfolio-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1rem 1.2rem 1.2rem;
}

.ekom-portfolio-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.ekom-portfolio-card__tag {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pc-accent);
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: var(--pc-accent-soft);
  border: 1px solid color-mix(in srgb, var(--pc-accent) 18%, transparent);
}

.ekom-portfolio-card__name {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1.2;
}

.ekom-portfolio-card__domain {
  margin-top: 0.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--pc-accent);
  letter-spacing: 0.01em;
}

.ekom-portfolio-card__desc {
  margin-top: 0.7rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #475569;
  flex: 1 1 auto;
}

.ekom-portfolio-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.05rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.82rem;
  font-weight: 800;
  color: #1e40af;
  transition: color 0.2s ease, gap 0.25s ease;
}

.ekom-portfolio-card__cta svg {
  transition: transform 0.25s ease;
}

.ekom-portfolio-card:hover .ekom-portfolio-card__cta {
  color: var(--pc-accent);
  gap: 0.6rem;
}

.ekom-portfolio-card:hover .ekom-portfolio-card__cta svg {
  transform: translate(2px, -2px);
}

@media (prefers-reduced-motion: reduce) {
  .ekom-portfolio-card,
  .ekom-portfolio-card__mark,
  .ekom-portfolio-card__shine,
  .ekom-portfolio-card__cta svg,
  .ekom-portfolio-card__shot img,
  .inner-hero--projects .inner-hero__glow--a,
  .inner-hero--projects .inner-hero__glow--b {
    transition: none !important;
    animation: none !important;
  }

  .ekom-portfolio-card:hover {
    transform: none;
  }

  .ekom-portfolio-card:hover .ekom-portfolio-card__shot img {
    transform: none;
  }
}

.ekom-detail-block {
  border-radius: 1.1rem;
  padding: 1.25rem 1.2rem;
  margin-top: 1.25rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.ekom-detail-block h2 {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1e40af;
  margin-bottom: 0.65rem;
}

/* —— Inner CTA hardening —— */
.inner-cta__box {
  border-radius: 1.35rem !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
}

/* —— 404 —— */
.ekom-404 {
  min-height: calc(100vh - var(--ekom-header-h));
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
  background:
    radial-gradient(circle at 30% 20%, rgba(37, 99, 235, 0.12), transparent 45%),
    radial-gradient(circle at 70% 80%, rgba(234, 179, 8, 0.1), transparent 42%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.ekom-404__hold {
  text-align: center;
  max-width: 28rem;
  padding: 2.5rem 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.ekom-404__code {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(4rem, 12vw, 6rem);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #1d4ed8, #eab308);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* —— Feature grid on security page —— */
.ekom-feature-matrix {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .ekom-feature-matrix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ekom-feature-matrix {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ekom-feature-matrix li {
  list-style: none;
  padding: 0.75rem 0.85rem;
  border-radius: 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* —— Inquiry band —— */
.ekom-inquiry-band {
  max-width: 40rem;
  margin: 0 auto;
}

.ekom-inquiry-band .ekom-hold--rim > .ekom-hold__inner {
  padding: 1.75rem 1.5rem;
}

.ekom-delivery__intro .ekom-split-title,
.ekom-knowledge__title.ekom-split-title {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.ekom-delivery__process-head .ekom-split-title {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  max-width: 38ch;
  margin: 0 auto;
}

.ekom-spotlight__title.ekom-split-title {
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
}

.ekom-about__title.ekom-split-title {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  max-width: none;
}

.ekom-voices__quote-title {
  font-size: clamp(1rem, 1.8vw, 1.15rem) !important;
  margin: 0 0 0.5rem;
}

.ekom-section--navy .ekom-sec-head {
  max-width: 40rem;
}

.ekom-chip-list {
  padding: 0.5rem 0;
}

/* —— CTA band —— */
.ekom-cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1.75rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.ekom-bg--gold-dust .ekom-cta-band__inner,
.ekom-bg--violet-wash .ekom-cta-band__inner,
.ekom-bg--mesh-blue .ekom-cta-band__inner,
.ekom-bg--mint .ekom-cta-band__inner {
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.ekom-cta-band__head {
  margin-bottom: 0;
  flex: 1;
  min-width: 16rem;
}

.ekom-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* —— Inner CTA (legacy + member pages) —— */
.ekom-inner-cta .inner-cta__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 1.75rem;
  border-radius: 1.35rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

@media (min-width: 768px) {
  .ekom-inner-cta .inner-cta__box {
    flex-direction: row;
    align-items: center;
    padding: 2rem 2.25rem;
  }
}

.ekom-inner-cta__title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  margin-bottom: 0.35rem;
}

/* —— Legacy page bridge —— */
.section-fade-green {
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(59, 130, 246, 0.07), transparent 55%),
    linear-gradient(180deg, #eff6ff 0%, #f8fafc 55%, #ffffff 100%);
}

.section-heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #0f172a;
}

.loans-hub__intro.ekom-hold--striped {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.35rem;
}

.loans-hub__intro.ekom-hold--striped::before {
  border-radius: 1.25rem 1.25rem 0 0;
}

.a26-hero__title em,
.m26-hero__title em {
  color: #facc15;
  font-style: normal;
  font-weight: 900;
}

.a26-section:nth-of-type(even) {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.g26-hero__title.ekom-split-title {
  font-size: clamp(2rem, 4vw, 3rem);
}

.mem-reg__hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #0f766e 100%);
}

.mem-reg__title.ekom-split-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}

.ekom-bg--gold-dust .ekom-split-title--light-gold .ekom-split-title__a {
  color: #0f172a;
  -webkit-text-fill-color: #0f172a;
  background: none;
  filter: none;
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 900;
}

.ekom-bg--gold-dust .ekom-split-title--light-gold .ekom-split-title__b {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(135deg, #a16207 0%, #d4a017 28%, #facc15 55%, #eab308 78%, #ca8a04 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 0 rgba(161, 98, 7, 0.18));
}

/* light-gold on pale panels: navy + striking gold */
.ekom-delivery__intro .ekom-split-title--light-gold .ekom-split-title__a {
  color: #0f172a;
  -webkit-text-fill-color: #0f172a;
  background: none;
  filter: none;
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-style: normal;
}

.ekom-delivery__intro .ekom-split-title--light-gold .ekom-split-title__b {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(135deg, #a16207 0%, #d4a017 28%, #facc15 55%, #eab308 78%, #ca8a04 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.ekom-final-cta.ekom-bg--navy-mesh .ekom-final-cta__inner {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.35rem;
  padding: 2rem 1.75rem;
}

.ekom-trust__grid {
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

/* —— About page (a26) — Ekom navy / blue / gold theme —— */
.a26 {
  background:
    linear-gradient(180deg, #e8eef8 0%, #f1f5f9 18%, #f8fafc 50%, #eef2ff 100%);
}

.a26-hero__bg {
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(59, 130, 246, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(212, 160, 23, 0.14), transparent 50%),
    linear-gradient(155deg, #0f172a 0%, #1e3a8a 38%, #1e40af 72%, #0f172a 100%);
}

.a26-hero__eyebrow {
  color: #93c5fd;
}

.a26-jump__inner {
  border-color: rgba(30, 64, 175, 0.14);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
}

.a26-jump__item:hover {
  background: #eff6ff;
}

.a26-jump__item.is-active {
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
}

.a26-metrics__grid {
  background: linear-gradient(145deg, #fff 0%, #eff6ff 100%);
  border-color: rgba(30, 64, 175, 0.16);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.a26-metric:not(:last-child)::after {
  background: rgba(30, 64, 175, 0.12);
}

.a26-metric:hover {
  background: rgba(30, 64, 175, 0.04);
}

.a26-section + .a26-section::before {
  background: linear-gradient(90deg, transparent, rgba(30, 64, 175, 0.12), rgba(212, 160, 23, 0.18), rgba(30, 64, 175, 0.12), transparent);
}

.a26-section--alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(239, 246, 255, 0.55) 100%);
}

.a26-section--story {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.55) 0%, rgba(248, 250, 252, 0.45) 100%);
}

.a26-timeline__item {
  background: linear-gradient(145deg, #fff 0%, #eff6ff 100%);
  border-color: rgba(30, 64, 175, 0.16);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.a26-story-island__glow {
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.45), rgba(59, 130, 246, 0.35), rgba(15, 23, 42, 0.08));
}

.a26-story-island__inner {
  background: linear-gradient(165deg, #fff 0%, #f8fafc 42%, #eff6ff 100%);
  box-shadow:
    0 0 0 1px rgba(30, 64, 175, 0.1),
    0 16px 40px rgba(15, 23, 42, 0.1);
}

.a26-story-island__copy {
  border-right-color: rgba(30, 64, 175, 0.1);
}

.a26-story-island__brand {
  background: linear-gradient(155deg, #0f172a 0%, #1e3a8a 48%, #1e40af 100%);
}

.a26-link {
  color: #1e40af;
}

.a26-vmv-card {
  border-color: rgba(30, 64, 175, 0.14);
  background: linear-gradient(160deg, #fff 0%, #eff6ff 100%);
}

.a26-vmv-card:hover {
  border-color: rgba(212, 160, 23, 0.45);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.a26-vmv-card--vision .a26-vmv-card__icon {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  color: #1e40af;
}

.a26-vmv-card--mission .a26-vmv-card__icon {
  background: linear-gradient(135deg, #eff6ff, #93c5fd);
  color: #1e3a8a;
}

.a26-value {
  background: linear-gradient(145deg, #fff 0%, #f8fafc 100%);
  border-color: rgba(30, 64, 175, 0.14);
}

.a26-section--alt .a26-value {
  background: linear-gradient(145deg, #fff 0%, #eff6ff 100%);
}

.a26-value:hover {
  border-color: rgba(212, 160, 23, 0.45);
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.08);
}

.a26-value__icon {
  background: linear-gradient(135deg, #eff6ff, #bfdbfe);
  color: #1e40af;
}

.a26-care__copy {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #1e40af 100%);
}

.a26 .m26-btn--primary {
  color: #1e3a8a;
}

.a26 .m26-btn--outline {
  border-color: #1e40af;
  color: #1e40af;
}

.a26-join-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 52%, #1e40af 100%);
  border-color: rgba(255, 255, 255, 0.12);
}
