/* Loaded after style.css to keep the responsive B2B layout deterministic. */
body,
button,
input,
textarea,
select {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
.ats-nav-inner a,
.ats-btn {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.ats-contact-form select {
  width: 100%;
  min-height: 46px;
  padding: 11px 38px 11px 12px;
  border: 1px solid #b9c7d8;
  border-radius: 4px;
  color: var(--ats-ink);
  background: #fff;
  font: inherit;
}

.ats-contact-form select:focus {
  outline: 3px solid rgba(6, 55, 122, 0.28);
  outline-offset: 2px;
  border-color: var(--ats-blue);
}
@media (max-width: 1199px) {
  .ats-nav-bar { position: static; background: #0b1012 !important; border: 0 !important; color: #fff; }
  .ats-menu-button { display: flex !important; min-height: 56px; align-items: center; justify-content: space-between; color: #fff !important; cursor: pointer; font-size: 14px; font-weight: 800; text-transform: uppercase; }
  .ats-menu-button i, .ats-menu-button i::before, .ats-menu-button i::after { background: #fff !important; }
  .ats-nav-check { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); opacity: 0; }
  .ats-nav-inner { display: none; padding: 0 0 12px; }
  .ats-nav-check:checked ~ .ats-nav-inner { display: flex !important; flex-direction: column; gap: 0; }
  .ats-nav-inner a { display: block; padding: 14px 0; border-top: 1px solid rgba(255,255,255,0.16); color: #fff !important; }
}

@media (min-width: 861px) and (max-width: 1199px) {
  .ats-hero-market { height: 570px; min-height: 570px; padding: 0 !important; background: #111719 !important; }
  .ats-hero-market > .ats-hero-market__grid.ats-container { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; width: min(100%, 960px) !important; height: 570px; min-height: 570px; margin: 0 auto !important; }
  .ats-hero-market__grid .ats-hero-copy { flex: 0 0 47% !important; width: 47% !important; min-height: 570px; padding: 54px 34px !important; }
  .ats-hero-market__grid .ats-hero-media { display: block; flex: 0 0 53% !important; width: 53% !important; min-height: 570px; overflow: hidden; }
  .ats-hero-media .ats-hero-product { display: block !important; width: 100%; height: 100%; min-height: 570px !important; background: linear-gradient(90deg, rgba(17,23,25,0.18), rgba(17,23,25,0)), url("assets/images/hero-home-v2.png") right center / cover no-repeat !important; }
  .ats-hero-market .ats-hero-copy h1, .ats-hero-market .ats-hero-copy h1 .ats-title-main { font-size: 32px !important; line-height: 1.1 !important; }
  .ats-hero-market .ats-hero-copy h1 .ats-title-main { font-size: 44px !important; }
  .ats-hero-copy p { margin-top: 16px !important; font-size: 16px !important; }
  .ats-brand-line { gap: 12px !important; margin-top: 18px !important; }
  .ats-brand-line img { height: 24px !important; }
}

@media (max-width: 860px) {
  .ats-hero-market { padding: 0 !important; background: #111719 !important; }
  .ats-hero-market > .ats-hero-market__grid.ats-container { display: block !important; width: 100% !important; min-height: 0 !important; }
  .ats-hero-market__grid .ats-hero-copy { width: 100% !important; min-height: 0 !important; padding: 38px 20px 30px !important; background: #111719 !important; }
  .ats-hero-market .ats-hero-copy h1, .ats-hero-market .ats-hero-copy h1 .ats-title-main { font-size: 27px !important; line-height: 1.08 !important; }
  .ats-hero-market .ats-hero-copy h1 .ats-title-main { font-size: 31px !important; }
  .ats-hero-copy p { margin-top: 14px !important; font-size: 15px !important; line-height: 1.45 !important; }
  .ats-brand-line { gap: 13px !important; margin-top: 16px !important; }
  .ats-brand-line img { height: 22px !important; }
  .ats-actions { gap: 10px; }
  .ats-actions .ats-btn, .ats-actions .ats-btn-secondary { min-height: 46px; padding: 12px 14px; font-size: 13px; }
  .ats-hero-market__grid .ats-hero-media, .ats-hero-media .ats-hero-product { display: none !important; }
  .ats-process { padding: 28px 0; }
  .ats-process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
