/* INTILOGY content + JK Technology layout patokan — https://jktech.com.sg/ */
:root {
  --text: #111827;
  --text-light: #6B7280;
  --border: #E5E7EB;
  --bg: #F8FAFC;
  --white: #ffffff;
  --primary: #0B1F3A;
  --primary-dark: #061428;
  --accent: #c41e3a;
  --accent-hover: #9e1830;
  --brand-blue: #0B4DA2;
  --accent-cyan: #00AEEF;
  --icon-bg: #EEF6FF;
  --footer-bg: #0B1F3A;
  --footer-text: #cbd5e1;
  --container: min(1200px, 94vw);
  --header-h: 80px;
  --header-pad-x: clamp(1.25rem, 5vw, 4rem);
  --font: 'DM Sans', system-ui, -apple-system, sans-serif;
  --product-thumb-h: 350px;
  --product-thumb-max-w: 230px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
ul { list-style: none; margin: 0; padding: 0; }

.container { width: var(--container); margin-inline: auto; padding-inline: 1.25rem; }
.site-header-shell .container { padding-inline: var(--header-pad-x); max-width: 100%; width: 100%; }

.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; background: #000; color: #fff; padding: 0.5rem; z-index: 999; }

/* Header — logo | nav | utilities */
.site-header-shell {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid var(--border);
}
.site-header-shell .header-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(0.65rem, 1.2vw, 1.25rem);
  min-height: var(--header-h);
}
.header-nav-cluster {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.65rem, 1.2vw, 1.25rem);
  min-width: 0;
}
.mobile-nav-head {
  display: none;
}
.mobile-nav-close {
  display: none;
}
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.main-nav {
  flex: 0 1 auto;
  min-width: 0;
}
.header-utilities {
  flex: 0 0 auto;
}
.brand-logo {
  display: block;
  width: auto;
  max-width: 200px;
  height: auto;
}
.brand-logo-header {
  width: 160px;
  max-width: 160px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}
.header-cta {
  padding: 0.55rem 1.15rem;
  font-size: 0.875rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.header-cta-label--short { display: none; }
.header-cta-mobile { display: none !important; }
.main-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.header-utilities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-shrink: 0;
}
.nav-toggle { display: none; }
.nav-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem clamp(0.85rem, 1.4vw, 1.75rem);
}
.nav-list a {
  color: var(--text);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 0;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.nav-list a:hover { color: var(--accent); }
@media (max-width: 1100px) {
  .nav-list a.is-active { color: var(--accent); }
}
.header-search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  padding: 0.35rem;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}
.header-search:hover { color: var(--accent); }
.header-search:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.header-search svg { display: block; }

.header-search-dialog {
  border: none;
  border-radius: 12px;
  padding: 0;
  width: min(560px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
}
.header-search-dialog[hidden],
.header-search-dialog:not([open]) {
  display: none !important;
}
body.search-dialog-open {
  overflow: hidden;
}
.header-search-dialog::backdrop {
  background: rgba(15, 23, 42, 0.45);
}
.header-search-form {
  padding: 1.25rem 1.5rem 1.5rem;
}
.header-search-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.header-search-dialog-title {
  margin: 0;
  font-size: 1.125rem;
  color: var(--navy);
}
.header-search-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--text-light);
  padding: 0.25rem 0.5rem;
}
.header-search-close:hover { color: var(--navy); }
.header-search-field {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}
.header-search-input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  font-size: 1rem;
}
.header-search-input:focus {
  outline: 2px solid var(--accent);
  outline-offset: 0;
  border-color: var(--accent);
}
.header-search-hint {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  color: var(--text-light);
}

.products-search-form {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.products-search-input {
  flex: 1;
  min-width: 12rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.6rem 0.85rem;
  font-size: 1rem;
}
.products-empty {
  padding: 2rem 0;
  color: var(--text-light);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.nav-toggle span {
  width: 24px; height: 2px; background: var(--text);
}
.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10055;
  background: rgba(15, 23, 42, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  border: none;
  padding: 0;
  margin: 0;
}
.nav-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* Backdrop + drawer share header stacking context (header z-index 100 alone loses to body-level backdrop). */
body.nav-menu-open .site-header-shell {
  z-index: 10052;
}
body.nav-menu-open {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  overflow: hidden;
  touch-action: none;
}

/* Language switcher — flag icons */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
.lang-switcher-flags {
  gap: 0.5rem;
  flex-shrink: 0;
}
.lang-switcher-flags .lang-flag-link {
  display: inline-flex !important;
}
.lang-flag-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  border-radius: 6px;
  border: 2px solid transparent;
  line-height: 0;
  opacity: 0.72;
  transition: opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.lang-flag-link:hover {
  opacity: 1;
}
.lang-flag-link.is-active {
  opacity: 1;
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(0, 174, 239, 0.35);
}
.flag-icon {
  display: block;
  width: 26px;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}
.lang-link {
  color: var(--text-light);
  padding: 0.25rem 0.35rem;
}
.lang-link.is-active,
.lang-link:hover { color: var(--accent); }
.lang-sep { color: var(--border); user-select: none; }

.section { padding-block: 96px; }
@media (max-width: 768px) {
  .section { padding-block: 64px; }
}

/* Hero homepage — split layout, satu H1 */
.hero-home {
  background: linear-gradient(135deg, #f8fafc 0%, #eef6ff 100%);
  padding: 120px 0 88px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
.hero-home-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding-inline: clamp(1rem, 4vw, 1.5rem);
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .hero-home-inner:has(.hero-home-capabilities) {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    align-items: start;
    gap: 2.75rem 2rem;
  }
  .hero-home-inner--single {
    display: flex;
    flex-direction: column;
    max-width: 920px;
  }
  .hero-home-capabilities {
    position: sticky;
    top: 96px;
  }
  .hero-solution-cards {
    grid-template-columns: 1fr;
  }
}
.hero-solution-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}
.hero-solution-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.35rem 1.25rem;
  background: var(--white);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 10px 28px rgba(15, 23, 42, 0.06);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.hero-solution-card:hover {
  border-color: var(--brand-blue);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}
.hero-solution-card-icon {
  width: 44px;
  height: 44px;
}
.hero-solution-card-icon .solution-icon-wrap {
  width: 44px;
  height: 44px;
}
.hero-solution-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
  line-height: 1.3;
}
.hero-solution-card-desc {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--text-light);
  margin: 0;
  flex: 1;
}
.hero-solution-card .card-cta {
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}
.cta-dark-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
  margin-top: 1.25rem;
}
.cta-dark-actions .btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.65);
}
.cta-dark-actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}
.clients-trust-disclaimer {
  font-size: 0.8125rem;
  color: var(--text-light);
  text-align: center;
  max-width: 42rem;
  margin: 1.5rem auto 0;
  line-height: 1.55;
}
.form-hint {
  font-size: 0.8125rem;
  color: var(--text-light);
  margin: -0.5rem 0 1rem;
  line-height: 1.5;
}
.hero-home-title {
  font-size: clamp(2.5rem, 4.2vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--primary);
  margin: 0 0 1.25rem;
  font-weight: 700;
}
.hero-home-subtitle {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.65;
  color: var(--text-light);
  margin: 0 0 1.75rem;
  max-width: 41.25rem;
}
.hero-home-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  justify-content: center;
}
.btn-hero {
  min-height: 52px;
  padding: 0.8rem 1.4rem;
  font-size: 0.9375rem;
}
.hero-home .btn-secondary {
  color: var(--primary) !important;
  border-color: var(--primary);
  margin-left: 0;
}
.hero-home .btn-secondary:hover {
  background: var(--primary);
  color: var(--white) !important;
}
.hero-home-trust {
  font-size: 0.875rem;
  color: var(--text-light);
  margin: 0;
  max-width: 32rem;
}
.hero-home-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero-visual {
  width: 100%;
  max-width: 600px;
  min-width: 280px;
  height: auto;
  transform: translateX(16px) scale(0.96);
  object-fit: contain;
}
.clients-trust-section {
  padding-block: 72px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.clients-trust-inner { max-width: 1120px; }
.clients-trust-lead { margin-bottom: 2rem; }
.clients-trust-more { text-align: center; margin-top: 2rem; }
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border: 1px solid var(--brand-blue);
  color: var(--brand-blue);
  font-weight: 600;
  border-radius: 6px;
  background: transparent;
}
.btn-outline:hover {
  background: var(--icon-bg);
  color: var(--primary);
}
.solution-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--icon-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue);
  margin-bottom: 1.25rem;
}
.solution-icon {
  width: 32px;
  height: 32px;
}
.solution-card-rich {
  min-height: 260px;
  padding: 28px;
  border-radius: 20px;
}
.deployment-section { background: var(--white); }
.deployment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 2rem;
}
.deployment-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  min-height: auto;
  border-radius: 22px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  border: 1px solid #E5E7EB;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}
.deployment-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 77, 162, 0.25);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}
.deployment-card h3 {
  margin: 0 0 0.75rem;
  color: var(--primary);
  font-size: 1.25rem;
}
.deployment-card-visual {
  height: 180px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FFFFFF;
}
.deployment-card-visual img {
  max-width: 100%;
  max-height: 170px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
}
.deployment-problem {
  font-size: 0.875rem;
  color: var(--text-light);
  margin: 0 0 0.75rem;
}
.contact-lead-title {
  font-size: 1.5rem;
  color: var(--primary);
  margin: 0 0 1rem;
}
.contact-lead-body {
  color: var(--text-light);
  line-height: 1.65;
  margin: 0 0 1.5rem;
}
.technical-diagram figcaption {
  font-size: 0.875rem;
  color: var(--text-light);
  text-align: center;
  margin-top: 0.75rem;
  padding: 0 0.5rem;
}
.footer-links a:hover { color: var(--accent-cyan); }

