:root {
  --jkes-ink: #111820;
  --jkes-navy: #081726;
  --jkes-navy-2: #10283f;
  --jkes-gold: #c9953d;
  --jkes-gold-2: #e0b86f;
  --jkes-blue: #195f9b;
  --jkes-muted: #637181;
  --jkes-soft: #f3f6f8;
  --jkes-line: #dfe5ea;
  --jkes-white: #ffffff;
  --jkes-danger: #a22a24;
  --jkes-shell: 1220px;
  --jkes-radius: 18px;
  --jkes-shadow: 0 18px 55px rgba(8, 23, 38, 0.11);
}

html {
  scroll-behavior: smooth;
}

body.jkes-enterprise-site {
  margin: 0;
  color: var(--jkes-ink);
  background: var(--jkes-white);
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  overflow-x: hidden;
}

body.jkes-enterprise-site *,
body.jkes-enterprise-site *::before,
body.jkes-enterprise-site *::after {
  box-sizing: border-box;
}

/*
 * Translated headings and metric labels can contain long words whose
 * min-content width is wider than a phone. Keep grid/flex children shrinkable
 * and allow a safe emergency wrap instead of clipping localized copy.
 */
body.jkes-enterprise-site .jkes-shell,
body.jkes-enterprise-site .jkes-shell > *,
body.jkes-enterprise-site .jkes-header-inner > *,
body.jkes-enterprise-site .jkes-topbar-inner > *,
body.jkes-enterprise-site .jkes-hero-copy,
body.jkes-enterprise-site .jkes-trust-grid > *,
body.jkes-enterprise-site [class*="-grid"] > * {
  min-width: 0;
}

body.jkes-enterprise-site h1,
body.jkes-enterprise-site h2,
body.jkes-enterprise-site h3,
body.jkes-enterprise-site h4,
body.jkes-enterprise-site p,
body.jkes-enterprise-site a,
body.jkes-enterprise-site span,
body.jkes-enterprise-site strong,
body.jkes-enterprise-site li,
body.jkes-enterprise-site td,
body.jkes-enterprise-site th {
  overflow-wrap: anywhere;
  word-break: normal;
}

body.jkes-enterprise-site .site-header,
body.jkes-enterprise-site #masthead,
body.jkes-enterprise-site .site-footer,
body.jkes-enterprise-site .site-primary-footer-wrap,
body.jkes-enterprise-site .site-above-footer-wrap,
body.jkes-enterprise-site .site-below-footer-wrap,
body.jkes-enterprise-site .entry-header,
body.jkes-enterprise-site .ast-breadcrumbs-wrapper {
  display: none !important;
}

body.jkes-enterprise-site .site-content,
body.jkes-enterprise-site #content,
body.jkes-enterprise-site .site-content > .ast-container,
body.jkes-enterprise-site .content-area,
body.jkes-enterprise-site .site-main,
body.jkes-enterprise-site .ast-article-single,
body.jkes-enterprise-site .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.jkes-enterprise-site .site-content > .ast-container {
  display: block !important;
}

body.jkes-enterprise-site a {
  color: inherit;
  text-decoration: none;
}

body.jkes-enterprise-site img {
  display: block;
  max-width: 100%;
}

body.jkes-enterprise-site h1,
body.jkes-enterprise-site h2,
body.jkes-enterprise-site h3,
body.jkes-enterprise-site p {
  margin-top: 0;
}

.jkes-shell {
  width: min(calc(100% - 48px), var(--jkes-shell));
  margin-inline: auto;
}

.jkes-topbar {
  position: relative;
  z-index: 1001;
  color: #dce8f2;
  background: var(--jkes-navy);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.jkes-topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.jkes-topbar-inner > span {
  color: #eef5fa;
  font-weight: 650;
}

.jkes-topbar-links {
  display: flex;
  gap: 22px;
  white-space: nowrap;
}

.jkes-topbar-links a:hover {
  color: var(--jkes-gold-2);
}

.jkes-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
  box-shadow: 0 7px 22px rgba(8, 23, 38, 0.05);
  backdrop-filter: blur(14px);
}

.admin-bar .jkes-header {
  top: 32px;
}

.jkes-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.jkes-brand {
  display: flex;
  min-width: 215px;
  max-width: 305px;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  color: var(--jkes-navy) !important;
  line-height: 1.12;
}

.jkes-brand strong {
  display: block;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.015em;
}

.jkes-brand.is-brand-name strong {
  font-size: 29px;
  letter-spacing: 0.12em;
}

.jkes-brand small {
  display: block;
  margin-top: 6px;
  color: #637585;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.jkes-nav {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.55vw, 26px);
  font-size: 14px;
  font-weight: 650;
}

.jkes-nav > a:not(.jkes-nav-cta) {
  position: relative;
  padding: 29px 0 27px;
}

.jkes-nav > a:not(.jkes-nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--jkes-gold);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.jkes-nav > a:hover::after {
  transform: scaleX(1);
}

.jkes-nav-cta,
.jkes-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.jkes-nav-cta,
.jkes-button-primary {
  color: #fff !important;
  background: var(--jkes-blue);
  box-shadow: 0 9px 22px rgba(25, 95, 155, 0.2);
}

.jkes-nav-cta:hover,
.jkes-button-primary:hover {
  color: #fff !important;
  background: #104c7e;
  transform: translateY(-2px);
}

