/* SEO and conversion enhancements */
.seo-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 22px 36px;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}
.seo-intro h1 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 900;
}
.seo-intro p {
  max-width: 900px;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  font-weight: 500;
}
.seo-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.seo-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .08em;
}
.seo-actions a:first-child {
  background: #111;
  color: #fff;
}
@media (max-width: 767px) {
  .seo-intro {
    padding: 34px 18px 26px;
  }
  .seo-intro h1 {
    font-size: 31px;
  }
  .seo-intro p {
    font-size: 16px;
  }
}

/* Header navigation refinement */
.aob-header .aob-nav__item-anchor {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  color: #111;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}
.aob-header .aob-nav__item-anchor::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 2px;
  background: #111;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s ease;
}
.aob-header .aob-nav__item-anchor:hover,
.aob-header .aob-nav__item-anchor.active {
  background: rgba(0, 0, 0, .06);
  color: #000;
  transform: translateY(-1px);
}
.aob-header .aob-nav__item-anchor:hover::after,
.aob-header .aob-nav__item-anchor.active::after {
  transform: scaleX(1);
}
.aob-header .search-button,
.aob-header .aob-nav__icon-mobile {
  font-weight: 800;
}

/* Contact page refinement */
.contact-detail-panel {
  max-width: 1180px;
  margin: 0 auto 28px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.contact-detail-panel--embedded {
  margin-bottom: 24px;
}
.contact-detail-card {
  border: 1px solid #d9dde2;
  background: #fff;
  padding: 20px;
  min-height: 150px;
}
.contact-detail-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #111;
  font-weight: 900;
}
.contact-detail-card p,
.contact-detail-card li {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #3f4650;
}
.contact-inquiry-strip {
  max-width: 1180px;
  margin: 0 auto 24px;
  padding: 22px;
  border: 1px solid #d9dde2;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.contact-inquiry-strip span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 8px;
  border: 1px solid #111;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.contact-inquiry-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #111;
  font-size: 22px;
  line-height: 1.25;
}
.contact-inquiry-strip p {
  margin: 0;
  color: #46505a;
  font-size: 16px;
  line-height: 1.6;
}
.contact-detail-card ul {
  margin: 0;
  padding-left: 18px;
}
.contact-detail-card a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
}
.contact-detail-card a:hover {
  text-decoration: underline;
}
.contact-us {
  background: #f5f7f8;
  padding: 42px 0 58px;
}
.contact-us .contact-us__form-wrap {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d9dde2;
  padding: 28px;
}
.contact-us .ff-item-row {
  margin-bottom: 16px;
}
.contact-us .ff-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #20252b;
}
.contact-us .ff-type-text,
.contact-us .ff-textarea,
.contact-us .ff-select-type {
  width: 100%;
  border: 1px solid #cfd5dc;
  background: #fff;
  color: #111;
  min-height: 46px;
  padding: 10px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}
.contact-us .ff-textarea {
  min-height: 140px;
}
.contact-us .ff-type-text:focus,
.contact-us .ff-textarea:focus,
.contact-us .ff-select-type:focus {
  outline: 2px solid rgba(0, 0, 0, .18);
  border-color: #111;
}
.contact-us .ff-btn-submit {
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-us .ff-btn-submit:hover {
  background: #333;
}
@media (max-width: 900px) {
  .contact-detail-panel {
    grid-template-columns: 1fr;
  }
}

/* B2B content sections */
.b2b-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 22px 42px;
  font-family: Arial, Helvetica, sans-serif;
  color: #20252b;
}
.b2b-section h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #111;
  font-weight: 900;
}
.b2b-section p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #46505a;
}
.b2b-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.b2b-grid.b2b-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.b2b-card {
  border: 1px solid #d9dde2;
  background: #fff;
  padding: 20px;
  min-height: 150px;
}
.b2b-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  color: #111;
  font-weight: 900;
}
.b2b-card ul,
.b2b-checklist {
  margin: 0;
  padding-left: 18px;
}
.b2b-card li,
.b2b-checklist li {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #46505a;
}
.b2b-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 8px;
  border: 1px solid #111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #111;
}
.b2b-highlight {
  background: #f5f7f8;
  border-top: 1px solid #e2e6ea;
  border-bottom: 1px solid #e2e6ea;
}
@media (max-width: 900px) {
  .b2b-grid,
  .b2b-grid.b2b-grid-2 {
    grid-template-columns: 1fr;
  }
  .b2b-section h2 {
    font-size: 23px;
  }
}

/* Product catalog callout */
.catalog-callout {
  max-width: 1180px;
  margin: 0 auto 28px;
  padding: 0 22px 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.catalog-callout__inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  align-items: center;
  border: 2px solid #111;
  background: #101820;
  color: #fff;
  padding: 28px;
}
.catalog-callout__label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .65);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.catalog-callout h2 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  font-weight: 900;
}
.catalog-callout p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .82);
}
.catalog-callout__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.catalog-callout__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.catalog-callout__button:first-child {
  background: #fff;
  color: #101820;
}
.catalog-callout__button:hover {
  transform: translateY(-1px);
}
@media (max-width: 900px) {
  .catalog-callout__inner {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .catalog-callout__actions {
    justify-content: flex-start;
  }
  .catalog-callout h2 {
    font-size: 24px;
  }
}