/* Hero slideshow — legacy / halaman lain */
.hero-slideshow {
  position: relative;
  overflow: hidden;
  background: var(--primary-dark);
  min-height: 420px;
}
.hero-spotlights {
  background: var(--surface, #f7f7f7);
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
}
.hero-spotlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}
.hero-spotlight-card {
  display: block;
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.hero-spotlight-card:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 16px rgba(0, 51, 102, 0.08);
}
.hero-spotlight-title {
  margin: 0.75rem 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary-dark);
}
.hero-spotlight-card p {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  color: var(--text-muted, #64748b);
  line-height: 1.5;
}
.hero-spotlight-icon .solution-icon-img {
  width: 40px;
  height: 40px;
}
.slideshow-track { position: relative; min-height: 420px; }
.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s;
  pointer-events: none;
}
.slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.slide-bg-1 { background: linear-gradient(135deg, #002244 0%, #003366 55%, #1e5a8e 100%); }
.slide-bg-2 { background: linear-gradient(135deg, #1a1a2e 0%, #003366 50%, #4a5568 100%); }
.slide-bg-3 { background: linear-gradient(135deg, #003366 0%, #1e5a8e 60%, #2d3748 100%); }
.slide-bg-4 { background: linear-gradient(135deg, #002244 0%, #c41e3a 40%, #003366 100%); }
.slide-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.slide-bg:has(.slide-bg-img)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 34, 68, 0.92) 0%, rgba(0, 51, 102, 0.55) 55%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.slide-bg .slide-bg-img { position: relative; z-index: 0; }

/* Vendor / technology brand logos */
.vendor-logo-section { padding: 3rem 0; background: var(--surface); }
.vendor-logo-grid {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1.25rem 1.5rem;
  align-items: center;
}
.vendor-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 0.75rem 1rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.vendor-logo-card:hover {
  border-color: var(--accent);
  box-shadow: 0 2px 8px rgba(0, 51, 102, 0.08);
}
.industry-hub-list,
.layanan-hub-list,
.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.industry-hub-item,
.layanan-hub-item,
.article-list-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
}
.industry-hub-item:last-child,
.layanan-hub-item:last-child,
.article-list-item:last-child { border-bottom: none; }
.layanan-hub-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: start;
  color: inherit;
  text-decoration: none;
}
.layanan-hub-link:hover .layanan-hub-title { color: var(--accent); }
.layanan-hub-title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  color: var(--primary);
  transition: color 0.2s;
}
.layanan-hub-body p {
  margin: 0 0 0.75rem;
  color: var(--text-light);
  line-height: 1.6;
}
.layanan-hub-icon .solution-icon-wrap { margin: 0; }
@media (max-width: 640px) {
  .layanan-hub-link { grid-template-columns: 1fr; }
}
.related-solutions-list {
  margin: 0 0 2rem;
  padding-left: 1.25rem;
}
.related-solutions-list a { font-weight: 500; }
.industry-card h3 a { color: inherit; text-decoration: none; }
.industry-card h3 a:hover { color: var(--accent); }
.section-cta { margin-top: 1rem; text-align: center; }
.content-disclaimer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  font-size: 0.875rem;
  color: var(--text-muted, #64748b);
}
.content-disclaimer-inline {
  font-size: 0.875rem;
  color: var(--text-light);
}

.vendor-logo-card img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.slide-content {
  position: relative;
  z-index: 1;
  padding: 4rem 1.25rem;
  max-width: 640px;
}
.slide-content h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
}
.slide-sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.0625rem;
  margin: 0 0 1.5rem;
  max-width: 520px;
}
.slideshow-controls {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}
.slideshow-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}
.slideshow-btn:hover { background: var(--accent); border-color: var(--accent); }
.slideshow-dots { display: flex; gap: 0.5rem; }
.slideshow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--white);
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.slideshow-dot.is-active { background: var(--white); }

/* Intro — JK value proposition block */
.intro-section {
  padding: 4rem 0;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.intro-inner { max-width: 820px; margin-inline: auto; text-align: center; }
.intro-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 1.25rem;
  line-height: 1.25;
}
.intro-body {
  margin: 0;
  color: var(--text-light);
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* Positioning pillars — Procurement · Implementasi · Dukungan (3-card center) */
.positioning-pillars {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.positioning-pillars-grid,
.procurement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 360px));
  justify-content: center;
  gap: 24px;
  max-width: 1120px;
  margin: 2rem auto 0;
}
.positioning-pillars-grid.is-four,
.procurement-grid.is-four {
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  max-width: 1220px;
}
.positioning-pillar-card,
.procurement-card {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.18s;
}
.positioning-pillar-card:hover,
.procurement-card:hover {
  border-color: rgba(11, 77, 162, 0.25);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
  transform: translateY(-4px);
}
.positioning-pillar-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
}
.positioning-pillar-card p {
  margin: 0 0 auto;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-light);
  flex-grow: 1;
}
.positioning-pillar-card .card-cta {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-blue);
}
.positioning-pillar-card:hover .card-cta { color: var(--accent); }

/* Pillars — deployment Cloud / On Premise / Hybrid */
.pillars-section {
  padding: 4rem 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.pillar-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 2rem 1.5rem;
  transition: box-shadow 0.25s;
}
.pillar-card:hover { box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07); }
.pillar-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  color: var(--primary);
  font-weight: 700;
}
.pillar-card p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-light);
  line-height: 1.6;
}