.jkes-button-secondary {
  color: var(--jkes-navy) !important;
  background: transparent;
  border-color: #aab5bf;
}

.jkes-button-secondary:hover {
  color: #fff !important;
  background: var(--jkes-navy);
  border-color: var(--jkes-navy);
  transform: translateY(-2px);
}

.jkes-nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 8px;
  border: 0;
  border-radius: 6px;
  color: var(--jkes-ink);
  background: var(--jkes-soft);
}

.jkes-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.jkes-nav-toggle em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.jkes-language {
  position: relative;
}

.jkes-language summary {
  min-width: 52px;
  padding: 8px 23px 8px 10px;
  border: 1px solid var(--jkes-line);
  border-radius: 6px;
  cursor: pointer;
  list-style: none;
  line-height: 1.2;
}

.jkes-language summary::-webkit-details-marker {
  display: none;
}

.jkes-language summary::after {
  content: "▾";
  position: absolute;
  top: 8px;
  right: 9px;
  color: var(--jkes-muted);
}

.jkes-language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: 190px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--jkes-line);
  border-radius: 10px;
  box-shadow: var(--jkes-shadow);
}

.jkes-language-menu a {
  padding: 9px 12px;
  border-radius: 6px;
}

.jkes-language-menu a:hover,
.jkes-language-menu a.is-current {
  color: var(--jkes-blue);
  background: #edf5fb;
}

.jkes-page {
  overflow: hidden;
}

.jkes-hero {
  position: relative;
  min-height: 655px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% 25%, rgba(53, 126, 181, 0.34), transparent 28%),
    linear-gradient(122deg, #071521 0%, #0c2135 55%, #153d5e 100%);
}

.jkes-hero::before,
.jkes-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.jkes-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(36px, 6vw, 90px);
  padding-block: 86px;
}

.jkes-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--jkes-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.jkes-hero h1 {
  max-width: 700px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.jkes-hero-copy > p {
  max-width: 720px;
  margin-bottom: 30px;
  color: #d4e0e9;
  font-size: 18px;
}

.jkes-hero-copy > p strong {
  color: #fff2d2;
}

.jkes-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.jkes-hero .jkes-button-secondary,
.jkes-section-dark .jkes-button-secondary,
.jkes-cta .jkes-button-secondary {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45);
}

.jkes-hero .jkes-button-secondary:hover,
.jkes-section-dark .jkes-button-secondary:hover,
.jkes-cta .jkes-button-secondary:hover {
  color: var(--jkes-navy) !important;
  background: #fff;
  border-color: #fff;
}

.jkes-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
  color: #b9cad6;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jkes-hero-points span::before {
  content: "•";
  margin-right: 8px;
  color: var(--jkes-gold-2);
}

.jkes-hero-visual {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
}

.jkes-hero-visual::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.025), 0 0 0 110px rgba(255, 255, 255, 0.018);
}

