:root {
  --jz-ink: #15201d;
  --jz-muted: #66736e;
  --jz-canvas: #edf0ec;
  --jz-paper: #ffffff;
  --jz-soft: #f7f6f2;
  --jz-forest: #103b33;
  --jz-deep: #092823;
  --jz-accent: #187666;
  --jz-acid: #d7f2a8;
  --jz-line: rgba(21, 32, 29, .12);
}

html,
body {
  background: var(--jz-canvas) !important;
  color: var(--jz-ink) !important;
  font-family: "Manrope", "Noto Sans SC", Arial, sans-serif !important;
}

.nav {
  background: rgba(9, 40, 35, .98) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
}

.nav-in {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  padding-inline: 24px !important;
}

.nav-in > .nav-logo,
.nav-in > .nav-cta,
.nav-in > .jz-language-selector {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.nav-in > .nav-logo,
.nav-in > .nav-logo:visited {
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
  -webkit-text-fill-color: #ffffff !important;
}

.nav-in > .nav-logo em {
  color: #7edfd3 !important;
  -webkit-text-fill-color: #7edfd3 !important;
}

.jz-contact-action--whatsapp .jz-contact-icon {
  display: none !important;
}

.nav-in > .nav-links {
  display: flex !important;
  flex: 0 1 auto !important;
  flex-wrap: nowrap !important;
  height: 42px !important;
  align-items: center !important;
  align-self: center !important;
  margin-left: clamp(26px, 3vw, 48px) !important;
  margin-right: clamp(30px, 4vw, 58px) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  gap: clamp(18px, 2.2vw, 32px) !important;
  white-space: nowrap !important;
}

.nav-in > .nav-links > li {
  display: flex !important;
  height: 42px !important;
  align-items: center !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.nav-in > .nav-links > li > a {
  display: inline-flex !important;
  min-height: 42px !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.wrap {
  padding-top: 64px;
  background: var(--jz-canvas) !important;
}

/* Shared components used by service, contact and blog pages. */
.wrap > .page-hero {
  width: min(1320px, calc(100% - 44px)) !important;
  margin: 22px auto !important;
  padding: 76px 0 70px !important;
  border: 1px solid rgba(21, 32, 29, .08) !important;
  border-radius: 26px !important;
  background: var(--jz-soft) !important;
  box-shadow: none !important;
}

.page-hero-in,
.wrap > .section > .inner {
  width: min(1160px, calc(100% - 64px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

.page-hero h1 {
  max-width: 820px !important;
  margin: 8px 0 20px !important;
  color: var(--jz-ink) !important;
  font-size: clamp(42px, 6vw, 70px) !important;
  font-weight: 760 !important;
  letter-spacing: -.05em !important;
  line-height: 1.02 !important;
}

.page-hero p {
  max-width: 720px !important;
  color: var(--jz-muted) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.sec-label,
.aboutx-label,
.casesx-label {
  color: var(--jz-accent) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .15em !important;
}

.sec-label::before,
.aboutx-label::before,
.casesx-label::before {
  background: var(--jz-accent) !important;
}

.wrap > .divider {
  display: none !important;
}

.wrap > .section:not(:has(.aboutx)):not(:has(.casesx)) {
  width: min(1320px, calc(100% - 44px)) !important;
  margin: 0 auto 22px !important;
  padding: 68px 0 !important;
  border: 1px solid rgba(21, 32, 29, .08) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
}

.wrap > .section.s-mid:not(:has(.aboutx)):not(:has(.casesx)) {
  background: var(--jz-paper) !important;
}

.wrap > .section.s-dark:not(:has(.aboutx)):not(:has(.casesx)) {
  background: var(--jz-deep) !important;
}

.sec-hd {
  margin-bottom: 34px !important;
}

.sec-title {
  margin: 0 !important;
  font-size: clamp(30px, 4.2vw, 52px) !important;
  font-weight: 760 !important;
  letter-spacing: -.04em !important;
  line-height: 1.06 !important;
}

.s-mid .sec-title,
.s-mid .page-content h1,
.s-mid .page-content h2,
.s-mid .card h3,
.s-mid .step h4,
.s-mid .faq-q {
  color: var(--jz-ink) !important;
}

.s-mid .page-content p,
.s-mid .card p,
.s-mid .step p,
.s-mid .faq-a {
  color: var(--jz-muted) !important;
}

.s-dark .sec-title,
.s-dark .page-content h1,
.s-dark .page-content h2,
.s-dark .card h3,
.s-dark .step h4 {
  color: #fff !important;
}

.s-dark .page-content p,
.s-dark .card p,
.s-dark .step p {
  color: #a7bbb5 !important;
}

.card,
.s-mid .page-content ul li {
  border: 1px solid var(--jz-line) !important;
  border-radius: 14px !important;
  background: #f5f6f3 !important;
  box-shadow: none !important;
}

.s-dark .card,
.s-dark .page-content ul li {
  border-color: rgba(255, 255, 255, .12) !important;
  background: rgba(255, 255, 255, .05) !important;
}

.card:hover,
.page-content ul li:hover {
  border-color: rgba(24, 118, 102, .34) !important;
  transform: translateY(-2px);
}

.page-content h1 {
  font-size: clamp(30px, 4vw, 48px) !important;
  letter-spacing: -.035em !important;
}

.page-content h2 {
  border-left-color: var(--jz-accent) !important;
}

.btn-p,
.jz-contact-submit {
  border: 1px solid var(--jz-accent) !important;
  border-radius: 10px !important;
  background: var(--jz-accent) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.btn-g {
  border: 1px solid var(--jz-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--jz-ink) !important;
}

.s-dark .btn-g,
.aboutx-section.dark .btn-g,
.casesx-section.dark .btn-g,
.aboutx-cta .btn-g,
.casesx-cta .btn-g {
  border-color: rgba(255, 255, 255, .18) !important;
  background: rgba(255, 255, 255, .06) !important;
  color: #fff !important;
}

.cta-box {
  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 20px !important;
  background: #10352f !important;
  box-shadow: none !important;
}

/* About and case pages keep their content but share the homepage surfaces. */
.aboutx,
.casesx {
  padding: 22px !important;
  background: var(--jz-canvas) !important;
  color: var(--jz-ink) !important;
  overflow: visible !important;
}

.aboutx-hero,
.casesx-hero,
.aboutx-section,
.casesx-section,
.aboutx-cta,
.casesx-cta {
  width: min(1320px, 100%) !important;
  margin: 0 auto 22px !important;
  border: 1px solid rgba(21, 32, 29, .08) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
}

.aboutx-inner,
.casesx-inner {
  width: min(1160px, calc(100% - 64px)) !important;
  max-width: none !important;
  padding-inline: 0 !important;
}

.aboutx-hero,
.casesx-hero {
  padding-block: 74px !important;
  background: var(--jz-soft) !important;
}

.aboutx-hero .aboutx-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.aboutx-hero h1,
.casesx-hero h1 {
  color: var(--jz-ink) !important;
  font-size: clamp(42px, 6vw, 70px) !important;
  font-weight: 760 !important;
  letter-spacing: -.05em !important;
  line-height: 1.02 !important;
}

.aboutx-hero p,
.casesx-hero p,
.aboutx-lead,
.casesx-lead {
  color: var(--jz-muted) !important;
}

.aboutx-badge,
.casesx-proof-item {
  border-color: var(--jz-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--jz-ink) !important;
}

.casesx-proof-item strong {
  color: var(--jz-ink) !important;
}

.casesx-proof-item span {
  color: var(--jz-muted) !important;
}

.aboutx-section.mid,
.casesx-section.mid {
  background: var(--jz-paper) !important;
}

.aboutx-section.dark,
.casesx-section.dark,
.aboutx-cta,
.casesx-cta {
  background: var(--jz-deep) !important;
}

.aboutx-section,
.casesx-section {
  padding-block: 68px !important;
}

.aboutx-title,
.casesx-title,
.aboutx-section.mid h2,
.aboutx-section.mid h3,
.casesx-section.mid h2,
.casesx-section.mid h3 {
  color: var(--jz-ink) !important;
}

.aboutx-section.dark .aboutx-title,
.aboutx-section.dark h2,
.aboutx-section.dark h3,
.casesx-section.dark .casesx-title,
.casesx-section.dark h2,
.casesx-section.dark h3,
.aboutx-cta .aboutx-title,
.casesx-cta .casesx-title {
  color: #fff !important;
}

.aboutx-story-copy,
.aboutx-dept,
.aboutx-section.mid .aboutx-card,
.aboutx-section.mid .aboutx-step,
.case-item {
  border: 1px solid var(--jz-line) !important;
  border-radius: 18px !important;
  background: #f5f6f3 !important;
  box-shadow: none !important;
}

.aboutx-story-copy p,
.aboutx-dept-body p,
.aboutx-section.mid .aboutx-list li,
.case-copy p,
.case-meta-row span {
  color: var(--jz-muted) !important;
}

.case-copy h2,
.case-meta-row strong,
.case-effect strong {
  color: var(--jz-ink) !important;
}

.case-meta-row {
  border-bottom-color: var(--jz-line) !important;
}

.case-effect {
  border-color: rgba(24, 118, 102, .2) !important;
  border-radius: 12px !important;
  background: rgba(24, 118, 102, .08) !important;
}

.aboutx-section.dark .aboutx-card,
.aboutx-section.dark .aboutx-step,
.aboutx-section.dark .aboutx-class-copy,
.casesx-section.dark .advantage {
  border-color: rgba(255, 255, 255, .12) !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, .05) !important;
}

.aboutx-section.dark p,
.aboutx-section.dark .aboutx-list li,
.casesx-section.dark p {
  color: #a7bbb5 !important;
}

.aboutx-hero-visual,
.aboutx-photo,
.case-shot {
  border-radius: 16px !important;
  box-shadow: 0 20px 46px rgba(20, 36, 31, .12) !important;
}

.aboutx-cta,
.casesx-cta {
  padding-block: 70px !important;
}

/* Compact language control aligned with the dark navigation. */
.nav-in > .jz-language-selector {
  width: auto !important;
  height: 42px !important;
  margin: 0 0 0 12px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: none !important;
}

.nav-in > .nav-cta {
  display: inline-flex !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  line-height: 1 !important;
}

.nav-in > .jz-language-selector::before {
  display: none !important;
  content: none !important;
}

.jz-language-selector .gptranslate_wrapper {
  min-width: 0 !important;
}

.jz-language-selector .gpt_float_switcher,
.jz-language-selector .gpt_float_switcher .gt-selected,
.jz-language-selector .gpt_float_switcher .gt-selected .gpt-current-lang {
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.jz-language-selector .gpt_float_switcher .gt-selected .gpt-current-lang {
  display: flex !important;
  min-width: 100px !important;
  min-height: 40px !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 12px !important;
  color: #e7efec !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

.jz-language-selector .gpt_float_switcher img {
  width: 24px !important;
  margin: 0 !important;
  border-radius: 3px !important;
}

.jz-language-selector .gpt_float_switcher .gt-lang-code {
  color: #e7efec !important;
  line-height: 1 !important;
}

.jz-language-selector .gpt_float_switcher .gpt_float_switcher-arrow {
  margin-left: auto !important;
  opacity: 0.82 !important;
}

.jz-language-selector .gpt_float_switcher .gpt_float_switcher-arrow path {
  fill: #e7efec !important;
}

.jz-language-selector .gpt_float_switcher .gpt_options {
  top: 49px !important;
  min-width: 220px !important;
  border: 1px solid rgba(126, 223, 211, 0.2) !important;
  border-radius: 12px !important;
  background: #071f1b !important;
  box-shadow: 0 18px 44px rgba(3, 18, 15, 0.34) !important;
}

.jz-language-selector .gpt_float_switcher .gpt_options a {
  color: #cbd8d4 !important;
  background: #071f1b !important;
}

.jz-language-selector .gpt_float_switcher .gpt_options a:hover {
  color: #ffffff !important;
  background: rgba(40, 183, 164, 0.16) !important;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .nav-in {
    padding-inline: 16px !important;
  }

  .nav-in > .nav-logo {
    font-size: 18px !important;
  }

  .nav-in > .nav-links {
    margin-left: 22px !important;
    margin-right: 22px !important;
    gap: 15px !important;
  }

  .nav-in > .nav-links > li > a {
    font-size: 13px !important;
  }

  .nav-in > .nav-cta {
    padding-inline: 14px !important;
  }

  .jz-language-selector .gpt_float_switcher .gt-selected .gpt-current-lang {
    min-width: 92px !important;
    padding-inline: 10px !important;
  }
}

@media (max-width: 768px) {
  .nav-in {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 14px 0 68px !important;
  }

  .nav-in > .nav-links,
  .nav-in > .nav-cta,
  .nav-in > .jz-language-selector {
    display: none !important;
  }

  .nav-in > .hamburger {
    display: flex !important;
    position: absolute !important;
    top: 50% !important;
    left: 14px !important;
    order: 1 !important;
    width: 42px !important;
    height: 42px !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 9px !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 9px !important;
    background: rgba(255, 255, 255, .055) !important;
    transform: translateY(-50%) !important;
  }

  .nav-in > .hamburger span {
    width: 22px !important;
    height: 2px !important;
    background: #ffffff !important;
  }

  .nav-in > .nav-logo {
    order: 2 !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(17px, 5vw, 20px) !important;
    line-height: 1 !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  .nav-in > .nav-logo em {
    color: #7edfd3 !important;
    -webkit-text-fill-color: #7edfd3 !important;
  }

  .jz-mobile-language select {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 0 42px 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9px;
    background: #071323;
    color: #f4f8f7;
    font: 700 15px/1.2 "Manrope", "Noto Sans SC", sans-serif;
    cursor: pointer;
  }

  .jz-mobile-language select:focus {
    outline: 2px solid #7edfd3;
    outline-offset: 2px;
  }

  .wrap > .page-hero,
  .wrap > .section:not(:has(.aboutx)):not(:has(.casesx)) {
    width: calc(100% - 18px) !important;
    margin-bottom: 10px !important;
    border-radius: 18px !important;
  }

  .page-hero-in,
  .wrap > .section > .inner,
  .aboutx-inner,
  .casesx-inner {
    width: calc(100% - 40px) !important;
  }

  .wrap > .page-hero {
    padding-block: 54px !important;
  }

  .wrap > .section:not(:has(.aboutx)):not(:has(.casesx)),
  .aboutx-section,
  .casesx-section,
  .aboutx-cta,
  .casesx-cta {
    padding-block: 52px !important;
  }

  .aboutx,
  .casesx {
    padding: 10px 9px 16px !important;
  }

  .aboutx-hero,
  .casesx-hero,
  .aboutx-section,
  .casesx-section,
  .aboutx-cta,
  .casesx-cta {
    margin-bottom: 10px !important;
    border-radius: 18px !important;
  }

  .aboutx-hero,
  .casesx-hero {
    padding-block: 52px !important;
  }

  .page-hero h1,
  .aboutx-hero h1,
  .casesx-hero h1 {
    font-size: 40px !important;
  }
}