.btn-secondary {
  background: transparent;
  color: var(--white) !important;
  border: 2px solid var(--white);
  margin-left: 0.75rem;
}
.btn-secondary:hover {
  background: var(--white);
  color: var(--primary) !important;
}
.slide-ctas { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.slide-trust { margin-top: 1rem; font-size: 0.9375rem; opacity: 0.92; max-width: 42rem; }
.slide-title { margin: 0 0 0.75rem; font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 700; color: var(--white); line-height: 1.15; }

.business-problems-section,
.why-choose-section,
.brand-ecosystem-section,
.industries-section,
.case-studies-section {
  padding: 3.5rem 0;
}
.business-problems-section { background: var(--bg); }
.problem-list {
  max-width: 720px;
  margin: 1.5rem auto 0;
  padding-left: 1.25rem;
  line-height: 1.7;
}
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.why-card {
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.why-card h3 { margin: 0 0 0.5rem; font-size: 1rem; color: var(--primary); }
.brand-ecosystem-grid,
.industries-grid,
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.brand-eco-card,
.industry-card,
.case-card {
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.case-dl { margin: 0.75rem 0 0; }
.case-dl dt { font-weight: 600; font-size: 0.8125rem; text-transform: uppercase; color: var(--text-light); margin-top: 0.5rem; }
.case-dl dd { margin: 0.25rem 0 0; }
.solution-card-rich .card-meta { font-size: 0.8125rem; color: var(--text-light); margin: 0.35rem 0; }
.solution-card-rich .card-cta { display: inline-block; margin-top: 0.75rem; font-size: 0.875rem; font-weight: 600; color: var(--accent); }
.procurement-cta-wrap { margin-top: 1.5rem; }

.article-list { list-style: none; margin: 0; padding: 0; }
.article-list-item { padding: 1.5rem 0; border-bottom: 1px solid var(--border); }
.article-list-item time { display: block; font-size: 0.8125rem; color: var(--text-light); margin: 0.25rem 0; }
.articles-featured .section-kicker { text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.8rem; color: var(--text-light); margin: 0 0 0.5rem; }
.article-featured-card { border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem 1.25rem 1rem; background: var(--white); }
.article-featured-title { margin: 0 0 0.5rem; font-size: 1.25rem; color: var(--primary); }
.article-featured-title a { color: inherit; text-decoration: none; }
.article-featured-title a:hover { color: var(--accent); }
.article-topic-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin: 0 0 1.5rem; }
.article-topic-tab { display: inline-flex; align-items: center; min-height: 40px; padding: 0.35rem 0.85rem; border: 1px solid rgba(15, 23, 42, 0.12); border-radius: 999px; background: #fff; color: var(--navy, #0b1f3a); text-decoration: none; font-size: 0.9rem; font-weight: 600; }
.article-topic-tab:hover,
.article-topic-tab.is-active { border-color: var(--color-primary, #0066cc); color: var(--color-primary, #0066cc); }
.article-card-topic { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-light); margin-top: 0.5rem; }
.article-grid .article-list-item { padding: 1rem 0; }
.produk-legacy-notice { margin: 0.5rem 0 1rem; color: var(--text-light); max-width: 52rem; }
.award-item { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.award-note { font-size: 0.9375rem; color: var(--text-light); }
.case-industry { font-size: 0.875rem; color: var(--primary); font-weight: 600; }

.nav-has-children { position: relative; }
@media (min-width: 1101px) {
  .nav-has-children.is-open { z-index: 130; }
}
.nav-parent {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 0.5rem 0;
}
.nav-parent-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}
.nav-parent-toggle {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 0.5rem 0 0.5rem 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  padding: 0.5rem 0;
  z-index: 120;
  list-style: none;
  margin: 0;
}
.nav-has-children.is-open > .nav-dropdown { display: block; }
.nav-dropdown a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--text);
}
.nav-dropdown a:hover { background: var(--bg); color: var(--primary); }
.nav-dropdown a.is-active {
  font-weight: 600;
  color: var(--primary);
  background: var(--bg);
}
.nav-dropdown-heading {
  display: block;
  padding: 0.65rem 1rem 0.3rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (min-width: 1101px) {
  .nav-has-children {
    display: inline-flex;
    align-items: center;
  }
  /* Desktop: hover/focus-within buka flyout — tombol toggle disembunyikan agar nav tidak melebar */
  .nav-has-children > .nav-parent-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    min-width: 0;
    min-height: 0;
  }
  .nav-has-children > .nav-parent-link {
    padding: 0.5rem 0;
  }
  .nav-has-children > .nav-parent-link::after {
    content: '';
    display: inline-block;
    width: 0.35em;
    height: 0.35em;
    margin-left: 0.35em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    vertical-align: 0.12em;
    flex-shrink: 0;
  }
  .nav-has-flyout > .nav-dropdown--flyout {
    left: 0;
    right: auto;
    width: auto;
    min-width: 0;
    padding: 0;
    transform: translateY(4px);
    background: #ffffff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.12);
  }

  .nav-has-flyout.is-open > .nav-dropdown--flyout,
  .nav-has-flyout:hover > .nav-dropdown--flyout,
  .nav-has-flyout:focus-within > .nav-dropdown--flyout {
    transform: translateY(0);
  }
}

.product-family-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin: 1rem 0 2rem;
}
.product-family-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.25rem 1.25rem 1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.product-family-title { margin: 0 0 0.5rem; font-size: 1.05rem; }
.product-family-summary { margin: 0 0 0.75rem; color: var(--text-light); line-height: 1.6; }
.product-family-meta { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 0 0 0.75rem; font-size: 0.875rem; color: var(--text); }
.product-family-meta strong { color: var(--primary); }
.product-family-tags {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-family-tags li {
  font-size: 0.8125rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: var(--bg);
  border: 1px solid var(--border);
}
.product-family-cta { margin: 0; }
.product-family-cocok-label { margin: 0 0 0.35rem; font-size: 0.875rem; }
.product-family-cocok-list {
  margin: 0 0 0.9rem;
  padding-left: 1.15rem;
  font-size: 0.875rem;
  color: var(--text-light);
  line-height: 1.55;
}
.product-family-cocok-list li { margin-bottom: 0.2rem; }
.brand-link-row { margin: 0 0 2rem; line-height: 1.7; }
.brand-link-sep { color: var(--text-light); }
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0 0.5rem;
  align-items: center;
}
.section-cta-final {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.btn-sm { padding: 10px 14px; min-height: 40px; font-size: 0.9rem; }

.trust-bar { border-bottom: 1px solid var(--border); }
.trust-bar-stats.trust-strip {
  background: var(--primary);
  color: var(--white);
  padding: 1.25rem 0;
}
.trust-bar-clients {
  background: var(--white);
  padding: 1.25rem 0 1.5rem;
}
.trust-bar-clients-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-light);
  margin: 0 0 1rem;
}
.trust-strip {
  background: var(--primary);
  color: var(--white);
  padding: 1.25rem 0;
}
.trust-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.trust-value { display: block; font-size: 1.5rem; font-weight: 700; font-variant-numeric: tabular-nums; min-width: 2.5em; }
.trust-stat span { font-size: 0.8125rem; opacity: 0.9; }
.clients-trust-inner--compact {
  padding-top: 0.5rem;
}
.clients-trust-inner--compact .client-logo-grid {
  margin-top: 0.75rem;
}
.solutions-hub-intro {
  max-width: 48rem;
  margin: 1rem auto 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text-light);
}
.solutions-hub-intro p { margin: 0 0 1rem; }
.solutions-hub-group {
  margin-bottom: 3rem;
}
.solutions-hub-group:last-of-type {
  margin-bottom: 2rem;
}
.solutions-hub-cluster {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
}
.solutions-hub-cluster:last-child {
  border-bottom: 0;
}
.solutions-cluster-children-grid .solution-card h4 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--color-navy-900);
}
.solution-cluster-section {
  border-top: 1px solid var(--border);
}
.solution-silo-parent {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.solution-silo-parent-card {
  max-width: 42rem;
  margin-inline: auto;
  padding: 1.75rem 2rem;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.solution-silo-parent-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
}
.solution-silo-parent-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  color: var(--primary);
}
.solution-silo-parent-lead {
  margin: 0 0 1.25rem;
  color: var(--text-light);
  line-height: 1.65;
}
.solution-cluster-all {
  margin-top: 1.5rem;
  text-align: center;
}