.jkes-hero-visual > img {
  position: relative;
  z-index: 2;
  width: min(92%, 520px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 24px;
  filter: drop-shadow(0 32px 38px rgba(0, 0, 0, 0.38));
}

.jkes-product-orbit span {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  background: rgba(9, 24, 38, 0.82);
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.jkes-product-orbit span:nth-child(1) { top: 3%; left: 18%; }
.jkes-product-orbit span:nth-child(2) { top: 23%; right: 0; }
.jkes-product-orbit span:nth-child(3) { bottom: 17%; right: 4%; }
.jkes-product-orbit span:nth-child(4) { bottom: 2%; left: 25%; }
.jkes-product-orbit span:nth-child(5) { top: 42%; left: -2%; }

.jkes-hero-caption {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 15px;
  display: grid;
  padding: 15px 20px;
  border-left: 3px solid var(--jkes-gold);
  color: var(--jkes-navy);
  background: #fff;
  box-shadow: var(--jkes-shadow);
}

.jkes-hero-caption strong {
  font-size: 18px;
  letter-spacing: 0.06em;
}

.jkes-hero-caption span {
  color: var(--jkes-muted);
  font-size: 12px;
}

.jkes-country-custom {
  color: #fff;
  background: linear-gradient(100deg, #164f7f, #1b6ca5);
}

.jkes-country-custom .jkes-shell {
  display: grid;
  grid-template-columns: 205px 1fr auto;
  align-items: center;
  gap: 34px;
  padding-block: 30px;
}

.jkes-country-custom .jkes-eyebrow {
  margin: 0;
  color: #f4d18f;
}

.jkes-country-custom h2 {
  margin-bottom: 5px;
  color: #fff;
  font-size: clamp(21px, 2.2vw, 29px);
  line-height: 1.25;
}

.jkes-country-custom p {
  margin-bottom: 0;
  color: #dbeaf5;
  font-size: 14px;
}

.jkes-country-custom a {
  min-width: 210px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.jkes-country-custom a:hover {
  color: var(--jkes-blue);
  background: #fff;
}

.jkes-trust {
  color: #fff;
  background: var(--jkes-navy);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.jkes-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.jkes-trust-grid > div {
  display: flex;
  min-height: 108px;
  align-items: center;
  gap: 14px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.jkes-trust-grid > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.jkes-trust strong {
  color: var(--jkes-gold-2);
  font-size: 30px;
  line-height: 1;
}

.jkes-trust span {
  color: #c8d4de;
  font-size: 13px;
}

.jkes-section {
  padding-block: clamp(70px, 8vw, 116px);
}

.jkes-section-soft {
  background: var(--jkes-soft);
}

.jkes-section-dark {
  color: #dce7ee;
  background: var(--jkes-navy);
}

.jkes-section-heading {
  max-width: 790px;
  margin-bottom: 42px;
}

.jkes-section-heading h2,
.jkes-capability-grid h2,
.jkes-feature-grid h2,
.jkes-about-grid h2,
.jkes-series-layout h2 {
  margin-bottom: 16px;
  color: var(--jkes-ink);
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.jkes-section-heading > p,
.jkes-capability-grid > div > p,
.jkes-about-grid > div > p,
.jkes-series-layout > div > p {
  color: var(--jkes-muted);
  font-size: 17px;
}

.jkes-section-dark h2,
.jkes-section-dark h3,
.jkes-section-dark .jkes-section-heading h2,
.jkes-section-dark .jkes-feature-grid h2 {
  color: #fff;
}

.jkes-section-dark p {
  color: #c2d0da;
}

.jkes-product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.jkes-product-grid-large {
  grid-template-columns: repeat(3, 1fr);
}

.jkes-product-card {
  position: relative;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid var(--jkes-line);
  border-radius: var(--jkes-radius);
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.jkes-product-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -52px;
  width: 145px;
  height: 145px;
  border: 24px solid rgba(25, 95, 155, 0.06);
  border-radius: 50%;
}

.jkes-product-card:hover {
  z-index: 2;
  border-color: rgba(25, 95, 155, 0.35);
  box-shadow: var(--jkes-shadow);
  transform: translateY(-7px);
}

.jkes-product-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #dce3e9;
  font-size: 28px;
  font-weight: 850;
}

.jkes-product-code {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  color: var(--jkes-blue);
  background: #edf5fb;
  font-size: 11px;
  font-weight: 850;
}

.jkes-product-card h3 {
  margin-bottom: 12px;
  color: var(--jkes-ink);
  font-size: 21px;
  line-height: 1.3;
}

.jkes-product-card p {
  flex: 1;
  color: var(--jkes-muted);
  font-size: 14px;
}

.jkes-product-card em,
.jkes-product-card .jkes-product-link {
	position: relative;
	z-index: 1;
	color: var(--jkes-blue);
	font-size: 13px;
	font-style: normal;
	font-weight: 750;
}

.jkes-feature-grid,
.jkes-capability-grid,
.jkes-about-grid,
.jkes-series-layout,
.jkes-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
}

.jkes-brand-promo {
  color: #d8e5ee;
  background:
    radial-gradient(circle at 86% 18%, rgba(41, 113, 168, 0.34), transparent 28%),
    linear-gradient(120deg, #0a1a28, #102b42);
}

.jkes-brand-promo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  align-items: center;
  gap: clamp(46px, 7vw, 96px);
}

.jkes-brand-promo h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.jkes-brand-promo p {
  color: #bfd0dc;
}

.jkes-brand-promo aside {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--jkes-radius);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.22);
}

.jkes-brand-promo aside > span {
  color: var(--jkes-gold-2);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.jkes-brand-promo blockquote {
  margin: 22px 0 32px;
  color: #fff;
  font-size: clamp(21px, 2.3vw, 30px);
  font-weight: 720;
  line-height: 1.55;
}

.jkes-brand-promo aside > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-block: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.jkes-brand-promo aside strong {
  color: #fff;
  font-size: 13px;
}

.jkes-brand-promo aside small {
  color: #99adbc;
  font-size: 12px;
}

.jkes-brand-statement {
  padding-block: 52px;
  color: #fff;
  background: linear-gradient(110deg, #174f7b, #0c2940);
}

.jkes-brand-statement .jkes-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: end;
  gap: clamp(36px, 7vw, 90px);
}

.jkes-brand-statement .jkes-eyebrow {
  color: #efd18f;
}

.jkes-brand-statement h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(27px, 3.3vw, 43px);
  line-height: 1.25;
}

.jkes-brand-statement p {
  margin-bottom: 0;
  color: #d1e0ea;
}

.jkes-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.jkes-promise-grid article {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.jkes-promise-grid span {
  display: block;
  margin-bottom: 36px;
  color: var(--jkes-gold-2);
  font-size: 13px;
  font-weight: 850;
}

.jkes-promise-grid h3 {
  color: #fff;
  font-size: 21px;
}

.jkes-promise-grid p {
  margin-bottom: 0;
  color: #bdced9;
  font-size: 14px;
}

.jkes-process-light article {
  border-color: var(--jkes-line);
  background: #fff;
}

.jkes-process-light strong {
  color: var(--jkes-gold);
}

.jkes-process-light h3 {
  color: var(--jkes-ink);
}

.jkes-process-light p {
  color: var(--jkes-muted);
}

.jkes-feature-images {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 18px;
}

.jkes-feature-images img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.jkes-feature-images img:last-child {
  height: 305px;
}

.jkes-check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}

.jkes-check-list li {
  position: relative;
  padding-left: 28px;
}

.jkes-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--jkes-gold-2);
  font-weight: 900;
}

.jkes-check-list-light li {
  color: var(--jkes-muted);
}

.jkes-check-list-light li::before {
  color: var(--jkes-blue);
}

.jkes-solution-grid,
.jkes-info-grid,
.jkes-market-grid,
.jkes-values,
.jkes-process,
.jkes-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.jkes-solution-grid article,
.jkes-info-grid article,
.jkes-market-grid article,
.jkes-values article,
.jkes-process article {
  padding: 28px;
  border: 1px solid var(--jkes-line);
  border-radius: 14px;
  background: #fff;
}

.jkes-solution-grid article > span,
.jkes-info-grid article > strong,
.jkes-values article > strong {
  display: block;
  margin-bottom: 24px;
  color: var(--jkes-gold);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.jkes-solution-grid h3,
.jkes-info-grid h3,
.jkes-market-grid h3,
.jkes-values h3,
.jkes-process h3 {
  margin-bottom: 10px;
  color: var(--jkes-ink);
  font-size: 20px;
  line-height: 1.3;
}

.jkes-solution-grid p,
.jkes-info-grid p,
.jkes-market-grid p,
.jkes-values p,
.jkes-process p {
  margin-bottom: 0;
  color: var(--jkes-muted);
  font-size: 14px;
}

.jkes-centered-action {
  margin-top: 38px;
  text-align: center;
}

.jkes-markets {
  background: linear-gradient(180deg, #f7f9fa 0%, #eef3f6 100%);
}

.jkes-market-grid {
  grid-template-columns: repeat(3, 1fr);
}

.jkes-market-grid article {
  min-height: 260px;
  padding: 34px;
  border: 0;
  box-shadow: 0 13px 38px rgba(8, 23, 38, 0.08);
}

.jkes-market-grid article > span {
  display: inline-flex;
  margin-bottom: 55px;
  color: var(--jkes-blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.jkes-capability-list {
  display: grid;
  gap: 1px;
  background: var(--jkes-line);
  border: 1px solid var(--jkes-line);
}

.jkes-capability-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 24px;
  background: #fff;
}

.jkes-capability-list strong {
  color: var(--jkes-gold);
}

.jkes-capability-list h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.jkes-capability-list p {
  margin-bottom: 0;
  color: var(--jkes-muted);
  font-size: 14px;
}

.jkes-cta {
  padding-block: 62px;
  color: #fff;
  background: linear-gradient(110deg, #123e61, #0a2033 72%);
}

.jkes-cta .jkes-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.jkes-cta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.2;
}

.jkes-cta p {
  margin-bottom: 0;
  color: #c8d7e2;
}

.jkes-page-hero {
  position: relative;
  display: grid;
  min-height: 410px;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(48, 122, 178, 0.32), transparent 26%),
    linear-gradient(118deg, #071521, #123552);
}

.jkes-page-hero .jkes-shell {
  position: relative;
  padding-block: 92px 78px;
}

.jkes-page-hero h1 {
  max-width: 920px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.jkes-page-hero p {
  max-width: 860px;
  margin-bottom: 0;
  color: #cbd9e3;
  font-size: 18px;
}

.jkes-series-layout {
  align-items: start;
}

.jkes-series-rfq {
  padding: 40px;
  border-radius: var(--jkes-radius);
  color: #d9e5ed;
  background: var(--jkes-navy);
  box-shadow: var(--jkes-shadow);
}

.jkes-series-rfq > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--jkes-gold-2);
  font-size: 12px;
  font-weight: 850;
}

.jkes-series-rfq h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
}

.jkes-series-rfq p {
  color: #bdceda;
}

.jkes-series-rfq > a:last-child {
  display: block;
  margin-top: 18px;
  color: var(--jkes-gold-2);
  font-size: 13px;
}

.jkes-model-index {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.jkes-model-index a {
  display: grid;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--jkes-line);
  border-radius: 12px;
  background: #fff;
}

.jkes-model-index a:hover {
  border-color: rgba(25, 95, 155, 0.35);
  box-shadow: 0 12px 32px rgba(8, 23, 38, 0.08);
}

.jkes-model-index span {
  color: var(--jkes-gold);
  font-size: 12px;
  font-weight: 850;
}

.jkes-model-index strong {
  align-self: end;
  font-size: 15px;
  line-height: 1.35;
}

.jkes-model-index em {
  color: var(--jkes-muted);
  font-size: 11px;
  font-style: normal;
}

.jkes-model-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(42px, 7vw, 92px);
}

.jkes-model-visual {
  position: sticky;
  top: 122px;
}

.jkes-model-visual > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 25px;
  border: 1px solid var(--jkes-line);
  border-radius: var(--jkes-radius);
  background: #fff;
  box-shadow: 0 18px 46px rgba(8, 23, 38, 0.08);
}

