:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --ink: #0b0b0d;
  --anthracite: #18191c;
  --graphite: #25272c;
  --panel: #f3f4f6;
  --line: #dfe2e7;
  --muted: #69707b;
  --white: #ffffff;
  --accent: #d8001a;
  --accent-dark: #ad0015;
  --blue: #086dbb;
}

/* JetTools marketplace v3 — approved 2026 layout */
@media (min-width: 981px) {
  .business-bar { min-height: 38px; }
  .main-header { min-height: 98px; }
  .brand-lockup { flex: 0 0 300px; }
  .search-wrap { max-width: 570px; }
  .primary-nav .nav-inner { justify-content: flex-start; }
  .primary-nav .nav-inner > a,
  .primary-nav .nav-inner > .nav-item > a { min-height: 48px; padding-inline: 30px; }
}

@media (min-width:981px) and (max-width:1450px) {
  .primary-nav .nav-inner > a,
  .primary-nav .nav-inner > .nav-item > a { padding-inline:20px; }
}

.marketplace-hero {
  background: #fff;
  border: 1px solid #dce3e8;
  border-radius: 8px;
  margin: 18px auto 0;
  max-width: min(1510px, calc(100% - 48px));
}

.marketplace-hero-inner {
  gap: 18px;
  grid-template-columns: minmax(440px, .92fr) minmax(520px, 1.08fr);
  min-height: 346px;
  padding: 24px 30px;
}

.marketplace-hero h1 {
  font-size: clamp(34px, 3vw, 49px);
  line-height: 1.08;
  margin: 10px 0 22px;
}

.marketplace-benefits {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
}

.marketplace-benefits span {
  color: #23384b;
  font-size: 14px;
  font-weight: 650;
}

.marketplace-hero-visual { min-height: 296px; }
.marketplace-visual-halo { display: none; }
.marketplace-machine-main { height: 88%; right: 16%; top: 4%; width: 65%; }
.marketplace-machine-side { bottom: 1%; height: 43%; left: 0; width: 42%; }
.marketplace-machine-filter { bottom: 0; height: 82%; object-fit: contain; position: absolute; right: -2%; width: 29%; z-index: 3; }
.marketplace-visual-label { display: none; }

.marketplace-gateway { padding: 16px 0 34px; }
.marketplace-category-grid { gap: 16px; }
.marketplace-category-card {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 142px 64px;
  min-height: 206px;
  overflow: hidden;
  padding: 0;
}

.marketplace-category-image {
  background: #f3f5f6;
  grid-column: 1 / -1;
  overflow: hidden;
}

.marketplace-category-image img {
  height: 100%;
  object-fit: contain;
  padding: 8px 18px 0;
  width: 100%;
}

.marketplace-category-copy {
  justify-content: center;
  padding: 9px 16px;
}

.marketplace-category-copy strong {
  color: #13283c;
  font-size: 19px;
}

.marketplace-category-copy small {
  color: #64788b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 3px 0 0;
  order: 2;
  text-transform: none;
}

.marketplace-category-card > b {
  align-self: center;
  color: #13283c;
  font-size: 29px;
  padding-right: 18px;
}

.quickfinder-grid {
  gap: 16px;
  grid-template-columns: 1.08fr 1.08fr .84fr;
  margin-top: 18px;
}

.quickfinder-grid > a {
  background: #fff;
  border: 1px solid #d7e0e7;
  color: #13283c;
  grid-template-columns: 42px minmax(0, 1fr) 150px auto;
  min-height: 152px;
  overflow: hidden;
  padding: 18px;
}