.solution-technical-blocks {
  margin: 2.5rem 0;
}
.solution-tech-block {
  margin-bottom: 2.75rem;
}
.solution-tech-block:last-child {
  margin-bottom: 0;
}
.solution-tech-lead {
  max-width: 46rem;
  margin-bottom: 1.25rem;
  color: var(--text-light);
  line-height: 1.65;
}
.solution-tech-footnote {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: var(--text-light);
}
.architecture-layers {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .architecture-layers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .architecture-layers {
    grid-template-columns: repeat(3, 1fr);
  }
}
.architecture-layer-card {
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--color-bg, #fff);
}
.architecture-layer-name {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-navy-900, #0f172a);
}
.architecture-layer-role,
.architecture-layer-components,
.architecture-layer-notes {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-light);
}
.architecture-layer-features {
  margin: 0.65rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.875rem;
  line-height: 1.55;
}
.page-hero-title-sub {
  display: block;
  margin-top: 0.15em;
}
.hero-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.hero-stat-pill {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 8.5rem;
}
.hero-stat-pill strong {
  font-size: 0.9375rem;
  font-weight: 700;
}
.hero-stat-pill span {
  font-size: 0.8125rem;
  line-height: 1.4;
  opacity: 0.92;
}
.solution-hero-vendors {
  margin: -0.5rem 0 1.5rem;
  padding: 1rem 0 1.25rem;
  border-bottom: 1px solid var(--border-light, #e2e8f0);
}
.solution-hero-vendor-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem 1.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.solution-hero-vendor-logo {
  display: block;
  height: 2rem;
  width: auto;
  max-width: 6.5rem;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.72;
}
.architecture-layer-more {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
}
.solution-why-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .solution-why-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.solution-why-item {
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--color-bg, #fff);
}
.solution-why-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.solution-why-item p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-light);
}
.solution-vendor-partner-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .solution-vendor-partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .solution-vendor-partner-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.solution-vendor-partner-card {
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--color-bg, #fff);
}
.solution-vendor-partner-name {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 600;
}
.solution-vendor-partner-notes {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-light);
}
.solution-vendor-partner-links {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
}
.solution-case-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .solution-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .solution-case-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.solution-case-card {
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--color-bg, #fff);
}
.solution-case-title {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 600;
}
.solution-case-industry,
.solution-case-card p {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
}
.solution-case-link {
  margin-top: 0.75rem !important;
}
.solution-usecase-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .solution-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.solution-usecase-card {
  padding: 1rem 1.1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-light, #e2e8f0);
  background: var(--surface-elevated, #fff);
}
.solution-usecase-title {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
}
.solution-usecase-industry {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
}
.longform-comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.longform-comparison-table th,
.longform-comparison-table td {
  border: 1px solid var(--border-light, #e2e8f0);
  padding: 0.5rem 0.65rem;
  text-align: left;
}
.longform-comparison-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.faq-question {
  display: inline;
  font-size: inherit;
  font-weight: 600;
}
.solution-closing-cta {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-light, #e2e8f0);
}
.implementation-phases {
  margin: 0;
  padding-left: 1.25rem;
  max-width: 48rem;
}
.implementation-phase {
  margin-bottom: 1.5rem;
}
.implementation-phase-title {
  margin: 0 0 0.35rem;
  font-size: 1.0625rem;
  font-weight: 600;
}
.implementation-phase-duration,
.implementation-phase-deliverables {
  margin: 0.25rem 0 0.5rem;
  font-size: 0.875rem;
  color: var(--text-light);
}
.implementation-phase ul {
  margin: 0.35rem 0 0;
  padding-left: 1.1rem;
}
.vendor-compat-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.vendor-compat-table th,
.vendor-compat-table td {
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}
.vendor-compat-table thead th {
  background: var(--color-bg-alt, #f8fafc);
  font-weight: 600;
}
.table-wrap {
  overflow-x: auto;
  margin-top: 0.75rem;
}

/* E-E-A-T enterprise panel */
.eeat-enterprise {
  padding: 0;
  border-top: 1px solid var(--border);
  background: var(--white);
}
.eeat-enterprise-intro {
  padding: 3rem 0 2rem;
  text-align: center;
}
.eeat-enterprise-intro .section-header {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.eeat-enterprise-intro .section-kicker,
.eeat-enterprise-intro .section-lead {
  margin-left: auto;
  margin-right: auto;
}
.eeat-enterprise-body {
  padding: 2.5rem 0 3.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-top: 1px solid var(--border);
}
.eeat-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.75rem auto 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
}
@media (min-width: 768px) {
  .eeat-metrics-grid {
    display: grid;
    gap: 1rem;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    justify-items: stretch;
  }
  .eeat-metrics-grid--count-1 {
    grid-template-columns: minmax(200px, 280px);
  }
  .eeat-metrics-grid--count-2 {
    grid-template-columns: repeat(2, minmax(200px, 280px));
  }
  .eeat-metrics-grid--count-3 {
    grid-template-columns: repeat(3, minmax(200px, 280px));
  }
  .eeat-metrics-grid--count-4,
  .eeat-metrics-grid--count-5 {
    grid-template-columns: repeat(2, minmax(200px, 280px));
  }
  @media (min-width: 1024px) {
    .eeat-metrics-grid--count-4 {
      grid-template-columns: repeat(4, minmax(180px, 1fr));
    }
    .eeat-metrics-grid--count-5 {
      grid-template-columns: repeat(3, minmax(200px, 1fr));
    }
  }
}
.eeat-metric-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  min-height: 100%;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.eeat-metric-card:hover {
  border-color: rgba(11, 31, 58, 0.14);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}
.eeat-metric-card--deploy { border-top: 3px solid #22c55e; }
.eeat-metric-card--support { border-top: 3px solid #0ea5e9; }
.eeat-metric-card--sla { border-top: 3px solid #f59e0b; }
.eeat-metric-card--industry { border-top: 3px solid #8b5cf6; }
.eeat-metric-card--trust { border-top: 3px solid var(--brand-blue, #0B4DA2); }
.eeat-metric-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: var(--primary);
}
.eeat-metric-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}
.eeat-metric-icon--deploy { color: #15803d; background: #ecfdf5; border-color: rgba(34, 197, 94, 0.2); }
.eeat-metric-icon--support { color: #0369a1; background: #f0f9ff; border-color: rgba(14, 165, 233, 0.2); }
.eeat-metric-icon--sla { color: #b45309; background: #fffbeb; border-color: rgba(245, 158, 11, 0.25); }
.eeat-metric-icon--industry { color: #6d28d9; background: #f5f3ff; border-color: rgba(139, 92, 246, 0.2); }
.eeat-metric-copy {
  min-width: 0;
  flex: 1;
}
.eeat-metric-value {
  display: block;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--primary);
}
.eeat-metric-label {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--text-light);
}
.solution-landing-faq {
  padding-top: 0;
  padding-bottom: 2.5rem;
}
.eeat-metrics-band,
.eeat-metrics-row {
  display: none;
}
.eeat-scale-grid {
  display: none;
}
.eeat-scale-card {
  display: none;
}
.eeat-block {
  margin-bottom: 2.75rem;
}
.eeat-block:last-child {
  margin-bottom: 0;
}
.eeat-block-title {
  margin: 0 0 0.85rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
}
.eeat-block-lead {
  margin: 0 0 1.25rem;
  max-width: 48rem;
  color: var(--text-light);
  line-height: 1.65;
}
.block-title--center,
.eeat-block-title.block-title--center {
  text-align: center;
}
.block-lead--center,
.eeat-block-lead.block-lead--center {
  margin-inline: auto;
  text-align: center;
}
.block-align-center .eeat-footnote,
.block-align-center .eeat-credentials-cta {
  text-align: center;
}
.block-align-center .eeat-docs-list,
.block-align-center .eeat-certs-list {
  max-width: 42rem;
  margin-inline: auto;
}
.eeat-expertise-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .eeat-expertise-grid { grid-template-columns: repeat(2, 1fr); }
}
.eeat-expertise-card {
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  border-left: 4px solid var(--accent);
  box-shadow: 0 2px 12px rgba(11, 31, 58, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.eeat-expertise-card:hover {
  box-shadow: 0 8px 24px rgba(11, 31, 58, 0.08);
  transform: translateY(-2px);
}
.eeat-expertise-card h4 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
}
.eeat-expertise-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-light);
}
.eeat-table-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(11, 31, 58, 0.04);
}
.eeat-partners-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  background: #fff;
  margin: 0;
}
.eeat-partners-table th,
.eeat-partners-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}
.eeat-partners-table tbody tr:last-child th,
.eeat-partners-table tbody tr:last-child td {
  border-bottom: none;
}
.eeat-partners-table thead th {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
.eeat-partners-table tbody tr:nth-child(even) {
  background: #f8fafc;
}
.eeat-footnote {
  margin-top: 0.85rem;
  font-size: 0.8125rem;
  color: var(--text-light);
  font-style: italic;
}
.eeat-methodology-phases {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .eeat-methodology-phases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.eeat-methodology-phase {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  align-items: start;
  margin: 0;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(11, 31, 58, 0.04);
}
.eeat-phase-num {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
}
.eeat-methodology-phase h4 {
  margin: 0 0 0.35rem;
  font-size: 1.0125rem;
  font-weight: 700;
  color: var(--primary);
}
.eeat-phase-meta {
  margin: 0.2rem 0 0;
  font-size: 0.8125rem;
  color: var(--text-light);
  line-height: 1.5;
}
.eeat-sla-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .eeat-sla-grid { grid-template-columns: repeat(3, 1fr); }
}
.eeat-sla-card {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(11, 31, 58, 0.04);
}
.eeat-sla-card h4 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--accent);
}
.eeat-sla-dl {
  margin: 0;
  font-size: 0.8125rem;
}
.eeat-sla-dl div {
  margin-bottom: 0.5rem;
}
.eeat-sla-dl div:last-child {
  margin-bottom: 0;
}
.eeat-sla-dl dt {
  font-weight: 600;
  display: block;
  color: var(--primary);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.15rem;
}
.eeat-sla-dl dt::after { content: none; }
.eeat-sla-dl dd {
  display: block;
  margin: 0;
  color: var(--text-light);
  line-height: 1.5;
}
.eeat-docs-list,
.eeat-certs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 48rem;
  line-height: 1.65;
  display: grid;
  gap: 0.5rem;
}
.eeat-docs-list li,
.eeat-certs-list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.9375rem;
  color: var(--text);
}
.eeat-docs-list li::before,
.eeat-certs-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent);
}
.eeat-credentials-cta {
  margin-top: 1.25rem;
}
.solutions-hub-process {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.process-steps {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  max-width: 40rem;
}
.process-steps li {
  margin-bottom: 0.5rem;
  line-height: 1.55;
}
.client-logo-grid--compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem 2rem;
}
.client-logo-grid--compact .client-logo-card img {
  max-height: 44px;
  max-width: 120px;
  width: auto;
  margin: 0 auto;
}
.home-brand-ecosystem {
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.home-brand-ecosystem .brand-ecosystem-section { padding-bottom: 1rem; }
.home-brand-ecosystem .vendor-logo-section { padding-top: 0; }
.featured-clients-section {
  padding: 3.5rem 0;
  background: var(--white);
  border-top: 1px solid var(--border);
}
.featured-clients-more { text-align: center; margin: 1.5rem 0 0; }
.featured-clients-more a {
  font-weight: 600;
  color: var(--primary);
}
.featured-clients-more a:hover { color: var(--accent); }
/* Architecture section (homepage) */
.architecture-section {
  padding: 4rem 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.section-header {
  max-width: 52rem;
  margin: 0 auto 2rem;
  text-align: center;
}
.architecture-section-header {
  margin-bottom: 2rem;
}
.architecture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.architecture-card {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.architecture-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 77, 162, 0.2);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}
.architecture-card-title {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  color: var(--primary);
}
.architecture-visual {
  min-height: 300px;
  margin: 0 0 1.25rem;
  padding: 20px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 10%, rgba(0, 174, 239, 0.10), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid #edf2f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.architecture-visual img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  filter: none;
}
.architecture-card-summary {
  margin: 0 0 1rem;
  line-height: 1.65;
  color: var(--text-light);
  font-size: 0.9375rem;
}
.architecture-card-bullets {
  margin: 0 0 1.25rem;
  padding-left: 1.15rem;
  color: var(--text);
  font-size: 0.875rem;
  line-height: 1.55;
}
.architecture-card-bullets li {
  margin-bottom: 0.35rem;
}
.architecture-card-cta {
  display: inline-block;
}

.technical-diagrams-section {
  padding: 4rem 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.technical-diagrams-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.technical-diagram-card {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  padding: 0.75rem;
}
.technical-diagram-card img {
  width: 100%;
  height: auto;
}

.procurement-section {
  padding: 3rem 0;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.procurement-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem 1.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.procurement-list li::before {
  content: "✓ ";
  color: var(--accent);
  font-weight: 700;
}

/* Homepage workflow — assessment → procurement → implementation → support */
.workflow-section {
  padding: 4rem 0;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.workflow-steps {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  counter-reset: workflow;
}
.workflow-step {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.workflow-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--brand-blue);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}
.workflow-step-body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  color: var(--primary);
}
.workflow-step-body p {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-light);
}
@media (max-width: 1024px) {
  .workflow-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .workflow-steps { grid-template-columns: 1fr; }
  .hero-solution-cards { grid-template-columns: 1fr; }
}

.core-solutions-section { padding: 4rem 0; background: var(--bg); }
.core-solutions-header {
  margin-bottom: 2rem;
}
.core-solutions-lead {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.core-solutions-section .solutions-grid,
.core-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1024px) {
  .core-solutions-section .solutions-grid,
  .core-solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .core-solutions-section .solutions-grid,
  .core-solutions-grid {
    grid-template-columns: 1fr;
  }
}
.solution-card-compact h3 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  color: var(--primary);
}
.section-title-sm { font-size: 1.25rem; }
.section-lead { text-align: center; color: var(--text-light); margin: -1rem auto 2rem; max-width: 560px; }

.partners-section {
  padding: 2.5rem 0;
  background: var(--white);
  border-top: 1px solid var(--border);
}
.partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.partner-list li {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary);
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--border);
  background: var(--bg);
}