.jkes-model-count {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 20px;
  color: var(--jkes-gold);
  font-size: 13px;
  font-weight: 850;
}

.jkes-model-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.jkes-model-tags span {
  padding: 7px 11px;
  border-radius: 999px;
  color: #365168;
  background: #e8eef2;
  font-size: 11px;
  font-weight: 700;
}

.jkes-model-content h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.15;
}

.jkes-model-content > p {
  color: var(--jkes-muted);
  font-size: 17px;
}

.jkes-compliance {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin: 28px 0;
  padding: 18px 20px;
  border: 1px solid #e8c3bf;
  border-left: 5px solid var(--jkes-danger);
  border-radius: 8px;
  color: #5a2926;
  background: #fff4f2;
  font-size: 14px;
}

.jkes-compliance strong {
  color: var(--jkes-danger);
  white-space: nowrap;
}

.jkes-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  border-top: 1px solid var(--jkes-line);
  border-left: 1px solid var(--jkes-line);
}

.jkes-specs > div {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-right: 1px solid var(--jkes-line);
  border-bottom: 1px solid var(--jkes-line);
  background: #fff;
}

.jkes-specs span {
  color: var(--jkes-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.jkes-specs strong {
  font-size: 14px;
}

.jkes-frequency {
  margin-bottom: 22px;
  border: 1px solid var(--jkes-line);
  border-radius: 8px;
  background: #fff;
}

.jkes-frequency summary {
  padding: 17px 20px;
  color: var(--jkes-blue);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.jkes-table-wrap {
  overflow-x: auto;
}

.jkes-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  font-size: 13px;
}

.jkes-table th,
.jkes-table td {
  padding: 12px 14px;
  border-top: 1px solid var(--jkes-line);
  text-align: left;
}

.jkes-table th {
  color: #496173;
  background: #edf2f5;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.jkes-data-note {
  padding-left: 15px;
  border-left: 2px solid var(--jkes-gold);
  color: #6a747d !important;
  font-size: 12px !important;
}

.jkes-text-link {
  color: var(--jkes-blue) !important;
  font-size: 13px;
  font-weight: 750;
}

.jkes-distance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.jkes-distance-grid span {
  display: grid;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #c3d1da;
}

.jkes-distance-grid strong {
  color: #fff;
  font-size: 18px;
}

.jkes-solution-list {
  display: grid;
}

.jkes-solution-list article {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  padding-block: 32px;
  border-bottom: 1px solid var(--jkes-line);
}

.jkes-solution-list article:first-child {
  border-top: 1px solid var(--jkes-line);
}

.jkes-solution-list > article > span {
  color: var(--jkes-gold);
  font-size: 14px;
  font-weight: 850;
}

.jkes-solution-list h2 {
  margin-bottom: 7px;
  font-size: 28px;
  line-height: 1.25;
}

.jkes-solution-list p {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--jkes-muted);
}

.jkes-process {
  grid-template-columns: repeat(5, 1fr);
}

.jkes-process article {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

.jkes-process strong {
  display: block;
  margin-bottom: 35px;
  color: var(--jkes-gold-2);
  font-size: 25px;
}

.jkes-process h3 {
  color: #fff;
}

.jkes-process p {
  color: #b8c8d4;
}

.jkes-region-list {
  display: grid;
  gap: 1px;
  background: var(--jkes-line);
  border: 1px solid var(--jkes-line);
}

.jkes-region-list > article {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 46px;
  padding: clamp(34px, 5vw, 68px);
  background: #fff;
}

.jkes-region-code {
  color: #dce5eb;
  font-size: clamp(55px, 8vw, 105px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
}

.jkes-region-list h2 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.2;
}

.jkes-region-list p {
  max-width: 800px;
  color: var(--jkes-muted);
}

.jkes-values {
  grid-template-columns: repeat(2, 1fr);
}

.jkes-inline-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jkes-inline-categories span {
  padding: 13px 18px;
  border: 1px solid var(--jkes-line);
  border-radius: 999px;
  color: #3d5568;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

.jkes-contact-grid {
  grid-template-columns: repeat(4, 1fr);
}

.jkes-contact-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--jkes-line);
  border-radius: 14px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jkes-contact-card:hover {
  box-shadow: var(--jkes-shadow);
  transform: translateY(-5px);
}

.jkes-contact-card > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 35px;
  border-radius: 50%;
  color: var(--jkes-blue);
  background: #eaf4fb;
  font-size: 12px;
  font-weight: 850;
}

.jkes-contact-card h2 {
  margin-bottom: 7px;
  font-size: 21px;
}

.jkes-contact-card strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--jkes-blue);
  font-size: 15px;
}