.quickfinder-grid > a:hover,
.quickfinder-grid > a:focus-visible { background: #f8fafb; color: #13283c; }
.quickfinder-icon { background: #fff1f1; color: #e31b23; }
.quickfinder-grid strong { color: #13283c; font-size: 18px; }
.quickfinder-grid small { color: #53687b; }
.quickfinder-grid > a > img { height: 118px; object-fit: contain; width: 150px; }
.quickfinder-grid > a > b { color: #13283c; }

.service-quicklinks {
  background: #fff;
  border: 1px solid #d7e0e7;
  border-radius: 7px;
  display: grid;
  padding: 4px 16px;
}

.service-quicklinks a {
  align-items: center;
  border-bottom: 1px solid #e2e8ed;
  color: #13283c;
  display: grid;
  gap: 12px;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  min-width: 0;
}
.service-quicklinks a:last-child { border-bottom: 0; }
.service-quicklinks span { color: #13283c; font-size: 22px; }
.service-quicklinks strong { color: #13283c; font-size: 14px; overflow-wrap: anywhere; }
.service-quicklinks b { color: #13283c; font-size: 22px; }

@media (max-width: 1180px) {
  .marketplace-hero { max-width: calc(100% - 30px); }
  .marketplace-hero-inner { grid-template-columns: 1fr 1fr; }
  .quickfinder-grid { grid-template-columns: 1fr 1fr; }
  .service-quicklinks { grid-column: 1 / -1; min-height: 120px; }
}

@media (max-width: 820px) {
  .marketplace-hero { border-radius: 0; margin-top: 0; max-width: 100%; }
  .marketplace-hero-inner { grid-template-columns: 1fr; min-height: 0; padding: 30px 20px; }
  .marketplace-hero-visual { min-height: 260px; }
  .marketplace-category-grid,
  .quickfinder-grid { grid-template-columns: 1fr 1fr; }
  .service-quicklinks { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .marketplace-category-grid,
  .quickfinder-grid { grid-template-columns: 1fr; }
  .quickfinder-grid > a { grid-template-columns: 42px minmax(0, 1fr) auto; }
  .quickfinder-grid > a > img { display: none; }
  .service-quicklinks { grid-column: auto; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  margin: 0;
}

body.modal-open {
  overflow: hidden;
}

.modal-backdrop[hidden],
.search-panel[hidden],
.inquiry-cart-empty[hidden] {
  display: none !important;
}

.product-inquiry-button {
  align-items: center;
  background: var(--accent);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.product-inquiry-button.inquiry-add-button {
  font-size: 9px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: .045em;
  padding: 0 12px;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
}

.standard-page,
.woocommerce-shell {
  background: #f3f4f6;
  min-height: 58vh;
  padding: 76px 0 100px;
}

.standard-page-inner,
.woocommerce-shell-inner {
  background: #fff;
  border: 1px solid #e0e3e7;
  padding-bottom: 52px;
  padding-top: 52px;
}

.standard-page h1,
.woocommerce-shell h1 {
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -.05em;
  line-height: 1.05;
  margin-top: 0;
}

.entry-content {
  color: #555c66;
  line-height: 1.75;
}

.legal-development-page .standard-page-inner {
  min-height: 420px;
}

.legal-development-page h1 {
  margin-bottom: 38px;
  margin-top: 24px;
}

.legal-development-notice {
  background: #202329;
  border-left: 3px solid var(--accent);
  color: #fff;
  max-width: 880px;
  padding: 30px 34px;
}

.legal-development-notice > span {
  color: #ec5668;
  display: block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.legal-development-notice strong {
  display: block;
  font-size: 24px;
  letter-spacing: -.03em;
}

.legal-development-notice p {
  color: #b7bcc4;
  font-size: 14px;
  line-height: 1.7;
  margin: 12px 0 0;
}

.legal-synced-page .standard-page-inner {
  max-width: 1120px;
}

.legal-synced-page h1 {
  margin-bottom: 28px;
  margin-top: 22px;
}

.legal-sync-notice {
  align-items: center;
  background: #202329;
  border-left: 3px solid var(--accent);
  color: #fff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 46px;
  padding: 24px 28px;
}

.legal-sync-notice p {
  color: #c7cbd1;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  max-width: 680px;
}

.legal-sync-notice > div {
  align-items: flex-end;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 7px;
}

.legal-sync-notice a,
.legal-sync-notice > div > strong {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.legal-sync-notice a:hover {
  color: #ff7182;
}

.legal-sync-notice small {
  color: #989fa9;
  font-size: 10px;
}

.legal-document {
  color: #343941;
  max-width: 930px;
}

.legal-document h2,
.legal-document h3,
.legal-document h4 {
  color: #17191d;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.legal-document h2 {
  border-top: 1px solid #e1e4e8;
  font-size: 28px;
  margin: 46px 0 18px;
  padding-top: 34px;
}

.legal-document h3 {
  font-size: 21px;
  margin: 32px 0 14px;
}

.legal-document p,
.legal-document li {
  font-size: 14px;
  line-height: 1.82;
}

.legal-document a {
  color: #a90015;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-guide {
  align-items: center;
  background: #202329;
  color: #fff;
  display: flex;
  gap: 42px;
  justify-content: space-between;
  margin: 0 0 42px;
  padding: 30px 34px;
}

.cart-guide > div > span {
  color: #ec5668;
  display: block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cart-guide strong {
  display: block;
  font-size: 22px;
  letter-spacing: -.025em;
}

.cart-guide p {
  color: #b7bcc4;
  font-size: 13px;
  line-height: 1.6;
  margin: 8px 0 0;
  max-width: 770px;
}

.cart-guide button {
  align-items: center;
  background: var(--accent);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 10px;
  font-weight: 850;
  gap: 12px;
  min-height: 50px;
  padding: 0 24px;
  text-transform: uppercase;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  align-items: center;
  background: #f6f7f8;
  border: 1px solid #e0e3e7;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  justify-content: center;
  padding: 42px 28px;
}

.woocommerce-cart .wc-block-cart__empty-cart__title {
  color: #202329;
  font-size: 25px;
  letter-spacing: -.03em;
  margin: 0 0 22px;
}

.woocommerce-cart .wc-block-cart__empty-cart__title::before,
.woocommerce-cart .wp-block-separator {
  display: none !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link {
  background: var(--accent) !important;
  border-radius: 0;
  color: #fff !important;
  font-size: 10px;
  font-weight: 850;
  min-height: 48px;
  padding: 15px 24px;
  text-transform: uppercase;
}

.woocommerce-account .standard-page-inner {
  overflow: hidden;
}

.woocommerce-account .woocommerce {
  display: grid;
  gap: 22px 36px;
  grid-template-columns: 260px minmax(0, 1fr);
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #e0e3e7;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  align-items: center;
  color: #333840;
  display: flex;
  font-size: 11px;
  font-weight: 820;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 18px;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::after {
  content: "→";
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: #202329;
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
  background: #f7f8f9;
  border: 1px solid #e0e3e7;
  float: none;
  min-height: 270px;
  padding: 30px 34px;
  width: auto;
}

.woocommerce-account .woocommerce-MyAccount-content p:first-of-type {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--accent);
  font-weight: 700;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  background: #f7f8f9;
  border: 1px solid #e0e3e7;
  border-radius: 0;
  margin: 0;
  padding: 30px;
}

.woocommerce-account .woocommerce-form input.input-text,
.woocommerce-account .woocommerce-EditAccountForm input.input-text {
  border: 1px solid #d6dae0;
  min-height: 48px;
  padding: 0 13px;
}

.woocommerce-account .woocommerce button.button {
  background: var(--accent);
  border-radius: 0;
  color: #fff;
  min-height: 46px;
  padding: 0 22px;
}

.brand-page {
  background: #f3f4f6;
}

.brand-page-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 0, 26, .17), transparent 27%),
    linear-gradient(118deg, #0a0b0e 0%, #17191e 70%, #202329 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.brand-page-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  inset: 0;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, .78), transparent 88%);
  position: absolute;
}

.brand-page-hero-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 330px;
  position: relative;
  z-index: 1;
}

.brand-page-hero h1 {
  font-size: clamp(43px, 5vw, 68px);
  letter-spacing: -.055em;
  line-height: .98;
  margin: 22px 0 20px;
}

.brand-page-hero h1 em {
  color: var(--accent);
  font-style: normal;
}

.brand-page-hero p {
  color: #c0c4ca;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 680px;
}

.brand-page-mark {
  color: rgba(255, 255, 255, .035);
  font-size: clamp(150px, 17vw, 260px);
  font-weight: 850;
  letter-spacing: -.11em;
  line-height: .75;
  margin-right: 4%;
  user-select: none;
}

.brand-page-content {
  padding: 82px 0 100px;
}

.brand-page-heading {
  align-items: end;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 38px;
}

.brand-page-heading h2 {
  font-size: clamp(32px, 3.7vw, 50px);
  letter-spacing: -.05em;
  line-height: 1.05;
  margin: 0;
}

.brand-page-heading p {
  color: #69707b;
  line-height: 1.7;
  margin: 0;
  max-width: 540px;
}

.brand-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.brand-card {
  background: #fff;
  border: 1px solid #dde0e4;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  position: relative;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.brand-card::before {
  background: var(--accent);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 100%;
  top: 0;
  transition: right .25s ease;
  z-index: 2;
}

.brand-card:hover {
  border-color: #bcc1c8;
  box-shadow: 0 22px 45px rgba(20, 23, 28, .1);
  transform: translateY(-4px);
}

.brand-card:hover::before {
  right: 0;
}

.brand-card-logo {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #eceef1;
  display: flex;
  height: 178px;
  justify-content: center;
  overflow: hidden;
  padding: 34px 46px;
}

.brand-card-logo img {
  display: block;
  height: auto;
  max-height: 82px;
  max-width: 260px;
  object-fit: contain;
  transition: transform .25s ease;
  width: auto;
}

.brand-card:hover .brand-card-logo img {
  transform: scale(1.025);
}

.brand-card-powermatic .brand-card-logo img {
  transform: scale(3.2);
}

.brand-card-powermatic:hover .brand-card-logo img {
  transform: scale(3.28);
}

.brand-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 23px 27px 25px;
}

.brand-card-copy > strong {
  color: #17191d;
  font-size: 18px;
  letter-spacing: -.02em;
}

.brand-card-copy > small {
  color: #707680;
  font-size: 12px;
  line-height: 1.55;
  margin-top: 7px;
}

.brand-path-label {
  color: #777e88;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  margin-top: auto;
  padding-top: 21px;
  text-transform: uppercase;
}

.brand-paths {
  display: grid;
  gap: 6px;
  margin-top: 9px;
}

.brand-paths > a {
  align-items: center;
  background: #f3f4f6;
  border: 1px solid #e2e5e8;
  color: #1c1f24;
  display: flex;
  justify-content: space-between;
  min-height: 52px;
  padding: 9px 12px 9px 14px;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.brand-paths > a > span {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-paths > a strong {
  font-size: 11px;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.brand-paths > a small {
  color: #777e88;
  font-size: 10px;
  line-height: 1.3;
}

.brand-paths > a b {
  color: var(--accent);
  font-size: 17px;
  transition: transform .2s ease;
}

.brand-paths > a:hover,
.brand-paths > a:focus-visible {
  background: #202329;
  border-color: #202329;
  color: #fff;
  outline: 0;
}

.brand-paths > a:hover small,
.brand-paths > a:focus-visible small {
  color: #c5c9cf;
}

.brand-paths > a:hover b,
.brand-paths > a:focus-visible b {
  transform: translateX(3px);
}

.brand-help {
  align-items: center;
  background: #1c1f24;
  color: #fff;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-top: 30px;
  overflow: hidden;
  padding: 42px 46px;
  position: relative;
}

.brand-help::after {
  background: var(--accent);
  content: "";
  height: 190px;
  opacity: .13;
  position: absolute;
  right: 15%;
  top: -80px;
  transform: rotate(28deg);
  width: 54px;
}

.brand-help > div,
.brand-help .button {
  position: relative;
  z-index: 1;
}

.brand-help > div > span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.brand-help h2 {
  font-size: clamp(24px, 2.6vw, 34px);
  letter-spacing: -.04em;
  margin: 8px 0 10px;
}

.brand-help p {
  color: #b5bac2;
  line-height: 1.65;
  margin: 0;
  max-width: 760px;
}

.jettools-theme .woocommerce ul.products li.product,
.jettools-theme .woocommerce-page ul.products li.product {
  background: #fff;
  border: 1px solid #e1e4e8;
  padding: 18px;
}

.jettools-theme .woocommerce ul.products li.product.product-category,
.jettools-theme .woocommerce-page ul.products li.product.product-category {
  border: 0;
  padding: 0;
}

.jettools-theme .woocommerce ul.products li.product.product-category > a,
.jettools-theme .woocommerce-page ul.products li.product.product-category > a {
  align-items: center;
  background:
    linear-gradient(90deg, var(--accent) 0 4px, transparent 4px),
    #f6f7f8;
  border: 1px solid #dfe2e7;
  display: flex;
  min-height: 112px;
  padding: 22px 48px 22px 24px;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.jettools-theme .woocommerce ul.products li.product.product-category > a::after,
.jettools-theme .woocommerce-page ul.products li.product.product-category > a::after {
  color: var(--accent);
  content: "→";
  font-size: 22px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.jettools-theme .woocommerce ul.products li.product.product-category > a:hover,
.jettools-theme .woocommerce-page ul.products li.product.product-category > a:hover {
  border-color: #b8bec7;
  box-shadow: 0 12px 30px rgba(16, 20, 26, .1);
  transform: translateY(-2px);
}

.jettools-theme .woocommerce ul.products li.product.product-category img,
.jettools-theme .woocommerce-page ul.products li.product.product-category img {
  display: none;
}

.jettools-theme .woocommerce ul.products li.product.product-category .woocommerce-loop-category__title,
.jettools-theme .woocommerce-page ul.products li.product.product-category .woocommerce-loop-category__title {
  color: #202329;
  font-size: 18px;
  letter-spacing: -.015em;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

.jettools-theme .woocommerce ul.products li.product.product-category mark,
.jettools-theme .woocommerce-page ul.products li.product.product-category mark {
  display: none;
}

.jettools-theme .woocommerce a.button,
.jettools-theme .woocommerce button.button,
.jettools-theme .woocommerce input.button {
  background: var(--accent);
  border-radius: 0;
  color: #fff;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  margin: 0 auto;
  max-width: 1450px;
  padding-left: 36px;
  padding-right: 36px;
  width: 100%;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  background: var(--white);
  position: relative;
  z-index: 40;
}

.business-bar {
  background: var(--ink);
  color: #dfe2e7;
  font-size: 12px;
  letter-spacing: .03em;
}

.business-bar-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 34px;
}

.business-label {
  align-items: center;
  display: flex;
  font-weight: 600;
}

.business-label::before {
  background: var(--accent);
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 10px;
  transform: rotate(45deg);
  width: 7px;
}

.business-meta,
.language-switch {
  align-items: center;
  display: flex;
}

.business-meta {
  gap: 15px;
}

.business-meta a {
  transition: color .2s ease;
}

.business-meta a:hover,
.business-meta .whatsapp-text-button:hover {
  color: #fff;
}

.whatsapp-text-button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

.meta-separator {
  background: #414349;
  height: 13px;
  width: 1px;
}

.language-switch {
  gap: 3px;
  margin-left: 5px;
}

.language-switch a,
.language-switch span {
  background: transparent;
  border: 0;
  color: #969ba5;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 5px;
  text-decoration: none;
}

.language-switch a {
  cursor: pointer;
}

.language-switch a:hover,
.language-switch a:focus-visible,
.language-switch .active {
  color: #fff;
}

.main-header {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 405px minmax(320px, 1fr) 270px;
  min-height: 104px;
}

.brand-lockup {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 18px;
}

.group-logo {
  flex: 0 0 auto;
  height: 32px;
  object-fit: contain;
  object-position: left center;
  width: 160px;
}

.jettools-wordmark {
  border-left: 1px solid #d9dce1;
  color: #111317;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  padding-left: 18px;
}

.jettools-name {
  align-items: baseline;
  display: flex;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.045em;
  white-space: nowrap;
}

.jettools-name span {
  color: var(--blue);
}

.jettools-wordmark small {
  color: #777e88;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
  margin-top: 5px;
  white-space: nowrap;
}

.search-wrap {
  position: relative;
}

.search-form {
  align-items: stretch;
  background: #fff;
  border: 1px solid #cfd3da;
  display: flex;
  height: 52px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.search-form:focus-within {
  border-color: #7b818b;
  box-shadow: 0 0 0 3px rgba(11, 11, 13, .06);
}

.search-form input {
  border: 0;
  color: #17191d;
  min-width: 0;
  outline: 0;
  padding: 0 20px;
  width: 100%;
}

.search-form input::placeholder {
  color: #858b94;
}

.search-form button {
  align-items: center;
  background: var(--accent);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-width: 58px;
  transition: background .2s ease;
}

.search-form button:hover {
  background: var(--accent-dark);
}

.search-panel {
  background: #fff;
  border: 1px solid #d9dde3;
  box-shadow: 0 24px 60px rgba(15, 17, 21, .16);
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: calc(100% + 9px);
  z-index: 80;
}

.search-panel > p {
  color: #737984;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .13em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.search-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.search-results button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #24272c;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 18px 1fr 16px;
  padding: 10px;
  text-align: left;
}

.search-results button:hover {
  background: #f3f4f6;
}

.search-results a {
  align-items: center;
  color: #24272c;
  display: flex;
  font-size: 13px;
  gap: 18px;
  justify-content: space-between;
  padding: 10px;
  text-align: left;
  text-decoration: none;
}

.search-results a:hover {
  background: #f3f4f6;
  color: #24272c;
}

.search-results button svg:first-child {
  color: var(--accent);
}

.search-results button svg:last-child {
  color: #9398a1;
}

.header-actions {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.inquiry-cart-action {
  color: #16181c;
}

.inquiry-cart-action .cart-icon {
  color: var(--accent);
}

.icon-action {
  align-items: center;
  background: none;
  border: 0;
  color: #303238;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  gap: 5px;
  min-width: 78px;
}

.icon-action + .icon-action {
  border-left: 1px solid #e0e2e6;
}

.cart-icon {
  position: relative;
}

.cart-icon b {
  align-items: center;
  background: var(--accent);
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 8px;
  height: 17px;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -8px;
  width: 17px;
}

.mobile-menu-button {
  align-items: center;
  background: var(--ink);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.mobile-inquiry-button {
  align-items: center;
  background: #fff;
  border: 1px solid #d9dde2;
  color: var(--accent);
  cursor: pointer;
  display: none;
  height: 48px;
  justify-content: center;
  position: relative;
  width: 48px;
}

.mobile-inquiry-button b {
  align-items: center;
  background: var(--accent);
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 8px;
  height: 18px;
  justify-content: center;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 18px;
}

.primary-nav {
  background: #202329;
  color: #fff;
}

.nav-inner {
  align-items: stretch;
  display: flex;
  min-height: 52px;
}

.nav-inner > a,
.nav-item > a {
  align-items: center;
  border-bottom: 3px solid transparent;
  display: flex;
  font-size: 12px;
  font-weight: 680;
  letter-spacing: .035em;
  padding: 0 25px;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease;
}

.nav-inner > a:hover,
.nav-inner > a.active,
.nav-item > a:hover,
.nav-item > a.active,
.nav-item:focus-within > a,
.nav-item:hover > a {
  background: rgba(255, 255, 255, .045);
  border-color: var(--accent);
}

.nav-item {
  display: flex;
  position: relative;
}

.nav-caret {
  color: #aeb4bd;
  font-size: 14px;
  margin-left: 9px;
  transform: translateY(-1px);
}

.nav-dropdown {
  background: #fff;
  border: 1px solid #dfe2e7;
  border-top: 3px solid var(--accent);
  box-shadow: 0 24px 55px rgba(4, 7, 12, .22);
  color: #17191d;
  display: none;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  left: 0;
  max-height: calc(100vh - 175px);
  min-width: 560px;
  overflow-y: auto;
  padding: 18px;
  position: absolute;
  top: 100%;
  z-index: 60;
}

.nav-item:first-child .nav-dropdown {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(1040px, calc(100vw - 72px));
}

.nav-item:nth-last-of-type(2) .nav-dropdown,
.nav-item:nth-last-of-type(1) .nav-dropdown {
  left: auto;
  right: 0;
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  display: grid;
}

.nav-dropdown-group {
  background: #f6f7f8;
  border: 1px solid #e1e4e8;
  min-width: 0;
  padding: 17px;
}

.nav-dropdown-heading {
  align-items: center;
  border-bottom: 2px solid #d8dce1;
  color: #17191d;
  display: flex;
  font-size: 13px;
  font-weight: 850;
  justify-content: space-between;
  letter-spacing: .025em;
  padding: 0 0 12px;
  text-transform: uppercase;
}

.nav-dropdown-heading span {
  color: var(--accent);
  font-size: 17px;
}

.nav-dropdown-links {
  display: grid;
  gap: 4px;
  margin-top: 10px;
}

.nav-item:first-child .nav-dropdown-links {
  column-gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nav-dropdown-links a {
  align-items: center;
  background: #fff;
  border: 1px solid transparent;
  color: #4f5660;
  display: flex;
  font-size: 12px;
  line-height: 1.35;
  min-height: 36px;
  padding: 7px 10px 7px 19px;
  position: relative;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.nav-dropdown-links a::before {
  background: var(--accent);
  content: "";
  height: 5px;
  left: 8px;
  position: absolute;
  width: 5px;
}

.nav-dropdown-heading:hover,
.nav-dropdown-heading:focus-visible,
.nav-dropdown-links a:hover,
.nav-dropdown-links a:focus-visible {
  color: var(--accent);
}

.nav-dropdown-links a:hover,
.nav-dropdown-links a:focus-visible {
  background: #eceff2;
  border-color: #d1d6dc;
  color: #17191d;
  outline: 0;
  transform: translateX(2px);
}

.nav-inner .nav-inquiry {
  align-items: center;
  background: var(--accent);
  border: 0;
  border-color: var(--accent);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 680;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}

.hero {
  background:
    radial-gradient(circle at 73% 38%, rgba(216, 0, 26, .16), transparent 22%),
    linear-gradient(115deg, #0a0b0e 0%, #16181d 58%, #202329 100%);
  color: #fff;
  min-height: 630px;
  overflow: hidden;
  position: relative;
}

.hero-grid,
.consulting-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  inset: 0;
  mask-image: linear-gradient(to right, rgba(0,0,0,.8), transparent 84%);
  position: absolute;
}

.hero-glow {
  background: var(--accent);
  filter: blur(130px);
  height: 240px;
  opacity: .18;
  position: absolute;
  right: 8%;
  top: 18%;
  width: 240px;
}

.hero-inner {
  align-items: center;
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 630px;
  position: relative;
}

.hero-copy {
  padding: 76px 0 95px;
  position: relative;
  z-index: 4;
}

.section-kicker {
  align-items: center;
  color: #d8dbe0;
  display: inline-flex;
  font-size: 11px;
  font-weight: 750;
  gap: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-kicker i {
  background: var(--accent);
  display: block;
  height: 2px;
  width: 30px;
}

.section-kicker.dark {
  color: #696f79;
}

.hero h1 {
  font-size: clamp(54px, 5.2vw, 83px);
  letter-spacing: -.058em;
  line-height: .98;
  margin: 25px 0 26px;
  max-width: 790px;
}

.hero h1 em {
  color: var(--accent);
  font-style: normal;
}

.hero-copy > p {
  color: #b7bbc2;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 35px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  gap: 15px;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--accent);
  color: #fff;
}

.button-primary:hover {
  background: var(--accent-dark);
}

.button-secondary {
  background: transparent;
  border-color: #555960;
  color: #fff;
}

.button-secondary:hover {
  border-color: #fff;
}

.hero-note {
  color: #c9cdd3;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 26px;
  margin-top: 28px;
}

.hero-note span {
  align-items: center;
  display: flex;
  gap: 7px;
}

.hero-note svg {
  color: var(--accent);
}

.hero-product {
  align-self: stretch;
  position: relative;
}

.hero-product::before {
  background: linear-gradient(160deg, transparent 15%, rgba(255, 255, 255, .05));
  clip-path: polygon(26% 0, 100% 0, 82% 100%, 0 100%);
  content: "";
  inset: 0 -17vw 0 0;
  position: absolute;
}

.machine-orbit {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-42%, -51%);
}

.orbit-one {
  height: 500px;
  width: 500px;
}

.orbit-two {
  border-color: rgba(216, 0, 26, .28);
  height: 620px;
  width: 620px;
}

.hero-machine {
  filter: drop-shadow(0 38px 33px rgba(0, 0, 0, .5));
  height: 520px;
  object-fit: contain;
  position: absolute;
  right: -80px;
  top: 47px;
  transform: rotate(-1.2deg);
  width: 760px;
  z-index: 2;
}

.hero-product-card {
  backdrop-filter: blur(12px);
  background: rgba(15, 17, 21, .82);
  border-left: 3px solid var(--accent);
  bottom: 62px;
  display: flex;
  flex-direction: column;
  padding: 18px 22px;
  position: absolute;
  right: 4px;
  width: 265px;
  z-index: 3;
}

.hero-product-card span,
.hero-product-card small {
  color: #9ea3ab;
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hero-product-card strong {
  font-size: 19px;
  margin: 6px 0 5px;
}

.hero-edge {
  background: var(--accent);
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  width: 27%;
}

.trust-strip {
  background: #191b20;
  border-bottom: 1px solid #2f3238;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid article {
  align-items: center;
  display: flex;
  gap: 15px;
  min-height: 84px;
  padding: 17px 25px;
}

.trust-grid article + article {
  border-left: 1px solid #34373d;
}

.trust-icon {
  align-items: center;
  border: 1px solid #5a222a;
  color: var(--accent);
  display: flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
}

.trust-grid article div {
  display: flex;
  flex-direction: column;
}

.trust-grid strong {
  color: #fff;
  font-size: 14px;
}

.trust-grid small {
  color: #aeb3bc;
  font-size: 11px;
  margin-top: 4px;
}

.brand-section {
  background: #fff;
  border-bottom: 1px solid #e2e4e8;
}

.brand-row {
  padding-bottom: 27px;
  padding-top: 23px;
}

.brand-row > p {
  color: #6c727c;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.brand-list {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, 1fr);
}

.brand-logo {
  align-items: center;
  background: #f7f8f9;
  border: 1px solid #e3e5e8;
  display: flex;
  height: 74px;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 12px 17px;
}

.brand-logo img {
  display: block;
  height: auto;
  max-height: 46px;
  max-width: 150px;
  object-fit: contain;
  width: auto;
}

.brand-logo-powermatic img {
  transform: scale(3.5);
  transform-origin: center;
}

.section {
  padding: 110px 0;
}

.machine-section {
  background: #fff;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 45px;
}

.section-heading h2,
.expertise-intro h2,
.consulting h2 {
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -.05em;
  line-height: 1.05;
  margin: 16px 0 0;
}

.expertise-icon svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 24px;
}

.inquiry-alert {
  background: #fff2f2;
  border-left: 3px solid var(--accent);
  color: #7b101d;
  font-size: 13px;
  margin: 18px 0 0;
  padding: 12px 14px;
}

.section-heading > p {
  color: #69707b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 5px;
  max-width: 500px;
}

.catalog-summary {
  align-items: center;
  display: flex;
  gap: 24px;
}

.catalog-count {
  align-items: center;
  border-left: 3px solid var(--accent);
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  min-height: 45px;
  padding: 4px 0 4px 14px;
}

.catalog-count strong {
  font-size: 28px;
  letter-spacing: -.04em;
  line-height: 1;
}

.catalog-count small {
  color: #6f7580;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.3;
  max-width: 74px;
  text-transform: uppercase;
}

.machine-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.15fr .85fr .85fr;
  grid-template-rows: 340px 285px;
}

.machine-card {
  background: #eef0f3;
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  position: relative;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.machine-card:hover {
  border-color: #c8ccd2;
  box-shadow: 0 24px 45px rgba(21, 23, 28, .11);
  transform: translateY(-4px);
}

.machine-card-1 {
  grid-row: 1 / span 2;
}

.machine-card-4 {
  grid-column: 2 / span 2;
}

.machine-card-copy {
  left: 29px;
  position: absolute;
  top: 29px;
  z-index: 2;
}

.machine-card-copy span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.machine-card-copy h3 {
  font-size: 29px;
  letter-spacing: -.04em;
  margin: 6px 0 5px;
}

.machine-card-copy small {
  color: #747a84;
  font-size: 11px;
  font-weight: 650;
}

.machine-card img {
  bottom: -5%;
  height: 76%;
  object-fit: contain;
  object-position: right bottom;
  position: absolute;
  right: -4%;
  transition: transform .35s ease;
  width: 82%;
}

.machine-card:hover img {
  transform: scale(1.035) translateX(-5px);
}

.machine-card-1 img {
  bottom: 3%;
  height: 75%;
  right: -8%;
  width: 108%;
}

.machine-card-4 img {
  bottom: -32%;
  height: 135%;
  right: 0;
  width: 62%;
}

.round-arrow {
  align-items: center;
  background: #fff;
  bottom: 24px;
  color: var(--accent);
  display: flex;
  height: 46px;
  justify-content: center;
  left: 28px;
  position: absolute;
  transition: background .2s ease, color .2s ease;
  width: 46px;
  z-index: 3;
}

.machine-card:hover .round-arrow {
  background: var(--accent);
  color: #fff;
}

.products-section {
  background: #15171b;
  color: #fff;
}

.section-heading.compact {
  margin-bottom: 38px;
}

.text-link {
  align-items: center;
  color: #d8dbe0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 12px;
  text-transform: uppercase;
}

.text-link:hover {
  color: #fff;
}

.product-range-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: -5px 0 28px;
}

.product-range-nav a {
  border: 1px solid #454950;
  color: #cdd0d5;
  font-size: 11px;
  font-weight: 800;
  min-height: 42px;
  padding: 13px 17px;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.product-range-nav a:hover,
.product-range-nav a.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.product-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(4, 1fr);
}

.product-card {
  background: #fff;
  color: #16181c;
  min-width: 0;
  transition: transform .25s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  align-items: center;
  background: #f2f3f5;
  display: flex;
  height: 275px;
  justify-content: center;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.product-image img {
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
  width: 100%;
}

.product-card:hover .product-image img {
  transform: scale(1.04);
}

.product-grid > .product-empty {
  grid-column: 1 / -1;
}

.product-empty {
  align-items: flex-start;
  background: #fff;
  color: #17191d;
  display: flex;
  flex-direction: column;
  padding: 34px;
}

.product-empty strong {
  font-size: 22px;
}

.product-empty p {
  color: #69707b;
  line-height: 1.6;
  margin: 10px 0 22px;
  max-width: 760px;
}

.product-badge {
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  left: 0;
  letter-spacing: .09em;
  padding: 9px 12px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.product-content {
  padding: 24px;
}

.product-group {
  color: #777e88;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-content h3 {
  font-size: 21px;
  letter-spacing: -.035em;
  margin: 7px 0 12px;
}

.delivery-status {
  align-items: center;
  color: #626872;
  display: flex;
  font-size: 11px;
  gap: 7px;
}

.delivery-status i {
  background: #2d9d59;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.product-bottom {
  align-items: end;
  border-top: 1px solid #e4e6e9;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 18px;
}

.product-bottom > div {
  display: flex;
  flex-direction: column;
}

.product-bottom strong {
  font-size: 15px;
}

.product-bottom small {
  color: #888e97;
  font-size: 10px;
  margin-top: 3px;
}

.product-bottom button {
  align-items: center;
  background: var(--accent);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  transition: background .2s ease;
  width: 42px;
}

.product-bottom button:hover {
  background: var(--accent-dark);
}

.expertise-hub {
  background: #f1f3f5;
  border-bottom: 1px solid #e0e3e7;
  padding: 78px 0;
}

.expertise-layout {
  align-items: stretch;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(330px, .82fr) minmax(600px, 1.45fr);
}

.expertise-intro {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.expertise-intro h2 {
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: -.052em;
  line-height: 1.02;
  margin: 18px 0 20px;
  max-width: 520px;
}

.expertise-intro > p {
  color: #626974;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 500px;
}

.expertise-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.text-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #202329;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  padding: 10px 0;
  text-transform: uppercase;
}

.text-button:hover {
  color: var(--accent);
}

.expertise-cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.expertise-cards article {
  background: #fff;
  border: 1px solid #e0e3e7;
  display: flex;
  gap: 18px;
  min-height: 156px;
  padding: 28px;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.expertise-cards article::after {
  background: var(--accent);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transition: width .2s ease;
  width: 38px;
}

.expertise-cards article:hover {
  border-color: #c9cdd3;
  box-shadow: 0 14px 32px rgba(25, 28, 33, .08);
  transform: translateY(-2px);
}

.expertise-cards article:hover::after {
  width: 100%;
}

.expertise-icon {
  align-items: center;
  background: #202329;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 850;
  height: 48px;
  justify-content: center;
  letter-spacing: .04em;
  width: 48px;
}

.expertise-cards strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
  margin-top: 3px;
}

.expertise-cards p {
  color: #6c727c;
  font-size: 12px;
  line-height: 1.6;
  margin: 9px 0 0;
}

.resource-section {
  background: #fff;
  padding-bottom: 78px;
  padding-top: 74px;
}

.resource-heading {
  align-items: flex-end;
  display: flex;
  gap: 48px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.resource-heading h2 {
  font-size: clamp(34px, 3vw, 48px);
  letter-spacing: -.045em;
  line-height: 1.06;
  margin: 15px 0 0;
}

.resource-heading > p {
  color: #6c727c;
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 4px;
  max-width: 430px;
}

.resource-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.resource-grid article {
  background: #f5f6f7;
  border: 1px solid #e3e5e8;
  display: flex;
  gap: 21px;
  min-height: 205px;
  padding: 30px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.resource-grid article:hover {
  background: #fff;
  border-color: #cfd3d8;
  transform: translateY(-3px);
}

.resource-icon {
  align-items: center;
  background: #202329;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.resource-grid small {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.resource-grid h3 {
  font-size: 21px;
  letter-spacing: -.025em;
  margin: 8px 0 10px;
}

.resource-grid p {
  color: #707680;
  font-size: 12px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.resource-grid a {
  align-items: center;
  color: #17191d;
  display: inline-flex;
  font-size: 11px;
  font-weight: 750;
  gap: 8px;
  text-transform: uppercase;
}

.resource-grid a:hover {
  color: var(--accent);
}

.consulting {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  padding: 85px 0;
  position: relative;
}

.consulting::after {
  background: var(--accent);
  content: "";
  height: 320px;
  opacity: .15;
  position: absolute;
  right: 8%;
  top: -130px;
  transform: rotate(28deg);
  width: 110px;
}

.consulting-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.consulting h2 {
  font-size: 42px;
}

.consulting p {
  color: #acb1b9;
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 730px;
}

footer {
  background: #1b1e23;
  color: #bbc0c7;
}

.footer-main {
  display: grid;
  gap: 70px;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  padding-bottom: 70px;
  padding-top: 70px;
}

.footer-logo-wrap {
  background: #fff;
  display: inline-flex;
  padding: 13px 15px;
}

.footer-logo-wrap img {
  height: 32px;
  object-fit: contain;
  width: 205px;
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 330px;
}

.footer-main > div:not(.footer-brand) {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-main strong {
  color: #fff;
  font-size: 12px;
  letter-spacing: .1em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.footer-main a,
.footer-link-button,
.footer-main span {
  font-size: 12px;
}

.footer-link-button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

.footer-main a:hover,
.footer-link-button:hover {
  color: #fff;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid #34373d;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  min-height: 62px;
}

.footer-bottom div {
  display: flex;
  gap: 22px;
}

.footer-bottom {
  flex-wrap: wrap;
  padding-bottom: 12px;
  padding-top: 12px;
  row-gap: 10px;
}

.footer-legal-note {
  color: #c7cbd1;
  flex: 1 0 100%;
  font-size: 11px;
  line-height: 1.55;
  margin: 0;
  max-width: 1180px;
}


.modal-backdrop {
  align-items: center;
  background: rgba(4, 5, 7, .72);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 100;
}

.whatsapp-fab {
  align-items: center;
  background: #128c4a;
  border: 0;
  border-radius: 999px;
  bottom: 92px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .24);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: .035em;
  min-height: 52px;
  padding: 0 19px;
  position: fixed;
  right: 24px;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
  z-index: 80;
}

.whatsapp-fab:hover {
  background: #0c733c;
  transform: translateY(-2px);
}

.whatsapp-backdrop {
  z-index: 150;
}

.whatsapp-dialog {
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
  max-height: calc(100vh - 40px);
  max-width: 820px;
  overflow-y: auto;
  padding: 42px;
  position: relative;
  width: 100%;
}

.whatsapp-dialog-head {
  align-items: flex-start;
  border-bottom: 1px solid #e0e3e7;
  display: grid;
  gap: 18px;
  grid-template-columns: 52px minmax(0, 1fr);
  padding-bottom: 26px;
  padding-right: 42px;
}

.whatsapp-dialog-icon {
  align-items: center;
  background: #128c4a;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.whatsapp-dialog-head h2 {
  font-size: clamp(32px, 4vw, 46px);
  letter-spacing: -.045em;
  line-height: 1.04;
  margin: 13px 0 10px;
}

.whatsapp-dialog-head p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.whatsapp-dialog-body {
  align-items: center;
  display: grid;
  gap: 38px;
  grid-template-columns: 310px minmax(0, 1fr);
  padding-top: 30px;
}

.whatsapp-qr-card {
  align-items: center;
  border: 1px solid #dfe3e7;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 18px;
  text-align: center;
}

.whatsapp-qr-card img {
  display: block;
  height: auto;
  max-width: 100%;
}

.whatsapp-qr-card strong {
  font-size: 14px;
  margin-top: 7px;
}

.whatsapp-qr-card span {
  color: var(--muted);
  font-size: 11px;
  margin-top: 5px;
}

.whatsapp-options {
  display: flex;
  flex-direction: column;
}

.whatsapp-options ol {
  color: #34383f;
  line-height: 1.55;
  margin: 0 0 22px;
  padding-left: 21px;
}

.whatsapp-options li + li {
  margin-top: 8px;
}

.whatsapp-web-button {
  background: #128c4a;
  color: #fff;
  justify-content: center;
  width: 100%;
}

.whatsapp-web-button:hover {
  background: #0c733c;
}

.whatsapp-copy-button {
  background: transparent;
  border: 1px solid #cfd3d8;
  color: #17191d;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  margin-top: 10px;
  min-height: 46px;
  text-transform: uppercase;
}

.whatsapp-copy-button:hover {
  border-color: #17191d;
}

.whatsapp-options p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  margin: 17px 0 0;
}

.inquiry-toast {
  align-items: center;
  background: #17191d;
  border-left: 3px solid var(--accent);
  bottom: 24px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, .28);
  color: #fff;
  display: grid;
  gap: 13px;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  max-width: min(520px, calc(100vw - 32px));
  padding: 14px 16px;
  position: fixed;
  right: 24px;
  z-index: 110;
}

.inquiry-toast[hidden] {
  display: none;
}

.inquiry-toast-icon {
  align-items: center;
  background: #167b45;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.inquiry-toast-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.inquiry-toast-copy strong {
  font-size: 13px;
  line-height: 1.3;
}

.inquiry-toast-copy small {
  color: #b9bec6;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inquiry-toast button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #70757d;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 0;
  white-space: nowrap;
}

.inquiry-backdrop {
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
}

.inquiry-cart {
  background: #fff;
  box-shadow: -24px 0 90px rgba(0, 0, 0, .3);
  max-height: 100vh;
  max-width: 790px;
  overflow-y: auto;
  padding: 46px 48px 42px;
  position: relative;
  width: 100%;
}

.modal-close {
  align-items: center;
  background: #f0f1f3;
  border: 0;
  color: #15171b;
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 42px;
}

.inquiry-cart-head {
  border-bottom: 1px solid #e0e3e7;
  padding-bottom: 24px;
  padding-right: 52px;
}

.inquiry-cart-head h2,
.inquiry-confirmation h2 {
  font-size: 42px;
  letter-spacing: -.045em;
  line-height: 1.1;
  margin: 17px 0 10px;
}

.inquiry-cart-head > p,
.inquiry-confirmation > p {
  color: #6c727c;
  line-height: 1.6;
  margin: 0;
}

.inquiry-cart-body {
  display: grid;
  gap: 32px;
  margin-top: 28px;
}

.inquiry-cart-items {
  display: grid;
  gap: 10px;
}

.inquiry-items-title {
  color: #22252a;
  font-size: 14px;
  letter-spacing: .04em;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.inquiry-cart-item {
  align-items: center;
  background: #f4f5f6;
  border: 1px solid #e1e4e7;
  display: grid;
  gap: 18px;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  min-height: 116px;
  padding: 14px;
}

.inquiry-cart-item > img {
  background: #fff;
  height: 84px;
  object-fit: contain;
  padding: 8px;
  width: 96px;
}

.inquiry-item-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.inquiry-item-copy small {
  color: #777e88;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.inquiry-item-copy strong {
  font-size: 15px;
  line-height: 1.35;
  margin-top: 6px;
}

.inquiry-item-copy button {
  background: transparent;
  border: 0;
  color: #777e88;
  cursor: pointer;
  font-size: 10px;
  margin-top: 9px;
  padding: 0;
  text-decoration: underline;
}

.quantity-control {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.quantity-control > span {
  color: #777e88;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quantity-control > div {
  align-items: center;
  background: #fff;
  border: 1px solid #d5d9de;
  display: flex;
}

.quantity-control button,
.quantity-control output {
  align-items: center;
  background: #fff;
  border: 0;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 32px;
}

.quantity-control button {
  color: #4b5058;
  cursor: pointer;
  font-size: 18px;
}

.quantity-control button:hover {
  background: #eceef1;
}

.quantity-control output {
  border-left: 1px solid #e0e3e7;
  border-right: 1px solid #e0e3e7;
  font-size: 12px;
  font-weight: 800;
}

.inquiry-cart-empty {
  align-items: center;
  border: 1px dashed #cfd3d8;
  color: #707680;
  display: flex;
  flex-direction: column;
  padding: 28px;
  text-align: center;
}

.inquiry-cart-empty > span {
  align-items: center;
  background: var(--accent);
  color: #fff;
  display: flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.inquiry-cart-empty strong {
  color: #22252a;
  font-size: 15px;
  margin-top: 10px;
}

.inquiry-cart-empty p {
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0 0;
  max-width: 410px;
}

.inquiry-form {
  border-top: 1px solid #e0e3e7;
  padding-top: 26px;
}

.inquiry-form h3 {
  font-size: 20px;
  margin: 0 0 18px;
}

.inquiry-form .inquiry-contact-heading,
.inquiry-conditional h3 {
  margin-top: 26px;
}

.inquiry-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.inquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.inquiry-form label > span {
  color: #565c65;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  background: #fff;
  border: 1px solid #ccd1d7;
  border-radius: 0;
  color: #17191d;
  min-height: 46px;
  outline: 0;
  padding: 10px 12px;
}

.inquiry-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #535961 50%),
    linear-gradient(135deg, #535961 50%, transparent 50%);
  background-position:
    calc(100% - 17px) 19px,
    calc(100% - 12px) 19px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  cursor: pointer;
  padding-right: 38px;
}

.inquiry-form textarea {
  min-height: 104px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: #6d737d;
  box-shadow: 0 0 0 3px rgba(20, 22, 26, .06);
}

.inquiry-conditional[hidden],
.nav-inquiry-count[hidden] {
  display: none;
}

.inquiry-claim-notice {
  background: #f5f6f7;
  border-left: 4px solid var(--accent);
  margin-top: 18px;
  padding: 18px;
}

.inquiry-claim-notice h3 {
  margin-top: 0;
}

.inquiry-claim-notice p {
  color: #4f555e;
  font-size: 12px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.inquiry-file-field input[type="file"] {
  cursor: pointer;
  font-size: 12px;
  padding: 9px 10px;
}

.inquiry-file-field small {
  color: #747a83;
  font-size: 10px;
  line-height: 1.5;
}

.inquiry-form .form-privacy {
  color: #6c727c;
  font-size: 11px;
  line-height: 1.55;
  margin: -7px 0 17px;
}

.inquiry-form .form-privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.inquiry-form .form-privacy a:hover,
.inquiry-form .form-privacy a:focus-visible {
  color: var(--red);
}

.field-wide {
  grid-column: 1 / -1;
}

.form-note {
  color: #6c727c;
  font-size: 11px;
  line-height: 1.55;
  margin: 17px 0;
}

.inquiry-honeypot {
  left: -9999px;
  position: absolute;
  top: auto;
}

.inquiry-confirmation {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 70vh;
  justify-content: center;
  padding: 40px;
}

.inquiry-confirmation > span {
  align-items: center;
  background: #167b45;
  color: #fff;
  display: flex;
  font-size: 28px;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.inquiry-confirmation .button {
  margin-top: 28px;
}

.catalog-empty-page {
  background: #f1f3f5;
  min-height: 70vh;
}

.catalog-empty-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 0, 26, .19), transparent 27%),
    linear-gradient(118deg, #0a0b0e 0%, #17191e 72%, #202329 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.catalog-empty-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  inset: 0;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, .85), transparent 94%);
  position: absolute;
}

.catalog-empty-hero-inner {
  align-items: end;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) 190px;
  min-height: 390px;
  padding-bottom: 70px;
  padding-top: 72px;
  position: relative;
  z-index: 1;
}

.catalog-empty-hero h1 {
  font-size: clamp(43px, 5vw, 68px);
  letter-spacing: -.055em;
  line-height: 1;
  margin: 23px 0 20px;
  max-width: 850px;
}

.catalog-empty-hero p {
  color: #c3c7cd;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 790px;
}

.catalog-empty-count {
  border-left: 3px solid var(--accent);
  display: flex;
  flex-direction: column;
  padding: 10px 0 10px 26px;
}

.catalog-empty-count strong {
  font-size: 62px;
  letter-spacing: -.06em;
  line-height: .9;
}

.catalog-empty-count span {
  color: #b9bec6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-top: 14px;
  text-transform: uppercase;
}

.catalog-empty-content {
  padding: 64px 0 86px;
}

.catalog-empty-actions {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-empty-actions article {
  background: #fff;
  border: 1px solid #dde1e6;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 34px;
  position: relative;
}

.catalog-empty-actions article::before {
  background: var(--accent);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 42px;
}

.catalog-empty-badge {
  align-items: center;
  align-self: flex-start;
  background: #202329;
  color: #fff;
  display: flex;
  font-size: 9px;
  font-weight: 850;
  height: 46px;
  justify-content: center;
  letter-spacing: .08em;
  min-width: 54px;
  padding: 0 13px;
}

.catalog-empty-actions h2 {
  font-size: 23px;
  letter-spacing: -.03em;
  margin: 24px 0 12px;
}

.catalog-empty-actions p {
  color: #6a717b;
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 24px;
}

.catalog-empty-actions a,
.catalog-empty-actions button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #17191d;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 11px;
  font-weight: 850;
  gap: 8px;
  margin-top: auto;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

.catalog-empty-actions a:hover,
.catalog-empty-actions button:hover {
  color: var(--accent);
}

.category-directory-page {
  background: #f1f3f5;
  min-height: 70vh;
}

.category-directory-hero {
  background:
    radial-gradient(circle at 82% 12%, rgba(216, 0, 26, .18), transparent 28%),
    linear-gradient(118deg, #0a0b0e 0%, #17191e 72%, #202329 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.category-directory-grid-pattern {
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  inset: 0;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, .9), transparent 94%);
  position: absolute;
}

.category-directory-hero-inner {
  align-items: end;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  min-height: 300px;
  padding-bottom: 55px;
  padding-top: 55px;
  position: relative;
  z-index: 1;
}

.category-directory-hero h1 {
  font-size: clamp(42px, 5vw, 66px);
  letter-spacing: -.055em;
  line-height: 1;
  margin: 20px 0 16px;
}

.category-directory-hero p,
.category-directory-description {
  color: #c3c7cd;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 800px;
}

.category-directory-description p {
  margin: 0;
}

.category-directory-count {
  color: rgba(255, 255, 255, .08);
  font-size: 120px;
  letter-spacing: -.08em;
  line-height: .75;
}

.category-directory-content {
  padding: 54px 0 84px;
}

.category-directory-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-directory-card {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe2e7;
  display: grid;
  gap: 20px;
  grid-template-columns: 52px minmax(0, 1fr) 26px;
  min-height: 126px;
  overflow: hidden;
  padding: 24px 26px;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.category-directory-card::before {
  background: var(--accent);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.category-directory-card:hover,
.category-directory-card:focus-visible {
  background: #f1f3f5;
  border-color: #bbc1c9;
  box-shadow: 0 16px 36px rgba(18, 22, 28, .11);
  outline: 0;
  transform: translateY(-2px);
}

.category-directory-index {
  color: #b5bac2;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
}

.category-directory-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.category-directory-copy strong {
  color: #202329;
  font-size: 19px;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.category-directory-copy small {
  color: #777e88;
  font-size: 11px;
  font-weight: 700;
  margin-top: 7px;
  text-transform: uppercase;
}

.category-directory-card > b {
  color: var(--accent);
  font-size: 22px;
  transition: transform .2s ease;
}

.category-directory-card:hover > b,
.category-directory-card:focus-visible > b {
  transform: translateX(3px);
}

.resource-page {
  background: #f1f3f5;
  min-height: 100vh;
}

.resource-page-hero {
  background:
    radial-gradient(circle at 84% 18%, rgba(216, 0, 26, .2), transparent 28%),
    linear-gradient(118deg, #0a0b0e 0%, #17191e 72%, #202329 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.resource-page-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  inset: 0;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, .85), transparent 94%);
  position: absolute;
}

.resource-page-hero-inner {
  min-height: 370px;
  padding-bottom: 70px;
  padding-top: 72px;
  position: relative;
  z-index: 1;
}

.resource-page-hero h1 {
  font-size: clamp(43px, 5vw, 68px);
  letter-spacing: -.055em;
  line-height: 1;
  margin: 23px 0 20px;
  max-width: 830px;
}

.resource-page-hero p {
  color: #c3c7cd;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

.resource-page-content {
  padding: 64px 0 86px;
}

.resource-page-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-page-cards article {
  background: #fff;
  border: 1px solid #dde1e6;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 34px;
  position: relative;
}

.resource-page-cards article::before {
  background: var(--accent);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 42px;
}

.resource-page-badge {
  align-items: center;
  align-self: flex-start;
  background: #202329;
  color: #fff;
  display: flex;
  font-size: 9px;
  font-weight: 850;
  height: 46px;
  justify-content: center;
  letter-spacing: .08em;
  min-width: 54px;
  padding: 0 11px;
}

.resource-page-cards h2 {
  font-size: 23px;
  letter-spacing: -.03em;
  margin: 24px 0 12px;
}

.resource-page-cards p {
  color: #6a717b;
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 24px;
}

.resource-page-cards a {
  color: #17191d;
  font-size: 11px;
  font-weight: 850;
  margin-top: auto;
  text-transform: uppercase;
}

.resource-page-cards a:hover {
  color: var(--accent);
}

.resource-page-help {
  align-items: center;
  background: #202329;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding: 36px 40px;
}

.resource-page-help > div > span {
  color: #ec5668;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.resource-page-help h2 {
  font-size: 28px;
  letter-spacing: -.035em;
  margin: 8px 0 8px;
}

.resource-page-help p {
  color: #b7bcc4;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  max-width: 740px;
}

.error-page .resource-page-hero-inner {
  overflow: hidden;
}

.error-page .resource-page-hero-inner > *:not(.error-page-code) {
  position: relative;
  z-index: 1;
}

.error-page-code {
  bottom: -34px;
  color: rgba(255, 255, 255, .035);
  font-size: clamp(180px, 25vw, 360px);
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: .8;
  position: absolute;
  right: 4%;
  user-select: none;
}

.error-page-actions {
  align-items: center;
  background: #fff;
  border: 1px solid #dde1e6;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 30px;
}

.error-page-actions .button-secondary {
  background: #202329;
  border-color: #202329;
  color: #fff;
}

.spare-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spare-steps article {
  background: #fff;
  border: 1px solid #dde1e6;
  min-height: 230px;
  padding: 32px;
  position: relative;
}

.spare-steps article::before {
  background: var(--accent);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 42px;
}

.spare-steps article > span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.spare-steps h2 {
  font-size: 23px;
  letter-spacing: -.03em;
  margin: 28px 0 12px;
}

.spare-steps p {
  color: #6a717b;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.spare-detail-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  margin-top: 18px;
}

.spare-checklist {
  background: #fff;
  border: 1px solid #dde1e6;
  padding: 38px 40px;
}

.spare-checklist ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.spare-checklist li {
  border-bottom: 1px solid #e2e5e9;
  color: #30353c;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 10px 15px 34px;
  position: relative;
}

.spare-checklist li::before {
  color: var(--accent);
  content: "✓";
  font-weight: 900;
  left: 8px;
  position: absolute;
}

.spare-warning {
  background: #f4f5f7;
  border-left: 3px solid var(--accent);
  padding: 22px 24px;
}

.spare-warning strong {
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
}

.spare-warning p {
  color: #656c76;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.spare-request {
  background: #202329;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.spare-request > span {
  color: #ec5668;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.spare-request h2 {
  font-size: 29px;
  letter-spacing: -.04em;
  margin: 18px 0 13px;
}

.spare-request p {
  color: #b7bcc4;
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 28px;
}

.spare-request .button {
  align-self: flex-start;
  margin-bottom: 26px;
}

.spare-request > a {
  border-top: 1px solid #383b41;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  padding: 17px 0;
  text-transform: uppercase;
}

.spare-request > a:hover {
  color: #ec5668;
}

@media (max-width: 1200px) {
  .main-header {
    grid-template-columns: 300px minmax(260px, 1fr) 240px;
  }

  .nav-inner a {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-machine {
    height: 470px;
    right: -140px;
    width: 700px;
  }

  .machine-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 330px;
  }

  .machine-card-1 {
    grid-row: auto;
  }

  .machine-card-4 {
    grid-column: auto;
  }

  .machine-card-1 img,
  .machine-card-4 img {
    bottom: -4%;
    height: 78%;
    right: -5%;
    width: 78%;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .expertise-layout {
    gap: 44px;
    grid-template-columns: minmax(300px, .75fr) minmax(520px, 1.35fr);
  }

  .expertise-cards article {
    padding: 24px;
  }
}

@media (max-width: 900px) {
  .shell {
    padding-left: 22px;
    padding-right: 22px;
  }

  .cart-guide {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 28px 24px;
  }

  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(odd) {
    border-right: 1px solid #e0e3e7;
  }

  .spare-steps,
  .spare-detail-grid {
    grid-template-columns: 1fr;
  }

  .spare-steps article {
    min-height: 0;
  }

  .business-label,
  .business-meta > a,
  .meta-separator {
    display: none;
  }

  .business-bar-inner {
    justify-content: flex-end;
  }

  .main-header {
    gap: 16px;
    grid-template-columns: 1fr auto auto;
    min-height: 88px;
  }

  .brand-lockup {
    gap: 12px;
    width: 330px;
  }

  .group-logo {
    height: 25px;
    width: 126px;
  }

  .jettools-wordmark {
    padding-left: 12px;
  }

  .jettools-name {
    font-size: 26px;
  }

  .search-wrap,
  .header-actions {
    display: none;
  }

  .mobile-menu-button {
    display: flex;
  }

  .mobile-inquiry-button {
    display: flex;
  }

  .primary-nav {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .primary-nav.open {
    display: block;
    max-height: calc(100vh - 122px);
    overflow-y: auto;
  }

  .nav-inner {
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .nav-inner > a,
  .nav-item > a,
  .nav-inner .nav-inquiry {
    border-bottom: 0;
    border-left: 3px solid transparent;
    min-height: 48px;
    padding: 0 18px;
  }

  .nav-inner > a:hover,
  .nav-inner > a.active,
  .nav-item > a:hover,
  .nav-item > a.active {
    border-color: var(--accent);
  }

  .nav-item {
    display: block;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-item:first-child .nav-dropdown {
    display: none;
    width: auto;
  }

  .nav-caret {
    display: none;
  }

  .nav-inner .nav-inquiry {
    margin: 8px 0 0;
  }

  .legal-sync-notice {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-sync-notice > div {
    align-items: flex-start;
  }

  .category-directory-hero-inner {
    min-height: 260px;
  }

  .category-directory-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding: 70px 0 40px;
  }

  .hero-product {
    height: 420px;
  }

  .hero-machine {
    height: 370px;
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    width: 690px;
  }

  .hero-product-card {
    bottom: 35px;
    right: 0;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #34373d;
  }

  .trust-grid article:nth-child(4) {
    border-top: 1px solid #34373d;
  }

  .brand-row {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .brand-row > p {
    margin: 0 0 15px;
  }

  .brand-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
  }

  .brand-page-mark {
    display: none;
  }

  .brand-page-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .brand-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brand-help {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .section {
    padding: 80px 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .machine-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 330px);
  }

  .expertise-layout {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .expertise-intro > p {
    max-width: 650px;
  }

  .resource-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .resource-grid {
    grid-template-columns: 1fr;
  }

  .resource-grid article {
    min-height: 0;
    padding: 28px;
  }

  .resource-page-cards {
    grid-template-columns: 1fr;
  }

  .catalog-empty-hero-inner {
    align-items: start;
    gap: 34px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 54px;
    padding-top: 56px;
  }

  .catalog-empty-count {
    padding-left: 20px;
  }

  .catalog-empty-count strong {
    font-size: 48px;
  }

  .catalog-empty-actions {
    grid-template-columns: 1fr;
  }

  .catalog-empty-actions article {
    min-height: 0;
  }

  .resource-page-cards article {
    min-height: 0;
  }

  .resource-page-hero-inner {
    min-height: 320px;
    padding-bottom: 54px;
    padding-top: 56px;
  }

  .resource-page-help {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 30px 26px;
  }

  .consulting-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 35px;
  }

  .footer-main {
    gap: 45px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .main-header {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 42px 42px;
    min-height: 74px;
  }

  .standard-page,
  .woocommerce-shell {
    padding-bottom: 68px;
    padding-top: 54px;
  }

  .standard-page-inner,
  .woocommerce-shell-inner {
    padding-bottom: 34px;
    padding-top: 34px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(odd) {
    border-right: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 24px 20px;
  }

  .spare-steps article,
  .spare-checklist,
  .spare-request {
    padding: 28px 24px;
  }

  .brand-lockup {
    gap: 0;
    min-width: 0;
    width: auto;
  }

  .group-logo {
    display: none;
  }

  .jettools-wordmark {
    border-left: 0;
    min-width: 0;
    padding-left: 0;
  }

  .jettools-name {
    font-size: 24px;
  }

  .jettools-wordmark small {
    font-size: 6px;
    letter-spacing: .16em;
  }

  .primary-nav {
    top: 100%;
  }

  .primary-nav.open {
    max-height: calc(100vh - 108px);
  }

  .mobile-menu-button,
  .mobile-inquiry-button {
    height: 42px;
    width: 42px;
  }

  .category-directory-hero-inner {
    align-items: flex-start;
    min-height: 220px;
    padding-bottom: 38px;
    padding-top: 38px;
  }

  .category-directory-hero h1 {
    font-size: 38px;
    margin-bottom: 13px;
  }

  .category-directory-hero p,
  .category-directory-description {
    font-size: 14px;
  }

  .category-directory-count {
    display: none;
  }

  .category-directory-content {
    padding: 28px 0 56px;
  }

  .category-directory-card {
    gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    min-height: 94px;
    padding: 17px 16px;
  }

  .category-directory-copy strong {
    font-size: 16px;
  }

  .category-directory-copy small {
    font-size: 9px;
    margin-top: 5px;
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-copy > p {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero-product {
    height: 340px;
  }

  .hero-machine {
    height: 300px;
    width: 570px;
  }

  .hero-product-card {
    bottom: 20px;
    width: 230px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article + article {
    border-left: 0;
    border-top: 1px solid #34373d;
  }

  .brand-list {
    grid-template-columns: 1fr 1fr;
  }

  .brand-page-hero-inner {
    min-height: 300px;
  }

  .brand-page-hero h1 {
    font-size: 44px;
  }

  .brand-page-content {
    padding: 58px 0 72px;
  }

  .brand-card-grid {
    grid-template-columns: 1fr;
  }

  .brand-card {
    min-height: 0;
  }

  .brand-card-logo {
    height: 166px;
  }

  .brand-help {
    padding: 34px 27px;
  }

  .section-heading h2,
  .expertise-intro h2,
  .consulting h2 {
    font-size: 36px;
  }

  .machine-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .machine-grid {
    grid-template-rows: repeat(4, 330px);
  }

  .product-image {
    height: 310px;
  }

  .expertise-cards {
    grid-template-columns: 1fr;
  }

  .expertise-hub {
    padding: 62px 0;
  }

  .expertise-cards article {
    min-height: 0;
  }

  .resource-section {
    padding-bottom: 62px;
    padding-top: 58px;
  }

  .inquiry-cart {
    max-width: none;
    padding: 38px 24px 28px;
  }

  .inquiry-toast {
    bottom: 14px;
    grid-template-columns: 34px minmax(0, 1fr);
    left: 14px;
    max-width: none;
    right: 14px;
  }

  .inquiry-toast button {
    grid-column: 2;
    justify-self: start;
  }

  .inquiry-cart-head h2,
  .inquiry-confirmation h2 {
    font-size: 32px;
  }

  .inquiry-cart-item {
    align-items: start;
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .inquiry-cart-item > img {
    height: 72px;
    width: 78px;
  }

  .quantity-control {
    align-items: flex-start;
    grid-column: 2;
  }

  .inquiry-form-grid {
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    padding-bottom: 22px;
    padding-top: 22px;
  }

  .footer-bottom div {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .inquiry-confirmation {
    padding: 20px 0;
  }

  .whatsapp-fab {
    border-radius: 50%;
    bottom: 84px;
    height: 50px;
    justify-content: center;
    padding: 0;
    right: 16px;
    width: 50px;
  }

  .whatsapp-fab span {
    display: none;
  }

  .whatsapp-dialog {
    padding: 36px 22px 24px;
  }

  .whatsapp-dialog-head {
    grid-template-columns: 1fr;
    padding-right: 36px;
  }

  .whatsapp-dialog-body {
    grid-template-columns: 1fr;
  }
}

/* Final high-specificity contract overrides. */
body.home .marketplace-hero { background:#fff; border:1px solid #dce3e8; border-radius:8px; margin:18px auto 0; max-width:min(1510px,calc(100% - 48px)); }
body.home .marketplace-hero-inner { gap:18px; grid-template-columns:minmax(440px,.92fr) minmax(520px,1.08fr); min-height:346px; padding:24px 30px; }
body.home .marketplace-hero h1 { font-size:clamp(34px,3vw,49px); line-height:1.08; margin:10px 0 22px; }
body.home .marketplace-benefits { display:grid; gap:12px; margin:0 0 22px; }
body.home .marketplace-hero-visual { min-height:296px; }
body.home .marketplace-visual-halo,
body.home .marketplace-visual-label { display:none; }
body.home .marketplace-machine-main { height:88%; right:16%; top:4%; width:65%; }
body.home .marketplace-machine-side { bottom:1%; height:43%; left:0; width:42%; }
body.home .marketplace-machine-filter { bottom:0; height:82%; object-fit:contain; position:absolute; right:-2%; width:29%; z-index:3; }
body.home .marketplace-gateway { padding:16px 0 34px; }
body.home .marketplace-category-card { display:grid; gap:0; grid-template-columns:minmax(0,1fr) auto; grid-template-rows:142px 64px; min-height:206px; overflow:hidden; padding:0; }
body.home .marketplace-category-image { background:#f3f5f6; grid-column:1/-1; overflow:hidden; }
body.home .marketplace-category-image img { height:100%; object-fit:contain; padding:8px 18px 0; width:100%; }
body.home .marketplace-category-copy { justify-content:center; padding:9px 16px; }
body.home .marketplace-category-copy strong { color:#13283c; font-size:19px; }
body.home .marketplace-category-copy small { color:#64788b; font-size:12px; font-weight:600; letter-spacing:0; margin:3px 0 0; order:2; text-transform:none; }
body.home .marketplace-category-card > b { align-self:center; color:#13283c; font-size:29px; padding-right:18px; }
body.home .quickfinder-grid { gap:16px; grid-template-columns:1.08fr 1.08fr .84fr; margin-top:18px; }
body.home .quickfinder-grid > a { background:#fff; border:1px solid #d7e0e7; color:#13283c; grid-template-columns:42px minmax(0,1fr) 150px auto; min-height:152px; overflow:hidden; padding:18px; }
body.home .quickfinder-grid > a:hover,
body.home .quickfinder-grid > a:focus-visible { background:#f8fafb; color:#13283c; }
body.home .quickfinder-icon { background:#fff1f1; color:#e31b23; }
body.home .quickfinder-grid strong { color:#13283c; font-size:18px; }
body.home .quickfinder-grid small { color:#53687b; }
body.home .quickfinder-grid > a > img { height:118px; object-fit:contain; width:150px; }
body.home .service-quicklinks { background:#fff; border:1px solid #d7e0e7; border-radius:7px; display:grid; padding:4px 16px; }
body.home .service-quicklinks a { align-items:center; border-bottom:1px solid #e2e8ed; color:#13283c; display:grid; gap:12px; grid-template-columns:30px minmax(0,1fr) auto; min-width:0; }
body.home .service-quicklinks a:last-child { border-bottom:0; }
body.home .service-quicklinks strong { color:#13283c; font-size:14px; overflow-wrap:anywhere; }
@media (max-width:1180px) {
  body.home .marketplace-hero-inner { grid-template-columns:1fr 1fr; }
  body.home .quickfinder-grid { grid-template-columns:1fr 1fr; }
  body.home .service-quicklinks { grid-column:1/-1; min-height:120px; }
}
@media (max-width:820px) {
  body.home .marketplace-hero { border-radius:0; margin-top:0; max-width:100%; }
  body.home .marketplace-hero-inner { grid-template-columns:1fr; min-height:0; padding:30px 20px; }
  body.home .marketplace-category-grid,
  body.home .quickfinder-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:560px) {
  body.home .marketplace-category-grid,
  body.home .quickfinder-grid { grid-template-columns:1fr; }
  body.home .quickfinder-grid > a { grid-template-columns:42px minmax(0,1fr) auto; }
  body.home .quickfinder-grid > a > img { display:none; }
  body.home .service-quicklinks { grid-column:auto; }
}

.single-product .woocommerce div.product {
  display: grid;
  gap: 44px 56px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
}

.single-product .woocommerce div.product .woocommerce-product-gallery,
.single-product .woocommerce div.product .summary {
  float: none;
  margin: 0;
  width: auto;
}

.single-product .woocommerce div.product .product_title {
  color: #15181d;
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 0 0 20px;
}

.single-product .woocommerce div.product .price {
  color: var(--accent);
  font-size: 25px;
  font-weight: 800;
}

.jettools-product-identifiers {
  border-bottom: 1px solid #e1e4e8;
  border-top: 1px solid #e1e4e8;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 18px 0 24px;
}

.jettools-product-identifiers span {
  border-right: 1px solid #e1e4e8;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 135px;
  padding: 12px 20px 12px 0;
}

.jettools-product-identifiers span + span {
  padding-left: 20px;
}

.jettools-product-identifiers small,
.jettools-commerce-status small {
  color: #747b85;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jettools-product-identifiers strong {
  color: #202329;
  font-size: 14px;
}

.jettools-commerce-status {
  background: #f3f4f6;
  border-left: 3px solid var(--accent);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0;
}

.jettools-commerce-status span {
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 88px;
  padding: 18px;
}

.jettools-commerce-status strong {
  color: #23262b;
  font-size: 14px;
  line-height: 1.35;
}

.jettools-theme .woocommerce .jettools-product-request {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
}

.jettools-product-details {
  border-top: 1px solid #dfe2e7;
  grid-column: 1 / -1;
  margin-top: 16px;
}

.jettools-product-nav {
  background: #15171b;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  position: sticky;
  top: 0;
  z-index: 12;
}

.jettools-product-nav a {
  border-right: 1px solid #34373d;
  color: #e6e8eb;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .035em;
  padding: 16px 20px;
}

.jettools-product-nav a:hover,
.jettools-product-nav a:focus-visible {
  background: var(--accent);
  color: #fff;
}

.jettools-product-details > section {
  border-bottom: 1px solid #e1e4e8;
  scroll-margin-top: 76px;
  padding: 56px 4%;
}

.jettools-product-details > section > h2,
.jettools-service-card h2 {
  color: #171a1f;
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -.04em;
  line-height: 1.05;
  margin: 0 0 26px;
}

.jettools-prose {
  color: #555d67;
  font-size: 16px;
  line-height: 1.75;
  max-width: 960px;
}

.jettools-benefits {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.jettools-benefits li {
  background: #f3f4f6;
  color: #202329;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
  padding: 20px 22px 20px 52px;
  position: relative;
}

.jettools-benefits li::before {
  color: var(--accent);
  content: "✓";
  font-size: 20px;
  font-weight: 900;
  left: 21px;
  position: absolute;
  top: 17px;
}

.jettools-product-details table.shop_attributes {
  border: 0;
  border-collapse: collapse;
  margin-top: 28px;
  width: 100%;
}

.jettools-product-details table.shop_attributes th,
.jettools-product-details table.shop_attributes td {
  border: 1px solid #dde1e6;
  font-style: normal;
  padding: 14px 16px;
  text-align: left;
}

.jettools-product-details table.shop_attributes th {
  background: #f3f4f6;
  width: 34%;
}

.jettools-detail-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jettools-detail-grid article {
  background: #f6f7f8;
  border-top: 3px solid #1d2025;
  color: #59606a;
  line-height: 1.65;
  padding: 24px;
}

.jettools-detail-grid h3 {
  color: #1d2025;
  font-size: 18px;
  margin: 0 0 12px;
}

.jettools-resource-links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jettools-resource-links a {
  align-items: center;
  background: #f2f3f5;
  border: 1px solid #e0e3e7;
  color: #202329;
  display: flex;
  font-weight: 750;
  justify-content: space-between;
  min-height: 64px;
  padding: 16px 18px;
}

.jettools-resource-links a span {
  color: var(--accent);
  font-size: 20px;
}

.jettools-resource-links a:hover {
  background: #e8eaed;
}

.jettools-product-details > .jettools-service-card {
  align-items: center;
  background: #17191d;
  border-bottom: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 48px 5%;
}

.jettools-service-card > div {
  max-width: 820px;
}

.jettools-service-card > div > span {
  color: #ff4057;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jettools-service-card h2 {
  color: #fff;
  margin: 8px 0 14px;
}

.jettools-service-card p {
  color: #bcc1c9;
  line-height: 1.65;
  margin: 0;
}

.jettools-theme .woocommerce .jettools-service-card .button {
  flex: 0 0 auto;
  margin-left: 38px;
  padding: 16px 22px;
}

@media (max-width: 980px) {
  .single-product .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  .jettools-commerce-status,
  .jettools-resource-links {
    grid-template-columns: 1fr;
  }

  .jettools-product-details {
    grid-column: 1;
  }

  .jettools-product-nav {
    position: static;
  }
}

@media (max-width: 620px) {
  .jettools-product-identifiers,
  .jettools-product-nav,
  .jettools-product-details > .jettools-service-card {
    align-items: stretch;
    flex-direction: column;
  }

  .jettools-product-identifiers span,
  .jettools-product-identifiers span + span {
    border-bottom: 1px solid #e1e4e8;
    border-right: 0;
    padding: 11px 0;
  }

  .jettools-benefits,
  .jettools-detail-grid {
    grid-template-columns: 1fr;
  }

  .jettools-product-nav a {
    border-bottom: 1px solid #34373d;
    border-right: 0;
  }

  .jettools-product-details > section {
    padding: 38px 18px;
  }

  .jettools-theme .woocommerce .jettools-service-card .button {
    margin: 24px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* JetTools marketplace 2026 — approved compact technical marketplace */
:root {
  --market-navy: #14263a;
  --market-navy-deep: #0c1a2a;
  --market-red: #d70b1f;
  --market-red-dark: #b70819;
  --market-text: #17283a;
  --market-muted: #556779;
  --market-line: #dce3e9;
  --market-surface: #f4f7f9;
  --market-white: #fff;
}

.jettools-theme,
.jettools-theme button,
.jettools-theme input,
.jettools-theme select,
.jettools-theme textarea {
  color: var(--market-text);
}

.jettools-theme :where(a, button, input, select, textarea) {
  min-width: 0;
}

.jettools-theme :where(h1, h2, h3, h4, p, a, span, strong, small, td, th, li) {
  overflow-wrap: anywhere;
}

.business-bar {
  background: #edf2f5;
  border-bottom: 1px solid #d9e1e7;
  color: #293d50;
  min-height: 36px;
}

.business-bar-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 36px;
}

.business-benefits {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.business-benefits span {
  color: #34495d;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.business-benefits span::first-letter {
  color: var(--market-red);
}

.business-meta,
.business-meta a,
.business-meta button {
  color: #34495d;
}

.main-header {
  align-items: center;
  background: #fff;
  display: grid;
  gap: clamp(20px, 3vw, 52px);
  grid-template-columns: minmax(190px, .7fr) minmax(340px, 1.55fr) minmax(250px, .9fr);
  min-height: 104px;
  padding-block: 18px;
}

.brand-lockup {
  display: block;
  min-width: 0;
}

.brand-lockup .group-logo {
  display: none;
}

.jettools-wordmark {
  border: 0;
  display: inline-flex;
  flex-direction: column;
  padding: 0;
}

.jettools-name {
  align-items: baseline;
  color: var(--market-navy);
  display: flex;
  font-size: clamp(27px, 2.5vw, 39px);
  letter-spacing: -.055em;
  line-height: .92;
}

.jettools-name strong {
  color: var(--market-red);
  font-weight: 900;
}

.jettools-name b {
  color: var(--market-navy);
  font-weight: 850;
}

.jettools-name span {
  color: #657485;
  font-size: .53em;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-left: 3px;
}

.jettools-wordmark small {
  color: #657485;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .19em;
  margin-top: 8px;
}

.search-form {
  background: #f4f6f8;
  border: 1px solid #ccd6de;
  border-radius: 7px;
  min-height: 54px;
}

.search-form:focus-within {
  border-color: #7c8d9d;
  box-shadow: 0 0 0 3px rgba(20, 38, 58, .1);
}

.search-form input {
  color: var(--market-text);
}

.search-form input::placeholder {
  color: #637384;
  opacity: 1;
}

.search-form button {
  background: var(--market-red);
  border-radius: 0 6px 6px 0;
  color: #fff;
  min-width: 58px;
}

.search-form button:hover {
  background: var(--market-red-dark);
}

.header-actions {
  justify-content: flex-end;
}

.icon-action {
  color: #33485c;
}

.icon-action:hover,
.icon-action:focus-visible {
  color: var(--market-red);
}

.primary-nav {
  background: var(--market-navy);
  border: 0;
}

.nav-inner {
  min-height: 52px;
}

.nav-inner > a,
.nav-inner > .nav-item > a,
.nav-inner .nav-inquiry {
  color: #fff;
  min-height: 52px;
}

.nav-inner > a:hover,
.nav-inner > a.active,
.nav-inner > .nav-item > a:hover,
.nav-inner > .nav-item > a.active,
.nav-inner .nav-inquiry:hover {
  background: var(--market-red);
  color: #fff;
}

.nav-inner > .nav-item:first-child > a {
  background: var(--market-red);
}

.nav-dropdown {
  background: #fff;
  border-top: 3px solid var(--market-red);
  box-shadow: 0 18px 44px rgba(12, 26, 42, .18);
}

.nav-dropdown-heading,
.nav-dropdown-links a {
  color: var(--market-text);
}

.marketplace-hero {
  background:
    radial-gradient(circle at 80% 45%, rgba(202, 214, 223, .55), transparent 26%),
    linear-gradient(112deg, #fbfcfd 0%, #f1f5f7 100%);
  border-bottom: 1px solid var(--market-line);
  overflow: hidden;
  position: relative;
}

.marketplace-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 92px);
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr);
  min-height: 470px;
  padding-block: clamp(56px, 6vw, 90px);
}

.marketplace-hero-copy {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.marketplace-hero .section-kicker {
  color: var(--market-red);
}

.marketplace-hero h1 {
  color: var(--market-navy);
  font-size: clamp(38px, 4.6vw, 66px);
  letter-spacing: -.055em;
  line-height: 1.02;
  margin: 14px 0 22px;
  max-width: 850px;
}

.marketplace-hero h1 em {
  color: var(--market-red);
  font-style: normal;
}

.marketplace-hero-copy > p {
  color: var(--market-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
  margin: 0;
  max-width: 720px;
}

.marketplace-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 24px 0 30px;
}

.marketplace-benefits span {
  color: #31485d;
  font-size: 13px;
  font-weight: 750;
}

.marketplace-secondary {
  background: #fff;
  border-color: #aebbc6;
  color: var(--market-navy);
}

.marketplace-secondary:hover {
  background: var(--market-navy);
  border-color: var(--market-navy);
  color: #fff;
}

.marketplace-hero-visual {
  align-self: stretch;
  min-height: 380px;
  min-width: 0;
  position: relative;
}

.marketplace-visual-halo {
  background: rgba(255, 255, 255, .82);
  border-radius: 50%;
  box-shadow: 0 26px 80px rgba(19, 43, 64, .12);
  height: min(36vw, 440px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-45%, -50%);
  width: min(36vw, 440px);
}

.marketplace-machine {
  filter: drop-shadow(0 24px 25px rgba(18, 40, 60, .18));
  object-fit: contain;
  position: absolute;
}

.marketplace-machine-main {
  height: 88%;
  right: 5%;
  top: 5%;
  width: 78%;
  z-index: 2;
}

.marketplace-machine-side {
  bottom: 7%;
  height: 42%;
  left: 0;
  width: 38%;
  z-index: 3;
}

.marketplace-visual-label {
  background: var(--market-navy);
  border-left: 4px solid var(--market-red);
  bottom: 4%;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 13px 17px;
  position: absolute;
  right: 0;
  z-index: 4;
}

.marketplace-gateway {
  background: #fff;
  padding: 42px 0 58px;
}

.marketplace-category-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketplace-category-card {
  align-items: center;
  background: #fff;
  border: 1px solid #d7e0e7;
  border-radius: 7px;
  box-shadow: 0 7px 24px rgba(22, 45, 66, .06);
  color: var(--market-text);
  display: grid;
  gap: 15px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  min-height: 132px;
  padding: 22px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.marketplace-category-card:hover,
.marketplace-category-card:focus-visible {
  border-color: #a8b6c2;
  box-shadow: 0 14px 34px rgba(22, 45, 66, .13);
  color: var(--market-text);
  transform: translateY(-3px);
}

.marketplace-category-icon {
  align-items: center;
  background: #edf2f5;
  border-radius: 5px;
  color: var(--market-navy);
  display: flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.marketplace-category-card:hover .marketplace-category-icon {
  background: var(--market-navy);
  color: #fff;
}

.marketplace-category-icon svg {
  fill: none;
  height: 38px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 38px;
}

.marketplace-category-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.marketplace-category-copy small {
  color: var(--market-red);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.marketplace-category-copy strong {
  color: var(--market-navy);
  font-size: 18px;
  line-height: 1.2;
}

.marketplace-category-copy > span {
  color: var(--market-muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 6px;
}

.marketplace-category-card > b,
.quickfinder-grid > a > b {
  color: var(--market-red);
  font-size: 20px;
}

.quickfinder-heading {
  align-items: center;
  color: #5a6b7c;
  display: flex;
  font-size: 11px;
  font-weight: 850;
  gap: 14px;
  letter-spacing: .1em;
  margin: 34px 0 14px;
  text-transform: uppercase;
}

.quickfinder-heading::after {
  background: #d8e0e6;
  content: "";
  flex: 1;
  height: 1px;
}

.quickfinder-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quickfinder-grid > a {
  align-items: center;
  background: var(--market-navy);
  border-radius: 7px;
  color: #fff;
  display: grid;
  gap: 16px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  min-height: 90px;
  padding: 19px 22px;
}

.quickfinder-grid > a:hover,
.quickfinder-grid > a:focus-visible {
  background: var(--market-navy-deep);
  color: #fff;
}

.quickfinder-icon {
  align-items: center;
  background: rgba(255, 255, 255, .11);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 25px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.quickfinder-grid strong,
.quickfinder-grid small {
  display: block;
}

.quickfinder-grid strong {
  color: #fff;
  font-size: 17px;
}

.quickfinder-grid small {
  color: #cad4dd;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
}

.brand-section,
.machine-section,
.products-section,
.resource-section {
  background: #f5f7f9;
}

.section-heading h2,
.resource-heading h2,
.expertise-intro h2,
.consulting h2 {
  color: var(--market-navy);
}

.section-heading > p,
.resource-heading > p,
.expertise-intro > p {
  color: var(--market-muted);
}

.product-card,
.machine-card,
.resource-grid article,
.expertise-cards article {
  border-color: #d9e1e7;
  border-radius: 7px;
  box-shadow: 0 7px 24px rgba(22, 45, 66, .06);
}

.product-content,
.product-content h3 a,
.machine-card-copy h3,
.resource-grid h3,
.expertise-cards strong {
  color: var(--market-text);
}

.category-directory-page {
  background: var(--market-surface);
  min-height: 70vh;
}

.category-directory-hero {
  background: #fff;
  border-bottom: 1px solid var(--market-line);
  color: var(--market-text);
  min-height: auto;
}

.category-directory-grid-pattern {
  background:
    linear-gradient(90deg, rgba(20, 38, 58, .035) 1px, transparent 1px),
    linear-gradient(rgba(20, 38, 58, .035) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: .45;
}

.category-directory-hero-inner {
  min-height: 280px;
  padding-block: 56px;
}

.category-directory-hero h1 {
  color: var(--market-navy);
}

.category-directory-hero p,
.category-directory-description {
  color: var(--market-muted);
}

.category-directory-count {
  align-items: center;
  background: #f0f4f7;
  border: 1px solid #d4dee6;
  border-radius: 50%;
  color: var(--market-red);
  display: flex;
  font-size: clamp(34px, 5vw, 64px);
  height: 124px;
  justify-content: center;
  width: 124px;
}

.category-directory-content {
  padding-block: 44px 72px;
}

.category-directory-grid {
  gap: 14px;
}

.category-directory-card {
  background: #fff;
  border: 1px solid #d8e1e7;
  border-radius: 7px;
  box-shadow: 0 7px 24px rgba(22, 45, 66, .05);
  color: var(--market-text);
}

.category-directory-card:hover,
.category-directory-card:focus-visible {
  background: #fff;
  border-color: #a6b5c1;
  box-shadow: 0 14px 32px rgba(22, 45, 66, .12);
  color: var(--market-text);
}

.category-directory-index {
  color: var(--market-red);
}

.category-directory-copy strong {
  color: var(--market-navy);
}

.category-directory-copy small {
  color: var(--market-muted);
}

.woocommerce-shell {
  background: var(--market-surface);
}

.jettools-product-details {
  background: #f1f4f6;
  border: 0;
  display: grid;
  gap: 20px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px -4vw 0;
  padding: 30px 4vw 48px;
}

.jettools-product-nav {
  background: var(--market-navy);
  border-radius: 7px;
  grid-column: 1 / -1;
  overflow: hidden;
  top: 10px;
}

.jettools-product-nav a {
  border-color: rgba(255, 255, 255, .16);
  color: #fff;
  flex: 1 1 auto;
  text-align: center;
}

.jettools-product-details > section {
  background: #fff;
  border: 1px solid #d9e1e7;
  border-radius: 8px;
  box-shadow: 0 7px 22px rgba(19, 43, 64, .06);
  min-width: 0;
  padding: clamp(26px, 3.5vw, 44px);
  scroll-margin-top: 90px;
}

.jettools-product-details > section > h2,
.jettools-service-card h2 {
  color: var(--market-navy);
  font-size: clamp(25px, 2.5vw, 36px);
  margin: 0 0 22px;
}

.jettools-product-details > section > h2::after {
  background: var(--market-red);
  content: "";
  display: block;
  height: 3px;
  margin-top: 13px;
  width: 48px;
}

.jettools-product-details > #jettools-overview,
.jettools-product-details > #jettools-technical,
.jettools-product-details > #jettools-delivery,
.jettools-product-details > #jettools-service {
  grid-column: 1 / -1;
}

.jettools-prose,
.jettools-detail-grid article {
  color: var(--market-muted);
}

.jettools-prose {
  font-size: 16px;
  line-height: 1.75;
  max-width: 1050px;
}

.jettools-benefits {
  grid-template-columns: 1fr;
}

.jettools-benefits li {
  background: #f4f7f9;
  border: 1px solid #e0e6eb;
  border-radius: 5px;
  color: var(--market-text);
}

.jettools-product-details table.shop_attributes {
  border-radius: 6px;
  display: table;
  overflow: hidden;
}

.jettools-product-details table.shop_attributes th,
.jettools-product-details table.shop_attributes td {
  border-color: #d9e1e7;
  color: var(--market-text);
  vertical-align: top;
}

.jettools-product-details table.shop_attributes tr:nth-child(even) th,
.jettools-product-details table.shop_attributes tr:nth-child(even) td {
  background: #f4f7f9;
}

.jettools-product-details table.shop_attributes th {
  background: #eaf0f4;
  color: #263b4f;
}

.jettools-detail-grid article {
  background: #f5f8fa;
  border: 1px solid #dfe6eb;
  border-top: 4px solid var(--market-navy);
  border-radius: 6px;
}

.jettools-detail-grid h3 {
  color: var(--market-navy);
}

.jettools-resource-links {
  grid-template-columns: 1fr;
}

.jettools-resource-links a {
  background: #f4f7f9;
  border-radius: 5px;
  color: var(--market-text);
}

.jettools-product-details > .jettools-service-card {
  background: var(--market-navy);
  border: 0;
  color: #fff;
}

.jettools-service-card h2,
.jettools-service-card p {
  color: #fff;
}

.jettools-service-card p {
  opacity: .86;
}

.jettools-product-identifiers small,
.jettools-commerce-status small {
  color: #566676;
}

.jettools-commerce-status strong,
.jettools-product-identifiers strong {
  color: var(--market-text);
}

@media (max-width: 1180px) {
  .main-header {
    gap: 20px;
    grid-template-columns: 190px minmax(260px, 1fr) auto;
  }

  .business-benefits span:nth-child(n+3) {
    display: none;
  }

  .marketplace-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .main-header {
    grid-template-columns: 1fr auto auto;
  }

  .main-header .search-wrap {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .marketplace-hero-inner {
    gap: 22px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .marketplace-hero-visual {
    min-height: 360px;
  }

  .marketplace-visual-halo {
    height: 360px;
    width: 360px;
  }

  .jettools-product-details {
    grid-template-columns: 1fr;
  }

  .jettools-product-details > section {
    grid-column: 1 !important;
  }
}

@media (max-width: 760px) {
  .business-bar-inner {
    min-height: 34px;
  }

  .business-benefits span:nth-child(n+2),
  .business-meta .meta-separator,
  .business-meta > a {
    display: none;
  }

  .main-header {
    min-height: 84px;
    padding-block: 13px;
  }

  .header-actions {
    display: none;
  }

  .jettools-name {
    font-size: 31px;
  }

  .primary-nav.open {
    background: var(--market-navy);
  }

  .nav-inner > .nav-item:first-child > a {
    background: transparent;
  }

  .nav-inner > .nav-item:first-child > a:hover,
  .nav-inner > .nav-item:first-child > a:focus-visible {
    background: var(--market-red);
  }

  .marketplace-hero-inner {
    padding-block: 46px 28px;
  }

  .marketplace-hero h1 {
    font-size: clamp(36px, 10vw, 50px);
  }

  .marketplace-hero-visual {
    min-height: 290px;
  }

  .marketplace-machine-main {
    right: 0;
    width: 84%;
  }

  .marketplace-category-grid,
  .quickfinder-grid,
  .category-directory-grid {
    grid-template-columns: 1fr;
  }

  .marketplace-category-card {
    min-height: 112px;
  }

  .category-directory-hero-inner {
    min-height: 230px;
    padding-block: 40px;
  }

  .category-directory-count {
    height: 88px;
    width: 88px;
  }

  .jettools-product-details {
    margin-inline: -18px;
    padding-inline: 18px;
  }
}

@media (max-width: 620px) {
  .marketplace-benefits {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    justify-content: center;
    width: 100%;
  }

  .marketplace-hero-visual {
    min-height: 245px;
  }

  .marketplace-visual-label {
    font-size: 10px;
    max-width: 180px;
  }

  .marketplace-category-card {
    gap: 12px;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    padding: 17px;
  }

  .marketplace-category-icon {
    height: 50px;
    width: 50px;
  }

  .quickfinder-grid > a {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    padding: 17px;
  }

  .quickfinder-icon {
    height: 42px;
    width: 42px;
  }

  .jettools-product-details > section {
    padding: 26px 20px;
  }

  .jettools-product-nav a {
    text-align: left;
  }

  .jettools-product-details table.shop_attributes,
  .jettools-product-details table.shop_attributes tbody,
  .jettools-product-details table.shop_attributes tr,
  .jettools-product-details table.shop_attributes th,
  .jettools-product-details table.shop_attributes td {
    display: block;
    width: 100%;
  }

  .jettools-product-details table.shop_attributes th {
    border-bottom: 0;
    padding-bottom: 7px;
  }

  .jettools-product-details table.shop_attributes td {
    padding-top: 7px;
  }
}

.catalog-page {
  background: #f1f2f4;
  min-height: 70vh;
  padding: 68px clamp(18px, 4vw, 64px) 80px;
}

.page-hero {
  margin: 0 auto 30px;
  max-width: 1500px;
}

.page-hero h1 {
  color: #16191e;
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -.045em;
  line-height: .98;
  margin: 10px 0 16px;
}

.page-hero p {
  color: #646a73;
  font-size: 17px;
  margin: 0;
}

.catalog-frame-wrap {
  background: #fff;
  border: 1px solid #d9dce1;
  box-shadow: 0 24px 70px rgb(18 22 28 / 10%);
  margin: 0 auto;
  max-width: 1500px;
  overflow: hidden;
}

.catalog-frame {
  border: 0;
  display: block;
  min-height: 760px;
  width: 100%;
}

@media (max-width: 740px) {
  .catalog-page {
    padding: 42px 14px 52px;
  }

  .catalog-frame {
    min-height: 680px;
  }
}

/* JetTools marketplace 2026.1 — compact approved marketplace and verified cross-sells */
@media (min-width: 981px) {
  .main-header {
    min-height: 86px;
    padding-block: 12px;
  }

  .nav-inner,
  .nav-inner > a,
  .nav-inner > .nav-item > a,
  .nav-inner .nav-inquiry {
    min-height: 46px;
  }

  .marketplace-hero {
    background: #fff;
    border: 0;
    padding: 18px 0 14px;
  }

  .marketplace-hero-inner {
    background:
      radial-gradient(circle at 79% 44%, rgba(202, 214, 223, .58), transparent 27%),
      linear-gradient(112deg, #fbfcfd 0%, #eef3f6 100%);
    border: 1px solid var(--market-line);
    border-radius: 8px;
    gap: clamp(30px, 4vw, 64px);
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    min-height: 338px;
    overflow: hidden;
    padding: 28px 32px;
  }

  .marketplace-hero h1 {
    font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 3.35vw, 50px);
    font-weight: 830;
    letter-spacing: -.045em;
    line-height: 1.03;
    margin: 11px 0 17px;
    max-width: 720px;
  }

  .marketplace-hero-copy > p {
    font-size: 15px;
    line-height: 1.55;
    max-width: 660px;
  }

  .marketplace-benefits {
    margin: 17px 0 21px;
  }

  .marketplace-hero-visual {
    min-height: 282px;
  }

  .marketplace-visual-halo {
    height: min(27vw, 340px);
    width: min(27vw, 340px);
  }

  .marketplace-machine-main {
    height: 96%;
    right: 2%;
    top: 1%;
    width: 81%;
  }

  .marketplace-machine-side {
    bottom: 2%;
    height: 44%;
    left: -2%;
    width: 40%;
  }

  .marketplace-gateway {
    padding: 0 0 44px;
  }
}

.jettools-matching-products {
  background: #fff;
  border: 1px solid #d9e1e7;
  border-radius: 8px;
  box-shadow: 0 7px 22px rgba(19, 43, 64, .06);
  grid-column: 1 / -1;
  min-width: 0;
  padding: clamp(26px, 3.5vw, 44px);
}

.jettools-matching-heading {
  margin-bottom: 24px;
}

.jettools-matching-heading h2 {
  color: var(--market-navy);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  font-size: clamp(25px, 2.5vw, 36px);
  letter-spacing: -.035em;
  margin: 8px 0 8px;
}

.jettools-matching-heading p {
  color: var(--market-muted);
  margin: 0;
}

.jettools-theme .woocommerce .jettools-matching-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.jettools-theme .woocommerce .jettools-matching-grid::before,
.jettools-theme .woocommerce .jettools-matching-grid::after {
  display: none;
}

.jettools-theme .woocommerce .jettools-matching-grid li.product {
  border-color: #d9e1e7;
  border-radius: 7px;
  box-shadow: 0 6px 18px rgba(22, 45, 66, .05);
  float: none;
  margin: 0;
  min-width: 0;
  padding: 16px;
  width: auto;
}

.jettools-theme .woocommerce .jettools-matching-grid li.product a img {
  aspect-ratio: 4 / 3;
  background: #f4f7f9;
  object-fit: contain;
}

.jettools-theme .woocommerce .jettools-matching-grid li.product .woocommerce-loop-product__title {
  color: var(--market-text);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  min-height: 3.9em;
}

.jettools-theme .woocommerce .jettools-matching-grid li.product .price {
  color: var(--market-red);
  font-size: 14px;
  font-weight: 800;
}

@media (min-width: 1181px) {
  .marketplace-category-card {
    gap: 12px;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    padding: 18px;
  }

  .marketplace-category-icon {
    height: 52px;
    width: 52px;
  }

  .marketplace-category-copy strong {
    font-size: 16px;
    hyphens: auto;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 980px) {
  .jettools-theme .woocommerce .jettools-matching-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .jettools-matching-products {
    padding: 24px 18px;
  }

  .jettools-theme .woocommerce .jettools-matching-grid {
    grid-template-columns: 1fr;
  }

  .jettools-theme .woocommerce .jettools-matching-grid li.product .woocommerce-loop-product__title {
    min-height: 0;
  }
}


/* JetTools final navigation and image-surface correction — 2026-07-30 */
@media (min-width: 1101px) {
  .primary-nav .nav-inner > a,
  .primary-nav .nav-inner > .nav-item > a {
    flex-shrink: 0;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: normal;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .business-label,
  .business-meta > a,
  .meta-separator {
    display: none;
  }

  .business-bar-inner {
    justify-content: flex-end;
  }

  .main-header {
    gap: 16px;
    grid-template-columns: 1fr auto auto;
    min-height: 88px;
  }

  .brand-lockup {
    gap: 12px;
    width: 330px;
  }

  .group-logo {
    height: 25px;
    width: 126px;
  }

  .jettools-wordmark {
    padding-left: 12px;
  }

  .jettools-name {
    font-size: 26px;
  }

  .search-wrap,
  .header-actions {
    display: none;
  }

  .mobile-menu-button,
  .mobile-inquiry-button {
    display: flex;
  }

  .primary-nav {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .primary-nav.open {
    display: block;
    max-height: calc(100vh - 122px);
    overflow-y: auto;
  }

  .primary-nav .nav-inner {
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .primary-nav .nav-inner > a,
  .primary-nav .nav-item > a {
    border-bottom: 0;
    border-left: 3px solid transparent;
    min-height: 48px;
    overflow-wrap: normal;
    padding: 0 18px;
    white-space: nowrap;
    word-break: normal;
  }

  .primary-nav .nav-item {
    display: block;
  }

  .primary-nav .nav-dropdown,
  .primary-nav .nav-caret {
    display: none;
  }
}

.marketplace-category-image img,
.product-image img,
.quickfinder-grid > a > img,
.jettools-theme.woocommerce ul.products li.product a img,
.single-product .woocommerce-product-gallery img {
  background: transparent !important;
  mix-blend-mode: multiply;
}

/* JetTools 1.7.4 — stable navigation and seamless product imagery */
.primary-nav .nav-inner > a,
.primary-nav .nav-inner > .nav-item > a {
  hyphens: none;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

@media (min-width: 1181px) and (max-width: 1450px) {
  .primary-nav .nav-inner > a,
  .primary-nav .nav-inner > .nav-item > a {
    padding-inline: 10px;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .main-header {
    gap: 16px;
    grid-template-columns: 1fr auto auto;
    min-height: 88px;
  }

  .search-wrap,
  .header-actions {
    display: none;
  }

  .mobile-menu-button,
  .mobile-inquiry-button {
    display: flex;
  }

  .primary-nav {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .primary-nav.open {
    display: block;
    max-height: calc(100vh - 122px);
    overflow-y: auto;
  }

  .primary-nav .nav-inner {
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .primary-nav .nav-inner > a,
  .primary-nav .nav-inner > .nav-item > a,
  .primary-nav .nav-inner .nav-inquiry {
    border-bottom: 0;
    border-left: 3px solid transparent;
    min-height: 48px;
    padding: 0 18px;
  }

  .primary-nav .nav-item {
    display: block;
  }

  .primary-nav .nav-dropdown,
  .primary-nav .nav-caret {
    display: none;
  }
}

/* JetTools 1.7.4 — readable product card actions */
.product-bottom {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr);
}

.product-bottom > div {
  min-width: 0;
}

.product-bottom .product-inquiry-button.inquiry-add-button {
  justify-self: stretch;
  width: 100%;
}


/* JetTools 1.7.5 - customer-facing navigation, filters and product detail cleanup */
.category-directory-count {
  border-radius: 12px;
  flex-direction: column;
  gap: 3px;
  height: auto;
  min-height: 98px;
  min-width: 150px;
  padding: 18px 16px;
  width: auto;
}
.category-directory-count span {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  line-height: .9;
}
.category-directory-count small {
  color: #40566a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.category-directory-filter,
.jettools-category-product-filter {
  background: #fff;
  border: 1px solid #d4dee6;
  border-radius: 8px;
  margin: 0 0 24px;
  padding: 18px;
}
.category-directory-filter label,
.jettools-category-product-filter label {
  color: #243a4e;
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.category-directory-filter input,
.jettools-category-product-filter input {
  background: #f4f7f9;
  border: 1px solid #bcc9d3;
  border-radius: 6px;
  color: #17283a;
  font-size: 16px;
  min-height: 48px;
  padding: 0 15px;
  width: 100%;
}
.category-directory-filter p,
.jettools-category-product-filter p {
  color: #5a6d7e;
  font-size: 12px;
  margin: 8px 0 0;
}
.jettools-category-product-filter > div {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}
.jettools-category-product-filter button {
  background: #14263a;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  min-width: 110px;
  padding-inline: 16px;
}
.category-directory-card {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 112px 34px minmax(0, 1fr) 24px;
  min-height: 126px;
  overflow: hidden;
  padding: 12px 18px 12px 12px;
}
.category-directory-media {
  align-items: center;
  align-self: stretch;
  background: #f1f4f6;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  min-height: 98px;
  overflow: hidden;
}
.category-directory-media img {
  background: transparent !important;
  height: 100%;
  max-height: 104px;
  mix-blend-mode: multiply;
  object-fit: contain;
  padding: 6px;
  width: 100%;
}
.category-directory-card[hidden],
.woocommerce ul.products li.product[hidden] {
  display: none !important;
}
.products-section .product-range-nav a {
  background: #fff;
  border-color: #a9b7c2;
  color: #183047;
}
.products-section .product-range-nav a:hover,
.products-section .product-range-nav a:focus-visible,
.products-section .product-range-nav a.active {
  background: #d70b1f;
  border-color: #d70b1f;
  color: #fff;
}
.products-section .catalog-count strong,
.products-section .catalog-count small,
body.home .service-quicklinks strong,
body.home .service-quicklinks small {
  color: #20384e !important;
  opacity: 1 !important;
}
.jettools-matching-products {
  background: linear-gradient(135deg, #eef3f6 0%, #fff 100%);
  border: 2px solid #d70b1f;
  border-radius: 9px;
  grid-column: 1 / -1;
  margin: 34px 0 18px;
  padding: clamp(24px, 4vw, 42px);
}
.jettools-matching-heading h2 {
  color: #14263a;
  font-size: clamp(30px, 3.4vw, 46px);
  margin-bottom: 10px;
}
.jettools-matching-heading p {
  color: #40566a;
  font-size: 16px;
}
.jettools-inline-shipping-details {
  background: #f4f7f9;
  border: 1px solid #d4dee6;
  border-left: 3px solid #d70b1f;
  margin: -1px 0 22px;
}
.jettools-inline-shipping-details summary {
  color: #14263a;
  cursor: pointer;
  font-weight: 850;
  list-style-position: inside;
  padding: 14px 16px;
}
.jettools-inline-shipping-details > div {
  border-top: 1px solid #d4dee6;
  color: #40566a;
  line-height: 1.6;
  padding: 16px;
}
.jettools-inline-shipping-details p {
  margin: 7px 0 0;
}
.jettools-lower-safety {
  background: #fff;
  border: 1px solid #d9e1e7;
  border-radius: 8px;
  grid-column: 1 / -1;
  margin-top: 8px;
}
.jettools-lower-safety > summary {
  color: #243a4e;
  cursor: pointer;
  font-size: 15px;
  font-weight: 850;
  padding: 18px 22px;
}
.jettools-lower-safety-content {
  border-top: 1px solid #e0e6eb;
  color: #4f6273;
  line-height: 1.65;
  padding: 22px;
}
.jettools-lower-safety-content h2 {
  color: #14263a;
  font-size: 24px;
}
@media (max-width: 1180px) {
  .main-header {
    grid-template-columns: minmax(0, 1fr) 44px 44px !important;
  }
  .main-header .search-wrap {
    display: block !important;
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    width: 100%;
  }
  .main-header .search-form {
    min-height: 48px;
  }
}
@media (max-width: 760px) {
  .main-header {
    padding-bottom: 14px;
  }
  .category-directory-count {
    align-self: flex-start;
    display: flex !important;
    min-height: 66px;
    min-width: 126px;
    padding: 12px;
  }
  .category-directory-count span { font-size: 28px; }
  .category-directory-card {
    gap: 10px;
    grid-template-columns: 82px 26px minmax(0, 1fr) 18px;
    min-height: 104px;
    padding: 9px 12px 9px 9px;
  }
  .category-directory-media { min-height: 82px; }
  .category-directory-media img { max-height: 86px; }
  .category-directory-copy strong {
    font-size: 15px;
    hyphens: auto;
    overflow-wrap: normal;
  }
  .products-section .product-range-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products-section .product-range-nav a {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 0;
    padding: 11px 8px;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .category-directory-card {
    grid-template-columns: 72px 22px minmax(0, 1fr) 16px;
  }
  .products-section .product-range-nav {
    grid-template-columns: 1fr;
  }
}

/* JetTools 1.7.5 — honest category image fallback */
.category-directory-media--placeholder { display:flex; align-items:center; justify-content:center; min-height:132px; background:linear-gradient(145deg,#eceff1,#dfe4e7); color:#4b555b; text-align:center; }
.category-directory-media--placeholder small { font-weight:800; letter-spacing:.04em; text-transform:uppercase; }


/* ================================================================
   JetTools 2.0 — approved global red / brushed-silver industrial UI
   Applies to the complete public website, all templates and devices.
   ================================================================ */
:root {
  --jt-red: #c8102e;
  --jt-red-dark: #8d061c;
  --jt-red-bright: #e0183c;
  --jt-black: #0b1115;
  --jt-anthracite: #171e23;
  --jt-steel: #dfe3e6;
  --jt-steel-dark: #aeb5ba;
  --jt-line: #b9c0c5;
  --jt-paper: #f7f8f9;
  --jt-text: #151a1e;
  --jt-muted: #566069;
  --jt-shadow: 0 14px 38px rgba(11,17,21,.14);
}
html { scrollbar-color: var(--jt-red) var(--jt-anthracite); }
body.jettools-theme {
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.22) 0, rgba(255,255,255,.22) 1px, rgba(0,0,0,.018) 2px, transparent 4px),
    linear-gradient(135deg, #eef1f3 0%, #d7dde1 48%, #f5f6f7 100%);
  color: var(--jt-text);
}
body.jettools-theme a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
body.jettools-theme :focus-visible { outline: 3px solid rgba(200,16,46,.38); outline-offset: 3px; }
body.jettools-theme ::selection { background: var(--jt-red); color: #fff; }

/* Global header */
body.jettools-theme .site-header {
  background: #eef1f3;
  border-bottom: 1px solid #080b0d;
  box-shadow: 0 8px 28px rgba(3,7,10,.22);
  position: relative;
  z-index: 100;
}
body.jettools-theme .business-bar {
  background: linear-gradient(110deg, #070b0e 0%, #151c21 55%, #070a0c 100%);
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: #fff;
}
body.jettools-theme .business-bar-inner { min-height: 45px; gap: 24px; }
body.jettools-theme .business-benefits { gap: clamp(14px,2.2vw,36px); }
body.jettools-theme .business-benefits span {
  align-items: center;
  color: #f7f8f9;
  display: inline-flex;
  font-size: clamp(12px,.8vw,15px);
  font-weight: 750;
  gap: 7px;
  letter-spacing: .01em;
  white-space: nowrap;
}
body.jettools-theme .business-counter {
  background: linear-gradient(145deg, var(--jt-red-bright), var(--jt-red-dark));
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
  color: #fff;
  display: inline-grid;
  font-size: 11px;
  min-height: 23px;
  min-width: 23px;
  padding: 2px 7px;
  place-items: center;
}
body.jettools-theme .business-meta { gap: 17px; }
body.jettools-theme .business-meta a { color: #fff; font-weight: 650; }
body.jettools-theme .business-meta a:hover { color: #ff8aa0; }
body.jettools-theme .meta-separator { background: rgba(255,255,255,.34); height: 25px; }
body.jettools-theme .language-switch { align-items: center; display: flex; gap: 10px; }
body.jettools-theme .language-switch a,
body.jettools-theme .language-switch > span {
  align-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-flex;
  font-size: 21px;
  height: 31px;
  justify-content: center;
  line-height: 1;
  opacity: .74;
  padding: 2px 5px;
  width: 39px;
}
body.jettools-theme .language-switch a:hover,
body.jettools-theme .language-switch .active { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.4); opacity: 1; transform: translateY(-1px); }
body.jettools-theme .main-header {
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.25) 0, rgba(255,255,255,.25) 1px, rgba(55,63,69,.035) 2px, transparent 4px),
    linear-gradient(108deg, #ccd1d5 0%, #f7f8f9 22%, #c5cbd0 49%, #f3f5f6 75%, #b7bec3 100%);
  display: grid;
  gap: clamp(12px,1.5vw,26px);
  grid-template-columns: 104px 1px minmax(220px,280px) minmax(360px,1fr) auto;
  min-height: 150px;
  padding-bottom: 22px;
  padding-top: 22px;
  position: relative;
}
body.jettools-theme .main-header::before {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}
body.jettools-theme .main-header > * { position: relative; z-index: 1; }
body.jettools-theme .toolparts-lockup {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
}
body.jettools-theme .toolparts-lockup img { filter: drop-shadow(0 3px 4px rgba(0,0,0,.2)); height: 100px; object-fit: contain; width: 100px; }
body.jettools-theme .brand-divider { align-self: stretch; background: linear-gradient(#8b9297,#2c3236,#8b9297); box-shadow: 1px 0 rgba(255,255,255,.65); width: 1px; }
body.jettools-theme .brand-lockup { align-items: center; display: flex; min-width: 0; }
body.jettools-theme .jettools-name { filter: drop-shadow(0 2px 1px rgba(255,255,255,.7)); font-size: clamp(38px,3.2vw,58px); line-height: .92; white-space: nowrap; }
body.jettools-theme .jettools-name strong { color: var(--jt-red); }
body.jettools-theme .jettools-name b,
body.jettools-theme .jettools-name span { color: #10161a; }
body.jettools-theme .jettools-wordmark small { color: #30383d; font-size: 13px; font-weight: 850; letter-spacing: .24em; margin-top: 9px; }
body.jettools-theme .search-form {
  background: rgba(255,255,255,.92);
  border: 1px solid #777f85;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 #fff, 0 7px 18px rgba(16,22,26,.14);
  min-height: 66px;
  overflow: hidden;
}
body.jettools-theme .search-form:focus-within { border-color: var(--jt-red); box-shadow: 0 0 0 4px rgba(200,16,46,.13), 0 8px 22px rgba(16,22,26,.16); }
body.jettools-theme .search-form input { color: #232a2f; font-size: clamp(15px,1.1vw,20px); padding-left: 30px; }
body.jettools-theme .search-form button { background: linear-gradient(145deg, var(--jt-red-bright), var(--jt-red-dark)); border-left: 1px solid #8d061c; color: #fff; min-width: 82px; }
body.jettools-theme .search-form button:hover { background: linear-gradient(145deg, #ec1d43, #a40823); }
body.jettools-theme .header-actions { gap: 12px; }
body.jettools-theme .icon-action { color: #141a1e; min-width: 76px; }
body.jettools-theme .icon-action svg { height: 31px; width: 31px; }
body.jettools-theme .icon-action:hover { color: var(--jt-red); transform: translateY(-2px); }
body.jettools-theme .cart-icon b { background: var(--jt-red); border: 2px solid #eef1f3; color: #fff; }
body.jettools-theme .primary-nav { background: linear-gradient(180deg, #12191e 0%, #080c0f 100%); border-bottom: 2px solid #42494e; border-top: 1px solid #080b0d; box-shadow: inset 0 1px rgba(255,255,255,.07); }
body.jettools-theme .nav-inner { min-height: 70px; }
body.jettools-theme .nav-inner > a,
body.jettools-theme .nav-item > a { border-right: 1px solid rgba(255,255,255,.22); color: #f5f6f7; font-size: clamp(12px,.87vw,16px); font-weight: 850; letter-spacing: .025em; padding: 25px clamp(10px,1.3vw,22px); text-transform: uppercase; }
body.jettools-theme .nav-inner > a:first-child,
body.jettools-theme .nav-item:first-child > a { border-left: 1px solid rgba(255,255,255,.16); }
body.jettools-theme .nav-inner > a:hover,
body.jettools-theme .nav-item > a:hover,
body.jettools-theme .nav-item > a.active { background: linear-gradient(145deg, var(--jt-red-bright), var(--jt-red-dark)); color: #fff; }
body.jettools-theme .nav-dropdown { background: linear-gradient(145deg,#f7f8f9,#cfd5d9); border: 1px solid #8f989e; border-top: 4px solid var(--jt-red); box-shadow: 0 18px 35px rgba(0,0,0,.26); }
body.jettools-theme .nav-dropdown-heading { color: #11171b; }
body.jettools-theme .nav-dropdown a:hover { color: var(--jt-red); }

/* Industrial homepage */
body.jettools-theme .marketplace-hero {
  background:
    radial-gradient(circle at 78% 45%, rgba(255,255,255,.1), transparent 24%),
    linear-gradient(90deg, rgba(4,7,9,.98) 0%, rgba(16,20,23,.94) 50%, rgba(12,15,17,.76) 100%),
    repeating-linear-gradient(0deg, #202528 0, #202528 2px, #171b1e 3px, #171b1e 6px);
  border-bottom: 5px solid var(--jt-red);
  color: #fff;
  min-height: 570px;
  overflow: hidden;
}
body.jettools-theme .marketplace-hero::after { background: linear-gradient(90deg, var(--jt-red) 0 120px, transparent 120px); bottom: 0; content: ''; height: 5px; left: 0; position: absolute; width: 100%; }
body.jettools-theme .marketplace-hero h1 { color: #fff; font-size: clamp(48px,6.2vw,96px); letter-spacing: -.045em; line-height: .98; max-width: 900px; text-shadow: 0 4px 20px rgba(0,0,0,.42); }
body.jettools-theme .marketplace-hero h1 em { color: var(--jt-red-bright); font-style: normal; }
body.jettools-theme .marketplace-benefits span { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.17); color: #fff; }
body.jettools-theme .marketplace-hero-visual { filter: drop-shadow(0 28px 25px rgba(0,0,0,.5)); }
body.jettools-theme .marketplace-machine { filter: saturate(.86) contrast(1.08) drop-shadow(0 20px 18px rgba(0,0,0,.46)); }
body.jettools-theme .button,
body.jettools-theme button.button,
body.jettools-theme .wp-element-button,
body.jettools-theme .woocommerce a.button,
body.jettools-theme .woocommerce button.button,
body.jettools-theme .woocommerce input.button {
  background: linear-gradient(145deg, var(--jt-red-bright), var(--jt-red-dark));
  border: 1px solid #810518;
  border-radius: 4px;
  box-shadow: inset 0 1px rgba(255,255,255,.24), 0 6px 15px rgba(111,0,18,.22);
  color: #fff;
  font-weight: 850;
  letter-spacing: .015em;
  text-transform: uppercase;
}
body.jettools-theme .button:hover,
body.jettools-theme button.button:hover,
body.jettools-theme .wp-element-button:hover,
body.jettools-theme .woocommerce a.button:hover,
body.jettools-theme .woocommerce button.button:hover,
body.jettools-theme .woocommerce input.button:hover { background: linear-gradient(145deg,#ef2147,#a20721); box-shadow: 0 9px 20px rgba(111,0,18,.3); color: #fff; transform: translateY(-2px); }
body.jettools-theme .section-kicker i { background: var(--jt-red); }
body.jettools-theme .section-heading h2,
body.jettools-theme .resource-heading h2,
body.jettools-theme .expertise-intro h2 { color: #11171b; }
body.jettools-theme .marketplace-gateway,
body.jettools-theme .products-section,
body.jettools-theme .resource-section {
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0, rgba(255,255,255,.28) 1px, rgba(20,27,31,.02) 2px, transparent 4px),
    linear-gradient(135deg,#f5f6f7,#dce1e4 52%,#f7f8f9);
}
body.jettools-theme .brand-section { background: linear-gradient(100deg,#11181d,#242c31,#0c1114); border-bottom: 3px solid var(--jt-red); border-top: 1px solid #000; color: #fff; }
body.jettools-theme .marketplace-category-card,
body.jettools-theme .product-card,
body.jettools-theme .resource-grid article,
body.jettools-theme .expertise-cards article {
  background: linear-gradient(155deg,#fff 0%,#f2f4f5 70%,#d9dee1 100%);
  border: 1px solid #b3bbc0;
  border-top: 4px solid var(--jt-red);
  border-radius: 5px;
  box-shadow: var(--jt-shadow);
}
body.jettools-theme .marketplace-category-card:hover,
body.jettools-theme .product-card:hover,
body.jettools-theme .resource-grid article:hover { border-color: var(--jt-red); box-shadow: 0 18px 42px rgba(16,22,26,.22); transform: translateY(-4px); }
body.jettools-theme .marketplace-category-image,
body.jettools-theme .product-image { background: linear-gradient(145deg,#f8f9fa,#cbd1d5); }
body.jettools-theme .marketplace-category-card b,
body.jettools-theme .text-link,
body.jettools-theme .resource-grid a { color: var(--jt-red); }
body.jettools-theme .product-badge { background: var(--jt-red); color: #fff; }
body.jettools-theme .delivery-status i { background: var(--jt-red); }
body.jettools-theme .expertise-hub { background: linear-gradient(125deg,#11181d 0%,#252e34 52%,#101619 100%); border-bottom: 5px solid var(--jt-red); color: #edf0f2; }
body.jettools-theme .expertise-hub .section-kicker,
body.jettools-theme .expertise-hub h2,
body.jettools-theme .expertise-hub p { color: #f4f6f7; }
body.jettools-theme .consulting { background: linear-gradient(110deg,#94051d,#cf1233 55%,#760315); border-top: 1px solid #ef5c75; }

/* Category, shop and search archives */
body.jettools-theme .category-directory-page,
body.jettools-theme .woocommerce-shell,
body.jettools-theme .standard-page {
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.25) 0, rgba(255,255,255,.25) 1px, rgba(0,0,0,.018) 2px, transparent 4px),
    linear-gradient(135deg,#eef1f3,#d8dde0 52%,#f5f6f7);
}
body.jettools-theme .category-directory-hero {
  background: linear-gradient(112deg,#0c1216 0%,#232b30 68%,#8e061d 100%);
  border-bottom: 5px solid var(--jt-red);
  color: #fff;
}
body.jettools-theme .category-directory-hero h1,
body.jettools-theme .category-directory-hero p,
body.jettools-theme .category-directory-hero .section-kicker { color: #fff; }
body.jettools-theme .category-directory-count { background: linear-gradient(145deg,var(--jt-red-bright),var(--jt-red-dark)); border-color: rgba(255,255,255,.35); color: #fff; }
body.jettools-theme .category-directory-filter input,
body.jettools-theme input[type='text'],
body.jettools-theme input[type='email'],
body.jettools-theme input[type='tel'],
body.jettools-theme input[type='number'],
body.jettools-theme input[type='search'],
body.jettools-theme textarea,
body.jettools-theme select { background: #fff; border: 1px solid #9fa8ae; border-radius: 4px; color: #151a1e; }
body.jettools-theme .category-directory-filter input:focus,
body.jettools-theme input:focus,
body.jettools-theme textarea:focus,
body.jettools-theme select:focus { border-color: var(--jt-red); box-shadow: 0 0 0 4px rgba(200,16,46,.12); outline: 0; }
body.jettools-theme .category-directory-card { background: linear-gradient(145deg,#fff,#e5e9eb); border: 1px solid #b0b8bd; border-left: 5px solid var(--jt-red); box-shadow: 0 9px 24px rgba(11,17,21,.11); }
body.jettools-theme .category-directory-card:hover { border-color: var(--jt-red); box-shadow: 0 16px 34px rgba(11,17,21,.19); transform: translateY(-3px); }
body.jettools-theme .category-directory-index { color: var(--jt-red); }
body.jettools-theme ul.products li.product,
body.jettools-theme .woocommerce ul.products li.product { background: linear-gradient(150deg,#fff,#e9edef); border: 1px solid #b5bdc2; border-top: 4px solid var(--jt-red); border-radius: 5px; box-shadow: 0 10px 25px rgba(11,17,21,.12); overflow: hidden; padding: 14px; }
body.jettools-theme ul.products li.product:hover,
body.jettools-theme .woocommerce ul.products li.product:hover { box-shadow: 0 17px 34px rgba(11,17,21,.2); transform: translateY(-3px); }
body.jettools-theme .woocommerce-loop-product__title { color: #141a1e; }
body.jettools-theme .woocommerce .price { color: var(--jt-red); font-weight: 850; }
body.jettools-theme .woocommerce nav.woocommerce-pagination ul li a:hover,
body.jettools-theme .woocommerce nav.woocommerce-pagination ul li span.current { background: var(--jt-red); color: #fff; }

/* Product detail */
body.jettools-theme .woocommerce-shell-inner { padding-bottom: 72px; padding-top: 44px; }
body.jettools-theme .woocommerce div.product { background: linear-gradient(145deg,#fff,#e8ecee); border: 1px solid #aeb6bb; border-top: 5px solid var(--jt-red); border-radius: 6px; box-shadow: var(--jt-shadow); overflow: hidden; padding: clamp(18px,3vw,44px); }
body.jettools-theme .woocommerce div.product .woocommerce-product-gallery { background: linear-gradient(145deg,#fff,#dfe4e7); border: 1px solid #b7bec3; border-radius: 5px; padding: 14px; }
body.jettools-theme .woocommerce div.product .product_title { color: #11171b; font-size: clamp(29px,3vw,48px); line-height: 1.08; }
body.jettools-theme .jettools-product-identifiers { background: #e1e5e8; border-left: 4px solid var(--jt-red); color: #30383d; padding: 10px 14px; }
body.jettools-theme .jettools-commerce-status,
body.jettools-theme .jettools-product-freight-notice,
body.jettools-theme .jettools-inline-shipping-details { background: linear-gradient(145deg,#f8f9fa,#dfe4e7); border: 1px solid #b6bec3; border-left: 4px solid var(--jt-red); border-radius: 4px; }
body.jettools-theme .jettools-matching-products { border-top: 1px solid #aeb6bb; margin-top: 48px; padding-top: 36px; }
body.jettools-theme .jettools-product-nav { background: linear-gradient(180deg,#161d22,#090d10); border-radius: 4px; }
body.jettools-theme .jettools-product-nav a { color: #fff; }
body.jettools-theme .jettools-product-nav a:hover,
body.jettools-theme .jettools-product-nav a.active { background: var(--jt-red); color: #fff; }
body.jettools-theme .jettools-prose,
body.jettools-theme .jettools-service-card,
body.jettools-theme .jettools-lower-safety { background: rgba(255,255,255,.78); border: 1px solid #b7bec3; border-left: 4px solid var(--jt-red); border-radius: 4px; }
body.jettools-theme .woocommerce table.shop_attributes th { background: #181f24; color: #fff; }
body.jettools-theme .woocommerce table.shop_attributes td { background: rgba(255,255,255,.72); }

/* Standard pages, Gutenberg content, cart, checkout and account */
body.jettools-theme .standard-page-inner { padding-bottom: 72px; padding-top: 48px; }
body.jettools-theme .standard-page article,
body.jettools-theme .woocommerce-cart-form,
body.jettools-theme .cart-collaterals,
body.jettools-theme .woocommerce-checkout,
body.jettools-theme .woocommerce-account .woocommerce,
body.jettools-theme .woocommerce-order,
body.jettools-theme .woocommerce-info,
body.jettools-theme .woocommerce-message,
body.jettools-theme .woocommerce-error {
  background: linear-gradient(150deg,rgba(255,255,255,.96),rgba(225,230,233,.96));
  border: 1px solid #aeb6bb;
  border-top: 4px solid var(--jt-red);
  border-radius: 5px;
  box-shadow: var(--jt-shadow);
}
body.jettools-theme .standard-page article { padding: clamp(22px,4vw,54px); }
body.jettools-theme .entry-content > .wp-block-group.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding-left: max(24px,calc((100vw - 1400px)/2)); padding-right: max(24px,calc((100vw - 1400px)/2)); }
body.jettools-theme .standard-page .wp-block-group.has-background { background: linear-gradient(135deg,#f5f6f7,#d7dde0) !important; color: #151a1e !important; }
body.jettools-theme .standard-page .wp-block-group.has-background:first-child { background: linear-gradient(110deg,#10171b,#283137,#92061d) !important; border-bottom: 5px solid var(--jt-red); color: #fff !important; }
body.jettools-theme .standard-page .wp-block-group.has-background:first-child h1,
body.jettools-theme .standard-page .wp-block-group.has-background:first-child h2,
body.jettools-theme .standard-page .wp-block-group.has-background:first-child p { color: #fff !important; }
body.jettools-theme .standard-page .wp-block-column,
body.jettools-theme .standard-page .wp-block-group.has-border-color { border-color: #aeb6bb !important; border-radius: 4px; }
body.jettools-theme .standard-page h1,
body.jettools-theme .standard-page h2,
body.jettools-theme .standard-page h3 { color: #11171b; }
body.jettools-theme .standard-page h2 { border-left: 5px solid var(--jt-red); padding-left: 15px; }
body.jettools-theme .woocommerce table,
body.jettools-theme .woocommerce form.checkout,
body.jettools-theme .woocommerce form.login,
body.jettools-theme .woocommerce form.register { background: rgba(255,255,255,.82); border: 1px solid #aeb6bb; border-radius: 4px; }
body.jettools-theme .woocommerce table thead th { background: #151c21; color: #fff; }
body.jettools-theme .woocommerce a.remove { color: var(--jt-red) !important; }
body.jettools-theme .woocommerce a.remove:hover { background: var(--jt-red); color: #fff !important; }
body.jettools-theme .woocommerce-info,
body.jettools-theme .woocommerce-message { border-top-color: var(--jt-red); padding: 18px 24px 18px 54px; }
body.jettools-theme .woocommerce-info::before,
body.jettools-theme .woocommerce-message::before { color: var(--jt-red); }

/* Inquiry, overlays and footer */
body.jettools-theme .search-panel,
body.jettools-theme .inquiry-drawer,
body.jettools-theme .whatsapp-panel { border-top: 4px solid var(--jt-red); box-shadow: 0 22px 45px rgba(0,0,0,.28); }
body.jettools-theme .site-footer { background: linear-gradient(120deg,#090d10,#20282d 55%,#080b0d); border-top: 5px solid var(--jt-red); color: #e7eaec; }
body.jettools-theme .site-footer a { color: #eef1f3; }
body.jettools-theme .site-footer a:hover { color: #ff718a; }
body.jettools-theme .site-footer h2,
body.jettools-theme .site-footer h3,
body.jettools-theme .site-footer strong { color: #fff; }

@media (max-width: 1380px) {
  body.jettools-theme .main-header { grid-template-columns: 86px 1px minmax(190px,235px) minmax(320px,1fr) auto; }
  body.jettools-theme .toolparts-lockup img { height: 82px; width: 82px; }
  body.jettools-theme .business-benefits span { font-size: 11px; }
  body.jettools-theme .header-actions { gap: 5px; }
  body.jettools-theme .icon-action { min-width: 66px; }
}
@media (max-width: 1120px) {
  body.jettools-theme .business-benefits span:nth-child(2) { display: none; }
  body.jettools-theme .main-header { grid-template-columns: 72px 1px minmax(175px,1fr) auto auto; min-height: 118px; }
  body.jettools-theme .search-wrap { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  body.jettools-theme .header-actions { display: none; }
  body.jettools-theme .toolparts-lockup img { height: 68px; width: 68px; }
  body.jettools-theme .jettools-name { font-size: 38px; }
  body.jettools-theme .mobile-inquiry-button,
  body.jettools-theme .mobile-menu-button { align-self: center; display: inline-grid; }
}
@media (max-width: 780px) {
  body.jettools-theme .business-bar-inner { align-items: center; min-height: 42px; }
  body.jettools-theme .business-benefits { display: none; }
  body.jettools-theme .business-meta { justify-content: space-between; width: 100%; }
  body.jettools-theme .business-meta > a { font-size: 12px; }
  body.jettools-theme .main-header { gap: 10px; grid-template-columns: 55px 1px minmax(142px,1fr) 42px 42px; min-height: 112px; padding: 12px 16px 14px; }
  body.jettools-theme .toolparts-lockup img { height: 52px; width: 52px; }
  body.jettools-theme .jettools-name { font-size: 28px; }
  body.jettools-theme .jettools-wordmark small { font-size: 8px; letter-spacing: .16em; margin-top: 5px; }
  body.jettools-theme .search-form { min-height: 52px; }
  body.jettools-theme .search-form input { font-size: 14px; padding-left: 16px; }
  body.jettools-theme .search-form button { min-width: 58px; }
  body.jettools-theme .primary-nav { border-top: 3px solid var(--jt-red); }
  body.jettools-theme .nav-inner > a,
  body.jettools-theme .nav-item > a { border-bottom: 1px solid rgba(255,255,255,.13); border-right: 0; padding: 16px 19px; }
  body.jettools-theme .marketplace-hero { min-height: 620px; }
  body.jettools-theme .marketplace-hero h1 { font-size: clamp(43px,13vw,68px); }
  body.jettools-theme .marketplace-hero-visual { opacity: .72; }
  body.jettools-theme .standard-page-inner,
  body.jettools-theme .woocommerce-shell-inner { padding-top: 24px; }
  body.jettools-theme .standard-page article,
  body.jettools-theme .woocommerce div.product { padding: 18px; }
}
@media (max-width: 480px) {
  body.jettools-theme .business-meta > a { max-width: 178px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  body.jettools-theme .language-switch { gap: 4px; }
  body.jettools-theme .language-switch a,
  body.jettools-theme .language-switch > span { font-size: 18px; height: 28px; width: 32px; }
  body.jettools-theme .main-header { grid-template-columns: 45px 1px minmax(120px,1fr) 38px 38px; }
  body.jettools-theme .toolparts-lockup img { height: 44px; width: 44px; }
  body.jettools-theme .jettools-name { font-size: 24px; }
  body.jettools-theme .jettools-wordmark small { letter-spacing: .09em; }
}

/* JetTools 2.0.1 — visual calibration to approved header/hero */
@media (min-width:1121px) {
  body.jettools-theme .main-header { grid-template-columns: 150px 1px minmax(220px,280px) minmax(360px,1fr) auto; }
  body.jettools-theme .toolparts-lockup img { height: auto; max-height: 58px; width: 150px; }
}
body.jettools-theme .marketplace-hero { border-radius: 0; margin: 0; max-width: none; width: 100%; }
body.jettools-theme .marketplace-hero-inner {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  grid-template-columns: minmax(0,58%) minmax(0,42%);
  min-height: 590px;
  padding-bottom: 58px;
  padding-top: 58px;
}
body.jettools-theme .marketplace-hero-copy { max-width: 800px; }
body.jettools-theme .marketplace-hero h1 { font-size: clamp(48px,5.2vw,79px); hyphens: none; overflow-wrap: normal; word-break: normal; }
@media (max-width:1120px) {
  body.jettools-theme .toolparts-lockup img { height: auto; max-height: 32px; width: 72px; }
  body.jettools-theme .marketplace-hero-inner { grid-template-columns: 1fr; }
}
@media (max-width:780px) {
  body.jettools-theme .toolparts-lockup img { max-height: 26px; width: 55px; }
  body.jettools-theme .marketplace-hero-inner { min-height: 620px; padding: 42px 20px 36px; }
  body.jettools-theme .marketplace-hero h1 { font-size: clamp(39px,11.5vw,62px); }
}

/* JetTools 2.0.2 — avoid duplicate page title above an authored hero */
body.jettools-theme .standard-page article:has(.entry-content > .wp-block-group:first-child.has-background) > h1 { display: none; }
body.jettools-theme .standard-page article:has(.entry-content > .wp-block-group:first-child.has-background) { padding-top: 0; }

/* JetTools 2.0.3 — continuous page flow below the global navigation */
body.jettools-theme .woocommerce-shell { padding-top: 0; }
body.jettools-theme .woocommerce-shell > .woocommerce-shell-inner { padding-top: 36px; }
body.jettools-theme.single-product .woocommerce-shell .product.type-product { padding: clamp(18px,3vw,42px) !important; }
body.jettools-theme .standard-page:has(article > .entry-content > .wp-block-group:first-child.has-background) { padding-top: 0; }
body.jettools-theme .standard-page:has(article > .entry-content > .wp-block-group:first-child.has-background) > .standard-page-inner { padding-top: 0; }
body.jettools-theme .standard-page:has(article > .entry-content > .wp-block-group:first-child.has-background) article { border-top: 0; }

/* JetTools 2.0.4 — WooCommerce search result template stays in normal page flow */
body.jettools-theme.search { display: block !important; grid-template-columns: none !important; }
body.jettools-theme.search > .site-header,
body.jettools-theme.search > main,
body.jettools-theme.search > footer { width: 100% !important; }
@media (min-width:1121px) {
  body.jettools-theme .mobile-inquiry-button,
  body.jettools-theme .mobile-menu-button { display: none !important; }
}

/* JetTools 2.0.5 — complete desktop navigation without horizontal overflow */
@media (min-width:1121px) and (max-width:1500px) {
  body.jettools-theme .nav-inner > a,
  body.jettools-theme .nav-item > a { font-size: 11.5px; letter-spacing: 0; padding: 25px 8px; }
  body.jettools-theme .main-header { gap: 16px; }
}


/* JetTools 2.0.6 — verified five-column header on laptop, tablet and phone */
body.jettools-theme .otgs-development-site-front-end { display: none !important; }

@media (max-width: 1120px) {
  body.jettools-theme .main-header {
    gap: 12px;
    grid-template-columns: 72px 1px minmax(0, 1fr) 42px 42px !important;
    grid-template-rows: auto auto;
  }
  body.jettools-theme .toolparts-lockup {
    grid-column: 1;
    grid-row: 1;
    width: auto !important;
  }
  body.jettools-theme .brand-divider {
    grid-column: 2;
    grid-row: 1;
  }
  body.jettools-theme .brand-lockup {
    grid-column: 3;
    grid-row: 1;
    width: auto !important;
  }
  body.jettools-theme .header-actions { display: none !important; }
  body.jettools-theme .mobile-inquiry-button {
    grid-column: 4;
    grid-row: 1;
  }
  body.jettools-theme .mobile-menu-button {
    grid-column: 5;
    grid-row: 1;
  }
  body.jettools-theme .search-wrap {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 780px) {
  body.jettools-theme .main-header {
    gap: 10px;
    grid-template-columns: 55px 1px minmax(0, 1fr) 42px 42px !important;
  }
  body.jettools-theme .toolparts-lockup img {
    height: auto;
    max-height: 26px;
    width: 55px;
  }
  body.jettools-theme .brand-lockup,
  body.jettools-theme .jettools-wordmark,
  body.jettools-theme .jettools-name { min-width: 0; }
}

@media (max-width: 480px) {
  body.jettools-theme .main-header {
    gap: 6px;
    grid-template-columns: 42px 1px minmax(0, 1fr) 38px 38px !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  body.jettools-theme .toolparts-lockup img {
    max-height: 22px;
    width: 42px;
  }
  body.jettools-theme .jettools-name { font-size: 24px; }
  body.jettools-theme .jettools-wordmark small {
    font-size: 7px;
    letter-spacing: .07em;
    white-space: nowrap;
  }
  body.jettools-theme .mobile-inquiry-button,
  body.jettools-theme .mobile-menu-button {
    height: 38px;
    width: 38px;
  }
  body.jettools-theme .marketplace-hero h1 {
    font-size: clamp(32px, 10vw, 48px);
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }
}


/* JetTools 2.1.0 — dual prices, breadcrumbs, wishlist and focused sticky product actions */
body.jettools-theme .jettools-breadcrumb-wrap {
  background: linear-gradient(180deg,#f8f9fa,#e4e8ea);
  border-bottom: 1px solid #bcc4c9;
  color: #4b555b;
}
body.jettools-theme .jettools-breadcrumb-wrap .shell { padding-bottom: 11px; padding-top: 11px; }
body.jettools-theme .jettools-breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px;
  line-height: 1.4;
}
body.jettools-theme .jettools-breadcrumbs a { color: #3d474d; font-weight: 700; }
body.jettools-theme .jettools-breadcrumbs a:hover { color: var(--jt-red); }
body.jettools-theme .jettools-breadcrumbs span[aria-hidden='true'] { color: var(--jt-red); font-size: 17px; line-height: 1; }
body.jettools-theme .jettools-breadcrumbs .breadcrumb_last { color: #171d21; font-weight: 800; }

body.jettools-theme .jettools-dual-price {
  align-items: flex-start;
  display: inline-grid;
  gap: 3px;
  line-height: 1.2;
}
body.jettools-theme .jettools-dual-price > span { display: block; white-space: nowrap; }
body.jettools-theme .jettools-dual-price small {
  font-size: .7em;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}
body.jettools-theme .jettools-price-gross { color: var(--jt-red); font-size: 1.05em; }
body.jettools-theme .jettools-price-net { color: #566168 !important; font-size: .82em; font-weight: 750; }
body.jettools-theme .woocommerce div.product p.price .jettools-dual-price { gap: 5px; }
body.jettools-theme .woocommerce div.product p.price .jettools-price-gross { font-size: 1.18em; }

body.jettools-theme .jettools-product-secondary-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0,1fr) minmax(150px,.6fr);
  margin-top: 12px;
}
body.jettools-theme .jettools-product-secondary-actions .button {
  align-items: center;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  min-height: 48px;
  text-align: center;
  width: 100%;
}
body.jettools-theme .jettools-wishlist-toggle {
  background: #fff !important;
  border: 1px solid #929da3 !important;
  color: #222a2f !important;
}
body.jettools-theme .jettools-wishlist-toggle:hover,
body.jettools-theme .jettools-wishlist-toggle.is-saved {
  background: #252d32 !important;
  border-color: #252d32 !important;
  color: #fff !important;
}
body.jettools-theme .jettools-wishlist-toggle > span[aria-hidden='true'] { font-size: 20px; margin-right: 7px; }

body.jettools-theme .jettools-loop-secondary-actions {
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}
body.jettools-theme .jettools-loop-secondary-actions button {
  align-items: center;
  background: #fff;
  border: 1px solid #a9b2b8;
  color: #2c353a;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 5px;
  justify-content: center;
  min-height: 38px;
  padding: 7px 8px;
  text-transform: uppercase;
}
body.jettools-theme .jettools-loop-secondary-actions button:hover,
body.jettools-theme .jettools-loop-secondary-actions button.is-saved {
  background: #20282d;
  border-color: #20282d;
  color: #fff;
}

body.jettools-theme .wishlist-action {
  appearance: none;
  background: transparent;
  border: 0;
  font: inherit;
}
body.jettools-theme .nav-wishlist-button { display: none; }

body.jettools-theme .wishlist-backdrop {
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  z-index: 160;
}
body.jettools-theme .wishlist-drawer {
  background: #fff;
  box-shadow: -24px 0 90px rgba(0,0,0,.3);
  max-height: 100vh;
  max-width: 640px;
  overflow-y: auto;
  padding: 46px 44px 38px;
  position: relative;
  width: 100%;
}
body.jettools-theme .wishlist-head {
  border-bottom: 1px solid #dce1e4;
  padding-bottom: 22px;
  padding-right: 48px;
}
body.jettools-theme .wishlist-head h2 {
  color: #151b1f;
  font-size: clamp(32px,4vw,44px);
  letter-spacing: -.04em;
  line-height: 1.05;
  margin: 14px 0 10px;
}
body.jettools-theme .wishlist-head p,
body.jettools-theme .wishlist-empty p { color: #626d74; line-height: 1.55; margin: 0; }
body.jettools-theme .wishlist-items { display: grid; gap: 12px; margin-top: 24px; }
body.jettools-theme .wishlist-empty {
  align-items: center;
  background: #f0f3f4;
  border: 1px dashed #aeb8bd;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 36px 24px;
  text-align: center;
}
body.jettools-theme .wishlist-empty > span { color: var(--jt-red); font-size: 38px; }
body.jettools-theme .wishlist-empty strong { color: #1b2226; font-size: 18px; }
body.jettools-theme .wishlist-item {
  align-items: center;
  background: #f5f7f8;
  border: 1px solid #c5cdd1;
  border-left: 4px solid var(--jt-red);
  display: grid;
  gap: 16px;
  grid-template-columns: 96px minmax(0,1fr);
  padding: 12px;
}
body.jettools-theme .wishlist-item img {
  background: #fff;
  height: 84px;
  object-fit: contain;
  width: 96px;
}
body.jettools-theme .wishlist-item a { color: #171d21; text-decoration: none; }
body.jettools-theme .wishlist-item small { color: #68737a; display: block; font-size: 10px; margin-bottom: 4px; }
body.jettools-theme .wishlist-item strong { display: block; line-height: 1.35; }
body.jettools-theme .wishlist-item-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
body.jettools-theme .wishlist-item-actions button {
  background: #fff;
  border: 1px solid #9ea9af;
  color: #252d32;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  min-height: 34px;
  padding: 6px 10px;
  text-transform: uppercase;
}
body.jettools-theme .wishlist-item-actions button:first-child {
  background: var(--jt-red);
  border-color: var(--jt-red);
  color: #fff;
}

body.jettools-theme .jettools-back-to-top {
  align-items: center;
  background: #20282d;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  bottom: 92px;
  box-shadow: 0 10px 28px rgba(0,0,0,.24);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 7px;
  min-height: 46px;
  padding: 0 15px;
  position: fixed;
  right: 225px;
  text-transform: uppercase;
  z-index: 82;
}
body.jettools-theme .jettools-back-to-top:hover { background: var(--jt-red); }
body.jettools-theme .jettools-back-to-top > span:first-child { font-size: 18px; }

body.jettools-theme .jettools-sticky-product-actions {
  align-items: center;
  background: linear-gradient(105deg,#11171b,#252d32);
  border-top: 4px solid var(--jt-red);
  bottom: 0;
  box-shadow: 0 -10px 32px rgba(0,0,0,.26);
  color: #fff;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(220px,1fr) auto;
  left: 0;
  min-height: 72px;
  padding: 10px max(24px,calc((100vw - 1400px)/2));
  position: fixed;
  right: 0;
  z-index: 90;
}
body.jettools-theme .jettools-sticky-product-copy { display: flex; flex-direction: column; min-width: 0; }
body.jettools-theme .jettools-sticky-product-copy small { color: #c5cbd0; font-size: 10px; margin-bottom: 3px; }
body.jettools-theme .jettools-sticky-product-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.jettools-theme .jettools-sticky-product-buttons { display: flex; gap: 8px; }
body.jettools-theme .jettools-sticky-product-buttons button {
  border: 1px solid rgba(255,255,255,.42);
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
  min-height: 44px;
  padding: 8px 16px;
  text-transform: uppercase;
}
body.jettools-theme .jettools-sticky-wishlist { background: transparent; color: #fff; min-width: 48px; padding-inline: 12px !important; }
body.jettools-theme .jettools-sticky-wishlist.is-saved { background: #fff; color: var(--jt-red); }
body.jettools-theme .jettools-sticky-inquiry { background: #fff; color: #1e2529; }
body.jettools-theme .jettools-sticky-cart { background: var(--jt-red); border-color: var(--jt-red) !important; color: #fff; }
body.jettools-theme.modal-open .jettools-sticky-product-actions { display: none; }
body.jettools-theme.has-sticky-product-actions { padding-bottom: 72px; }

@media (max-width: 1120px) {
  body.jettools-theme .nav-wishlist-button {
    align-items: center;
    background: transparent;
    border: 0;
    border-left: 3px solid transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    min-height: 48px;
    padding: 0 18px;
    text-transform: uppercase;
  }
  body.jettools-theme .nav-wishlist-button:hover { border-color: var(--jt-red); }
  body.jettools-theme .nav-wishlist-button b {
    align-items: center;
    background: var(--jt-red);
    border-radius: 999px;
    display: inline-flex;
    font-size: 9px;
    height: 20px;
    justify-content: center;
    min-width: 20px;
  }
}
@media (max-width: 780px) {
  body.jettools-theme .jettools-breadcrumb-wrap .shell { padding: 9px 16px; }
  body.jettools-theme .jettools-breadcrumbs { font-size: 10px; gap: 6px; }
  body.jettools-theme .jettools-breadcrumbs .breadcrumb_last {
    max-width: 54vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.jettools-theme .jettools-product-secondary-actions { grid-template-columns: 1fr; }
  body.jettools-theme .wishlist-drawer { max-width: none; padding: 38px 20px 28px; }
  body.jettools-theme .wishlist-item { gap: 12px; grid-template-columns: 76px minmax(0,1fr); }
  body.jettools-theme .wishlist-item img { height: 70px; width: 76px; }
  body.jettools-theme .jettools-back-to-top {
    border-radius: 50%;
    bottom: 84px;
    height: 50px;
    justify-content: center;
    padding: 0;
    right: 76px;
    width: 50px;
  }
  body.jettools-theme .jettools-back-to-top > span:last-child { display: none; }
  body.jettools-theme .jettools-sticky-product-actions {
    gap: 8px;
    grid-template-columns: 1fr;
    min-height: 68px;
    padding: 8px 12px;
  }
  body.jettools-theme .jettools-sticky-product-copy { display: none; }
  body.jettools-theme .jettools-sticky-product-buttons { display: grid; grid-template-columns: 46px 1fr 1.25fr; width: 100%; }
  body.jettools-theme .jettools-sticky-product-buttons button { min-height: 48px; padding: 7px 9px; }
  body.jettools-theme .jettools-sticky-product-buttons .jettools-sticky-inquiry:last-child { grid-column: 2 / -1; }
  body.jettools-theme.has-sticky-product-actions { padding-bottom: 68px; }
  body.jettools-theme.has-sticky-product-actions .whatsapp-fab,
  body.jettools-theme.has-sticky-product-actions .jettools-back-to-top { bottom: 82px; }
}
@media (max-width: 420px) {
  body.jettools-theme .jettools-loop-secondary-actions { grid-template-columns: 1fr; }
  body.jettools-theme .jettools-sticky-product-buttons button { font-size: 9px; }
}


body.jettools-theme .wishlist-empty[hidden],
body.jettools-theme .wishlist-backdrop[hidden],
body.jettools-theme .jettools-back-to-top[hidden],
body.jettools-theme .jettools-sticky-product-actions[hidden] {
  display: none !important;
}

body.jettools-theme .jettools-sticky-cart-form { display: flex; margin: 0; }
body.jettools-theme .jettools-sticky-cart-form .jettools-sticky-cart { height: 100%; width: 100%; }

/* The logged-in coming-soon banner must not cover customer-facing sticky actions. */
body.jettools-theme.logged-in #coming-soon-footer-banner { display: none !important; }

/* JetTools 1.8.0 — one authoritative product presentation layer */
body.jettools-theme.single-product .summary,
body.jettools-theme.single-product .woocommerce-product-details__short-description,
body.jettools-theme .jettools-prose,
body.jettools-theme .jettools-detail-grid article {
  color: #3f4a51;
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
}

body.jettools-theme.single-product .woocommerce-product-details__short-description {
  margin: 18px 0 22px;
}

body.jettools-theme.single-product .woocommerce-product-details__short-description > :first-child,
body.jettools-theme .jettools-prose > :first-child,
body.jettools-theme .jettools-detail-grid article > :first-child { margin-top: 0; }
body.jettools-theme.single-product .woocommerce-product-details__short-description > :last-child,
body.jettools-theme .jettools-prose > :last-child,
body.jettools-theme .jettools-detail-grid article > :last-child { margin-bottom: 0; }

body.jettools-theme.single-product .woocommerce-product-details__short-description p,
body.jettools-theme .jettools-prose p,
body.jettools-theme .jettools-detail-grid article p { margin: 0 0 15px; }

body.jettools-theme.single-product .woocommerce-product-details__short-description h2,
body.jettools-theme.single-product .woocommerce-product-details__short-description h3,
body.jettools-theme.single-product .woocommerce-product-details__short-description h4,
body.jettools-theme .jettools-prose h2,
body.jettools-theme .jettools-prose h3,
body.jettools-theme .jettools-prose h4 {
  color: #172128;
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  font-weight: 820;
  letter-spacing: -.025em;
  line-height: 1.22;
  margin: 26px 0 12px;
}
body.jettools-theme.single-product .woocommerce-product-details__short-description h2,
body.jettools-theme .jettools-prose h2 { font-size: 24px; }
body.jettools-theme.single-product .woocommerce-product-details__short-description h3,
body.jettools-theme .jettools-prose h3 { font-size: 20px; }
body.jettools-theme.single-product .woocommerce-product-details__short-description h4,
body.jettools-theme .jettools-prose h4 { font-size: 17px; }

body.jettools-theme.single-product .woocommerce-product-details__short-description ul,
body.jettools-theme.single-product .woocommerce-product-details__short-description ol,
body.jettools-theme .jettools-prose ul,
body.jettools-theme .jettools-prose ol,
body.jettools-theme .jettools-detail-grid article ul,
body.jettools-theme .jettools-detail-grid article ol {
  margin: 14px 0 18px;
  padding-left: 24px;
}
body.jettools-theme.single-product .woocommerce-product-details__short-description li,
body.jettools-theme .jettools-prose li,
body.jettools-theme .jettools-detail-grid article li { margin: 6px 0; }

body.jettools-theme .jettools-prose table,
body.jettools-theme .jettools-detail-grid article table {
  border-collapse: collapse;
  display: block;
  margin: 20px 0;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}
body.jettools-theme .jettools-prose th,
body.jettools-theme .jettools-prose td,
body.jettools-theme .jettools-detail-grid article th,
body.jettools-theme .jettools-detail-grid article td {
  border: 1px solid #cfd7dc;
  padding: 11px 13px;
  text-align: left;
  vertical-align: top;
}
body.jettools-theme .jettools-prose th,
body.jettools-theme .jettools-detail-grid article th { background: #e7ecef; color: #172128; font-weight: 800; }

body.jettools-theme.single-product .woocommerce-product-gallery__image,
body.jettools-theme.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
body.jettools-theme .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  align-items: center;
  background: linear-gradient(145deg,#edf1f3,#d9e0e4) !important;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
body.jettools-theme.single-product .woocommerce-product-gallery__image { aspect-ratio: 1 / 1; }
body.jettools-theme.single-product .woocommerce-product-gallery__image > a,
body.jettools-theme.single-product .woocommerce-product-gallery__image img { height: 100%; width: 100%; }
body.jettools-theme.single-product .woocommerce-product-gallery__image img,
body.jettools-theme.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
body.jettools-theme .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  mix-blend-mode: multiply;
  object-fit: contain;
}
body.jettools-theme.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
body.jettools-theme .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img { aspect-ratio: 4 / 3; margin: 0 0 16px; padding: 12px; width: 100%; }

body.jettools-theme.woocommerce ul.products li.product,
body.jettools-theme .woocommerce ul.products li.product { display: flex; flex-direction: column; }
body.jettools-theme.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
body.jettools-theme .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { display: flex; flex: 1 1 auto; flex-direction: column; }
body.jettools-theme.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.jettools-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: block;
  font-size: 16px;
  font-weight: 810;
  line-height: 1.38;
  min-height: 0;
  overflow: visible;
  overflow-wrap: anywhere;
  white-space: normal;
}

body.jettools-theme .jettools-loop-sku {
  align-items: baseline;
  border-top: 1px solid #d3dade;
  display: flex;
  gap: 7px;
  margin: 12px 0 4px;
  padding-top: 9px;
}
body.jettools-theme .jettools-loop-sku small { color: #68757d; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
body.jettools-theme .jettools-loop-sku strong { color: #202a30; font-size: 12px; font-weight: 850; }

body.jettools-theme.woocommerce ul.products li.product .price,
body.jettools-theme .woocommerce ul.products li.product .price { margin-top: auto; padding-top: 10px; }
body.jettools-theme.woocommerce ul.products li.product > .button,
body.jettools-theme .woocommerce ul.products li.product > .button { align-items: center; justify-content: center; min-height: 46px; text-align: center; width: 100%; }

body.jettools-theme .jettools-matching-products + .jettools-matching-products { margin-top: 24px; }

@media (max-width: 620px) {
  body.jettools-theme.single-product .summary,
  body.jettools-theme.single-product .woocommerce-product-details__short-description,
  body.jettools-theme .jettools-prose,
  body.jettools-theme .jettools-detail-grid article { font-size: 15px; }
  body.jettools-theme.single-product .woocommerce-product-gallery__image { aspect-ratio: 4 / 3; }
}

/* JetTools 1.9.0 — restore the approved light site layout and fluid content grid */
body.jettools-theme { background: #fff; color: #172128; }
body.jettools-theme .shell {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding-left: clamp(18px, 4vw, 64px);
  padding-right: clamp(18px, 4vw, 64px);
  width: 100%;
}

body.jettools-theme .site-header {
  background: #fff;
  border-bottom: 1px solid #d4dadd;
  box-shadow: 0 7px 20px rgba(20, 31, 38, .08);
}
body.jettools-theme .business-bar {
  background: #fff;
  border-bottom: 0;
  color: #171d21;
}
body.jettools-theme .business-bar-inner { min-height: 42px; }
body.jettools-theme .business-benefits span,
body.jettools-theme .business-meta,
body.jettools-theme .business-meta a,
body.jettools-theme .business-meta button { color: #171d21; }
body.jettools-theme .business-counter {
  background: #fff;
  border: 1px solid #d6dadd;
  box-shadow: 0 5px 12px rgba(20, 31, 38, .14);
  color: #171d21;
}
body.jettools-theme .meta-separator { background: #d4d9dc; }
body.jettools-theme .language-switch a,
body.jettools-theme .language-switch > span { background: #fff; border-color: transparent; opacity: 1; }

body.jettools-theme .main-header {
  background: #fff;
  min-height: 132px;
  padding-bottom: 20px;
  padding-top: 20px;
}
body.jettools-theme .main-header::before { display: none; }
body.jettools-theme .toolparts-lockup img {
  filter: none;
  height: auto;
  max-height: 42px;
  object-fit: contain;
  width: 122px;
}
body.jettools-theme .brand-divider { background: #d7dcdf; box-shadow: none; }
body.jettools-theme .jettools-name { filter: none; }
body.jettools-theme .search-form {
  background: #fff;
  border: 1px solid #aeb8be;
  border-radius: 9px;
  box-shadow: 0 9px 20px rgba(20, 31, 38, .09);
  min-height: 64px;
}
body.jettools-theme .search-form button {
  background: #fff;
  border-left: 1px solid var(--jt-red);
  color: var(--jt-red);
}
body.jettools-theme .search-form button:hover { background: #f5f7f8; color: #9e0a22; }

body.jettools-theme.home .marketplace-hero {
  background: #fff;
  border: 1px solid #d5dce0;
  border-bottom: 5px solid var(--jt-red);
  color: #11171b;
  min-height: 590px;
}
body.jettools-theme.home .marketplace-hero::after { display: none; }
body.jettools-theme.home .marketplace-hero-inner { min-height: 590px; }
body.jettools-theme.home .marketplace-hero .section-kicker { color: var(--jt-red); }
body.jettools-theme.home .marketplace-hero h1 {
  color: #080b0d;
  font-size: clamp(48px, 5.2vw, 79px);
  line-height: 1.02;
  text-shadow: 0 10px 24px rgba(20, 31, 38, .14);
}
body.jettools-theme.home .marketplace-hero h1 em { color: var(--jt-red-bright); }
body.jettools-theme.home .marketplace-benefits { display: grid; gap: 10px; }
body.jettools-theme.home .marketplace-benefits span {
  background: transparent;
  border: 0;
  color: #11171b;
  font-size: 16px;
  padding: 0;
}
body.jettools-theme.home .marketplace-hero-visual { filter: drop-shadow(0 24px 24px rgba(20, 31, 38, .2)); }
body.jettools-theme.home .marketplace-machine { filter: saturate(.92) contrast(1.02) drop-shadow(0 20px 18px rgba(20, 31, 38, .2)); }
body.jettools-theme.home .marketplace-hero .button.button-primary {
  background: #fff;
  border: 1px solid var(--jt-red);
  box-shadow: 0 9px 21px rgba(85, 10, 23, .13);
  color: #11171b;
}
body.jettools-theme.home .marketplace-hero .button.button-primary:hover { background: #f7f8f9; color: var(--jt-red); }

body.jettools-theme.home .marketplace-gateway,
body.jettools-theme.home .products-section,
body.jettools-theme.home .resource-section,
body.jettools-theme.home .expertise-hub,
body.jettools-theme.home .consulting { background: #fff; color: #172128; }
body.jettools-theme.home .marketplace-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.jettools-theme.home .marketplace-category-card,
body.jettools-theme.home .product-card,
body.jettools-theme.home .resource-grid article,
body.jettools-theme.home .expertise-cards article {
  background: #fff;
  border: 1px solid #cbd3d8;
  border-top: 4px solid var(--jt-red);
  box-shadow: 0 12px 28px rgba(20, 31, 38, .1);
}
body.jettools-theme.home .marketplace-category-image,
body.jettools-theme.home .product-image { background: linear-gradient(145deg,#f6f8f9,#e7ecef); }
body.jettools-theme.home .brand-section {
  background: #fff;
  border-bottom: 4px solid var(--jt-red);
  border-top: 1px solid #bfc7cc;
  color: #172128;
}
body.jettools-theme.home .brand-logo { background: #fff; border: 1px solid #d4dade; }
body.jettools-theme.home .product-grid-best-sellers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.jettools-theme.home .product-sku {
  color: #64717a;
  display: block;
  font-size: 11px;
  font-weight: 750;
  margin: 5px 0 10px;
}
body.jettools-theme.home .expertise-hub { border-bottom: 1px solid #cbd3d8; border-top: 1px solid #cbd3d8; }
body.jettools-theme.home .expertise-hub .section-kicker,
body.jettools-theme.home .expertise-hub h2,
body.jettools-theme.home .expertise-hub p { color: #172128; }
body.jettools-theme.home .consulting { border-top: 1px solid #cbd3d8; }

body.jettools-theme .category-directory-page,
body.jettools-theme .woocommerce-shell,
body.jettools-theme .standard-page { background: #f3f5f6; }
body.jettools-theme .woocommerce div.product,
body.jettools-theme .standard-page article,
body.jettools-theme .woocommerce-cart-form,
body.jettools-theme .cart-collaterals,
body.jettools-theme .woocommerce-checkout,
body.jettools-theme .woocommerce-account .woocommerce,
body.jettools-theme .woocommerce-order,
body.jettools-theme .woocommerce-info,
body.jettools-theme .woocommerce-message,
body.jettools-theme .woocommerce-error { background: #fff; }

body.jettools-theme .site-footer {
  background: #fff;
  border-top: 1px solid #cbd3d8;
  color: #354149;
}
body.jettools-theme .site-footer h2,
body.jettools-theme .site-footer h3,
body.jettools-theme .site-footer strong { color: #172128; }
body.jettools-theme .site-footer a { color: #354149; }
body.jettools-theme .site-footer a:hover { color: var(--jt-red); }

@media (max-width: 780px) {
  body.jettools-theme .main-header { min-height: 0; }
  body.jettools-theme.home .marketplace-hero,
  body.jettools-theme.home .marketplace-hero-inner { min-height: 0; }
  body.jettools-theme.home .marketplace-hero h1 { font-size: clamp(38px, 11vw, 60px); }
  body.jettools-theme.home .marketplace-category-grid,
  body.jettools-theme.home .product-grid-best-sellers { grid-template-columns: 1fr; }
}

/* JetTools 2.0.0 — complete in-category search, facets and deterministic sorting */
body.jettools-theme .jettools-category-product-filter { display: grid; gap: 14px; }
body.jettools-theme .jettools-category-product-filter > label { margin: 0; }
body.jettools-theme .jettools-category-filter-search {
  display: grid;
  gap: 9px;
  grid-template-columns: minmax(0, 1fr) auto;
}
body.jettools-theme .jettools-category-filter-selects {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(155px, 1fr));
}
body.jettools-theme .jettools-category-filter-selects label { display: grid; gap: 6px; }
body.jettools-theme .jettools-category-filter-selects label > span {
  color: #4f5d66;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body.jettools-theme .jettools-category-filter-selects select {
  min-height: 46px;
  padding: 0 38px 0 12px;
  width: 100%;
}
body.jettools-theme .jettools-category-product-filter [data-category-product-filter-status] { margin: 0; }

@media (max-width: 980px) {
  body.jettools-theme .jettools-category-filter-selects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  body.jettools-theme .jettools-category-filter-search,
  body.jettools-theme .jettools-category-filter-selects { grid-template-columns: 1fr; }
  body.jettools-theme .jettools-category-product-filter button { min-height: 46px; }
}

/* JetTools 2.0.7 — protected desktop brand/search layout and approved metallic/black home treatment */
body.jettools-theme .main-header {
  background:
    linear-gradient(105deg, #f5f6f7 0%, #c8cdd0 24%, #f8f9f9 48%, #b8bec2 72%, #eceff0 100%);
  box-shadow:
    inset 0 1px rgba(255,255,255,.9),
    inset 0 -1px rgba(79,88,94,.22);
}
body.jettools-theme .brand-lockup,
body.jettools-theme .jettools-wordmark,
body.jettools-theme .jettools-name,
body.jettools-theme .search-wrap { min-width: 0; }
body.jettools-theme .search-wrap { max-width: none; }
body.jettools-theme .search-form input {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1381px) {
  body.jettools-theme .main-header {
    gap: 24px;
    grid-template-columns: 150px 1px minmax(300px, 320px) minmax(360px, 1fr) auto !important;
  }
}
@media (min-width: 1121px) and (max-width: 1380px) {
  body.jettools-theme .main-header {
    column-gap: 22px;
    grid-template-columns: 110px 1px minmax(300px, 1fr) auto !important;
    grid-template-rows: auto auto;
    padding-bottom: 18px;
    padding-top: 18px;
    row-gap: 14px;
  }
  body.jettools-theme .toolparts-lockup {
    grid-column: 1;
    grid-row: 1;
    width: 110px !important;
  }
  body.jettools-theme .toolparts-lockup img {
    height: auto;
    max-height: 42px;
    width: 110px;
  }
  body.jettools-theme .brand-divider {
    grid-column: 2;
    grid-row: 1;
  }
  body.jettools-theme .brand-lockup {
    grid-column: 3;
    grid-row: 1;
    min-width: 300px;
    width: auto !important;
  }
  body.jettools-theme .header-actions {
    grid-column: 4;
    grid-row: 1;
  }
  body.jettools-theme .search-wrap {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100%;
  }
}
body.jettools-theme.home .marketplace-hero {
  background:
    radial-gradient(circle at 76% 46%, #30373b 0%, #171d20 30%, #090c0e 64%, #030405 100%);
  border-color: #30373b;
  border-bottom-color: var(--jt-red);
  color: #fff;
}
body.jettools-theme.home .marketplace-hero .section-kicker { color: #ff2949; }
body.jettools-theme.home .marketplace-hero h1 {
  color: #fff;
  text-shadow: 0 8px 28px rgba(0,0,0,.62);
}
body.jettools-theme.home .marketplace-hero h1 em { color: var(--jt-red-bright); }
body.jettools-theme.home .marketplace-hero-copy > p,
body.jettools-theme.home .marketplace-benefits span { color: #fff; }
body.jettools-theme.home .marketplace-hero-visual {
  filter: drop-shadow(0 28px 28px rgba(0,0,0,.5));
}
body.jettools-theme.home .marketplace-machine {
  filter: saturate(.94) contrast(1.06) drop-shadow(0 22px 20px rgba(0,0,0,.48));
}
body.jettools-theme.home .marketplace-hero .button.button-primary {
  background: rgba(255,255,255,.04);
  border-color: var(--jt-red-bright);
  color: #fff;
}
body.jettools-theme.home .marketplace-hero .button.button-primary:hover {
  background: var(--jt-red);
  color: #fff;
}

/* JetTools homepage category cards 2.0.9 */
body.jettools-theme.home .marketplace-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.jettools-theme.home .marketplace-category-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 164px auto;
  min-height: 0;
  height: auto;
  padding: 0;
  overflow: hidden;
  align-items: center;
}

body.jettools-theme.home .marketplace-category-card .marketplace-category-image {
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 164px;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #f7f9fa 0%, #e9eef1 100%);
}

body.jettools-theme.home .marketplace-category-card .marketplace-category-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  padding: 14px 18px 10px !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.jettools-theme.home .marketplace-category-card .marketplace-category-image img[src*="woocommerce-placeholder"] {
  width: 118px !important;
  height: 118px !important;
  padding: 12px !important;
  opacity: .16;
}

body.jettools-theme.home .marketplace-category-card .marketplace-category-copy {
  grid-column: 1;
  grid-row: 2;
  justify-content: center;
  min-height: 68px;
  padding: 12px 16px 13px;
}

body.jettools-theme.home .marketplace-category-card .marketplace-category-copy strong {
  font-size: 17px;
  line-height: 1.25;
}

body.jettools-theme.home .marketplace-category-card .marketplace-category-copy small {
  margin: 3px 0 0;
  color: #6b7882;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

body.jettools-theme.home .marketplace-category-card > b {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  padding: 0 16px 0 0;
}

@media (max-width: 1280px) {
  body.jettools-theme.home .marketplace-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.jettools-theme.home .marketplace-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.jettools-theme.home .marketplace-category-grid {
    grid-template-columns: 1fr;
  }

  body.jettools-theme.home .marketplace-category-card {
    grid-template-rows: 144px auto;
  }

  body.jettools-theme.home .marketplace-category-card .marketplace-category-image {
    height: 144px;
  }
}

body.jettools-theme.home .marketplace-category-image:has(img[src*="woocommerce-placeholder"])::after {
  content: "JET";
  color: #7f8b92;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .14em;
  opacity: .38;
}


/* Hersteller & Lieferpartner */
.partner-page{background:#f3f5f6;color:#15171b}.partner-hero{background:linear-gradient(135deg,#f7f8f9 0%,#dfe3e6 100%);border-bottom:3px solid #c8102e;padding:clamp(42px,6vw,78px) 0}.partner-hero h1{font-size:clamp(38px,5vw,66px);letter-spacing:-.045em;line-height:1.02;margin:14px 0 20px;max-width:980px}.partner-hero p{color:#3f464d;font-size:clamp(16px,1.7vw,20px);line-height:1.65;margin:0;max-width:920px}.partner-content{padding:clamp(38px,6vw,78px) 0}.partner-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.partner-card{background:#fff;border:1px solid #d7dce0;border-radius:8px;box-shadow:0 12px 32px rgba(18,25,32,.07);color:#17191d;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto 190px auto;min-width:0;overflow:hidden;padding:20px;position:relative;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.partner-card:hover,.partner-card:focus-visible{border-color:#c8102e;box-shadow:0 18px 42px rgba(18,25,32,.13);color:#17191d;outline:3px solid rgba(200,16,46,.18);outline-offset:2px;transform:translateY(-3px)}.partner-number{color:#c8102e;font-size:12px;font-weight:800;letter-spacing:.14em}.partner-card>b{color:#c8102e;font-size:21px}.partner-logo{align-items:center;background:#f7f8f9;display:flex;grid-column:1/-1;justify-content:center;margin:14px 0 20px;padding:22px}.partner-logo img{height:100%;max-height:145px;max-width:100%;object-fit:contain;width:auto}.partner-copy{display:flex;flex-direction:column;gap:8px;grid-column:1/-1}.partner-copy strong{font-size:22px;line-height:1.2}.partner-copy small{color:#5f666e;font-size:13px;line-height:1.5}.nav-partners-link{white-space:nowrap}@media (min-width:981px) and (max-width:1450px){.primary-nav .nav-inner>.nav-partners-link{font-size:10px;padding-inline:8px}.primary-nav .nav-inner>a,.primary-nav .nav-inner>.nav-item>a{padding-inline:10px}}@media(max-width:1100px){.partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.partner-hero{padding:36px 0}.partner-hero h1{font-size:38px}.partner-grid{grid-template-columns:1fr}.partner-card{grid-template-rows:auto 150px auto;padding:16px}.partner-logo{padding:18px}.partner-logo img{max-height:115px}}

/* JetTools 2.0.8 — complete main navigation at desktop and browser zoom */
@media (min-width:1101px) {
  body.jettools-theme .primary-nav .nav-inner {
    justify-content: center;
    padding-left: clamp(12px, 1.65vw, 32px);
    padding-right: clamp(12px, 1.65vw, 32px);
  }
  body.jettools-theme .primary-nav .nav-inner > a,
  body.jettools-theme .primary-nav .nav-inner > .nav-item > a {
    flex: 0 1 auto;
    font-size: clamp(10.5px, .68vw, 13px);
    letter-spacing: 0;
    min-width: 0;
    padding: 25px clamp(6px, .63vw, 12px);
    white-space: nowrap;
  }
}


/* Accessible footer action links 2026-08-15 */
.footer-main .footer-link-button{color:#eef2f5!important;text-decoration-color:rgba(238,242,245,.55)}
.footer-main .footer-link-button:hover,.footer-main .footer-link-button:focus-visible{color:#fff!important;text-decoration:underline;text-underline-offset:3px}
.footer-main .footer-link-button:focus-visible{outline:2px solid #e31b36;outline-offset:3px;border-radius:2px}