.prose-wide { max-width: 760px; line-height: 1.75; margin-inline: auto; }
/* Nested full-width .container inside prose breaks layout (horizontal scroll) */
.prose-wide .section > .container,
.prose-wide > .section > .container {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
}
.product-inquiry-grid,
.brand-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 1.25rem;
  width: 100%;
  max-width: 100%;
}
.brand-catalog-teaser {
  padding-block: 3rem;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.brand-catalog-teaser .section-lead {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}
.brand-catalog-teaser .section-title {
  text-align: center;
}
.brand-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.75rem;
}
.brand-catalog-teaser .product-inquiry-card,
.brand-catalog-teaser .product-card {
  min-width: 0;
}
.faq-item { border-bottom: 1px solid var(--border); padding: 0.75rem 0; }
.faq-item summary { cursor: pointer; font-weight: 600; color: var(--primary); }
.faq-search-label { display: block; margin: 0 0 1rem; }
.faq-search-input {
  width: 100%; max-width: 28rem; padding: 0.625rem 0.875rem;
  border: 1px solid var(--border); border-radius: 8px; font-size: 1rem;
}
.faq-footer-cta { margin-top: 1.25rem; color: var(--text-muted, #4b5563); }
.form-privacy-note { margin: 0.75rem 0 0; font-size: 0.8125rem; color: var(--text-muted, #6b7280); }
.contact-thanks-sla { font-weight: 600; color: var(--primary); margin: 0 0 1rem; }
.contact-thanks-nurture {
  margin: 1.5rem 0; padding: 1.25rem; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 10px; text-align: left;
}
.contact-thanks-nurture-title { margin: 0 0 0.35rem; font-size: 1.0625rem; }
.contact-thanks-nurture-lead { margin: 0 0 1rem; color: var(--text-muted, #4b5563); font-size: 0.9375rem; }
.contact-thanks-nurture-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.testimonials-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}
.testimonial-card {
  margin: 0; padding: 1.25rem 1.25rem 1rem; background: #fff;
  border: 1px solid var(--border, #e5e7eb); border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.testimonial-quote { margin: 0 0 1rem; font-size: 1rem; line-height: 1.55; color: #1f2937; }
.testimonial-footer { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.testimonial-logo { object-fit: contain; max-height: 32px; width: auto; opacity: 0.9; }
.testimonial-cite { font-style: normal; display: flex; flex-direction: column; gap: 0.15rem; }
.testimonial-author { font-weight: 600; color: var(--primary, #1d4ed8); }
.testimonial-role { font-size: 0.8125rem; color: var(--text-muted, #6b7280); }
.form-lead { color: var(--text-light); margin: 0 0 1rem; font-size: 0.9375rem; }
.contact-form select { width: 100%; margin-top: 0.35rem; padding: 0.7rem; border: 1px solid var(--border); font: inherit; }

/* Hero — legacy single hero (fallback) */
.hero-intilogy {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  background: var(--bg) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="400"><rect fill="%23f7f7f7" width="1200" height="400"/></svg>') center/cover;
  border-bottom: 1px solid var(--border);
}
.hero-intilogy .container {
  text-align: center;
  max-width: 720px;
}
.hero-intilogy h1 {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 1rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.hero-sub {
  font-size: 1.125rem;
  color: var(--text-light);
  margin: 0 auto 1.75rem;
  max-width: 560px;
}

.page-hero {
  padding: 3rem 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.page-hero:not(.product-detail-hero):not(.mkt-hero) .container {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}
.page-hero:not(.product-detail-hero):not(.mkt-hero) .page-hero-title,
.page-hero:not(.product-detail-hero):not(.mkt-hero) h1 {
  text-align: center;
}
.page-hero:not(.product-detail-hero):not(.mkt-hero) .breadcrumb {
  text-align: center;
}
.page-hero:not(.product-detail-hero):not(.mkt-hero) .lead,
.page-hero:not(.product-detail-hero):not(.mkt-hero) .page-intro,
.page-hero:not(.product-detail-hero):not(.mkt-hero) .lead-meta {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-hero:not(.product-detail-hero):not(.mkt-hero) .hero-cta-row {
  justify-content: center;
}
.page-hero--left .container,
.page-hero--left .page-hero-title,
.page-hero--left h1,
.page-hero--left .breadcrumb,
.page-hero--left .lead,
.page-hero--left .page-intro,
.page-hero--left .lead-meta {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.page-hero--left .hero-cta-row {
  justify-content: flex-start;
}
.page-hero.product-detail-hero .container,
.page-hero.product-detail-hero .page-hero-title,
.page-hero.product-detail-hero h1,
.page-hero.product-detail-hero .breadcrumb,
.page-hero.product-detail-hero .lead {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.page-hero.product-detail-hero .hero-cta-row {
  justify-content: flex-start;
}
.page-hero--center .container {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}
.page-hero--center .page-hero-title,
.page-hero--center h1 {
  text-align: center;
}
.page-hero--center .breadcrumb {
  text-align: center;
}
.page-hero--center .lead,
.page-hero--center .page-intro,
.page-hero--center .solutions-hub-intro,
.page-hero--center .brand-hub-intro,
.page-hero--center .brand-hub-disclaimer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-hero--center .hero-cta-row {
  justify-content: center;
}
.page-hero--center.brand-hub-hero .brand-hub-hero-inner {
  margin-inline: auto;
}
.solutions-hub-process .process-steps {
  margin-inline: auto;
}
.solutions-hub-cluster .section-header {
  margin-bottom: 1.5rem;
}
.page-hero h1 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
}
.page-hero.mkt-hero h1,
.page-hero.mkt-hero .page-hero-title,
.page-hero.mkt-hero .mkt-hero-title {
  color: #fff;
}
.page-hero.mkt-hero.page-hero--center .mkt-hero-inner:not(.mkt-hero-inner--split) {
  text-align: center;
}
.page-hero.mkt-hero.page-hero--center .mkt-hero-inner:not(.mkt-hero-inner--split) .mkt-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-hero.mkt-hero.page-hero--center .mkt-hero-inner:not(.mkt-hero-inner--split) .mkt-hero-title,
.page-hero.mkt-hero.page-hero--center .mkt-hero-inner:not(.mkt-hero-inner--split) .mkt-hero-lead,
.page-hero.mkt-hero.page-hero--center .mkt-hero-inner:not(.mkt-hero-inner--split) .breadcrumb {
  text-align: center;
  margin-inline: auto;
}
.page-hero.mkt-hero.page-hero--center .mkt-hero-inner:not(.mkt-hero-inner--split) .mkt-hero-cta {
  justify-content: center;
}
.page-hero.mkt-hero.page-hero--center .mkt-hero-inner:not(.mkt-hero-inner--split) .mkt-hero-pills {
  margin-inline: auto;
}
.page-hero .lead { color: var(--text-light); margin: 0.75rem 0 0; max-width: 640px; }
.page-hero--center .lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.breadcrumb { font-size: 0.875rem; color: var(--text-light); margin-bottom: 0.5rem; }
.breadcrumb a:hover { color: var(--accent); }
.back-link { display: inline-block; margin-top: 1rem; font-size: 0.875rem; color: var(--accent); }

.btn {
  display: inline-block;
  padding: 0.8rem 1.75rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary {
  background: var(--accent);
  color: var(--white) !important;
}
.btn-primary:hover {
  background: var(--accent-hover);
  color: var(--white) !important;
}
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: #fff;
  color: #0f766e !important;
  border: 1px solid rgba(15, 118, 110, 0.32);
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.btn-whatsapp:hover {
  background: #f0fdfa;
  color: #0d6b63 !important;
  border-color: rgba(15, 118, 110, 0.55);
  box-shadow: none;
}
.btn-wa-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
  padding: 0.35rem 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--primary) !important;
  text-decoration: none;
  background: transparent;
  border: none;
  box-shadow: none;
  min-height: auto;
}
.btn-wa-link:hover {
  color: var(--brand-blue) !important;
}
.btn-wa-link .btn-wa-icon {
  color: #128c7e;
  flex-shrink: 0;
}
.btn-wa-icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.btn-wa-label {
  line-height: 1.2;
}

.section-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
}
.section-lead {
  text-align: center;
  color: var(--text-light);
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

/* Solutions — JK card grid */
.solutions-section {
  padding: var(--section-padding-y, 4rem) 0;
  background: var(--white);
}
.solutions-section > .container > h2 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 2rem;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.solution-card {
  display: block;
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 0;
  background: var(--white);
  color: inherit;
  transition: box-shadow 0.25s, border-color 0.2s, transform 0.2s;
}
.solution-card:hover {
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  color: inherit;
}
.solution-icon { margin-bottom: 1rem; }
.solution-icon-img {
  width: 56px;
  height: 56px;
}
.solution-card h4 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--primary);
}
.solution-card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-light);
  line-height: 1.55;
}

/* Clients */
.clients-section {
  padding: 3rem 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.clients-page-section {
  padding: 2.5rem 0;
}
.clients-hub-section .container.prose-wide {
  text-align: center;
}
.clients-hub-section .container.prose-wide h2 {
  text-align: center;
  color: var(--primary);
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.clients-hub-section .container.prose-wide ul,
.clients-hub-section .clients-name-list {
  text-align: left;
  max-width: 36rem;
  margin-inline: auto;
}
.clients-hub-section .clients-sector-filters {
  justify-content: center;
}
.clients-logo-block {
  padding: 0 0 2.5rem;
}
.clients-logo-block .section-title-sm {
  text-align: center;
  color: var(--primary);
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.clients-logo-block .container {
  max-width: min(1120px, var(--container));
}
.clients-page-section + .clients-logo-block {
  padding-top: 0;
}
.clients-filter-section {
  padding: 0 0 1rem;
}
.clients-sector-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}
.clients-sector-filter {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: none;
  background: var(--white);
}
.clients-sector-filter:hover,
.clients-sector-filter.is-active {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(11, 77, 162, 0.06);
}
.clients-name-list-section {
  padding-top: 0;
}
.clients-name-list {
  columns: 2;
  column-gap: 2rem;
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .clients-name-list { columns: 1; }
}
.clients-solutions-section { background: var(--bg); }
.clients-solutions-list {
  margin: 1rem 0;
  padding-left: 1.25rem;
  line-height: 1.75;
}
.clients-internal-links {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
}
.clients-internal-links a {
  font-weight: 600;
  color: var(--primary);
}
.clients-page-cta {
  padding: 3rem 0;
  text-align: center;
  background: var(--primary);
  color: var(--white);
}
.clients-page-cta h2 { color: var(--white); margin: 0 0 0.75rem; }
.clients-page-cta p { max-width: 520px; margin: 0 auto 1.25rem; opacity: 0.95; }
.clients-page-cta .btn-primary {
  background: var(--white);
  color: var(--primary) !important;
}
.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  margin-top: 1.5rem;
}
.client-logo-card {
  height: 112px;
  min-height: 112px;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo-card img {
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  aspect-ratio: 180 / 80;
  object-fit: contain;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Contact — JK two column */
.contact-section {
  padding: 4rem 0;
  background: var(--white);
  border-top: 1px solid var(--border);
}
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.contact-info h4,
.contact-form-wrap h4 {
  font-size: 1.5rem;
  color: var(--primary);
  margin: 0 0 1rem;
}
.contact-info p { margin: 0 0 0.5rem; color: var(--text-light); }
.company-name { font-size: 1.125rem; font-weight: 600; color: var(--text) !important; margin-bottom: 1rem !important; }
.contact-form label {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 3px;
  font: inherit;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--brand-blue);
  border-color: var(--brand-blue);
}
.hp { position: absolute; left: -9999px; opacity: 0; }
.error { color: var(--accent); font-size: 0.8125rem; }
.form-success { color: #0a7; font-weight: 600; }
.form-error { color: #b91c1c; font-weight: 600; margin-bottom: 0.75rem; }

.contact-thanks-panel {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2rem 2.25rem;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}
.contact-thanks-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 1.5rem;
  font-weight: 800;
}
.contact-thanks-heading {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  color: var(--primary);
}
.contact-thanks-body {
  margin: 0 0 1.25rem;
  color: var(--text-light);
  line-height: 1.7;
}
.contact-thanks-steps {
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
  text-align: left;
}
.contact-thanks-steps li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.75rem;
  border-top: 1px solid var(--border);
  color: var(--text);
  font-size: 0.9375rem;
}
.contact-thanks-steps li:first-child { border-top: none; }
.contact-thanks-steps li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--accent);
}
.contact-thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* Products — JK shop layout */
.products-section { padding: 2.5rem 0 4rem; }
.products-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  align-items: start;
}
.products-sidebar {
  border: 1px solid var(--border);
  padding: 1.25rem;
  background: var(--white);
}
.sidebar-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8125rem;
}
.product-categories li { margin-bottom: 0.5rem; font-size: 0.9375rem; }
.product-categories a { color: var(--text); }
.product-categories a:hover { color: var(--accent); }
.cat-count { color: var(--text-light); font-size: 0.875rem; }
.products-meta { color: var(--text-light); font-size: 0.875rem; margin: 0 0 0.5rem; }
.products-sorted { display: block; font-size: 0.8125rem; margin-top: 0.25rem; }
.products-toolbar { margin: 1rem 0 1.25rem; }
.products-toolbar select { padding: 0.5rem; margin-left: 0.5rem; border: 1px solid var(--border); }
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
}
.product-card {
  border: 1px solid var(--border);
  background: var(--white);
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.product-card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }
.product-card-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 1rem;
  background: var(--bg);
}
.product-image {
  margin: 0 auto;
  max-height: var(--product-thumb-h);
  max-width: var(--product-thumb-max-w);
  width: 100%;
  object-fit: contain;
}
.product-cats {
  margin: 0.75rem 1.25rem 0;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-light);
}
.product-card h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0.5rem 0 0;
  padding: 0 1.25rem 1.25rem;
}
.product-card h3 a:hover { color: var(--accent); }
.product-cat {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-light);
}
.products-pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.products-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  border: 1px solid var(--border);
  color: var(--text);
}
.products-pagination a.is-active,
.products-pagination a:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: center;
}
.product-detail-media {
  padding: 2rem;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}
.product-detail-media .product-image { max-height: 420px; }
.product-specs-dl {
  display: grid;
  grid-template-columns: minmax(8rem, 12rem) 1fr;
  gap: 0.5rem 1.25rem;
  margin: 0;
}
.product-specs-dl dt { font-weight: 600; margin: 0; }
.product-specs-dl dd { margin: 0; }
.product-brand { font-weight: 600; color: var(--color-muted, #555); }
.product-sku-meta { font-size: 0.95rem; }
.product-status { font-size: 0.9rem; font-style: italic; }
.product-inquiry-disclaimer {
  font-size: 0.92rem;
  color: var(--color-muted, #555);
  padding: 0.75rem 1rem;
  border-left: 3px solid var(--color-primary, #0066cc);
  background: rgba(0, 0, 0, 0.03);
  margin: 1rem 0 1.25rem;
  max-width: 52rem;
  line-height: 1.6;
}
.product-inquiry-card { display: flex; flex-direction: column; height: 100%; }
.product-inquiry-card-body { padding: 0.85rem 1rem 1rem; display: flex; flex-direction: column; flex: 1; gap: 0.65rem; }
.product-inquiry-card-title { font-size: 1.05rem; margin: 0; line-height: 1.35; }
.product-inquiry-card-excerpt { font-size: 0.9rem; color: var(--color-muted, #555); margin: 0; line-height: 1.5; }
.product-inquiry-card-meta {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.85rem;
}
.product-inquiry-card-meta div { display: grid; grid-template-columns: minmax(5.5rem, 7rem) 1fr; gap: 0.35rem 0.75rem; }
.product-inquiry-card-meta dt { margin: 0; font-weight: 600; color: var(--color-muted, #555); }
.product-inquiry-card-meta dd { margin: 0; }
.product-inquiry-status { font-weight: 600; }
.product-inquiry-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.35rem;
}
.product-inquiry-ctas--compact .btn { font-size: 0.85rem; padding: 0.45rem 0.75rem; }
.product-families-intro {
  max-width: 52rem;
  margin: 0 0 1.25rem;
  line-height: 1.65;
  color: var(--color-muted, #555);
}
.produk-catalog-grid { margin-bottom: 2rem; }
.produk-catalog-section .section-title-sm { font-size: 1.15rem; margin-bottom: 1rem; }
.produk-brand-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
}
.produk-filter-chip {
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.85rem;
  cursor: pointer;
  color: var(--navy, #0b1f3a);
}
.produk-filter-chip.is-active,
.produk-filter-chip:hover {
  border-color: var(--color-primary, #0066cc);
  color: var(--color-primary, #0066cc);
}
.produk-catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
}
.produk-catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.produk-filter-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-muted, #555);
  margin-bottom: 0.25rem;
}
.produk-filter-select {
  min-width: 11rem;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.15);
}
.produk-catalog-count {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-muted, #555);
}
.produk-popular-block { margin-bottom: 2rem; }
.product-inquiry-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.25rem;
}
.product-inquiry-badge {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--color-muted, #555);
}
.product-inquiry-badge--status {
  background: rgba(0, 102, 204, 0.1);
  color: var(--color-primary, #0066cc);
}
.product-inquiry-badge--legacy {
  background: rgba(180, 83, 9, 0.12);
  color: #9a3412;
}
.product-card-thumb {
  display: block;
  text-decoration: none;
}
.produk-catalog-item[hidden] {
  display: none !important;
}
.layanan-workflow-list { padding-left: 1.25rem; margin: 0 0 1.5rem; }
.layanan-workflow-list li { margin-bottom: 0.35rem; }
.layanan-brands-note { font-size: 0.95rem; color: var(--color-muted, #555); margin-top: 0.5rem; }
.layanan-supported-products {
  display: grid;
  grid-template-columns: minmax(8rem, 11rem) 1fr;
  gap: 0.35rem 1.25rem;
  margin: 0 0 1.25rem;
}
.layanan-supported-products dt { font-weight: 600; margin: 0; }
.layanan-supported-products dd { margin: 0; }
.layanan-support-note {
  font-size: 0.95rem;
  color: var(--color-muted, #555);
  padding: 0.75rem 1rem;
  border-left: 3px solid var(--color-primary, #0066cc);
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 1.5rem;
}

.content-section { padding: 3rem 0 4rem; }
.prose { max-width: 720px; line-height: 1.75; }

/* Footer — dark navy, 5-column desktop */
.site-footer {
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 174, 239, 0.14), transparent 30%),
    linear-gradient(180deg, #0b1f3a 0%, #061526 100%);
  color: #cbd5e1;
  padding: 48px 0 28px;
}
.footer-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(200px, 1.4fr) repeat(var(--footer-cols, 2), minmax(0, 1fr)) minmax(160px, 1fr);
  gap: 32px 28px;
  align-items: start;
}
.footer-brand {
  max-width: 360px;
}
.footer-logo-link {
  display: inline-block;
  margin-bottom: 18px;
}
.footer-logo {
  width: 160px;
  height: auto;
  display: block;
}
.footer-description {
  margin: 0;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.7;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}
.footer-social-link svg {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
.footer-social-link:hover {
  background: rgba(125, 211, 252, 0.18);
  color: #7dd3fc;
  transform: translateY(-1px);
}
.footer-social-link--pending {
  opacity: 0.42;
  cursor: default;
  pointer-events: none;
}
.footer-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
}
.footer-title-link:hover {
  color: #7dd3fc;
}
.footer-col ul a {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 2px 0;
}
.footer-links-all {
  font-weight: 600;
  color: #7dd3fc !important;
  margin-top: 4px;
}
.footer-col h4 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-links a,
.footer-contact a {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 160ms ease;
}
.footer-links a:hover,
.footer-contact a:hover {
  color: #ffffff;
}
.footer-contact {
  display: grid;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.footer-contact address {
  margin: 0;
  font-style: normal;
  color: #cbd5e1;
}
.footer-bottom {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(203, 213, 225, 0.16);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #94a3b8;
  font-size: 13px;
}
.footer-bottom p,
.footer-copyright {
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
}
.footer-bottom-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 1.25rem;
  flex: 0 0 auto;
}
.footer-bottom-links a {
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease;
}
.footer-bottom-links a:hover {
  color: #ffffff;
}
.footer-grid {
  display: grid;
  gap: 2.5rem;
}
.footer-col p { margin: 0 0 0.5rem; font-size: 0.875rem; line-height: 1.6; }
.footer-cta-title {
  font-size: 1.25rem !important;
  font-weight: 600;
  color: var(--white) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 0.75rem !important;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25d366;
  color: #fff !important;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  max-width: min(280px, calc(100vw - 2rem));
}
.whatsapp-float-icon { filter: brightness(0) invert(1); }

/* Jangan tutupi footer-bottom links (Beranda / Klien / Studi kasus) di desktop */
@media (min-width: 768px) {
  .site-footer .footer-bottom-links {
    margin-right: max(0px, min(280px, calc(280px + (1220px - 100vw) / 2)));
  }
}

/* Sticky bar already has WA; float overlaps primary CTA on small screens. */
@media (max-width: 767px) {
  .whatsapp-float {
    display: none !important;
  }
}
body.nav-menu-open .whatsapp-float {
  display: none !important;
}

@media (max-width: 1024px) {
  .client-logo-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
    max-width: 560px;
  }
  .positioning-pillars-grid,
  .procurement-grid {
    grid-template-columns: repeat(2, minmax(260px, 360px));
  }
}
@media (max-width: 992px) {
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .pillars-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Layar desktop sempit: nav rapat + CTA ringkas (tetap tampil horizontal, bukan hamburger) */
@media (min-width: 1101px) and (max-width: 1600px) {
  .header-cta-label--full { display: none; }
  .header-cta-label--short { display: inline; }
  .nav-list a,
  .nav-has-children > .nav-parent-link { font-size: 0.875rem; }
  .brand-logo-header { width: 132px; max-width: 132px; }
  .header-inner { gap: 0.65rem 0.85rem; }
  .header-cta { padding: 0.5rem 0.75rem; font-size: 0.8125rem; }
  .nav-list { gap: 0.1rem clamp(0.5rem, 1vw, 1.25rem); }
}

/* Sangat sempit tapi masih desktop: sembunyikan link Kontak (duplikat tombol quotation) */
@media (min-width: 1101px) and (max-width: 1320px) {
  .nav-list > li:last-child { display: none; }
}

/* Desktop sempit: rapatkan jarak nav ↔ utilities */
@media (min-width: 1101px) and (max-width: 1480px) {
  .header-nav-cluster { gap: 0.65rem; }
  .header-utilities { gap: 0.5rem; }
}

@media (max-width: 1100px) {
  .header-nav-cluster {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    flex: 0 0 auto;
  }
  .site-header-shell {
    background: #ffffff;
  }
  body.nav-menu-open .site-header-shell .header-inner {
    position: relative;
    /* Must sit above .nav-backdrop (10055) or drawer + links are unclickable */
    z-index: 10061;
  }
  .site-header-shell .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }
  .logo { flex-shrink: 0; }
  .header-utilities {
    flex-shrink: 0;
    margin-left: auto;
  }
  .header-cta-desktop { display: none !important; }
  .header-cta-mobile {
    display: inline-flex !important;
    width: 100%;
    justify-content: center;
    margin-top: auto;
    flex-shrink: 0;
  }
  .nav-toggle { display: flex; }
  .header-search { display: none; }
  .mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid var(--border);
    background: #ffffff;
    flex-shrink: 0;
  }
  .mobile-nav-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary);
  }
  .mobile-nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #ffffff;
    color: var(--text);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
  }
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(320px, 92vw);
    max-width: 100%;
    height: 100dvh;
    height: 100vh;
    z-index: 10060;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: #ffffff !important;
    padding: 0.5rem 1rem 1rem;
    padding-top: max(0.5rem, env(safe-area-inset-top));
    transform: none;
    overflow: hidden;
    box-shadow: -12px 0 40px rgba(15, 23, 42, 0.2);
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    touch-action: pan-y;
    overscroll-behavior: contain;
  }
  .main-nav.is-open {
    display: flex;
  }
  .main-nav .nav-list {
    background: #ffffff;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    justify-content: flex-start;
    align-items: stretch;
  }
  .nav-list {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
  }
  .nav-list > li {
    border-bottom: 1px solid var(--border);
  }
  .nav-list > li > a,
  .nav-has-children > .nav-parent-link {
    display: block;
    padding: 0.9rem 0;
    font-size: 1rem;
    border-bottom: none;
    min-height: 44px;
  }
  .nav-has-children {
    display: grid;
    grid-template-columns: 1fr 2.75rem;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 0.25rem;
  }
  .nav-has-children > .nav-parent-link {
    grid-column: 1;
    grid-row: 1;
  }
  .nav-has-children > .nav-parent-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--bg);
  }
  .nav-has-children > .nav-dropdown {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .nav-has-children:hover > .nav-dropdown { display: none; }
  .nav-has-children.is-open > .nav-dropdown { display: block; }
  .nav-has-flyout.is-open > .nav-dropdown--flyout {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 0 0.5rem;
  }
  .nav-dropdown {
    position: static;
    box-shadow: none;
    border: none;
    padding: 0 0 0.75rem 0.5rem;
    margin: 0;
    background: #f8fafc;
    border-radius: 8px;
  }
  .nav-dropdown a {
    padding: 0.55rem 0;
    font-size: 0.9375rem;
  }
  .nav-parent::after { display: none; }
  .nav-parent-toggle::after {
    content: '';
    display: inline-block;
    width: 0.45em;
    height: 0.45em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s;
  }
  .nav-has-children.is-open > .nav-parent-toggle::after {
    transform: rotate(-135deg);
  }
}

@media (max-width: 768px) {
  .brand-logo-header { width: 132px; max-width: 132px; }
  .header-utilities { gap: 0.5rem; }
  .technical-diagrams-grid { grid-template-columns: 1fr; }
  .architecture-grid { grid-template-columns: 1fr; }
  .architecture-visual { min-height: 240px; }
  .lang-switcher { order: -1; }
  .solutions-grid { grid-template-columns: 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
  .product-detail-grid { grid-template-columns: 1fr; }
  .products-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-intilogy { min-height: 320px; padding: 3rem 0; }
  .trust-stats { grid-template-columns: repeat(2, 1fr); }
  .core-solutions-grid { grid-template-columns: 1fr; }
  .hero-home { padding: 96px 0 64px; min-height: auto; }
  .hero-home-inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 1rem;
  }
  .hero-home-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .hero-home-entity-kicker,
  .hero-home-subtitle,
  .hero-home-subtitle-short,
  .hero-home-process,
  .hero-home-trust,
  .hero-trust-industries {
    max-width: 100% !important;
    width: 100%;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .hero-trust-badge {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    text-align: left;
    justify-content: flex-start;
  }
  .hero-trust-vendor-logos {
    max-width: 100%;
  }
  .hero-solution-cards { grid-template-columns: 1fr; }
  .hero-home-ctas { flex-direction: column; align-items: stretch; }
  .hero-home-ctas .btn { width: 100%; justify-content: center; }
  .hero-visual {
    max-width: 360px;
    transform: none;
    min-width: 0;
  }
  .deployment-grid { grid-template-columns: 1fr; }
  .positioning-pillars-grid,
  .procurement-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .positioning-pillars-grid.is-four,
  .procurement-grid.is-four {
    max-width: none;
  }
  .client-logo-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .client-logo-card { height: 96px; min-height: 96px; padding: 18px; }
  .site-footer {
    padding: 56px 0 28px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .why-choose-grid { grid-template-columns: 1fr; }
  .nav-has-children:hover > .nav-dropdown { display: none; }
  .nav-has-children.is-open > .nav-dropdown { display: block; }
  .nav-dropdown {
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 0.75rem;
    margin-top: 0.25rem;
  }
  .nav-parent::after { display: none; }
  .nav-parent-toggle::after {
    content: '';
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    margin-left: 0.35em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    vertical-align: 0.1em;
    transition: transform 0.2s;
  }
  .nav-has-children.is-open > .nav-parent::after {
    transform: rotate(-135deg);
    vertical-align: -0.05em;
  }
  .nav-has-children.is-open > .nav-parent-toggle::after {
    transform: rotate(-135deg);
    vertical-align: -0.05em;
  }
  .btn-secondary { margin-left: 0; }
}

@media (min-width: 1101px) {
  .nav-has-children > .nav-dropdown {
    top: 100%;
    left: 0;
    min-width: 240px;
  }

  .nav-has-children:hover > .nav-dropdown,
  .nav-has-children:focus-within > .nav-dropdown,
  .nav-has-children.is-open > .nav-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

/* Homepage quick-path (decision navigation) */
.home-quick-path {
  background: linear-gradient(180deg, rgba(11, 31, 58, 0.03) 0%, transparent 100%);
}
.home-quick-path-header {
  max-width: 46rem;
  margin-bottom: 2rem;
}
.home-quick-path-lead {
  margin-top: 0.75rem;
}
.home-quick-path-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}
.home-quick-path-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.home-quick-path-card:hover {
  border-color: rgba(0, 102, 204, 0.25);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}
.home-quick-path-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.home-quick-path-card-head .solution-icon-wrap {
  flex-shrink: 0;
  margin: 0;
}
.home-quick-path-card-title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--navy, #0b1f3a);
}
.home-quick-path-card-summary {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--color-muted, #555);
}
.home-quick-path-card-links {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding-top: 0.75rem;
  margin-top: auto;
}
.home-quick-path-card-links li + li {
  margin-top: 0.45rem;
}
.home-quick-path-card-links a {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-primary, #0066cc);
}
.home-quick-path-card-links a:hover {
  text-decoration: underline;
}
.home-quick-path-brands {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}
.home-quick-path-brands-title {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  color: var(--navy, #0b1f3a);
}
.home-quick-path-brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-quick-path-brands-list a {
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--text, #334155);
}
.home-quick-path-brands-list a:hover {
  color: var(--color-primary, #0066cc);
  text-decoration: underline;
}
.home-quick-path-hub-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-top: 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
}
.home-quick-path-hub-links a {
  text-decoration: none;
  color: var(--color-primary, #0066cc);
}
.home-quick-path-hub-links a:hover {
  text-decoration: underline;
}
.home-quick-path-hub-sep {
  color: var(--color-muted, #94a3b8);
  font-weight: 400;
}
@media (max-width: 992px) {
  .home-quick-path-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .home-quick-path-grid {
    grid-template-columns: 1fr;
  }
  .home-quick-path-brands-list {
    flex-direction: column;
    gap: 0.65rem;
  }
}
.link-whatsapp {
  font-weight: 600;
}

/* Hero — kicker mobile (bukan H1 kedua), subtitle panjang di desktop */
.hero-home-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-muted, #64748b);
  line-height: 1.35;
}
.hero-home-tertiary {
  margin: 0.75rem 0 0;
}
.hero-home-tertiary-link {
  font-weight: 700;
  text-decoration: none;
  color: var(--brand, #0B4DA2);
}
.hero-home-tertiary-link:hover {
  text-decoration: underline;
}
.hero-home-subtitle-short,
.hero-home-subtitle-full {
  display: block;
}
@media (min-width: 768px) {
  .hero-home-kicker {
    display: none;
  }
  .hero-home-subtitle-short {
    display: none;
  }
  .hero-home-subtitle-full {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero-home-subtitle-full {
    display: none;
  }
}

/* Compact CTA strip (replaces full form on most pages) */
.cta-compact {
  background: var(--surface-alt, #f8fafc);
  border-top: 1px solid var(--border);
}
.cta-compact-inner {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
}
.cta-compact-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 4vw, 1.75rem);
}
.cta-compact-lead {
  margin: 0 0 1.25rem;
  color: var(--text-light);
}
.cta-compact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.cta-compact-actions .btn {
  min-height: 44px;
}

/* Mobile sticky CTA */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 10px 12px;
  padding-bottom: max(10px, env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.06);
  gap: 8px;
  flex-direction: row;
  align-items: stretch;
}
.mobile-sticky-cta-primary,
.mobile-sticky-cta-wa {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px !important;
  font-size: 0.8125rem;
  line-height: 1.25;
  white-space: nowrap;
  text-align: center;
  padding: 0.65rem 0.85rem;
}
.mobile-sticky-cta-primary {
  flex: 1.35 1 0;
  min-width: 0;
  box-shadow: none;
}
.mobile-sticky-cta-wa {
  flex: 0.85 1 0;
  min-width: 0;
  border-radius: 10px !important;
}
.mobile-sticky-cta-wa .btn-wa-icon {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 1rem;
    box-sizing: border-box;
  }
  .mobile-sticky-cta {
    display: flex;
  }
  body:has(.mobile-sticky-cta) {
    padding-bottom: calc(4.25rem + env(safe-area-inset-bottom));
  }
  .hero-home-wa {
    display: none !important;
  }
  .hero-home-ctas .btn-outline {
    display: none;
  }
  .hero-home {
    padding-bottom: 2rem;
  }
  .main-nav .nav-list a,
  .main-nav .nav-parent-toggle,
  .main-nav .nav-flyout-group-trigger,
  .main-nav .nav-flyout-link {
    min-height: 44px;
    touch-action: manipulation;
  }
}

/* Contact form — optional fields collapsed */
.contact-form-optional {
  margin: 1rem 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.75rem 1rem;
}
.contact-form-optional summary {
  cursor: pointer;
  font-weight: 600;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.contact-form-optional[open] summary {
  margin-bottom: 0.75rem;
}

/* Produk catalog — collapsible filters on mobile */
.produk-filters-collapsible summary {
  cursor: pointer;
  font-weight: 600;
  min-height: 44px;
  display: flex;
  align-items: center;
  list-style: none;
}
.produk-filters-collapsible summary::-webkit-details-marker {
  display: none;
}
@media (min-width: 768px) {
  .produk-filters-collapsible {
    border: none;
  }
  .produk-filters-collapsible summary {
    display: none;
  }
  .produk-filters-collapsible .produk-catalog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .produk-filters-collapsible:not([open]) .produk-catalog-filters {
    display: none;
  }
}

/* Marketing layanan pages (JK-style blocks) */
.page-hero--marketing .mkt-eyebrow {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin: 0 0 0.35rem;
  font-weight: 600;
}
.marketing-landing-body {
  padding: 2.5rem 0 4rem;
  border-top: 1px solid var(--border);
  background: var(--white);
}
.page-hero--marketing { border-bottom: none; }
.mkt-hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin: 2rem 0 0;
}
.mkt-stat-card {
  border: 1px solid var(--border);
  padding: 1rem 1.1rem;
  background: var(--white);
}
.mkt-stat-value {
  display: block;
  font-weight: 700;
  color: var(--primary);
  font-size: 1rem;
}
.mkt-stat-label {
  display: block;
  font-size: 0.8125rem;
  color: var(--text-light);
  margin-top: 0.25rem;
}
.mkt-section { margin-bottom: 3rem; }
.mkt-section--alt {
  background: var(--bg);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 2.5rem calc(50vw - 50%);
}
.mkt-section-head h2,
.mkt-section-title-center {
  font-size: 1.5rem;
  color: var(--primary);
  margin: 0 0 0.5rem;
}
.mkt-section-title-center { text-align: center; }
.mkt-section-lead {
  color: var(--text-light);
  max-width: 720px;
  margin: 0 0 1.5rem;
}
.mkt-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}
.mkt-eco-card {
  border: 1px solid var(--border);
  padding: 1.25rem;
  background: var(--white);
}
.mkt-eco-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.0625rem;
  color: var(--primary);
}
.mkt-eco-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
}
.mkt-eco-links li { margin-bottom: 0.35rem; }
.mkt-eco-links a { color: var(--accent); }
.mkt-card-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 0.5rem; }
.mkt-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  min-width: min(100%, 720px);
}
.mkt-feature-grid--3 { min-width: min(100%, 960px); }
.mkt-feature-card {
  border: 1px solid var(--border);
  padding: 1.25rem;
  background: var(--white);
}
.mkt-feature-card h3 { margin: 0 0 0.5rem; font-size: 1.0625rem; }
.mkt-feature-card p { margin: 0; color: var(--text-light); font-size: 0.9375rem; }
.mkt-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.mkt-step {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  align-items: start;
  border: 1px solid var(--border);
  padding: 1.25rem;
  background: var(--white);
}
.mkt-step-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.mkt-step p { margin: 0.35rem 0 0; color: var(--text-light); }
.mkt-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.mkt-category-card {
  border: 1px solid var(--border);
  padding: 1.25rem;
  background: var(--white);
}
.mkt-category-num {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0.35rem;
}
.mkt-category-card h3 { margin: 0 0 0.5rem; font-size: 1.0625rem; }
.mkt-category-card p { margin: 0; font-size: 0.9375rem; color: var(--text-light); }
.mkt-partner-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}
.mkt-partner-pill {
  border: 1px solid var(--border);
  padding: 0.45rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 600;
  background: var(--white);
}
.mkt-proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.mkt-proof-card { text-align: center; padding: 1rem; }
.mkt-proof-value {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary);
}
.mkt-proof-label { font-size: 0.875rem; color: var(--text-light); }
.mkt-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}
.mkt-pill {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.mkt-cta-band {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: var(--primary);
  color: var(--white);
  margin: 2rem 0;
}
.mkt-cta-band h2 { color: var(--white); margin: 0 0 0.5rem; }
.mkt-cta-band p { margin: 0 auto 1.25rem; max-width: 560px; opacity: 0.92; }
.mkt-cta-band .btn-secondary {
  background: transparent;
  border: 2px solid var(--white);
  color: var(--white) !important;
}

.case-study-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
}
.case-study-blocks {
  display: grid;
  gap: 1.25rem;
  margin: 1.5rem 0;
}
.case-study-block {
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--border-light, #e2e8f0);
  border-radius: 12px;
  background: #fff;
}
.case-block-problem { border-left: 4px solid #f59e0b; }
.case-block-solution { border-left: 4px solid var(--primary, #1268D6); }
.case-block-results { border-left: 4px solid #16a34a; }
.case-study-block h2 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
}
.case-study-list,
.case-tech-list {
  margin: 0.65rem 0 0;
  padding-left: 1.2rem;
  line-height: 1.6;
}
.case-study-table-wrap {
  margin-top: 0.75rem;
}
.case-study-testimonial {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid var(--primary, #1268D6);
  background: #f8fafc;
  border-radius: 0 12px 12px 0;
}
.case-study-testimonial p {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  font-style: italic;
}
.case-study-testimonial footer {
  font-size: 0.875rem;
  color: var(--text-light, #64748b);
}
.case-study-closing-cta {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-light, #e2e8f0);
}
.case-study-client {
  margin-bottom: 0.5rem;
}