.jkes-contact-card p {
  margin: 10px 0 0;
  color: var(--jkes-muted);
  font-size: 13px;
}

.jkes-contact-card-wa {
  color: #fff;
  background: #168453;
  border-color: #168453;
}

.jkes-contact-card-wa h2,
.jkes-contact-card-wa strong {
  color: #fff;
}

.jkes-contact-card-wa p {
  color: #d8f1e6;
}

.jkes-contact-card-wa > span {
  color: #168453;
  background: #fff;
}

.jkes-email-secondary {
  margin-top: 24px;
  color: var(--jkes-muted);
  font-size: 14px;
  text-align: right;
}

.jkes-email-secondary a {
  color: var(--jkes-blue);
}

.jkes-inquiry-section {
  color: #fff;
  background: var(--jkes-navy);
}

.jkes-inquiry-grid {
  align-items: start;
}

.jkes-inquiry-grid h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.15;
}

.jkes-inquiry-grid > div:first-child > p {
  color: #c4d3de;
  font-size: 17px;
}

.jkes-contact-quick {
  display: grid;
  gap: 8px;
  margin-top: 32px;
  color: var(--jkes-gold-2);
  font-weight: 700;
}

.jkes-form-card {
  padding: clamp(25px, 4vw, 44px);
  border-radius: var(--jkes-radius);
  color: var(--jkes-ink);
  background: #fff;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
}

.jkes-form-card form,
.jkes-form-card label {
  display: grid;
  gap: 7px;
}

.jkes-form-card form {
  gap: 17px;
}

.jkes-form-card label {
  color: #405363;
  font-size: 12px;
  font-weight: 750;
}

.jkes-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.jkes-form-card input,
.jkes-form-card select,
.jkes-form-card textarea {
  width: 100%;
  min-height: 47px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #cfd8df;
  border-radius: 6px;
  color: var(--jkes-ink);
  background: #fff;
  font: inherit;
  font-size: 14px;
}

.jkes-form-card textarea {
  min-height: 132px;
  resize: vertical;
}

.jkes-form-card input:focus,
.jkes-form-card select:focus,
.jkes-form-card textarea:focus {
  border-color: var(--jkes-blue);
  outline: 3px solid rgba(25, 95, 155, 0.12);
}

.jkes-consent {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  font-weight: 500 !important;
}

.jkes-consent input {
  width: 16px;
  min-height: 16px;
  margin-top: 3px;
}

.jkes-hp {
  position: absolute !important;
  left: -9999px !important;
}

.jkes-form-message {
  margin-bottom: 18px;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 13px;
}

.jkes-form-message.is-success {
  color: #125f3d;
  background: #e6f5ed;
}

.jkes-form-message.is-error {
  color: #8d2621;
  background: #fff0ee;
}

.jkes-footer {
  padding-top: 70px;
  color: #adbdc9;
  background: #06121d;
}

.jkes-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.25fr 0.8fr;
  gap: 45px;
  padding-bottom: 54px;
}

.jkes-footer h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.jkes-footer-grid > div:not(.jkes-footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.jkes-footer a,
.jkes-footer p {
  margin-bottom: 0;
  color: #a9bbc8;
  font-size: 13px;
}

.jkes-footer a:hover {
  color: var(--jkes-gold-2);
}

.jkes-footer-wordmark {
  display: flex;
  max-width: 310px;
  margin-bottom: 20px;
  flex-direction: column;
  color: #fff;
  line-height: 1.15;
}

.jkes-footer-wordmark strong {
  font-size: 22px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.jkes-footer-wordmark small {
  margin-top: 8px;
  color: #9fb2c1;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.jkes-footer-company {
  color: #fff !important;
  font-weight: 750;
}

.jkes-footer-customization {
  margin-top: 13px !important;
  color: #d7c092 !important;
  line-height: 1.55;
}

.jkes-footer-quote {
  margin-top: 14px;
  padding: 9px 13px;
  border: 1px solid #536575;
  border-radius: 5px;
}

.jkes-footer-notice {
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #d2b577;
  font-size: 12px;
  text-align: center;
}

.jkes-footer-bottom {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #728696;
  font-size: 11px;
}

.jkes-whatsapp {
  position: fixed;
  z-index: 999;
  right: 22px;
  bottom: 22px;
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 9px;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  color: #fff !important;
  background: #1ca769;
  box-shadow: 0 14px 36px rgba(15, 90, 56, 0.33);
  font-size: 12px;
  font-weight: 800;
}

.jkes-whatsapp span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #178652;
  background: #fff;
  font-size: 11px;
}

.jkes-whatsapp em {
  font-style: normal;
}

.jkes-solution-visuals,
.jkes-insights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-bottom: 56px;
}

.jkes-solution-visuals figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  background: var(--jkes-navy);
}

.jkes-solution-visuals img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.jkes-solution-visuals figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 54px 28px 24px;
  color: #fff;
  background: linear-gradient(transparent, rgba(7, 12, 18, 0.94));
}

.jkes-solution-visuals figcaption strong,
.jkes-solution-visuals figcaption span {
  display: block;
}

.jkes-solution-visuals figcaption strong {
  margin-bottom: 5px;
  font-size: 22px;
}

.jkes-solution-visuals figcaption span {
  color: #d6dde3;
  font-size: 13px;
}

.jkes-insights-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jkes-insight-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--jkes-line);
  background: #fff;
  box-shadow: 0 14px 40px rgba(8, 23, 38, 0.08);
}

.jkes-insight-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--jkes-navy);
}

.jkes-insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.jkes-insight-card:hover .jkes-insight-image img {
  transform: scale(1.035);
}

.jkes-insight-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
}

.jkes-insight-body time {
  color: var(--jkes-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.jkes-insight-body h3 {
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.jkes-insight-body p {
  color: var(--jkes-muted);
  font-size: 14px;
}

.jkes-insight-body .jkes-text-link {
  margin-top: auto;
}

.jkes-editorial-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: 58px;
}

.jkes-editorial-intro > img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  box-shadow: var(--jkes-shadow);
}

.jkes-editorial-policy {
  padding: 62px 0;
  color: #fff;
  background: var(--jkes-navy);
}

.jkes-editorial-policy .jkes-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px 50px;
}

.jkes-editorial-policy .jkes-eyebrow,
.jkes-editorial-policy h2,
.jkes-editorial-policy p {
  grid-column: 1;
}

.jkes-editorial-policy h2 {
  margin-bottom: 0;
}

.jkes-editorial-policy p {
  max-width: 850px;
  margin-bottom: 0;
  color: #cbd5dc;
}

.jkes-editorial-policy .jkes-button {
  grid-row: 1 / span 3;
  grid-column: 2;
}

.jkes-article-hero {
  padding: 104px 0 86px;
  color: #fff;
  background: var(--jkes-navy);
}

.jkes-article-hero .jkes-shell {
  max-width: 980px;
}

.jkes-article-hero h1 {
  max-width: 920px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(38px, 5.5vw, 72px);
  line-height: 1.08;
}

.jkes-article-hero p {
  max-width: 820px;
  color: #d6dee5;
  font-size: 18px;
}

.jkes-article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 28px;
  color: #aebbc5;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.jkes-article-cover {
  padding-top: 36px;
  background: linear-gradient(var(--jkes-navy) 0 42%, #fff 42% 100%);
}

.jkes-article-cover img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  box-shadow: var(--jkes-shadow);
}

.jkes-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(250px, 1fr);
  align-items: start;
  gap: 72px;
}

.jkes-article-copy {
  color: #2f3942;
  font-size: 17px;
  line-height: 1.86;
}

.jkes-article-copy .jkes-article-lead {
  color: var(--jkes-ink);
  font-size: 21px;
  font-weight: 650;
  line-height: 1.7;
}

.jkes-article-copy h2 {
  margin: 54px 0 18px;
  color: var(--jkes-ink);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.22;
}

.jkes-article-copy ul,
.jkes-article-copy ol {
  margin: 18px 0 28px;
  padding-left: 24px;
}

.jkes-article-copy li + li {
  margin-top: 8px;
}

.jkes-article-copy .jkes-table-wrap {
  margin: 24px 0 34px;
}

.jkes-article-aside {
  position: sticky;
  top: 122px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 30px;
  border-top: 6px solid var(--jkes-gold);
  background: var(--jkes-soft);
}

.jkes-article-aside h2 {
  margin-bottom: 18px;
  font-size: 24px;
}

.jkes-article-aside > a {
  padding: 13px 0;
  border-top: 1px solid var(--jkes-line);
  font-size: 14px;
  font-weight: 750;
}

.jkes-article-aside .jkes-aside-whatsapp {
  margin-top: 18px;
  padding: 13px 16px;
  border: 0;
  color: #fff;
  background: #1ca769;
  text-align: center;
}

.jkes-article-review {
  margin-top: 58px;
  padding: 24px 26px;
  border-left: 5px solid var(--jkes-gold);
  background: var(--jkes-soft);
}

.jkes-article-review p {
  margin: 6px 0 0;
  color: var(--jkes-muted);
  font-size: 13px;
}

[dir="rtl"] .jkes-article-review {
  border-right: 5px solid var(--jkes-gold);
  border-left: 0;
}

[dir="rtl"] .jkes-compliance {
  border-right: 5px solid var(--jkes-danger);
  border-left-width: 1px;
}

[dir="rtl"] .jkes-check-list li {
  padding-right: 28px;
  padding-left: 0;
}

[dir="rtl"] .jkes-check-list li::before {
  right: 0;
  left: auto;
}

[dir="rtl"] .jkes-table th,
[dir="rtl"] .jkes-table td {
  text-align: right;
}

[dir="rtl"] .jkes-language-menu {
  right: auto;
  left: 0;
}

@media (max-width: 1120px) {
  .jkes-nav-toggle {
    display: block;
  }

  .jkes-nav {
    position: absolute;
    top: 100%;
    right: 24px;
    left: 24px;
    display: none;
    max-height: calc(100vh - 130px);
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px;
    overflow-y: auto;
    border: 1px solid var(--jkes-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--jkes-shadow);
  }

  .jkes-nav.is-open {
    display: flex;
  }

  .jkes-nav > a:not(.jkes-nav-cta) {
    padding: 11px 10px;
    border-bottom: 1px solid #edf0f2;
  }

  .jkes-nav > a:not(.jkes-nav-cta)::after {
    display: none;
  }

  .jkes-language {
    margin: 8px 0 12px;
  }

  .jkes-language summary {
    padding: 11px 34px 11px 10px;
  }

  .jkes-language summary::after {
    top: 11px;
  }

  .jkes-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jkes-article-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .jkes-article-aside {
    position: static;
  }

  .jkes-language-menu {
    position: static;
    width: 100%;
    margin-top: 7px;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: none;
  }

  .jkes-hero-grid {
    grid-template-columns: 1fr 0.8fr;
  }

  .jkes-brand-promo-grid,
  .jkes-brand-statement .jkes-shell {
    grid-template-columns: 1fr 0.85fr;
  }

  .jkes-country-custom .jkes-shell {
    grid-template-columns: 170px 1fr;
  }

  .jkes-country-custom a {
    grid-column: 2;
    justify-self: start;
  }

  .jkes-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .jkes-model-index {
    grid-template-columns: repeat(3, 1fr);
  }

  .jkes-contact-grid,
  .jkes-solution-grid,
  .jkes-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jkes-process {
    grid-template-columns: repeat(3, 1fr);
  }

  .jkes-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .admin-bar .jkes-header {
    top: 46px;
  }

  .jkes-shell {
    width: min(calc(100% - 32px), var(--jkes-shell));
  }

  .jkes-topbar-inner {
    min-height: 42px;
  }

  .jkes-topbar-inner > span {
    max-width: 70%;
    line-height: 1.35;
  }

  .jkes-topbar-links a:first-child {
    display: none;
  }

  .jkes-header-inner {
    min-height: 68px;
  }

  .jkes-brand {
    min-width: 0;
    max-width: 265px;
  }

  .jkes-brand strong {
    font-size: 15px;
  }

  .jkes-brand.is-brand-name strong {
    font-size: 25px;
  }

  .jkes-brand small {
    margin-top: 4px;
    font-size: 8px;
  }

  .jkes-hero {
    min-height: auto;
  }

  .jkes-hero-grid,
  .jkes-feature-grid,
  .jkes-capability-grid,
  .jkes-about-grid,
  .jkes-series-layout,
  .jkes-inquiry-grid,
  .jkes-model-layout,
  .jkes-brand-promo-grid,
  .jkes-brand-statement .jkes-shell {
    grid-template-columns: 1fr;
  }

  .jkes-promise-grid {
    grid-template-columns: 1fr;
  }

  .jkes-hero-grid {
    padding-block: 70px 55px;
  }

  .jkes-hero-visual {
    min-height: 410px;
  }

  .jkes-hero-visual::before {
    width: 350px;
    height: 350px;
  }

  .jkes-country-custom .jkes-shell {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .jkes-country-custom a {
    grid-column: auto;
  }

  .jkes-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jkes-trust-grid > div {
    min-height: 88px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .jkes-product-grid,
  .jkes-product-grid-large,
  .jkes-market-grid,
  .jkes-values,
  .jkes-distance-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jkes-model-visual {
    position: static;
  }

  .jkes-region-list > article {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .jkes-region-code {
    font-size: 58px;
  }

  .jkes-cta .jkes-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .jkes-page-hero {
    min-height: 340px;
  }

  .jkes-footer-grid {
    gap: 34px;
  }

  .jkes-solution-visuals,
  .jkes-editorial-intro,
  .jkes-editorial-policy .jkes-shell {
    grid-template-columns: 1fr;
  }

  .jkes-editorial-intro > img {
    min-height: 330px;
  }

  .jkes-editorial-policy .jkes-button {
    grid-row: auto;
    grid-column: 1;
    justify-self: start;
    margin-top: 10px;
  }

  .jkes-article-hero {
    padding: 76px 0 64px;
  }
}

@media (max-width: 560px) {
  body.jkes-enterprise-site {
    font-size: 15px;
  }

  .jkes-topbar-inner > span {
    max-width: none;
    font-size: 10px;
  }

  .jkes-topbar-links {
    display: none;
  }

  .jkes-brand {
    max-width: calc(100vw - 108px);
  }

  .jkes-brand strong {
    font-size: 13px;
  }

  .jkes-brand.is-brand-name strong {
    font-size: 22px;
  }

  .jkes-brand small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .jkes-insights-grid {
    grid-template-columns: 1fr;
  }

  .jkes-solution-visuals figure,
  .jkes-solution-visuals img {
    min-height: 280px;
  }

  .jkes-article-hero h1 {
    font-size: 36px;
  }

  .jkes-article-hero p,
  .jkes-article-copy .jkes-article-lead {
    font-size: 17px;
  }

  .jkes-article-cover {
    padding-top: 18px;
  }

  .jkes-article-copy {
    font-size: 16px;
  }

  .jkes-nav {
    right: 12px;
    left: 12px;
  }

  .jkes-language-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .jkes-hero h1 {
    font-size: 40px;
  }

  .jkes-hero-copy > p,
  .jkes-page-hero p {
    font-size: 16px;
  }

  .jkes-hero-visual {
    min-height: 350px;
  }

  .jkes-hero-visual::before {
    width: 280px;
    height: 280px;
  }

  .jkes-product-orbit span {
    width: 43px;
    height: 43px;
    font-size: 9px;
  }

  .jkes-hero-caption {
    right: 0;
    bottom: 0;
  }

  .jkes-actions,
  .jkes-actions .jkes-button {
    width: 100%;
  }

  .jkes-trust-grid,
  .jkes-product-grid,
  .jkes-product-grid-large,
  .jkes-solution-grid,
  .jkes-info-grid,
  .jkes-market-grid,
  .jkes-values,
  .jkes-process,
  .jkes-contact-grid,
  .jkes-distance-grid,
  .jkes-model-index,
  .jkes-specs,
  .jkes-form-row,
  .jkes-footer-grid {
    grid-template-columns: 1fr;
  }

  .jkes-product-card {
    min-height: 265px;
  }

  .jkes-feature-images {
    grid-template-columns: 1fr;
  }

  .jkes-feature-images img,
  .jkes-feature-images img:last-child {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .jkes-compliance {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .jkes-solution-list article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .jkes-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 15px;
  }

  .jkes-whatsapp {
    right: 12px;
    bottom: 12px;
  }

  .jkes-whatsapp em {
    display: none;
  }
}

@media print {
  .jkes-topbar,
  .jkes-header,
  .jkes-whatsapp,
  .jkes-nav-toggle {
    display: none !important;
  }

  .jkes-model-visual {
    position: static;
  }
}
