/*
 * B2B Universal v4 CSS Architecture — Home Layer
 * Owner: homepage Hero, homepage modules, homepage product entry, homepage Inquiry CTA.
 *
 * Module map:
 * 01. Home foundation tokens and shared section primitives
 * 02. Hero / first-screen visual system
 * 03. Featured Product Lines / homepage product entry
 * 04. Shared homepage action buttons
 * 05. Factory / Capability proof section
 * 06. FAQ conversion block
 * 07. Homepage Inquiry CTA / RFQ conversion block
 * 08. Recovered home compatibility rules from legacy audit
 */

/* -------------------------------------------------------------------------
 * 01. Home foundation tokens and shared section primitives
 * ---------------------------------------------------------------------- */

.b2b-v4-home-hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(4rem, 8vw, 8rem);
    background: linear-gradient(135deg, var(--b2b-color-soft) 0%, var(--b2b-color-primary-soft) 100%);
}

.b2b-v4-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.b2b-v4-section-heading {
    max-width: 760px;
    margin-bottom: var(--b2b-v4-space-10);
}

.b2b-v4-section-heading h2 {
    margin: 0;
    color: var(--b2b-v4-color-ink);
    font-family: var(--b2b-v4-font-sans);
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.b2b-v4-section-heading p {
    margin: var(--b2b-v4-space-4) 0 0;
    color: var(--b2b-v4-color-muted);
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.7;
}

/* -------------------------------------------------------------------------
 * 02. Hero / first-screen visual system
 * ---------------------------------------------------------------------- */

/* Homepage Hero structural foundation.
 * Restored as the Hero owner layer after v4-legacy.css was reduced to a no-op.
 * This block keeps positioning, stacking, and media-layer foundations in v4-home.css.
 */
:root {
  --b2b-v305-factory-opacity: 0.34;
  --b2b-v305-factory-side-opacity: 0.24;
  --b2b-v305-hero-wash-center: rgba(255, 255, 255, 0.96);
  --b2b-v305-hero-wash-mid: rgba(255, 255, 255, 0.54);
  --b2b-v305-hero-wash-edge: rgba(255, 255, 255, 0.08);
}

body.home .hero {
  --font-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
  position: relative;
  isolation: isolate;
}

body.home .hero-factory-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  pointer-events: none;
}

body.home .hero-factory-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.home .hero-side-depth {
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 42% 18%, rgba(255,255,255,.82) 0%, rgba(255,255,255,0) 32%),
    linear-gradient(90deg, rgba(100,126,143,.14) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(100,126,143,.08) 0 1px, transparent 1px 100%);
}

body.home .hero-side-depth--left {
  left: 0;
}

body.home .hero-side-depth--right {
  right: 0;
  transform: scaleX(-1);
}

body.home .hero-center-wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

body.home .hero-bottom-wash {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

body.home .fusion-zone {
  position: relative;
  z-index: 4;
}

body.home .product-shadow {
  position: absolute;
  border-radius: 999px;
  background: rgba(7,21,35,.095);
  filter: blur(24px);
  z-index: 1;
}

body.home .hero-product-image {
  position: absolute;
  left: 50%;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  display: block;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}

body.home .bottom-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 760px) {
  :root {
    --b2b-v305-factory-opacity: 0.24;
    --b2b-v305-factory-side-opacity: 0.10;
  }
}

@media (max-width: 900px) {
.b2b-v4-home-grid {
        grid-template-columns: 1fr;
    }
}

body.home .trust-strip {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(11, 24, 40, 0.052);
  backdrop-filter: blur(12px);
}

body.home .trust-item {
  background: rgba(255,255,255,.18);
}

@media (max-width: 760px) {
body.home .hero-factory-bg::before {
    background:
      linear-gradient(90deg, rgba(255,255,255,.40) 0%, rgba(255,255,255,.82) 28%, rgba(255,255,255,.96) 50%, rgba(255,255,255,.82) 72%, rgba(255,255,255,.40) 100%),
      linear-gradient(180deg, rgba(255,255,255,.66) 0%, rgba(255,255,255,.26) 48%, rgba(235,244,248,.68) 100%);
  }
}

body.home .hero {
  min-height: 850px;
  background:
    linear-gradient(180deg, var(--b2b-color-surface) 0%, var(--b2b-color-primary-soft) 78%, var(--b2b-color-primary-soft) 100%);
  overflow: hidden;
}

body.home .hero-factory-bg {
  opacity: .30;
  filter: grayscale(1) saturate(.38) contrast(.96) brightness(1.04);
  transform: scale(1.03);
  background-position: center 42%;
}

body.home .hero-factory-bg::before {
  background:
    linear-gradient(90deg,
      rgba(242, 247, 249, 0.42) 0%,
      rgba(247, 250, 252, 0.18) 16%,
      rgba(255, 255, 255, 0.66) 36%,
      rgba(255, 255, 255, 0.94) 50%,
      rgba(255, 255, 255, 0.66) 64%,
      rgba(247, 250, 252, 0.18) 84%,
      rgba(242, 247, 249, 0.42) 100%),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.14) 44%,
      rgba(233, 241, 245, 0.82) 100%);
}

body.home .hero-side-depth {
  bottom: 146px;
  width: 38vw;
  min-width: 430px;
  max-width: 620px;
  opacity: .16;
  mix-blend-mode: multiply;
  background-size: auto, 74px 100%, 100% 82px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.82) 36%, rgba(0,0,0,.32) 68%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.82) 36%, rgba(0,0,0,.32) 68%, transparent 100%);
}

body.home .hero-center-wash {
  background:
    radial-gradient(ellipse at 50% 24%,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.97) 24%,
      rgba(255,255,255,.74) 40%,
      rgba(255,255,255,.24) 58%,
      rgba(255,255,255,0) 78%),
    linear-gradient(180deg,
      rgba(255,255,255,.24) 0%,
      rgba(255,255,255,.04) 48%,
      rgba(235,244,248,.52) 100%);
}

body.home .hero-bottom-wash {
  height: 286px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(232,241,246,.34) 42%, var(--b2b-color-primary-soft) 100%);
}

body.home .hero .hero-kicker,
body.home .hero .kicker.hero-kicker {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  color: var(--b2b-color-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.home .hero .hero-kicker::before,
body.home .hero .hero-kicker::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--b2b-color-muted);
  opacity: .55;
  flex: 0 0 auto;
}

body.home .hero .hero-kicker-text {
  display: inline-block;
}

body.home .hero h1,
body.home .hero-content h1 {
  max-width: 980px;
  margin-top: 22px;
  margin-bottom: 0;
  color: var(--b2b-v306-ink);
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.052em;
  font-weight: 690;
}

body.home .hero p,
body.home .hero-content p {
  max-width: 760px;
  margin-top: 28px;
  color: var(--b2b-v306-muted);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 430;
  letter-spacing: .002em;
}

body.home .hero-actions {
  gap: 14px;
  margin-top: 34px;
}

body.home .hero .btn {
  height: 50px;
  padding: 0 27px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.012em;
  box-shadow: none;
}

body.home .hero .btn-primary {
  background: var(--b2b-color-ink);
  color: #fff;
  box-shadow: 0 16px 34px rgba(7, 21, 37, 0.14);
}

body.home .hero .btn-secondary {
  color: var(--b2b-color-secondary);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(7, 21, 37, 0.10);
}

body.home .fusion-zone {
  height: 388px;
  margin-top: 30px;
}

body.home .product-fusion-layer {
  top: 8px;
  width: min(1240px, 94vw);
  height: 286px;
  opacity: 1;
}

body.home .product-fusion-layer::before {
  inset: -36px -72px 0;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(255,255,255,.40) 0%, rgba(255,255,255,.12) 28%, rgba(255,255,255,0) 58%),
    linear-gradient(180deg, rgba(255,255,255,.52) 0%, rgba(255,255,255,0) 20%, rgba(232,240,244,0) 72%, rgba(232,240,244,.48) 100%);
}

body.home .product-shadow {
  left: 16%;
  right: 16%;
  bottom: 48px;
  height: 42px;
  opacity: .30;
}

body.home .hero-product-image {
  bottom: 12px;
  width: min(1200px, 92vw);
  filter: saturate(1.02) contrast(1.02) brightness(1);
  opacity: 1;
}

body.home .bottom-fade {
  height: 110px;
  background: linear-gradient(180deg, rgba(238,245,248,0) 0%, rgba(238,245,248,.44) 58%, var(--b2b-color-primary-soft) 100%);
}

body.home .trust-strip,
body.home .trust-strip.trust-strip--proof {
  min-height: 72px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(7,21,37,.09);
  border-radius: 22px;
  box-shadow: var(--b2b-v306-shadow-soft);
  backdrop-filter: blur(14px);
}

body.home .trust-item,
body.home .trust-item.trust-item--proof {
  min-height: 72px;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  border-right: 1px solid rgba(7,21,37,.08);
  background: transparent;
}

body.home .trust-item:last-child {
  border-right: 0;
}

body.home .trust-copy {
  min-width: 0;
}

body.home .trust-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: var(--b2b-color-muted);
  background: var(--b2b-color-primary-soft);
  border: 1px solid rgba(109,139,162,.18);
}

body.home .trust-icon svg,
body.home .trust-icon i {
  width: 14px;
  height: 14px;
}

body.home .trust-item h3 {
  margin: 0;
  color: var(--b2b-color-secondary);
  font-weight: 660;
  letter-spacing: -0.012em;
}

body.home .trust-item p {
  display: none;
}

/* -------------------------------------------------------------------------
 * 03. Featured Product Lines / homepage product entry
 * ---------------------------------------------------------------------- */

body.home .hero + .b2b-home-ia-products {
  padding-top: 74px;
  background: linear-gradient(180deg, var(--b2b-color-primary-soft) 0%, var(--b2b-color-soft) 44%, #ffffff 100%);
}

body.home .b2b-home-ia-products .container {
  width: min(100% - 48px, 1360px);
}

body.home .b2b-home-ia-products .b2b-home-ux-badge {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--b2b-color-muted);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.home .b2b-home-ia-products-head h2,
body.home .b2b-home-ia-section-head.b2b-home-ia-products-head h2 {
  margin-top: 14px;
  color: var(--b2b-color-ink);
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.07;
  letter-spacing: -0.045em;
  font-weight: 700;
}

body.home .b2b-home-ia-products-subtitle-row {
  gap: 24px;
}

body.home .b2b-home-ia-products-subtitle-row p,
body.home .b2b-home-ia-section-head.b2b-home-ia-products-head .b2b-home-ia-products-subtitle-row p {
  margin: 0;
  color: var(--b2b-color-muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 430;
}

body.home .b2b-home-ia-view-all {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(7,21,37,.09);
  background: rgba(255,255,255,.72);
  color: var(--b2b-color-secondary);
  font-size: 14px;
  font-weight: 650;
  box-shadow: none;
}

body.home .b2b-home-ia-product-card,
body.home .b2b-home-ia-product-card.no-image {
  border: 1px solid rgba(7,21,37,.06);
  overflow: hidden;
}

body.home .b2b-home-ia-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(7,21,37,.10);
  box-shadow: 0 16px 36px rgba(5,18,31,.06);
}

body.home .b2b-home-ia-product-image {
  transform: scale(1.01);
}

body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary i,
body.home .b2b-home-ia-view-all i {
  width: 14px;
  height: 14px;
}

@media (max-width: 1100px) {
body.home .hero {
    min-height: 800px;
  }

body.home .trust-strip,
body.home .trust-strip.trust-strip--proof {
    grid-template-columns: 1fr 1fr;
  }

body.home .trust-item,
body.home .trust-item.trust-item--proof {
    min-height: 68px;
  }

body.home .trust-item:nth-child(2) {
    border-right: 0;
  }

body.home .trust-item:nth-child(1),
body.home .trust-item:nth-child(2) {
    border-bottom: 1px solid rgba(7,21,37,.08);
  }

body.home .b2b-home-ia-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
body.home .hero {
    min-height: auto;
  }

body.home .hero .hero-kicker,
body.home .hero .kicker.hero-kicker {
    gap: 8px;
    font-size: 11px;
    letter-spacing: .11em;
  }

body.home .hero .hero-kicker::before,
body.home .hero .hero-kicker::after {
    width: 18px;
  }

body.home .hero h1,
body.home .hero-content h1 {
    font-size: clamp(39px, 9vw, 58px);
    line-height: 1.03;
  }

body.home .hero p,
body.home .hero-content p {
    max-width: 94%;
    font-size: 16px;
    line-height: 1.65;
    margin-top: 20px;
  }

body.home .hero-actions {
    margin-top: 26px;
  }

body.home .hero .btn {
    height: 46px;
    font-size: 14px;
    padding: 0 20px;
  }

body.home .hero-factory-bg {
    opacity: .22;
  }

body.home .hero-side-depth {
    display: none;
  }

body.home .hero-center-wash {
    background:
      radial-gradient(ellipse at 50% 22%, rgba(255,255,255,1) 0%, rgba(255,255,255,.96) 34%, rgba(255,255,255,.54) 58%, rgba(255,255,255,0) 78%),
      linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.08) 48%, rgba(235,244,248,.60) 100%);
  }

body.home .fusion-zone {
    height: 432px;
    margin-top: 18px;
  }

body.home .product-fusion-layer {
    top: 8px;
    height: 220px;
    width: 980px;
    max-width: 148vw;
  }

body.home .hero-product-image {
    width: 980px;
    max-width: 148vw;
    bottom: 6px;
  }

body.home .trust-strip,
body.home .trust-strip.trust-strip--proof {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

body.home .trust-item,
body.home .trust-item.trust-item--proof {
    min-height: 60px;
    padding: 0 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(7,21,37,.08);
  }

body.home .trust-item:nth-child(1),
body.home .trust-item:nth-child(2) {
    border-bottom: 1px solid rgba(7,21,37,.08);
  }

body.home .trust-item:last-child {
    border-bottom: 0;
  }

body.home .trust-item h3 {
    font-size: 13px;
  }

body.home .hero + .b2b-home-ia-products {
    padding-top: 54px;
  }

body.home .b2b-home-ia-products .container {
    width: min(100% - 28px, 1360px);
  }

body.home .b2b-home-ia-products-subtitle-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

body.home .b2b-home-ia-product-grid {
    gap: 16px;
  }

body.home .b2b-home-ia-product-media,
body.home .b2b-home-ia-product-media.has-image,
body.home .b2b-home-ia-product-media.no-image {
    min-height: 210px;
    height: 210px;
  }
}

body.home .trust-strip-wrap {
  bottom: 14px;
}

body.home .trust-strip,
body.home .trust-strip.trust-strip--proof {
  width: min(1180px, calc(100% - 68px));
}

body.home .trust-item,
body.home .trust-item.trust-item--proof {
  padding: 0 18px;
}

body.home .trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.home .trust-icon svg,
body.home .trust-icon i {
  display: block;
  margin: auto;
}

body.home .trust-copy {
  overflow: hidden;
}

body.home .trust-item h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 1.2;
}

@media (max-width: 1100px) {
body.home .trust-strip,
body.home .trust-strip.trust-strip--proof {
    width: calc(100% - 48px);
  }

body.home .trust-item,
body.home .trust-item.trust-item--proof {
    padding: 0 16px;
  }

body.home .trust-item h3 {
    font-size: 12.5px;
  }
}

@media (max-width: 760px) {
body.home .trust-strip-wrap {
    bottom: 18px;
  }

body.home .trust-item h3 {
    white-space: nowrap;
  }
}

body.home .hero-content {
  padding-top: 50px;
}

body.home .trust-item,
body.home .trust-item.trust-item--proof {
  align-items: center;
}

body.home .trust-copy {
  display: flex;
  align-items: center;
  min-height: 30px;
}

body.home .trust-icon {
  transform: translateY(0);
}

@media (max-width: 760px) {
body.home .hero-content {
    padding-top: 40px;
  }
}

body.home .hero-actions .btn,
body.home .b2b-home-oem-actions .b2b-home-ia-btn,
/* -------------------------------------------------------------------------
 * 04. Shared homepage action buttons and cross-module CTA controls
 * ---------------------------------------------------------------------- */

body.home .b2b-home-faq-cta-button,
body.home .b2b-home-ia-product-sourcing-link,
.b2b-mobile-header-cta {
  font-family: var(--b2b-font-sans, inherit);
  font-weight: 700;
  letter-spacing: -0.006em;
  border-radius: 999px;
  transition:
    transform .22s ease,
    border-color .22s ease,
    background-color .22s ease,
    color .22s ease,
    box-shadow .22s ease;
}

body.home .hero-actions .btn-primary,
body.home .b2b-home-oem-actions .b2b-home-ia-btn-primary,
body.home .b2b-home-faq-cta-button-primary,
body.home .b2b-home-ia-product-sourcing-link,
.b2b-mobile-header-cta {
  background: var(--b2b-color-ink);
  color: #ffffff;
  border: 1px solid rgba(7, 17, 31, .92);
  box-shadow: 0 14px 30px rgba(7, 17, 31, .14);
  text-decoration: none;
}

body.home .hero-actions .btn-primary:hover,
body.home .b2b-home-oem-actions .b2b-home-ia-btn-primary:hover,
body.home .b2b-home-faq-cta-button-primary:hover,
body.home .b2b-home-ia-product-sourcing-link:hover,
.b2b-mobile-header-cta:hover {
  transform: translateY(-1px);
  background: var(--b2b-color-primary);
  border-color: rgba(16, 36, 58, .96);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(7, 17, 31, .18);
}

body.home .hero-actions .btn-secondary,
body.home .b2b-home-oem-actions .b2b-home-ia-btn-secondary,
body.home .b2b-home-faq-cta-button-secondary,
body.home .b2b-home-ia-view-all {
  background: rgba(255, 255, 255, .78);
  color: var(--b2b-color-primary);
  border: 1px solid rgba(200, 211, 226, .9);
  box-shadow: 0 8px 20px rgba(12, 31, 58, .045);
  text-decoration: none;
}

body.home .hero-actions .btn-secondary:hover,
body.home .b2b-home-oem-actions .b2b-home-ia-btn-secondary:hover,
body.home .b2b-home-faq-cta-button-secondary:hover,
body.home .b2b-home-ia-view-all:hover {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: rgba(29, 95, 191, .28);
  color: var(--b2b-color-secondary);
  box-shadow: 0 12px 28px rgba(12, 31, 58, .07);
}

/* -------------------------------------------------------------------------
 * 05. Factory / Capability proof section
 * ---------------------------------------------------------------------- */

body.home .b2b-home-ia-factory-proof {
  background: linear-gradient(180deg, var(--b2b-color-primary-soft) 0%, #ffffff 88%);
}

body.home .b2b-home-ia-factory-proof-layout {
  display: grid;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(223, 232, 242, .9);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(13, 34, 58, .06);
}

body.home .b2b-home-ia-factory-proof-layout.has-no-metrics {
  grid-template-columns: 1fr;
}

body.home .b2b-home-ia-factory-proof-copy {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, .16), transparent 34%),
    linear-gradient(135deg, var(--b2b-color-secondary) 0%, var(--b2b-color-secondary) 60%, var(--b2b-color-secondary) 100%);
  color: #ffffff;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

body.home .b2b-home-ia-factory-proof-copy::after {
  content: "";
  position: absolute;
  right: -130px;
  top: -145px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .14);
  pointer-events: none;
}

body.home .b2b-home-ia-factory-proof-copy .b2b-home-ux-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .78);
  box-shadow: none;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 850;
}

body.home .b2b-home-ia-factory-proof-copy .b2b-home-ux-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  opacity: .88;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .11);
}

body.home .b2b-home-ia-factory-proof-copy h2 {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3.15vw, 36px);
  line-height: 1.08;
  font-weight: 600;
}

body.home .b2b-home-ia-factory-proof-text {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.72;
}

body.home .b2b-home-ia-factory-proof-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

body.home .b2b-home-ia-factory-proof-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: var(--b2b-color-secondary);
  background: #ffffff;
  border-radius: 999px;
  padding: 11px 17px;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(4, 32, 76, .16);
  white-space: nowrap;
}

body.home .b2b-home-ia-factory-proof-link::after {
  content: "→";
  font-size: 14px;
}

body.home .b2b-home-ia-factory-proof-metrics {
  display: grid;
}

body.home .b2b-home-ia-factory-proof-layout.metrics-count-3 .b2b-home-ia-factory-proof-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .b2b-home-ia-factory-proof-layout.metrics-count-3 .b2b-home-ia-factory-proof-metric {
  min-height: 152px;
}

body.home .b2b-home-ia-factory-proof-layout.metrics-count-4 .b2b-home-ia-factory-proof-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home .b2b-home-ia-factory-proof-metric {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--b2b-color-soft);
  text-align: left;
}

body.home .b2b-home-ia-factory-proof-metric::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--b2b-color-primary-soft);
  pointer-events: none;
}

body.home .b2b-home-ia-factory-proof-metric > span {
  display: none;
}

body.home .b2b-home-ia-factory-proof-metric strong {
  position: relative;
  z-index: 1;
  display: block;
  white-space: nowrap;
}

body.home .b2b-home-ia-factory-proof-metric small {
  position: relative;
  z-index: 1;
  display: block;
  text-transform: none;
}

body.home .b2b-home-ia-factory-proof-visuals {
  grid-column: 1 / -1;
  min-width: 0;
  padding: 22px;
  border-top: 1px solid var(--b2b-color-soft);
  background: linear-gradient(180deg, #ffffff 0%, var(--b2b-color-surface) 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 16px;
  outline: none;
  scroll-margin: 24vh;
}

body.home .b2b-home-ia-factory-proof-visuals.has-single-image {
  grid-template-columns: 1fr;
}

body.home .b2b-home-ia-factory-proof-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 0;
  border-radius: 22px;
  background: var(--b2b-color-primary-soft);
  box-shadow: none;
}

body.home .b2b-home-ia-factory-proof-media::after {
  display: none;
}

body.home .b2b-home-ia-factory-proof-media-main,
body.home .b2b-home-ia-factory-proof-visuals.has-single-image .b2b-home-ia-factory-proof-media {
  min-height: 330px;
}

body.home .b2b-home-ia-factory-proof-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.home .b2b-home-ia-factory-proof-media-thumb {
  min-height: 157px;
  border-radius: 22px;
}

body.home .b2b-home-ia-factory-proof-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  filter: saturate(.92) contrast(.98);
}

body.home .b2b-home-ia-factory-proof-media figcaption {
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .78);
  color: var(--b2b-color-ink);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 750;
  box-shadow: 0 8px 20px rgba(13, 34, 58, .10);
  backdrop-filter: blur(10px);
}

body.home .b2b-home-ia-factory-proof-media-main figcaption {
  display: none;
}

@media (max-width: 960px) {
body.home .b2b-home-ia-factory-proof-copy {
    min-height: 292px;
  }

body.home .b2b-home-ia-factory-proof-visuals {
    grid-template-columns: 1fr;
  }

body.home .b2b-home-ia-factory-proof-media-main,
body.home .b2b-home-ia-factory-proof-visuals.has-single-image .b2b-home-ia-factory-proof-media {
    min-height: 280px;
  }

body.home .b2b-home-ia-factory-proof-media-thumb {
    min-height: 180px;
  }
}

@media (max-width: 620px) {
body.home .b2b-home-ia-factory-proof-layout {
    border-radius: 26px;
  }

body.home .b2b-home-ia-factory-proof-copy,
body.home .b2b-home-ia-factory-proof-metrics {
    padding: 24px;
  }

body.home .b2b-home-ia-factory-proof-copy h2 {
    font-size: 30px;
  }

body.home .b2b-home-ia-factory-proof-metrics,
body.home .b2b-home-ia-factory-proof-layout.metrics-count-1 .b2b-home-ia-factory-proof-metrics,
body.home .b2b-home-ia-factory-proof-layout.metrics-count-2 .b2b-home-ia-factory-proof-metrics,
body.home .b2b-home-ia-factory-proof-layout.metrics-count-3 .b2b-home-ia-factory-proof-metrics,
body.home .b2b-home-ia-factory-proof-layout.metrics-count-4 .b2b-home-ia-factory-proof-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
  }

body.home .b2b-home-ia-factory-proof-metric strong {
    font-size: 28px;
  }

body.home .b2b-home-ia-factory-proof-visuals {
    padding: 16px;
    gap: 12px;
  }

body.home .b2b-home-ia-factory-proof-gallery-thumbs {
    grid-template-columns: 1fr;
    gap: 12px;
  }

body.home .b2b-home-ia-factory-proof-media-main,
body.home .b2b-home-ia-factory-proof-media-thumb,
body.home .b2b-home-ia-factory-proof-visuals.has-single-image .b2b-home-ia-factory-proof-media {
    min-height: 220px;
    border-radius: 18px;
  }
}

/* -------------------------------------------------------------------------
 * 06. FAQ conversion block
 * ---------------------------------------------------------------------- */

body.home .b2b-home-faq-cta {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, var(--b2b-color-soft) 100%);
}

body.home .b2b-home-faq-cta-layout {
  overflow: hidden;
  display: grid;
  align-items: stretch;
  border: 1px solid rgba(7, 21, 35, .075);
  border-radius: 32px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 54px rgba(13,34,58,.06);
}

body.home .b2b-home-faq-cta-copy {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(7, 21, 35, .06);
}

body.home .b2b-home-faq-cta-copy::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -170px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px solid rgba(31,111,214,.10);
  pointer-events: none;
}

body.home .b2b-home-faq-cta-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  border: 1px solid rgba(7,21,35,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--b2b-color-primary);
  text-transform: uppercase;
}

body.home .b2b-home-faq-cta-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--b2b-color-secondary);
  box-shadow: 0 0 0 5px rgba(31,111,214,.10);
}

body.home .b2b-home-faq-cta-copy h2,
body.home .b2b-home-faq-cta-head h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--b2b-color-ink);
  text-wrap: balance;
}

body.home .b2b-home-faq-cta-copy p,
body.home .b2b-home-faq-cta-head p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  max-width: 660px;
}

body.home .b2b-home-faq-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

body.home .b2b-home-faq-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

body.home .b2b-home-faq-cta-button svg,
body.home .b2b-home-faq-cta-button i {
  width: 15px;
  height: 15px;
}

body.home .b2b-home-faq-cta-button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--b2b-color-secondary), var(--b2b-color-secondary));
  box-shadow: 0 16px 32px rgba(31,111,214,.18);
}

body.home .b2b-home-faq-cta-button-secondary {
  color: var(--b2b-color-secondary);
  background: #fff;
  border: 1px solid rgba(7,21,35,.08);
  box-shadow: 0 8px 22px rgba(13,34,58,.035);
}

body.home .b2b-home-faq-cta-points {
  position: relative;
  z-index: 1;
  display: grid;
}

body.home .b2b-home-faq-cta-point {
  display: grid;
  align-items: start;
  color: var(--b2b-color-muted);
}

body.home .b2b-home-faq-cta-point > span {
  display: grid;
  place-items: center;
  color: var(--b2b-color-primary);
  background: var(--b2b-color-primary-soft);
  font-weight: 850;
}

body.home .b2b-home-faq-cta-point p {
  margin: 0;
  color: var(--b2b-color-muted);
}

body.home .b2b-home-faq-cta-point strong {
  display: block;
  color: var(--b2b-color-ink);
}

body.home .b2b-home-faq-cta-panel {
  background: linear-gradient(180deg,#ffffff 0%,var(--b2b-color-surface) 100%);
}

body.home .b2b-home-faq-cta-head .b2b-home-faq-cta-badge {
  margin-bottom: 22px;
  box-shadow: none;
}

body.home .b2b-home-faq-cta-item {
  border-bottom: 1px solid rgba(7,21,35,.07);
}

body.home .b2b-home-faq-cta-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--b2b-color-ink);
}

body.home .b2b-home-faq-cta-item summary::-webkit-details-marker {
  display: none;
}

body.home .b2b-home-faq-cta-item summary svg,
body.home .b2b-home-faq-cta-item summary i {
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--b2b-color-muted);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

body.home .b2b-home-faq-cta-item[open] summary svg,
body.home .b2b-home-faq-cta-item[open] summary i {
  transform: rotate(180deg);
  background: var(--b2b-color-primary-soft);
  color: var(--b2b-color-secondary);
}

body.home .b2b-home-faq-cta-item > div p {
  margin: 0;
}

body.home .b2b-home-faq-cta-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--b2b-color-muted);
}

@media (max-width: 980px) {
body.home .b2b-home-faq-cta-copy {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(7,21,35,.06);
  }
}

@media (max-width: 640px) {
body.home .b2b-home-faq-cta-layout {
    border-radius: 26px;
  }

body.home .b2b-home-faq-cta-item > div {
    padding-right: 0;
  }

body.home .b2b-home-faq-cta-bottom {
    display: block;
  }

body.home .b2b-home-faq-cta-bottom .b2b-home-ia-text-link {
    margin-top: 12px;
  }
}

body.home .b2b-home-faq-cta-layout {
  min-height: 0;
}

body.home .b2b-home-faq-cta-copy {
  min-height: 0;
  justify-content: flex-start;
}

body.home .b2b-home-faq-cta-copy h2 {
  font-size: clamp(28px, 2.75vw, 36px);
  line-height: 1.08;
}

body.home .b2b-home-faq-cta-copy p {
  margin-top: 16px;
}

body.home .b2b-home-faq-cta-head h2 {
  font-size: clamp(30px, 2.75vw, 38px);
}

body.home .b2b-home-faq-cta-item > div {
  padding-bottom: 17px;
}

@media (max-width: 640px) {
body.home .b2b-home-faq-cta {
    padding: 48px 0 64px;
  }
}

body.home .b2b-home-faq-cta .container.b2b-home-faq-cta-layout {
  width: min(100% - 48px, 1320px);
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.home .b2b-home-faq-cta-layout {
  grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr);
}

@media (max-width: 1180px) {
body.home .b2b-home-faq-cta .container.b2b-home-faq-cta-layout {
    width: min(100% - 40px, 1320px);
  }
}

@media (max-width: 640px) {
body.home .b2b-home-faq-cta .container.b2b-home-faq-cta-layout {
    width: min(100% - 28px, 1320px);
  }
}

body.home .b2b-home-ia-factory-proof-copy h2 {
  letter-spacing: -0.014em;
}

body.home .b2b-home-ia-factory-proof-text {
  letter-spacing: 0;
}

body.home .b2b-home-ia-factory-proof-media figcaption {
  letter-spacing: 0;
}

body.home .b2b-home-ia-factory-proof-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(18px, 2vw, 22px);
}

body.home .b2b-home-ia-factory-proof-metric {
  min-height: auto;
  padding: clamp(14px, 1.45vw, 18px);
  border-color: rgba(15, 35, 56, 0.055);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.9));
  box-shadow: 0 10px 24px rgba(7, 21, 35, 0.032);
}

body.home .b2b-home-ia-factory-proof-metric span {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: rgba(29, 95, 191, 0.075);
  color: rgba(18, 61, 124, 0.78);
}

body.home .b2b-home-ia-factory-proof-metric svg,
body.home .b2b-home-ia-factory-proof-metric i {
  width: 14px;
  height: 14px;
}

body.home .b2b-home-ia-factory-proof-metric small {
  margin-top: 7px;
  letter-spacing: -0.004em;
}

body.home .b2b-home-ia-factory-proof-layout.metrics-count-1 .b2b-home-ia-factory-proof-metrics {
  grid-template-columns: minmax(0, 1fr);
}

body.home .b2b-home-ia-factory-proof-layout.metrics-count-2 .b2b-home-ia-factory-proof-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 760px) {
body.home .b2b-home-ia-factory-proof-metrics {
    grid-template-columns: 1fr;
  }
}

body.home .b2b-home-ia-factory-proof-layout {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
}

body.home .b2b-home-ia-factory-proof-copy {
  padding: clamp(32px, 3.4vw, 38px) clamp(32px, 3.6vw, 40px);
}

body.home .b2b-home-ia-factory-proof-metrics {
  align-self: center;
  align-content: center;
  margin: 0;
  padding: clamp(22px, 2.8vw, 30px) clamp(22px, 3.3vw, 34px);
  gap: clamp(10px, 1.05vw, 12px);
  background: linear-gradient(180deg, #ffffff 0%, var(--b2b-color-surface) 100%);
}

body.home .b2b-home-ia-factory-proof-layout.metrics-count-3 .b2b-home-ia-factory-proof-metrics,
body.home .b2b-home-ia-factory-proof-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .b2b-home-ia-factory-proof-metric,
body.home .b2b-home-ia-factory-proof-layout.metrics-count-3 .b2b-home-ia-factory-proof-metric {
  min-height: 96px;
  padding: 16px 18px 15px;
  border-color: rgba(15, 35, 56, 0.05);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(249, 252, 255, .9));
  box-shadow: 0 8px 18px rgba(7, 21, 35, .026);
}

body.home .b2b-home-ia-factory-proof-metric::after {
  width: 64px;
  height: 64px;
  right: -34px;
  top: -36px;
  opacity: .42;
}

body.home .b2b-home-ia-factory-proof-metric strong {
  color: rgba(18, 61, 124, .84);
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.02;
  letter-spacing: -0.018em;
  margin-bottom: 8px;
  font-weight: var(--b2b-type-semibold, 600);
}

body.home .b2b-home-ia-factory-proof-metric small {
  color: var(--b2b-color-muted);
  font-size: 12px;
  line-height: 1.32;
  font-weight: var(--b2b-type-medium, 500);
}

@media (max-width: 960px) {
body.home .b2b-home-ia-factory-proof-layout {
    grid-template-columns: 1fr;
  }

body.home .b2b-home-ia-factory-proof-metrics {
    padding: 20px;
  }
}

@media (max-width: 620px) {
body.home .b2b-home-ia-factory-proof-metrics,
body.home .b2b-home-ia-factory-proof-layout.metrics-count-1 .b2b-home-ia-factory-proof-metrics,
body.home .b2b-home-ia-factory-proof-layout.metrics-count-2 .b2b-home-ia-factory-proof-metrics,
body.home .b2b-home-ia-factory-proof-layout.metrics-count-3 .b2b-home-ia-factory-proof-metrics {
    grid-template-columns: 1fr;
  }

body.home .b2b-home-ia-factory-proof-metric,
body.home .b2b-home-ia-factory-proof-layout.metrics-count-3 .b2b-home-ia-factory-proof-metric {
    min-height: auto;
  }
}

body.home .b2b-home-faq-cta {
  padding: clamp(54px, 6.2vw, 84px) var(--b2b-home-container-gutter, 24px);
}

body.home .b2b-home-faq-cta > .container.b2b-home-faq-cta-layout {
  width: 100%;
  max-width: var(--b2b-home-container-width, 1280px);
  border-color: rgba(200, 211, 226, 0.78);
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(12, 31, 58, 0.07);
}

body.home .b2b-home-faq-cta-copy {
  padding: clamp(30px, 3vw, 40px) clamp(28px, 3vw, 38px);
  background:
    radial-gradient(circle at 0% 0%, rgba(29, 95, 191, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--b2b-color-soft) 100%);
}

body.home .b2b-home-faq-cta-copy::after {
  opacity: .55;
}

body.home .b2b-home-faq-cta-badge {
  margin-bottom: 16px;
  padding: 7px 11px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.075em;
  box-shadow: none;
}

body.home .b2b-home-faq-cta-copy h2,
body.home .b2b-home-faq-cta-head h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.006em;
}

body.home .b2b-home-faq-cta-copy h2 {
  max-width: 390px;
}

body.home .b2b-home-faq-cta-copy p,
body.home .b2b-home-faq-cta-head p {
  margin-top: 13px;
  color: var(--b2b-color-muted);
  font-size: 15.5px;
  line-height: 1.68;
  font-weight: 400;
  letter-spacing: 0;
}

body.home .b2b-home-faq-cta-copy p {
  max-width: 410px;
}

body.home .b2b-home-faq-cta-actions {
  gap: 10px;
  margin-top: 24px;
}

body.home .b2b-home-faq-cta-button {
  min-height: 40px;
  padding: 0 16px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

body.home .b2b-home-faq-cta-points {
  gap: 14px;
  margin-top: 26px;
}

body.home .b2b-home-faq-cta-point {
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 11px;
  font-size: 13px;
  line-height: 1.55;
}

body.home .b2b-home-faq-cta-point > span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  font-size: 13px;
}

body.home .b2b-home-faq-cta-point svg,
body.home .b2b-home-faq-cta-point i {
  width: 14px;
  height: 14px;
}

body.home .b2b-home-faq-cta-point strong {
  margin-bottom: 4px;
  font-size: 13.5px;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: -0.002em;
}

body.home .b2b-home-faq-cta-panel {
  padding: clamp(30px, 3vw, 40px) clamp(30px, 3.5vw, 48px);
}

body.home .b2b-home-faq-cta-head {
  margin-bottom: 20px;
}

body.home .b2b-home-faq-cta-head h2 {
  max-width: 620px;
}

body.home .b2b-home-faq-cta-head p {
  max-width: 650px;
}

body.home .b2b-home-faq-cta-list {
  display: grid;
  gap: 10px;
  border-top: 0;
}

body.home .b2b-home-faq-cta-item {
  overflow: hidden;
  border: 1px solid rgba(200, 211, 226, 0.78);
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(12, 31, 58, 0.035);
}

body.home .b2b-home-faq-cta-item summary {
  padding: 18px 20px;
  font-size: clamp(15px, 1.05vw, 16px);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.002em;
}

body.home .b2b-home-faq-cta-item summary svg,
body.home .b2b-home-faq-cta-item summary i {
  width: 26px;
  height: 26px;
  padding: 7px;
  background: var(--b2b-color-soft);
}

body.home .b2b-home-faq-cta-item > div {
  max-width: 700px;
  padding: 0 58px 19px 20px;
  color: var(--b2b-color-muted);
  font-size: 15px;
  line-height: 1.68;
}

body.home .b2b-home-faq-cta-bottom {
  margin-top: 20px;
  font-size: 13px;
}

@media (max-width: 980px) {
body.home .b2b-home-faq-cta-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
body.home .b2b-home-faq-cta {
    padding-top: 46px;
    padding-bottom: 58px;
  }

body.home .b2b-home-faq-cta-copy,
body.home .b2b-home-faq-cta-panel {
    padding: 26px 20px;
  }

body.home .b2b-home-faq-cta-copy h2,
body.home .b2b-home-faq-cta-head h2 {
    font-size: 28px;
  }

body.home .b2b-home-faq-cta-item summary {
    padding: 17px 18px;
  }

body.home .b2b-home-faq-cta-item > div {
    padding: 0 18px 18px;
  }
}

/* -------------------------------------------------------------------------
 * 07. Homepage Inquiry CTA / RFQ conversion block
 * ---------------------------------------------------------------------- */

body.home .b2b-home-ux-inquiry > .container {
  box-sizing: border-box;
}

body.home .b2b-home-ux-inquiry > .container::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, .46), transparent 72%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .46), transparent 72%);
  pointer-events: none;
}

body.home .b2b-home-ux-inquiry > .container::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 50%;
  pointer-events: none;
}

body.home .b2b-home-ux-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, .78fr);
  gap: 72px;
  align-items: center;
}

body.home .b2b-home-ux-inquiry .b2b-home-ux-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 26px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .82);
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

body.home .b2b-home-ux-inquiry .b2b-home-ux-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--b2b-color-accent);
  box-shadow: 0 0 0 6px rgba(217, 164, 65, .13);
}

body.home .b2b-home-ux-inquiry-copy h2 {
  margin: 0;
  color: #fff;
}

body.home .b2b-home-ux-inquiry-copy p {
  margin: 24px 0 0;
  opacity: 1;
}

body.home .b2b-home-ux-inquiry-copy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

body.home .b2b-home-ux-inquiry-copy li {
  display: grid;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  line-height: 1.4;
  backdrop-filter: blur(12px);
}

body.home .b2b-home-ux-inquiry-copy li svg,
body.home .b2b-home-ux-inquiry-copy li i {
  border: 1px solid rgba(217, 164, 65, .28);
  border-radius: 50%;
  background: rgba(217, 164, 65, .18);
  color: var(--b2b-color-accent);
}

body.home .b2b-home-ux-inquiry-copy li span {
  display: block;
  color: #fff;
}

body.home .b2b-home-ux-inquiry-form-card {
  position: relative;
  justify-self: end;
  width: min(100%, 520px);
  border: 0;
  background: rgba(255, 255, 255, .96);
  color: var(--b2b-color-ink);
  overflow: hidden;
}

body.home .b2b-home-ux-inquiry-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--b2b-color-primary-soft) 0%, var(--b2b-color-secondary) 48%, var(--b2b-color-accent) 100%);
}

body.home .b2b-home-ux-inquiry-form-card h3 {
  color: var(--b2b-color-ink);
  text-align: left;
}

body.home .b2b-home-ux-form {
  display: grid;
}

body.home .b2b-home-ux-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home .b2b-home-ux-form label {
  display: block;
  color: var(--b2b-color-muted);
  text-transform: uppercase;
}

body.home .b2b-home-ux-form input,
body.home .b2b-home-ux-form select,
body.home .b2b-home-ux-form textarea {
  width: 100%;
  border: 1px solid var(--b2b-color-primary-soft);
  background: var(--b2b-color-surface);
  color: var(--b2b-color-ink);
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body.home .b2b-home-ux-form input,
body.home .b2b-home-ux-form select {
  padding: 0 15px;
}

body.home .b2b-home-ux-form textarea {
  padding: 14px 15px;
  resize: vertical;
}

body.home .b2b-home-ux-form input:focus,
body.home .b2b-home-ux-form select:focus,
body.home .b2b-home-ux-form textarea:focus {
  border-color: rgba(31, 111, 214, .55);
  box-shadow: 0 0 0 4px rgba(31, 111, 214, .10);
  background: #fff;
}

body.home .b2b-home-ux-form button[type="submit"] {
  width: 100%;
  margin-top: 6px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--b2b-color-ink) 0%, var(--b2b-color-primary) 100%);
  box-shadow: 0 14px 28px rgba(8, 29, 49, .18);
}

body.home .b2b-home-ux-form-note {
  margin: 14px auto 0;
  color: var(--b2b-color-muted);
  text-align: center;
}

@media (max-width: 1060px) {
body.home .b2b-home-ux-inquiry-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

body.home .b2b-home-ux-inquiry-form-card {
    justify-self: start;
    width: 100%;
    max-width: 720px;
  }
}

@media (max-width: 720px) {
body.home .b2b-home-ux-inquiry-copy p {
    font-size: 15px;
  }

body.home .b2b-home-ux-inquiry-copy ul {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

body.home .b2b-home-ux-inquiry-form-card {
    border-radius: 24px;
  }

body.home .b2b-home-ux-inquiry-form-card::before {
    left: 24px;
    right: 24px;
  }

body.home .b2b-home-ux-inquiry-form-card h3 {
    font-size: 24px;
  }

body.home .b2b-home-ux-form-row {
    grid-template-columns: 1fr;
  }
}

body.home .b2b-home-ux-inquiry {
  position: relative;
  overflow: hidden;
  padding: 96px var(--b2b-home-container-gutter, 24px) 118px;
  background:
    radial-gradient(circle at 8% 0%, rgba(31, 111, 214, .24), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(217, 164, 65, .13), transparent 30%),
    linear-gradient(135deg, var(--b2b-color-ink) 0%, var(--b2b-color-primary) 100%);
  color: #fff;
}

body.home .b2b-home-ux-inquiry::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, .46), transparent 72%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .46), transparent 72%);
  pointer-events: none;
}

body.home .b2b-home-ux-inquiry::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 50%;
  pointer-events: none;
}

body.home .b2b-home-ux-inquiry > .container {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 100%;
  max-width: var(--b2b-home-container-width, 1280px);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.home .b2b-home-ux-inquiry > .container::before,
body.home .b2b-home-ux-inquiry > .container::after {
  display: none;
  content: none;
}

body.home .b2b-home-ux-inquiry-grid {
  position: relative;
  z-index: 1;
}

@media (max-width: 1060px) {
body.home .b2b-home-ux-inquiry {
    padding-top: 74px;
    padding-bottom: 92px;
  }

body.home .b2b-home-ux-inquiry > .container {
    padding: 0;
  }
}

@media (max-width: 720px) {
body.home .b2b-home-ux-inquiry {
    padding-top: 58px;
    padding-bottom: 72px;
  }

body.home .b2b-home-ux-inquiry > .container {
    padding: 0;
    border-radius: 0;
  }
}

body.home .b2b-home-ux-inquiry .b2b-home-ux-badge {
  margin-bottom: 22px;
  padding: 7px 12px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .085em;
}

body.home .b2b-home-ux-inquiry-copy h2 {
  max-width: 680px;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.09;
  letter-spacing: -.012em;
  font-weight: 700;
}

body.home .b2b-home-ux-inquiry-copy p {
  max-width: 640px;
  margin-top: 20px;
  font-size: clamp(15.5px, 1.18vw, 17px);
  line-height: 1.72;
  color: rgba(255, 255, 255, .74);
}

body.home .b2b-home-ux-inquiry-copy ul {
  gap: 12px;
  margin-top: 34px;
}

body.home .b2b-home-ux-inquiry-copy li {
  min-height: 72px;
  grid-template-columns: 28px 1fr;
  gap: 11px;
  padding: 15px 16px;
  border-color: rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
}

body.home .b2b-home-ux-inquiry-copy li svg,
body.home .b2b-home-ux-inquiry-copy li i {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  padding: 4px;
}

body.home .b2b-home-ux-inquiry-copy li span {
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 650;
  letter-spacing: -.002em;
}

body.home .b2b-home-ux-inquiry-form-card {
  padding: 32px;
  border-radius: 28px;
  box-shadow: 0 24px 68px rgba(0, 0, 0, .22);
}

body.home .b2b-home-ux-inquiry-form-card h3 {
  margin: 6px 0 19px;
  font-size: clamp(23px, 2vw, 26px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.006em;
}

body.home .b2b-home-ux-form {
  gap: 15px;
}

body.home .b2b-home-ux-form-row {
  gap: 14px;
}

body.home .b2b-home-ux-form label {
  margin-bottom: 7px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .07em;
}

body.home .b2b-home-ux-form input,
body.home .b2b-home-ux-form select,
body.home .b2b-home-ux-form textarea {
  font-size: 14px;
  border-radius: 15px;
}

body.home .b2b-home-ux-form input,
body.home .b2b-home-ux-form select {
  min-height: 48px;
}

body.home .b2b-home-ux-form textarea {
  min-height: 112px;
  line-height: 1.62;
}

body.home .b2b-home-ux-form button[type="submit"] {
  min-height: 52px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.002em;
}

body.home .b2b-home-ux-form-note {
  max-width: 440px;
  margin-top: 13px;
  font-size: 12.5px;
  line-height: 1.58;
}

@media (max-width: 720px) {
body.home .b2b-home-ux-inquiry-copy h2 {
    font-size: 35px;
    letter-spacing: -.01em;
  }

body.home .b2b-home-ux-inquiry-form-card {
    padding: 24px;
  }
}

body.home .trust-strip .trust-copy,
body.home .trust-strip.trust-strip--proof .trust-copy {
  min-width: 0;
  width: 100%;
}

body.home .trust-strip .trust-item h3,
body.home .trust-strip.trust-strip--proof .trust-item h3 {
  margin: 0;
  max-width: 100%;
  color: var(--b2b-color-secondary);
  font-family: var(--b2b-font-heading, inherit);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 660;
  letter-spacing: -0.012em;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1100px) {
body.home .trust-strip .trust-item h3,
  body.home .trust-strip.trust-strip--proof .trust-item h3 {
    font-size: 12.5px;
  }
}

@media (max-width: 760px) {
body.home .trust-strip .trust-item h3,
  body.home .trust-strip.trust-strip--proof .trust-item h3 {
    font-size: 13px;
  }
}

body.home .b2b-home-ia-products {padding-top: clamp(64px, 7vw, 88px);
  padding-bottom: clamp(64px, 7vw, 88px);
  background:
    radial-gradient(circle at 92% 8%, rgba(59, 111, 141, .075), transparent 26%),
    linear-gradient(180deg, var(--b2b-color-soft) 0%, #ffffff 100%);}

body.home .b2b-home-ia-products-subtitle-row {grid-template-columns: minmax(0, 720px) auto;
  align-items: end;}

body.home .b2b-home-ia-products-subtitle-row p {max-width: 720px;}

body.home .b2b-home-ia-product-grid {grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;}

body.home .b2b-home-ia-product-card,
body.home .b2b-home-ia-product-card.no-image {min-height: 0;
  border-radius: 22px;
  border-color: rgba(7, 21, 37, .075);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 30px rgba(5, 18, 31, .052);}

@media (hover: hover) and (pointer: fine) {
body.home .b2b-home-ia-product-card:hover {border-color: rgba(59, 111, 141, .22);
    box-shadow: 0 18px 42px rgba(5, 18, 31, .075);}
}

body.home .b2b-home-ia-product-media,
body.home .b2b-home-ia-product-media.has-image,
body.home .b2b-home-ia-product-media.no-image {aspect-ratio: 1 / 1;
  width: 100%;
  min-height: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  display: block;}

body.home .b2b-home-ia-product-image,
body.home .b2b-home-ia-product-image-primary,
body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-hover {width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;}

body.home .b2b-home-ia-product-body,
body.home .b2b-home-ia-product-card.no-image .b2b-home-ia-product-body {
  padding: 18px 17px 17px;}

body.home .b2b-home-ia-product-body h3,
body.home .b2b-home-ia-product-card.no-image .b2b-home-ia-product-body h3 {
  margin: 0 0 8px;
  color: var(--b2b-color-ink);
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: -.006em;
  font-weight: 700;}

body.home .b2b-home-ia-product-body h3 a {color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;}

body.home .b2b-home-ia-product-desc {
  color: var(--b2b-color-muted);
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 430;}

body.home .b2b-home-ia-product-chips span {min-height: 27px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(59, 111, 141, .14);
  background: rgba(238, 245, 249, .82);
  color: var(--b2b-color-secondary);
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
  white-space: nowrap;}

body.home .b2b-home-ia-product-sourcing-cta {margin-top: 24px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(59, 111, 141, .14);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(238, 245, 249, .92), rgba(255, 255, 255, .96));}

body.home .b2b-home-ia-product-sourcing-cta h3 {margin: 0;
  color: var(--b2b-color-ink);
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: -.006em;
  font-weight: 700;}

body.home .b2b-home-ia-product-sourcing-cta p {max-width: 760px;
  margin: 7px 0 0;
  color: var(--b2b-color-muted);
  font-size: 14.5px;
  line-height: 1.58;}

body.home .b2b-home-ia-product-sourcing-link {min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  background: var(--b2b-color-ink);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 16px 32px rgba(7, 21, 35, .14);}

body.home .b2b-home-ia-product-sourcing-link i {width: 16px;
  height: 16px;}

@media (max-width: 1180px) {
body.home .b2b-home-ia-product-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}
}

@media (max-width: 760px) {
body.home .b2b-home-ia-products-subtitle-row,
body.home .b2b-home-ia-product-sourcing-cta {grid-template-columns: 1fr;}

body.home .b2b-home-ia-product-grid {grid-template-columns: 1fr;}

body.home .b2b-home-ia-product-sourcing-link {width: 100%;}
}

@media (prefers-reduced-motion: reduce) {
body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary i,
body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary svg {transition: none;
    transform: none;}
}

body.home .b2b-home-ia-products-head,
body.home .b2b-home-ia-section-head.b2b-home-ia-products-head {display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;}

body.home .b2b-home-ia-products-head-main {min-width: 0;}

body.home .b2b-home-ia-products-subtitle-row {display: block;
  max-width: 720px;
  margin-top: 12px;}

body.home .b2b-home-ia-products-subtitle-row p,
body.home .b2b-home-ia-section-head.b2b-home-ia-products-head .b2b-home-ia-products-subtitle-row p {max-width: 720px;}

body.home .b2b-home-ia-view-all {align-self: end;
  justify-self: end;
  margin-bottom: 2px;
  white-space: nowrap;}

body.home .b2b-home-ia-product-body,
body.home .b2b-home-ia-product-card.no-image .b2b-home-ia-product-body {min-height: 178px;}

body.home .b2b-home-ia-product-body h3,
body.home .b2b-home-ia-product-card.no-image .b2b-home-ia-product-body h3 {min-height: calc(18px * 1.28);
  max-height: calc(18px * 1.28);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}

body.home .b2b-home-ia-product-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}

body.home .b2b-home-ia-product-chips {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 7px;
  overflow: hidden;}

@media (max-width: 760px) {
body.home .b2b-home-ia-products-head,
body.home .b2b-home-ia-section-head.b2b-home-ia-products-head {grid-template-columns: 1fr;
    gap: 18px;}

body.home .b2b-home-ia-view-all {justify-self: stretch;
    width: 100%;
    margin-bottom: 0;}

body.home .b2b-home-ia-product-body,
body.home .b2b-home-ia-product-card.no-image .b2b-home-ia-product-body {min-height: 168px;}
}

body.home .b2b-home-ia-product-desc.is-empty {color: transparent;}

body.home .b2b-home-ia-product-body,
body.home .b2b-home-ia-product-card.no-image .b2b-home-ia-product-body {display: flex;
  flex-direction: column;}

body.home .b2b-home-ia-product-desc {min-height: calc(13.5px * 1.55 * 2);
  max-height: calc(13.5px * 1.55 * 2);
  margin: 0;}

body.home .b2b-home-ia-product-chips {flex: 0 0 27px;
  min-height: 27px;
  max-height: 27px;
  margin: 14px 0 15px;}

body.home .b2b-home-ia-product-actions {width: 100%;
  flex: 0 0 48px;
  min-height: 48px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(221, 228, 238, .92);
  display: flex;
  align-items: center;}

body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary {width: 100%;
  min-height: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--b2b-color-secondary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13.5px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: -0.002em;
  text-align: left;
  text-decoration: none;
  transform: none;}

body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary:hover {color: var(--b2b-color-ink);
  background: transparent;
  box-shadow: none;
  transform: none;}

body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary i,
body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary svg {flex: 0 0 30px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 8px;
  margin-left: auto;
  border-radius: 999px;
  background: rgba(29, 95, 191, .08);
  color: var(--b2b-color-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;}

body.home .b2b-home-ia-product-card:hover .b2b-home-ia-product-actions .b2b-home-ia-btn-primary i,
body.home .b2b-home-ia-product-card:hover .b2b-home-ia-product-actions .b2b-home-ia-btn-primary svg,
body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary:hover i,
body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary:hover svg {transform: translateX(2px);
  background: rgba(29, 95, 191, .14);
  color: var(--b2b-color-secondary);}

@media (max-width: 760px) {
body.home .b2b-home-ia-product-desc {min-height: calc(13.5px * 1.55 * 2);
    max-height: calc(13.5px * 1.55 * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
}

body.home .b2b-home-ia-products .container,
body.front-page .b2b-home-ia-products .container {max-width: 1280px;}

body.home .b2b-home-ia-product-grid,
body.front-page .b2b-home-ia-product-grid {gap: 18px;}

body.home .b2b-home-ia-product-media,
body.home .b2b-home-ia-product-media.has-image,
body.home .b2b-home-ia-product-media.no-image,
body.front-page .b2b-home-ia-product-media,
body.front-page .b2b-home-ia-product-media.has-image,
body.front-page .b2b-home-ia-product-media.no-image {padding: 14px 14px 0;}

body.home .b2b-home-ia-product-image,
body.home .b2b-home-ia-product-fallback,
body.front-page .b2b-home-ia-product-image,
body.front-page .b2b-home-ia-product-fallback {width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;}

body.home .b2b-home-ia-product-body,
body.home .b2b-home-ia-product-card.no-image .b2b-home-ia-product-body,
body.front-page .b2b-home-ia-product-body,
body.front-page .b2b-home-ia-product-card.no-image .b2b-home-ia-product-body {padding: 18px 18px 17px;}

body.home .b2b-home-ia-product-body h3,
body.home .b2b-home-ia-product-card.no-image .b2b-home-ia-product-body h3,
body.front-page .b2b-home-ia-product-body h3,
body.front-page .b2b-home-ia-product-card.no-image .b2b-home-ia-product-body h3 {min-height: calc(18px * 1.32);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}

body.home .b2b-home-ia-product-desc,
body.front-page .b2b-home-ia-product-desc {min-height: calc(14px * 1.58 * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;}

body.home .b2b-home-ia-product-actions,
body.front-page .b2b-home-ia-product-actions {width: 100%;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(221, 228, 238, 0.9);}

body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary,
body.front-page .b2b-home-ia-product-actions .b2b-home-ia-btn-primary {width: 100%;
  min-height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--b2b-navy-2, var(--b2b-color-secondary));
  box-shadow: none;
  justify-content: space-between;}

body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary:hover,
body.front-page .b2b-home-ia-product-actions .b2b-home-ia-btn-primary:hover {background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: var(--b2b-steel, var(--b2b-color-secondary));}

body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary svg,
body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary i,
body.front-page .b2b-home-ia-product-actions .b2b-home-ia-btn-primary svg,
body.front-page .b2b-home-ia-product-actions .b2b-home-ia-btn-primary i {flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 7px;
  border-radius: 999px;
  background: var(--b2b-color-primary-soft);
  color: var(--b2b-color-secondary);
  transition: transform .18s ease, background .18s ease, color .18s ease;}

body.home .b2b-home-ia-product-card:hover .b2b-home-ia-product-actions .b2b-home-ia-btn-primary svg,
body.home .b2b-home-ia-product-card:hover .b2b-home-ia-product-actions .b2b-home-ia-btn-primary i,
body.front-page .b2b-home-ia-product-card:hover .b2b-home-ia-product-actions .b2b-home-ia-btn-primary svg,
body.front-page .b2b-home-ia-product-card:hover .b2b-home-ia-product-actions .b2b-home-ia-btn-primary i {transform: translateX(2px);
  background: var(--b2b-color-primary-soft);}

body.home .b2b-home-cta-primary:focus-visible,
body.home .b2b-home-ia-btn:focus-visible,
body.home .b2b-home-ia-view-all:focus-visible,
body.home .b2b-home-ia-text-link:focus-visible,
body.front-page .b2b-home-cta-primary:focus-visible,
body.front-page .b2b-home-ia-btn:focus-visible,
body.front-page .b2b-home-ia-view-all:focus-visible,
body.front-page .b2b-home-ia-text-link:focus-visible {outline: 3px solid rgba(29, 95, 191, 0.22);
  outline-offset: 3px;}

@media (max-width: 760px) {
body.home .b2b-home-ia-product-grid,
body.front-page .b2b-home-ia-product-grid {gap: 16px;}

body.home .b2b-home-ia-product-image,
body.home .b2b-home-ia-product-fallback,
body.front-page .b2b-home-ia-product-image,
body.front-page .b2b-home-ia-product-fallback {height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;}

body.home .b2b-home-ia-product-desc,
body.front-page .b2b-home-ia-product-desc {min-height: calc(14px * 1.58 * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
}

.b2b-home-inquiry-soft {
  background:
    radial-gradient(circle at 7% 10%, rgba(47,107,79,.10), transparent 28%),
    linear-gradient(180deg, var(--b2b-color-soft) 0%, var(--b2b-color-primary-soft) 100%);
  color: var(--b2b-color-text);
  border-top: 1px solid var(--b2b-color-border);
}

.b2b-home-inquiry-soft .text-white,
.b2b-home-inquiry-soft h2 { color: var(--b2b-color-ink); }

.b2b-home-inquiry-soft .text-slate-300,
.b2b-home-inquiry-soft .text-slate-200 { color: var(--b2b-color-muted); }

.b2b-home-inquiry-soft [class*="bg-white/10"] { background: #fff; border-color: var(--b2b-color-border); color: var(--b2b-color-primary); }

.b2b-home-inquiry-soft [class*="bg-brand-accent/20"] { background: var(--b2b-color-border); }

.b2b-home-inquiry-soft .text-brand-accent { color: var(--b2b-color-primary); }

.b2b-home-inquiry-soft .shadow-2xl { box-shadow: 0 18px 52px rgba(31,37,35,.10); }

.b2b-home-inquiry-soft form input,
.b2b-home-inquiry-soft form textarea { background: var(--b2b-color-surface); border-color: var(--b2b-color-border); }

@media (max-width: 768px) {
.b2b-home-inquiry-soft {
    padding-top: 34px;
    padding-bottom: 38px;
  }
}

@media screen and (max-width: 768px) {
.b2b-section-tag {
    min-height: 24px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(11,115,83,.09);
    color: var(--b2b-color-primary);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .09em;
  }
}

body.home .b2b-home-ux-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-bottom: 14px;
  font-weight: 850;
}

body.home .b2b-home-ux-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: var(--b2b-color-primary, var(--b2b-color-primary));
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

body.home .b2b-home-ux-form button svg,
body.home .b2b-home-ux-form button i {
  width: 17px;
  height: 17px;
}

body.home .b2b-home-ux-form button {
  width: 100%;
  margin-top: 2px;
  min-height: 54px;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(31, 111, 67, .23);
}

body.home {
  --b2b-home-section-pad-mobile: 46px;
  --b2b-home-soft-bg: var(--b2b-color-soft);
  --b2b-home-warm-bg: var(--b2b-color-surface);
}

body.home .b2b-home-ux-badge {
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .095em;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
body.home {
    --b2b-home-section-pad: clamp(52px, 7vw, 74px);
    --b2b-home-section-pad-tight: clamp(40px, 5.8vw, 58px);
  }
}

@media screen and (max-width: 640px) {
body.home {
    --b2b-home-card-radius-sm: 16px;
  }
}

body.home {
  --b2b-home-section-pad: clamp(58px, 5.8vw, 84px);
  --b2b-home-section-pad-tight: clamp(38px, 4.2vw, 58px);
  --b2b-home-card-radius: 22px;
  --b2b-home-card-radius-sm: 16px;
  --b2b-home-card-border: rgba(32, 83, 59, .088);
  --b2b-home-card-shadow: 0 14px 38px rgba(28, 61, 46, .058);
  --b2b-home-card-shadow-hover: 0 18px 48px rgba(28, 61, 46, .086);
  --b2b-home-heading-color: var(--b2b-color-secondary);
  --b2b-home-muted-copy: rgba(52, 70, 60, .75);
  --b2b-home-soft-panel: rgba(255, 255, 255, .76);
}

body.home .b2b-home-ux-badge {
  min-height: 27px;
  padding: 7px 11px;
  border: 1px solid rgba(48, 112, 75, .10);
  box-shadow: none;
}

@media screen and (max-width: 640px) {
body.home {
    --b2b-home-section-pad: 42px;
    --b2b-home-section-pad-tight: 30px;
    --b2b-home-card-radius: 18px;
  }
}

body.home .b2b-home-ux-badge {
  border-color: rgba(47, 99, 135, .18);
  background: rgba(231, 238, 245, .82);
  color: var(--b2b-color-primary, var(--b2b-color-primary));
}

body.home {
  background: var(--b2b-color-primary-soft);
}

body.home .b2b-home-ux-badge {
  border-color: rgba(68, 111, 136, .18);
  background: rgba(255,255,255,.62);
  color: var(--b2b-color-primary);
  box-shadow: 0 14px 38px rgba(11, 24, 40, .05);
  font-weight: 820;
  letter-spacing: .11em;
}

.b2b-home-ia-section-head {
  display: grid;
  gap: 18px;
}

.b2b-home-ia-section-head h2 {
  margin: 14px 0 0;
  color: var(--b2b-ink, var(--b2b-color-ink));
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.028em;
  font-weight: 700;
}

.b2b-home-ia-btn {
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.b2b-home-ia-btn:hover {
  transform: translateY(-1px);
}

.b2b-home-ia-btn svg {
  width: 15px;
  height: 15px;
}

.b2b-home-ia-btn-primary {
  color: #fff;
  background: var(--b2b-navy, var(--b2b-color-ink));
  box-shadow: 0 14px 34px rgba(7, 27, 45, .16);
}

.b2b-home-ia-btn-secondary {
  color: var(--b2b-navy, var(--b2b-color-ink));
  background: rgba(255,255,255,.9);
  border-color: rgba(7,21,35,.1);
}

.b2b-home-ia-products {
  padding: 80px 0 82px;
}

.b2b-home-ia-product-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.b2b-home-ia-product-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(7,21,35,.075);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.b2b-home-ia-product-card:hover {
  transform: translateY(-2px);
}

.b2b-home-ia-product-media {
  flex: 0 0 184px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.b2b-home-ia-product-media::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(7,21,35,.12), transparent 72%);
  filter: blur(12px);
}

.b2b-home-ia-product-media.has-image {
  background: var(--b2b-color-soft);
}

.b2b-home-ia-product-media > span {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: var(--b2b-steel, var(--b2b-color-secondary));
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(7,21,35,.08);
  z-index: 2;
}

.b2b-home-ia-product-media > span svg {
  width: 28px;
  height: 28px;
}

.b2b-home-ia-product-image {
  transition: transform .28s ease;
}

.b2b-home-ia-product-card:hover .b2b-home-ia-product-image {
  transform: scale(1.035);
}

.b2b-home-ia-product-body {
  flex: 1;
}

.b2b-home-ia-product-body h3 {
  display: flex;
  align-items: flex-start;
}

.b2b-home-ia-product-chips {
  min-height: 26px;
  margin-top: 14px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 7px;
}

.b2b-home-ia-product-chips span {
  height: 24px;
  padding: 5px 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--b2b-color-muted);
  background: var(--b2b-color-soft);
  border: 1px solid rgba(7,21,35,.06);
  font-size: 11px;
  line-height: 1;
  font-weight: 650;
  white-space: nowrap;
}

.b2b-home-ia-product-actions {
  flex-wrap: nowrap;
  gap: 10px;
}

.b2b-home-ia-product-actions .b2b-home-ia-btn {
  min-height: 40px;
  padding: 10px 13px;
}

.b2b-home-ia-product-actions .b2b-home-ia-btn-secondary {
  flex: .92 1 0;
  box-shadow: none;
}

@media (max-width: 760px) {
.b2b-home-ia-product-card {
    min-height: auto;
  }

.b2b-home-ia-product-actions .b2b-home-ia-btn {
    flex: 1 1 100%;
  }
}

.b2b-home-ia-factory-proof {
  padding: 72px 0 84px;
}

.b2b-home-ia-factory-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: stretch;
}

.b2b-home-ia-factory-proof-copy,
.b2b-home-ia-factory-proof-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(7, 21, 35, .075);
  border-radius: 30px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 38px rgba(7, 21, 35, .055);
}

.b2b-home-ia-factory-proof-copy {
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.b2b-home-ia-factory-proof-copy h2 {
  margin: 14px 0 0;
  max-width: 620px;
  color: var(--b2b-ink, var(--b2b-color-ink));
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -.026em;
  font-weight: 700;
}

.b2b-home-ia-factory-proof-text {
  margin-top: 16px;
  color: var(--b2b-muted, var(--b2b-color-muted));
  font-size: 15px;
  line-height: 1.72;
}

.b2b-home-ia-factory-proof-text p {
  margin: 0 0 12px;
}

.b2b-home-ia-factory-proof-text p:last-child {
  margin-bottom: 0;
}

.b2b-home-ia-factory-proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.b2b-home-ia-factory-proof-metric {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(7, 21, 35, .07);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(246, 249, 251, .96), rgba(255, 255, 255, .98));
}

.b2b-home-ia-factory-proof-metric span {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 111, 141, .10);
  color: var(--b2b-steel, var(--b2b-color-secondary));
}

.b2b-home-ia-factory-proof-metric svg,
.b2b-home-ia-factory-proof-metric i {
  width: 16px;
  height: 16px;
}

.b2b-home-ia-factory-proof-metric strong {
  display: block;
  color: var(--b2b-ink, var(--b2b-color-ink));
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1;
  letter-spacing: -.025em;
  font-weight: 800;
}

.b2b-home-ia-factory-proof-metric small {
  display: block;
  margin-top: 6px;
  color: var(--b2b-muted, var(--b2b-color-muted));
  font-size: 11px;
  line-height: 1.25;
  font-weight: 750;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.b2b-home-ia-factory-proof-media {
  min-height: clamp(320px, 34vw, 460px);
  margin: 0;
  background: var(--b2b-color-primary-soft);
}

.b2b-home-ia-factory-proof-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(7, 21, 35, .18) 100%);
  pointer-events: none;
}

.b2b-home-ia-factory-proof-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.b2b-home-ia-factory-proof-media figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 36px);
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: var(--b2b-navy, var(--b2b-color-ink));
  font-size: 12px;
  line-height: 1.25;
  font-weight: 750;
  box-shadow: 0 12px 30px rgba(7, 21, 35, .12);
  backdrop-filter: blur(10px);
}

.b2b-home-ia-factory-proof-media figcaption svg,
.b2b-home-ia-factory-proof-media figcaption i {
  width: 15px;
  height: 15px;
}

.b2b-home-ia-factory-proof-visuals {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.b2b-home-ia-factory-proof-visuals.has-gallery {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
}

.b2b-home-ia-factory-proof-visuals.has-single-image {
  min-height: clamp(320px, 34vw, 460px);
}

.b2b-home-ia-factory-proof-visuals.has-single-image .b2b-home-ia-factory-proof-media,
.b2b-home-ia-factory-proof-media-main {
  min-height: clamp(320px, 34vw, 460px);
}

.b2b-home-ia-factory-proof-gallery-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.b2b-home-ia-factory-proof-media-thumb {
  min-height: clamp(150px, 16vw, 223px);
  border-radius: 22px;
}

.b2b-home-ia-factory-proof-media-thumb figcaption {
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 9px;
  font-size: 10px;
}

.b2b-home-ia-factory-proof-media-thumb figcaption svg,
.b2b-home-ia-factory-proof-media-thumb figcaption i {
  width: 13px;
  height: 13px;
}

@media (max-width: 1100px) {
.b2b-home-ia-factory-proof-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
.b2b-home-ia-factory-proof {
    padding: 58px 0;
  }

.b2b-home-ia-factory-proof-copy {
    padding: 24px;
  }

.b2b-home-ia-factory-proof-metrics {
    grid-template-columns: 1fr;
  }

.b2b-home-ia-factory-proof-visuals.has-gallery {
    grid-template-columns: 1fr;
  }

.b2b-home-ia-factory-proof-gallery-thumbs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

.b2b-home-ia-factory-proof-media,
.b2b-home-ia-factory-proof-media-main,
.b2b-home-ia-factory-proof-visuals.has-single-image .b2b-home-ia-factory-proof-media {
    min-height: 260px;
  }

.b2b-home-ia-factory-proof-media-thumb {
    min-height: 132px;
    border-radius: 18px;
  }
}

.hero-content {
  position: relative;
  z-index: 5;
  text-align: center;
}

.product-fusion-layer {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1300px, 96vw);
  height: 282px;
  transform: translateX(-50%);
  overflow: hidden;
  opacity: .99;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 74%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 74%, transparent 100%);
  mask-composite: intersect;
}

.product-fusion-layer::before {
  content: "";
  position: absolute;
  inset: -44px -80px 0;
  background:
    radial-gradient(ellipse at 50% 43%, rgba(255,255,255,.68) 0%, rgba(255,255,255,.18) 30%, rgba(255,255,255,0) 62%),
    linear-gradient(180deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,0) 23%, rgba(232,240,244,0) 69%, rgba(232,240,244,.70) 100%);
  pointer-events: none;
  z-index: 4;
}

.trust-strip-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 6;
}

.trust-strip {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(7,21,35,.052);
  box-shadow: 0 12px 32px rgba(7,21,35,.042);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.trust-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
  border-right: 1px solid rgba(7,21,35,.052);
}

.trust-item:last-child { border-right: 0; }

.trust-item h3 {
  margin: 0;
  color: var(--b2b-color-ink);
}

.trust-item p {
  margin: 5px 0 0;
  color: var(--b2b-color-muted);
}

.hero + .b2b-home-ia-products {
  margin-top: -1px;
  background: linear-gradient(180deg, var(--b2b-color-primary-soft) 0%, var(--b2b-color-soft) 42%, #ffffff 100%);
}

@media (max-width: 1100px) {
.product-fusion-layer { width: 1100px; max-width: 132vw; }

.trust-strip { width: calc(100% - 48px); grid-template-columns: 1fr 1fr; }

.trust-item:nth-child(2) { border-right: 0; }

.trust-item:nth-child(1),
.trust-item:nth-child(2) { border-bottom: 1px solid rgba(7,21,35,.055); }
}

@media (max-width: 680px) {
.product-fusion-layer { top: 10px; height: 220px; width: 980px; max-width: 150vw; }

.trust-strip-wrap { bottom: 26px; }

.trust-strip { grid-template-columns: 1fr; border-radius: 18px; }

.trust-item { border-right: 0; border-bottom: 1px solid rgba(7,21,35,.055); }

.trust-item:last-child { border-bottom: 0; }

.hero + .b2b-home-ia-products { padding-top: 58px; }
}

.b2b-home-ia-products {
  padding-top: clamp(62px, 8vw, 92px);
}

.b2b-home-ia-factory-proof {
  background: linear-gradient(180deg, var(--b2b-color-primary-soft) 0%, #ffffff 88%);
}

.b2b-home-ia-section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.b2b-home-ia-section-head h2 {
  max-width: 760px;
}

.b2b-home-ia-section-head > div > p {
  max-width: 690px;
}

.b2b-home-ia-product-card {
  min-height: 392px;
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 7px 18px rgba(7,21,35,.032);
}

.b2b-home-ia-product-card.no-image {
  min-height: 260px;
}

.b2b-home-ia-product-media {
  flex-basis: 180px;
  height: 180px;
  min-height: 180px;
  background: var(--b2b-color-soft);
}

.b2b-home-ia-product-body {
  display: grid;
  grid-template-rows: minmax(46px, auto) minmax(0, 54px) auto;
  gap: 0;
  padding: 20px 20px 19px;
}

.b2b-home-ia-product-card.no-image .b2b-home-ia-product-body {
  grid-template-rows: minmax(46px, auto) minmax(0, 64px) auto;
}

.b2b-home-ia-product-actions {
  align-self: end;
}

.b2b-home-ia-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--b2b-navy-2, var(--b2b-color-primary));
  text-decoration: none;
  font-weight: 800;
}

.b2b-home-ia-text-link:hover {
  color: var(--b2b-steel, var(--b2b-color-secondary));
}

.b2b-home-ia-text-link svg,
.b2b-home-ia-text-link i {
  width: 15px;
  height: 15px;
}

.b2b-home-ia-factory-proof-copy {
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(7,21,35,.04);
}

.b2b-home-ia-factory-proof-metric {
  text-align: left;
  box-shadow: none;
}

.b2b-home-ux-inquiry {
  padding-top: clamp(62px, 7vw, 92px);
}

@media (max-width: 760px) {
.b2b-home-ia-product-media {
    flex-basis: 168px;
    height: 168px;
    min-height: 168px;
  }

.b2b-home-ia-product-body,
.b2b-home-ia-product-card.no-image .b2b-home-ia-product-body {
    display: flex;
  }
}

.b2b-home-ia-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.b2b-home-ia-product-grid > li {
  display: flex;
  min-width: 0;
}

.b2b-home-ia-product-card,
.b2b-home-ia-product-card.no-image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(7,21,35,.072);
}

.b2b-home-ia-product-media,
.b2b-home-ia-product-media.has-image,
.b2b-home-ia-product-media.no-image {
  position: relative;
  place-items: center;
}

.b2b-home-ia-product-media::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 54%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.58));
  pointer-events: none;
}

.b2b-home-ia-product-media::after {
  left: 23%;
  right: 23%;
  bottom: 18px;
  height: 32px;
  opacity: .30;
  z-index: 1;
  pointer-events: none;
}

.b2b-home-ia-product-fallback {
  position: relative;
  z-index: 2;
}

.b2b-home-ia-product-body h3 {
  min-height: 46px;
  margin: 0;
  color: var(--b2b-ink, var(--b2b-color-ink));
  font-size: 19px;
  line-height: 1.18;
  letter-spacing: -.02em;
  font-weight: 750;
}

.b2b-home-ia-product-body h3 a {
  color: inherit;
  text-decoration: none;
}

.b2b-home-ia-product-body h3 a:hover {
  color: var(--b2b-steel, var(--b2b-color-secondary));
}

.b2b-home-ia-product-chips,
.b2b-home-ia-product-actions .b2b-home-ia-btn-secondary {
  display: none;
}

@media (max-width: 1100px) {
.b2b-home-ia-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
.b2b-home-ia-product-grid {
    grid-template-columns: 1fr;
  }

.b2b-home-ia-product-media,
.b2b-home-ia-product-media.has-image,
.b2b-home-ia-product-media.no-image {
    flex-basis: 174px;
    height: 174px;
    min-height: 174px;
  }

.b2b-home-ia-product-image {
    min-height: 174px;
  }

.b2b-home-ia-product-body h3 {
    min-height: auto;
  }
}

.b2b-home-ia-products {
  background:
    radial-gradient(circle at 14% 5%, rgba(47,111,144,.07), transparent 31%),
    radial-gradient(circle at 88% 13%, rgba(201,149,68,.055), transparent 29%),
    linear-gradient(180deg, var(--b2b-color-primary-soft) 0%, var(--b2b-color-soft) 42%, #ffffff 100%);
}

.b2b-home-ia-products .container {
  max-width: 1240px;
}

.b2b-home-ia-products-head,
.b2b-home-ia-section-head.b2b-home-ia-products-head {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.b2b-home-ia-products-head-main {
  min-width: 0;
}

.b2b-home-ia-products-head h2,
.b2b-home-ia-section-head.b2b-home-ia-products-head h2 {
  margin: 18px 0 0;
  color: var(--b2b-color-ink);
  font-size: clamp(44px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 760;
}

.b2b-home-ia-products-subtitle-row {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.b2b-home-ia-products-subtitle-row p,
.b2b-home-ia-section-head.b2b-home-ia-products-head .b2b-home-ia-products-subtitle-row p {
  margin: 0;
  max-width: 790px;
  color: var(--b2b-muted, var(--b2b-color-muted));
  font-size: 18px;
  line-height: 1.62;
}

.b2b-home-ia-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(8,22,35,.09);
  background: rgba(255,255,255,.72);
  color: var(--b2b-navy, var(--b2b-color-primary));
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 820;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(8,22,35,.025);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.b2b-home-ia-view-all:hover {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: rgba(8,22,35,.14);
  color: var(--b2b-navy, var(--b2b-color-primary));
}

.b2b-home-ia-view-all svg,
.b2b-home-ia-view-all i {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.b2b-home-ia-product-card,
.b2b-home-ia-product-card.no-image {
  min-height: 404px;
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  border-color: rgba(8,22,35,.068);
  box-shadow: 0 10px 26px rgba(8,22,35,.038);
}

.b2b-home-ia-product-card:hover {
  border-color: rgba(8,22,35,.12);
  box-shadow: 0 16px 34px rgba(8,22,35,.052);
}

.b2b-home-ia-product-media,
.b2b-home-ia-product-media.has-image,
.b2b-home-ia-product-media.no-image {
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
  padding: 18px 18px 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: visible;
  border-bottom: 0;
  background: transparent;
}

.b2b-home-ia-product-media::before,
.b2b-home-ia-product-media::after,
.b2b-home-ia-product-media.has-image::before,
.b2b-home-ia-product-media.has-image::after,
.b2b-home-ia-product-media.no-image::before,
.b2b-home-ia-product-media.no-image::after {
  display: none;
}

.b2b-home-ia-product-image {
  display: block;
  width: 100%;
  height: 208px;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
  border-radius: 22px;
  border: 1px solid rgba(8,22,35,.055);
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.b2b-home-ia-product-fallback {
  width: 100%;
  height: 208px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: var(--b2b-steel, var(--b2b-color-secondary));
  background: #ffffff;
  border: 1px solid rgba(8,22,35,.055);
  box-shadow: none;
}

.b2b-home-ia-product-fallback svg,
.b2b-home-ia-product-fallback i {
  width: 34px;
  height: 34px;
}

.b2b-home-ia-product-body,
.b2b-home-ia-product-card.no-image .b2b-home-ia-product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 178px;
}

.b2b-home-ia-product-body h3,
.b2b-home-ia-product-card.no-image .b2b-home-ia-product-body h3 {
  min-height: 0;
  margin: 0;
  color: var(--b2b-color-primary);
  font-size: 19px;
  line-height: 1.22;
  letter-spacing: -.02em;
  font-weight: 760;
}

.b2b-home-ia-product-desc {
  min-height: 46px;
  margin: 8px 0 0;
  color: var(--b2b-muted, var(--b2b-color-muted));
  font-size: 14px;
  line-height: 1.62;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b2b-home-ia-product-actions {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
}

.b2b-home-ia-product-actions .b2b-home-ia-btn-primary {
  width: auto;
  min-height: 40px;
  flex: 0 0 auto;
  padding: 0 14px;
  gap: 10px;
  justify-content: center;
  color: var(--b2b-navy-2, var(--b2b-color-secondary));
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(8,22,35,.085);
  box-shadow: none;
  font-size: 13px;
  font-weight: 820;
}

.b2b-home-ia-product-actions .b2b-home-ia-btn-primary:hover {
  color: var(--b2b-navy-2, var(--b2b-color-secondary));
  background: #ffffff;
  border-color: rgba(8,22,35,.13);
  box-shadow: none;
}

.b2b-home-ia-product-actions .b2b-home-ia-btn-primary svg,
.b2b-home-ia-product-actions .b2b-home-ia-btn-primary i {
  width: 22px;
  height: 22px;
  padding: 5px;
  border-radius: 999px;
  background: var(--b2b-color-primary-soft);
  color: var(--b2b-color-secondary);
}

@media (max-width: 1100px) {
.b2b-home-ia-products-subtitle-row {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
.b2b-home-ia-products .container {
    width: calc(100% - 28px);
  }

.b2b-home-ia-products-head h2,
.b2b-home-ia-section-head.b2b-home-ia-products-head h2 {
    font-size: 40px;
  }

.b2b-home-ia-products-subtitle-row p,
.b2b-home-ia-section-head.b2b-home-ia-products-head .b2b-home-ia-products-subtitle-row p {
    font-size: 15px;
  }

.b2b-home-ia-product-grid {
    gap: 16px;
  }

.b2b-home-ia-product-card,
.b2b-home-ia-product-card.no-image {
    min-height: auto;
  }

.b2b-home-ia-product-image,
.b2b-home-ia-product-fallback {
    height: 194px;
  }

.b2b-home-ia-product-body,
.b2b-home-ia-product-card.no-image .b2b-home-ia-product-body {
    min-height: auto;
  }

.b2b-home-ia-product-desc {
    min-height: 0;
    display: block;
    overflow: visible;
  }

.b2b-home-ia-view-all {
    width: max-content;
  }
}

.hero-content {
  padding-top: clamp(56px, 6vw, 76px);
}

.trust-strip {
  width: min(1120px, calc(100% - 112px));
  border-radius: 22px;
}

.trust-item {
  min-height: 102px;
  padding: 20px 22px 19px;
}

.trust-item h3 {
  font-size: 13.5px;
  line-height: 1.28;
  font-weight: var(--b2b-type-semibold);
  letter-spacing: -0.018em;
}

.trust-item p {
  margin-top: 7px;
  font-size: 12.5px;
  line-height: 1.54;
  font-weight: var(--b2b-type-regular);
  letter-spacing: -0.006em;
}

.b2b-home-ia-products,
.b2b-home-ia-factory-proof,
.b2b-home-ux-inquiry {
  padding-top: var(--b2b-section-pad);
  padding-bottom: var(--b2b-section-pad);
}

.hero + .b2b-home-ia-products {
  padding-top: clamp(86px, 8.5vw, 118px);
}

.b2b-home-ia-products-head h2,
.b2b-home-ia-section-head.b2b-home-ia-products-head h2 {
  max-width: 900px;
}

.b2b-home-ia-product-grid {
  gap: clamp(22px, 2.1vw, 30px);
}

.b2b-home-ia-product-body,
.b2b-home-ia-product-card.no-image .b2b-home-ia-product-body {
  padding: 22px 24px 22px;
}

@media (max-width: 680px) {
.hero-content {
    padding-top: 48px;
  }

.trust-strip {
    width: calc(100% - 28px);
  }

.trust-item {
    min-height: 82px;
    padding: 17px 18px;
  }

.b2b-home-ia-product-body,
.b2b-home-ia-product-card.no-image .b2b-home-ia-product-body {
    padding: 18px 18px 20px;
  }
}

body.home .hero .kicker {
  min-height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.home .hero .kicker span:first-child {
  color: var(--b2b-color-secondary);
  opacity: .72;
  letter-spacing: .02em;
}

body.home .b2b-home-ia-product-card:hover .b2b-home-ia-product-image {
  transform: scale(1.035);
}

body.home .hero .kicker {
  color: rgba(11, 24, 40, 0.64);
  font-size: 11.5px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image {
  transition: opacity .24s ease, transform .32s ease;
}

body.home .b2b-home-ia-product-media::before,
body.home .b2b-home-ia-product-media::after {
  opacity: .45;
}

body.home .b2b-home-ia-product-media::before,
body.home .b2b-home-ia-product-media::after {
  display: none;
}

body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image,
body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-primary {
  transform: none;
  transition:
    opacity .42s cubic-bezier(.22, .61, .36, 1),
    filter .42s cubic-bezier(.22, .61, .36, 1);
  will-change: opacity;
}

@media (hover: hover) and (pointer: fine) {
body.home .b2b-home-ia-product-card.has-hover-image:hover .b2b-home-ia-product-image-primary {
    opacity: 0;
    transform: none;
  }

body.home .b2b-home-ia-product-card.has-hover-image:hover .b2b-home-ia-product-image-hover {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image {
    transition: none;
    animation: none;
  }
}

body.home .b2b-home-ia-product-card:not(.no-image) .b2b-home-ia-product-body {
  min-height: 140px;
}

body.home .b2b-home-ia-product-media.has-hover-image {
  position: relative;
  isolation: isolate;
  background: #fff;
}

body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-primary {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  backface-visibility: hidden;
  transition:
    opacity .56s cubic-bezier(.22, .61, .36, 1),
    filter .56s cubic-bezier(.22, .61, .36, 1);
  will-change: opacity;
}

body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-primary {
  z-index: 1;
  opacity: 1;
  filter: saturate(1) contrast(1) brightness(1);
}

@media (hover: hover) and (pointer: fine) {
body.home .b2b-home-ia-product-card.has-hover-image:hover .b2b-home-ia-product-image-primary,
body.home .b2b-home-ia-product-media.has-hover-image:hover .b2b-home-ia-product-image-primary {
    opacity: 0;
    filter: saturate(.98) contrast(1) brightness(1);
  }

body.home .b2b-home-ia-product-card.has-hover-image:hover .b2b-home-ia-product-image-hover,
body.home .b2b-home-ia-product-media.has-hover-image:hover .b2b-home-ia-product-image-hover {
    opacity: 1;
    filter: saturate(1) contrast(1.01) brightness(1);
  }
}

body.home .b2b-home-ia-product-card.has-hover-image {
  transition:
    border-color .30s cubic-bezier(.22, .61, .36, 1),
    box-shadow .30s cubic-bezier(.22, .61, .36, 1),
    background-color .30s cubic-bezier(.22, .61, .36, 1);
}

@media (prefers-reduced-motion: reduce) {
body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-primary {
    transition: none;
  }
}

body.home .b2b-home-oem-showcase {
  padding: clamp(54px, 6.4vw, 86px) 0 clamp(50px, 5.8vw, 78px);
  background: linear-gradient(180deg, #ffffff 0%, var(--b2b-color-surface) 100%);
}

body.home .b2b-home-oem-showcase-shell {
  display: grid;
  gap: 24px;
}

body.home .b2b-home-oem-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(28px, 3.2vw, 42px);
  align-items: center;
}

body.home .b2b-home-oem-showcase-copy {
  max-width: 520px;
}

body.home .b2b-home-oem-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(14, 39, 64, 0.05);
  color: rgba(11, 24, 40, 0.68);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.home .b2b-home-oem-showcase-copy h2 {
  margin: 14px 0 13px;
  color: var(--b2b-color-primary);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.16;
  letter-spacing: -0.006em;
  font-weight: 700;
  text-wrap: balance;
}

body.home .b2b-home-oem-showcase-copy p {
  margin: 0;
  color: rgba(11, 24, 40, 0.62);
  font-size: clamp(15px, 1vw, 16px);
  line-height: 1.66;
  max-width: 54ch;
}

body.home .b2b-home-oem-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

body.home .b2b-home-oem-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  gap: 16px;
  align-items: stretch;
}

body.home .b2b-home-oem-visual-main {
  position: relative;
  min-height: clamp(310px, 34vw, 420px);
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(11, 24, 40, 0.07);
  background: linear-gradient(160deg, var(--b2b-color-soft) 0%, var(--b2b-color-primary-soft) 55%, #ffffff 100%);
  box-shadow: 0 20px 48px rgba(11, 24, 40, 0.06);
}

body.home .b2b-home-oem-visual-main.has-image {
  background: var(--b2b-color-soft);
}

body.home .b2b-home-oem-visual-main-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home .b2b-home-oem-visual-floor {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 12%;
  height: 20px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(11,24,40,0.14) 0%, rgba(11,24,40,0.03) 62%, rgba(11,24,40,0) 100%);
  filter: blur(4px);
}

body.home .b2b-home-oem-visual-product-set {
  position: absolute;
  inset: 0;
}

body.home .b2b-home-oem-shape {
  position: absolute;
  display: block;
  background: linear-gradient(180deg, #ffffff 0%, var(--b2b-color-soft) 100%);
  border: 1px solid rgba(11, 24, 40, 0.08);
  box-shadow: 0 18px 36px rgba(11, 24, 40, 0.08);
}

body.home .b2b-home-oem-shape-1 { width: 92px; height: 118px; border-radius: 32px 32px 24px 24px; left: 15%; bottom: 19%; }

body.home .b2b-home-oem-shape-2 { width: 76px; height: 96px; border-radius: 50%; left: 33%; bottom: 22%; }

body.home .b2b-home-oem-shape-3 { width: 108px; height: 76px; border-radius: 24px; left: 46%; bottom: 20%; }

body.home .b2b-home-oem-shape-4 { width: 74px; height: 132px; border-radius: 26px; left: 67%; bottom: 19%; }

body.home .b2b-home-oem-shape-5 { width: 58px; height: 58px; border-radius: 18px; left: 29%; bottom: 47%; }

body.home .b2b-home-oem-shape-6 { width: 92px; height: 38px; border-radius: 18px; left: 57%; bottom: 44%; }

body.home .b2b-home-oem-visual-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 28px);
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: rgba(11, 24, 40, 0.72);
  font-size: 11.5px;
  line-height: 1.3;
  font-weight: 620;
  letter-spacing: -0.01em;
  box-shadow: 0 12px 28px rgba(11, 24, 40, 0.08);
  backdrop-filter: blur(10px);
}

body.home .b2b-home-oem-visual-tag-top {
  top: 18px;
  left: 18px;
}

body.home .b2b-home-oem-visual-tag-bottom {
  right: 18px;
  bottom: 18px;
}

body.home .b2b-home-oem-support-stack {
  display: grid;
  gap: 12px;
}

body.home .b2b-home-oem-support-card {
  position: relative;
  min-height: calc((clamp(310px, 34vw, 420px) - 24px) / 3);
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(11, 24, 40, 0.07);
  background: linear-gradient(160deg, var(--b2b-color-soft) 0%, var(--b2b-color-soft) 100%);
  box-shadow: 0 14px 28px rgba(11, 24, 40, 0.052);
}

body.home .b2b-home-oem-support-card img,
body.home .b2b-home-oem-support-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home .b2b-home-oem-support-placeholder {
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(233,241,245,0.95));
}

body.home .b2b-home-oem-support-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(11, 24, 40, 0.72);
  font-size: 11px;
  font-weight: 620;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 22px rgba(11, 24, 40, 0.08);
}

body.home .b2b-home-oem-process-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(11, 24, 40, 0.065);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(11, 24, 40, 0.04);
}

body.home .b2b-home-oem-process-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  padding: 15px 17px 16px;
  border-right: 1px solid rgba(11, 24, 40, 0.055);
}

body.home .b2b-home-oem-process-item:last-child {
  border-right: 0;
}

body.home .b2b-home-oem-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  border-radius: 999px;
  background: rgba(14, 39, 64, 0.045);
  color: rgba(14, 39, 64, 0.78);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

body.home .b2b-home-oem-process-copy h3 {
  margin: 0 0 6px;
  color: var(--b2b-color-primary);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.28;
  letter-spacing: -0.004em;
  font-weight: 650;
}

body.home .b2b-home-oem-process-copy p {
  margin: 0;
  color: rgba(11, 24, 40, 0.54);
  font-size: 13.5px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
body.home .b2b-home-oem-showcase-grid {
    grid-template-columns: 1fr;
  }

body.home .b2b-home-oem-showcase-copy {
    max-width: none;
  }
}

@media (max-width: 820px) {
body.home .b2b-home-oem-visual {
    grid-template-columns: 1fr;
  }

body.home .b2b-home-oem-support-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

body.home .b2b-home-oem-support-card {
    min-height: 120px;
  }

body.home .b2b-home-oem-process-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

body.home .b2b-home-oem-process-item:nth-child(2n) {
    border-right: 0;
  }

body.home .b2b-home-oem-process-item:nth-child(-n/**/+2) {
    border-bottom: 1px solid rgba(11, 24, 40, 0.065);
  }
}

@media (max-width: 640px) {
body.home .b2b-home-oem-showcase {
    padding: 48px 0 56px;
  }

body.home .b2b-home-oem-showcase-copy h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.18;
  }

body.home .b2b-home-oem-process-copy h3 {
    font-size: 18px;
    line-height: 1.3;
  }

body.home .b2b-home-oem-process-copy p {
    font-size: 13.5px;
    line-height: 1.58;
  }

body.home .b2b-home-oem-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

body.home .b2b-home-oem-visual-main {
    min-height: 300px;
    border-radius: 24px;
  }

body.home .b2b-home-oem-support-stack,
body.home .b2b-home-oem-process-strip {
    grid-template-columns: 1fr;
  }

body.home .b2b-home-oem-process-item,
body.home .b2b-home-oem-process-item:nth-child(2n) {
    border-right: 0;
  }

body.home .b2b-home-oem-process-item:not(:last-child) {
    border-bottom: 1px solid rgba(11, 24, 40, 0.065);
  }
}

body.home {
  --b2b-home-section-shell-width: 1320px;
  --b2b-home-section-shell-gutter: 48px;
}

@media (max-width: 1180px) {
body.home {
    --b2b-home-section-shell-gutter: 40px;
  }
}

@media (max-width: 640px) {
body.home {
    --b2b-home-section-shell-gutter: 28px;
  }
}

body.home {
  --b2b-home-shell-max: 1320px;
  --b2b-home-shell-gutter: 48px;
}

body.home .b2b-home-section-shell,
body.home .b2b-home-ia-factory-proof > .container.b2b-home-ia-factory-proof-layout {
  width: min(calc(100% - var(--b2b-home-shell-gutter)), var(--b2b-home-shell-max));
  max-width: var(--b2b-home-shell-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

body.home .b2b-home-faq-cta > .container.b2b-home-section-shell.b2b-home-faq-cta-layout {
  box-sizing: border-box;
}

@media (max-width: 1180px) {
body.home {
    --b2b-home-shell-gutter: 40px;
  }
}

@media (max-width: 640px) {
body.home {
    --b2b-home-shell-gutter: 28px;
  }
}

body.home {
  --b2b-home-container-width: 1280px;
  --b2b-home-container-gutter: 24px;
}

body.home .b2b-home-oem-showcase,
body.home .b2b-home-inquiry-soft {
  padding-left: var(--b2b-home-container-gutter);
  padding-right: var(--b2b-home-container-gutter);
}

body.home .b2b-home-ia-products > .container,
body.home .b2b-home-oem-showcase > .container,
body.home .b2b-home-ia-factory-proof > .container,
body.home .b2b-home-faq-cta > .container,
body.home .b2b-home-inquiry-soft > .container,
body.home .b2b-home-section-shell,
body.home .b2b-home-ia-factory-proof > .container.b2b-home-ia-factory-proof-layout {
  width: 100%;
  max-width: var(--b2b-home-container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

@media (max-width: 640px) {
body.home {
    --b2b-home-container-gutter: 16px;
  }
}

body.home .b2b-home-oem-visual-main-image,
body.home .b2b-home-oem-support-card img {
  background-color: var(--b2b-color-soft);
}

/* -------------------------------------------------------------------------
 * 08. Recovered home compatibility rules from legacy audit
 * ---------------------------------------------------------------------- */

/* 3.2.98 migrated active rules from v4-legacy.css.
 * Keep these rules in this file's owner boundary; do not move them back to legacy. */

.hero {
--font-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, var(--b2b-color-soft) 44%, var(--b2b-color-primary-soft) 76%, var(--b2b-color-primary-soft) 100%);
  isolation: isolate;
}

.hero-factory-bg {
position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center 45%;
  opacity: .42;
  filter: grayscale(1) saturate(.55) contrast(.88) brightness(1.18);
  transform: scale(1.025);
  pointer-events: none;
}

.hero-factory-bg::before {
content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(239,247,250,.20) 0%,
      rgba(242,248,251,.06) 15%,
      rgba(255,255,255,.76) 37%,
      rgba(255,255,255,.96) 50%,
      rgba(255,255,255,.76) 63%,
      rgba(242,248,251,.06) 85%,
      rgba(239,247,250,.20) 100%),
    linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.12) 42%, rgba(233,241,245,.72) 100%);
  pointer-events: none;
}

.hero-side-depth {
position: absolute;
  top: 0;
  bottom: 128px;
  width: 33vw;
  min-width: 390px;
  max-width: 560px;
  z-index: 1;
  pointer-events: none;
  opacity: .38;
  mix-blend-mode: multiply;
  background:
    radial-gradient(ellipse at 42% 18%, rgba(255,255,255,.82) 0%, rgba(255,255,255,0) 32%),
    linear-gradient(90deg, rgba(100,126,143,.14) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(100,126,143,.08) 0 1px, transparent 1px 100%);
  background-size: auto, 94px 100%, 100% 76px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.75) 48%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.75) 48%, transparent 100%);
}

.hero-side-depth--left {
left: 0;
}

.hero-side-depth--right {
right: 0; transform: scaleX(-1);
}

.hero-center-wash {
position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse at 50% 26%, rgba(255,255,255,1) 0%, rgba(255,255,255,.98) 24%, rgba(255,255,255,.84) 42%, rgba(255,255,255,.28) 61%, rgba(255,255,255,0) 80%),
    linear-gradient(180deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,.08) 43%, rgba(233,241,245,.62) 100%);
  pointer-events: none;
}

.hero-bottom-wash {
position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 330px;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(239,246,249,.46) 37%, var(--b2b-color-primary-soft) 100%);
  pointer-events: none;
}

.hero .kicker {
width: fit-content;
  margin: 0 auto;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--b2b-color-secondary);
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(54,112,177,.14);
  box-shadow: 0 8px 22px rgba(7,21,35,.035);
}

.hero p {
  margin: 0 auto;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.hero .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  white-space: nowrap;
}

.hero .btn-primary {
color: #fff;
  box-shadow: 0 14px 34px rgba(7,27,45,.18);
}

.hero .btn-secondary {
color: var(--b2b-color-ink);
  border-color: rgba(7,21,35,.09);
}

.fusion-zone {
position: relative;
  z-index: 4;
  height: 364px;
  margin-top: 14px;
}

.product-shadow {
position: absolute;
  left: 12%;
  right: 12%;
  bottom: 60px;
  height: 48px;
  border-radius: 999px;
  background: rgba(7,21,35,.095);
  filter: blur(24px);
  opacity: .44;
  z-index: 1;
}

.hero-product-image {
position: absolute;
  left: 50%;
  bottom: 20px;
  width: min(1280px, 95vw);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  display: block;
  z-index: 2;
  filter: saturate(.99) contrast(.99);
  pointer-events: none;
  user-select: none;
}

.bottom-fade {
position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(238,245,248,0) 0%, rgba(238,245,248,.78) 54%, var(--b2b-color-primary-soft) 100%);
  z-index: 5;
  pointer-events: none;
}

.trust-icon {
width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--b2b-color-secondary);
  background: rgba(63,118,146,.10);
  border: 1px solid rgba(63,118,146,.16);
  font-size: 14px;
  line-height: 1;
}

.trust-icon svg,
.trust-icon i {
width: 14px;
  height: 14px;
}

@media (max-width: 1100px) {
.hero .container {
width: calc(100% - 48px);
}

.fusion-zone {
height: 372px;
}
}

@media (max-width: 680px) {
.hero .container {
width: calc(100% - 32px);
}

.hero-factory-bg {
opacity: .20; background-position: center top;
}

.hero-side-depth {
display: none;
}

.hero-actions {
display: grid;
}

.hero .btn {
width: 100%;
}

.fusion-zone {
height: 470px; margin-top: 20px;
}

.hero-product-image {
width: 980px; max-width: 150vw;
}
}

.hero .kicker {
font-family: var(--b2b-font-sans);
}

.hero {
min-height: 790px;
}

.hero .kicker {
min-height: 28px;
  padding: 7px 13px 6px;
  font-size: var(--b2b-label-size);
  line-height: 1;
  font-weight: var(--b2b-type-medium);
  letter-spacing: 0.012em;
}

.hero h1 {
  font-family: var(--b2b-font-heading);
}

.hero-actions {
margin-top: 26px;
  gap: 12px;
}

.hero .btn {
  padding-inline: 22px;
  box-shadow: none;
}

.hero .btn-primary {
background: var(--b2b-color-ink);
}

.hero .btn-secondary {
background: rgba(255, 255, 255, 0.72);
}

@media (max-width: 680px) {
.hero {
min-height: auto;
}

.hero h1 {
font-size: clamp(41px, 12.8vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.064em;
}

.hero p {
font-size: 15.5px;
    line-height: 1.68;
}
}

.hero h1 {
max-width: min(860px, 92vw);
  margin: 18px auto 18px;
  color: var(--b2b-v304-ink);
  font-size: clamp(44px, 5.2vw, 68px);
  line-height: 1.02;
  font-weight: 650;
  letter-spacing: -0.046em;
  text-wrap: balance;
}

.hero p {
max-width: 660px;
  color: rgba(11, 24, 40, 0.62);
  font-size: clamp(15.5px, 1.08vw, 17px);
  line-height: 1.68;
  font-weight: 420;
  letter-spacing: -0.006em;
}

.hero .btn {
min-height: 46px;
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13.5px;
  line-height: 1;
  font-weight: 620;
  letter-spacing: -0.008em;
}

@media (max-width: 1100px) {
.hero h1 {
font-size: clamp(42px, 6.6vw, 60px);
}
}

@media (max-width: 760px) {
.hero h1 {
font-size: clamp(36px, 10.8vw, 48px);
    line-height: 1.04;
    letter-spacing: -0.044em;
}

.hero p {
max-width: 94%;
    font-size: 15px;
    line-height: 1.62;
}
}

@media (max-width: 420px) {
.b2b-about-hero-copy h1,
.b2b-oem-hero-copy h1 {
font-size: 31px;
}
}

@media screen and (max-width: 768px) {
.b2b-floating-bar a,
.b2b-floating-bar button,
.b2b-product-primary-btn,
.b2b-product-secondary-btn,
.b2b-contact-form button[type="submit"] {
font-size: 14.5px;
    letter-spacing: .015em;
}

.b2b-section-tag {
font-size: 11px;
}
}

@media screen and (max-width: 1024px) {
.b2b-floating-bar a,
.b2b-floating-bar button,
.b2b-mobile-sticky-quote a,
.b2b-mobile-sticky-quote button,
.b2b-mobile-sticky-quote-lean a,
.b2b-mobile-sticky-quote-lean button,
.b2b-product-primary-btn,
.b2b-product-secondary-btn,
.b2b-contact-form button[type="submit"],
.b2b-footer-quote-button {
border-radius: 15px;
    letter-spacing: .01em;
    text-transform: none;
}

.b2b-product-primary-btn,
.b2b-contact-form button[type="submit"],
.b2b-floating-bar button,
.b2b-floating-bar .button,
.b2b-mobile-sticky-quote .b2b-product-primary-btn,
.b2b-mobile-sticky-quote-lean .b2b-product-primary-btn {
background: var(--b2b-mobile-green);
    box-shadow: 0 12px 24px rgba(11,115,83,.18);
}
}

@media screen and (max-width: 768px) {
.b2b-product-card-desc,
.b2b-footer-description,
.b2b-footer-bottom p {
letter-spacing: 0;
    word-spacing: normal;
}

.b2b-section-tag,
.b2b-footer-links h3,
.b2b-footer-contact h3 {
letter-spacing: .055em;
}
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero h1,
.b2b-home-ia-section-head h2,
.b2b-home-ia-factory-proof-copy h2,
.b2b-single-summary h1,
.b2b-single-inquiry h2,
.b2b-related-head h2,
.b2b-product-archive-cta h2 {
font-family: var(--b2b-font-heading);
  font-weight: var(--b2b-type-semibold);
  letter-spacing: -0.055em;
}

.hero .btn,
.b2b-home-ia-btn,
.b2b-product-primary-btn,
.b2b-product-secondary-btn,
.b2b-footer-quote-button {
font-family: var(--b2b-font-sans);
  font-weight: var(--b2b-type-semibold);
  letter-spacing: -0.018em;
}

.b2b-home-ux-badge,
.b2b-section-tag,
.b2b-product-card-badge,
.b2b-products-active-filter {
font-family: var(--b2b-font-sans);
  font-weight: var(--b2b-type-semibold);
  letter-spacing: 0.02em;
}

.hero .btn,
.b2b-home-ia-btn,
.b2b-product-primary-btn,
.b2b-product-secondary-btn,
.b2b-single-cta-row .b2b-product-primary-btn,
.b2b-single-cta-row .b2b-product-secondary-btn,
.b2b-home-ux-form button,
.b2b-contact-form-footer button,
.b2b-footer-quote-button {
font-size: var(--b2b-button-size);
  line-height: 1;
  font-weight: var(--b2b-type-semibold);
  letter-spacing: -0.012em;
}

.b2b-home-ux-badge,
.b2b-section-tag,
.b2b-product-card-badge,
.b2b-products-active-filter,
.b2b-single-sample-label,
.b2b-single-quote-line span,
.b2b-rfq-field label,
.b2b-contact-field label {
font-size: var(--b2b-label-size);
  line-height: 1;
  font-weight: var(--b2b-type-semibold);
  letter-spacing: 0.045em;
}

.b2b-home-ia-products-head h2,
.b2b-home-ia-section-head.b2b-home-ia-products-head h2,
.b2b-home-ia-factory-proof-copy h2,
.b2b-home-ux-inquiry-copy h2,
.b2b-contact-rfq-copy h2 {
font-size: var(--b2b-section-title-size);
  line-height: var(--b2b-section-title-leading);
  font-weight: 540;
  letter-spacing: var(--b2b-type-title-tight);
  text-wrap: balance;
}

.b2b-home-ia-products-subtitle-row p,
.b2b-home-ia-section-head.b2b-home-ia-products-head .b2b-home-ia-products-subtitle-row p,
.b2b-home-ia-factory-proof-text,
.b2b-home-ux-inquiry-copy p,
.b2b-contact-rfq-copy > p {
color: var(--b2b-color-muted);
  font-size: clamp(15.5px, 1.14vw, 17px);
  line-height: 1.72;
  font-weight: var(--b2b-type-regular);
  letter-spacing: -0.01em;
}

.b2b-home-ia-product-card,
.b2b-home-ia-product-card.no-image,
.b2b-product-card {
border-radius: 26px;
  box-shadow: 0 12px 30px rgba(7, 21, 35, 0.038);
}

.b2b-home-ia-product-body h3,
.b2b-home-ia-product-card.no-image .b2b-home-ia-product-body h3,
.b2b-product-card-title,
.b2b-products-side-title,
.b2b-products-quote-card h3 {
font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.24;
  font-weight: var(--b2b-type-semibold);
  letter-spacing: -0.032em;
}

.b2b-home-ia-product-desc,
.b2b-product-card-desc,
.b2b-products-quote-card p,
.b2b-product-archive-cta p {
font-size: 14.5px;
  line-height: 1.64;
  font-weight: var(--b2b-type-regular);
  letter-spacing: -0.006em;
}

.b2b-home-ia-product-actions .b2b-home-ia-btn-primary,
.b2b-home-ia-view-all,
.b2b-home-ia-text-link,
.b2b-related-head a,
.b2b-product-pagination .page-numbers {
font-size: 13.5px;
  font-weight: var(--b2b-type-semibold);
  letter-spacing: -0.012em;
}

.b2b-home-ia-factory-proof-metric small,
.b2b-footer-badges span,
.b2b-footer-bottom p {
font-size: 12.5px;
  line-height: 1.5;
  font-weight: var(--b2b-type-regular);
  letter-spacing: -0.004em;
}

.b2b-home-ux-inquiry-copy li,
.b2b-home-ux-form label,
.b2b-home-ux-form input,
.b2b-home-ux-form textarea,
.b2b-home-ux-form select,
.b2b-contact-field input,
.b2b-contact-field textarea,
.b2b-contact-field select {
font-size: 14.5px;
  line-height: 1.5;
  font-weight: var(--b2b-type-regular);
}

.b2b-home-ux-inquiry-form-card h3,
.b2b-contact-form-head h3,
.b2b-footer-logo span {
font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.08;
  font-weight: var(--b2b-type-semibold);
  letter-spacing: -0.045em;
}

.b2b-section-tag,
.b2b-home-ux-badge,
.b2b-product-card-badge {
font-size: 11.5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------
 * 09. Featured Product Lines media + homepage button consistency fixes
 * ---------------------------------------------------------------------- */

body.home .b2b-home-ia-product-card.has-image .b2b-home-ia-product-media,
body.front-page .b2b-home-ia-product-card.has-image .b2b-home-ia-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  min-height: 0;
  height: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: #ffffff;
}

body.home .b2b-home-ia-product-media.has-image.has-hover-image,
body.front-page .b2b-home-ia-product-media.has-image.has-hover-image {
  padding: 0;
  border: 0;
  box-shadow: none;
}

body.home .b2b-home-ia-product-media.has-image:not(.has-hover-image) .b2b-home-ia-product-image-primary,
body.front-page .b2b-home-ia-product-media.has-image:not(.has-hover-image) .b2b-home-ia-product-image-primary {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: inherit;
  background: #ffffff;
}

body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-primary,
body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-hover,
body.front-page .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-primary,
body.front-page .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  backface-visibility: hidden;
}

body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-primary,
body.front-page .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-primary {
  z-index: 2;
  opacity: 1;
  object-fit: contain;
  object-position: center center;
  background: #ffffff;
}

body.home .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-hover,
body.front-page .b2b-home-ia-product-media.has-hover-image .b2b-home-ia-product-image-hover {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  object-position: center center;
}

@media (hover: hover) and (pointer: fine) {
  body.home .b2b-home-ia-product-card.has-hover-image:hover .b2b-home-ia-product-image-primary,
  body.home .b2b-home-ia-product-media.has-hover-image:hover .b2b-home-ia-product-image-primary,
  body.front-page .b2b-home-ia-product-card.has-hover-image:hover .b2b-home-ia-product-image-primary,
  body.front-page .b2b-home-ia-product-media.has-hover-image:hover .b2b-home-ia-product-image-primary {
    opacity: 0;
  }

  body.home .b2b-home-ia-product-card.has-hover-image:hover .b2b-home-ia-product-image-hover,
  body.home .b2b-home-ia-product-media.has-hover-image:hover .b2b-home-ia-product-image-hover,
  body.front-page .b2b-home-ia-product-card.has-hover-image:hover .b2b-home-ia-product-image-hover,
  body.front-page .b2b-home-ia-product-media.has-hover-image:hover .b2b-home-ia-product-image-hover {
    opacity: 1;
  }
}

body.home .hero-actions .btn,
body.home .b2b-home-oem-actions .b2b-home-ia-btn,
body.home .b2b-home-faq-cta-button,
body.home .b2b-home-ia-product-sourcing-link,
body.home .b2b-home-ia-view-all,
body.front-page .hero-actions .btn,
body.front-page .b2b-home-oem-actions .b2b-home-ia-btn,
body.front-page .b2b-home-faq-cta-button,
body.front-page .b2b-home-ia-product-sourcing-link,
body.front-page .b2b-home-ia-view-all {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font-family: var(--b2b-font-sans, inherit);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.006em;
  text-decoration: none;
}

body.home .hero-actions .btn svg,
body.home .hero-actions .btn i,
body.home .b2b-home-oem-actions .b2b-home-ia-btn svg,
body.home .b2b-home-oem-actions .b2b-home-ia-btn i,
body.home .b2b-home-faq-cta-button svg,
body.home .b2b-home-faq-cta-button i,
body.home .b2b-home-ia-product-sourcing-link svg,
body.home .b2b-home-ia-product-sourcing-link i,
body.home .b2b-home-ia-view-all svg,
body.home .b2b-home-ia-view-all i,
body.front-page .hero-actions .btn svg,
body.front-page .hero-actions .btn i,
body.front-page .b2b-home-oem-actions .b2b-home-ia-btn svg,
body.front-page .b2b-home-oem-actions .b2b-home-ia-btn i,
body.front-page .b2b-home-faq-cta-button svg,
body.front-page .b2b-home-faq-cta-button i,
body.front-page .b2b-home-ia-product-sourcing-link svg,
body.front-page .b2b-home-ia-product-sourcing-link i,
body.front-page .b2b-home-ia-view-all svg,
body.front-page .b2b-home-ia-view-all i {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

body.home .hero-actions .btn-primary,
body.home .b2b-home-oem-actions .b2b-home-ia-btn-primary,
body.home .b2b-home-faq-cta-button-primary,
body.home .b2b-home-ia-product-sourcing-link,
body.front-page .hero-actions .btn-primary,
body.front-page .b2b-home-oem-actions .b2b-home-ia-btn-primary,
body.front-page .b2b-home-faq-cta-button-primary,
body.front-page .b2b-home-ia-product-sourcing-link {
  border: 1px solid rgba(7, 17, 31, .92);
  background: var(--b2b-color-ink);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(7, 17, 31, .14);
}

body.home .hero-actions .btn-secondary,
body.home .b2b-home-oem-actions .b2b-home-ia-btn-secondary,
body.home .b2b-home-faq-cta-button-secondary,
body.home .b2b-home-ia-view-all,
body.front-page .hero-actions .btn-secondary,
body.front-page .b2b-home-oem-actions .b2b-home-ia-btn-secondary,
body.front-page .b2b-home-faq-cta-button-secondary,
body.front-page .b2b-home-ia-view-all {
  border: 1px solid rgba(200, 211, 226, .9);
  background: rgba(255, 255, 255, .82);
  color: var(--b2b-color-primary);
  box-shadow: 0 8px 20px rgba(12, 31, 58, .045);
}

body.home .b2b-home-ia-product-actions .b2b-home-ia-btn-primary,
body.front-page .b2b-home-ia-product-actions .b2b-home-ia-btn-primary {
  width: 100%;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--b2b-color-secondary);
  justify-content: space-between;
  text-align: left;
}

/* -------------------------------------------------------------------------
 * 09. Homepage maturity modules: featured products, applications, certifications
 * ---------------------------------------------------------------------- */

body.home .b2b-home-featured-products,
body.home .b2b-home-applications,
body.home .b2b-home-certifications,
body.front-page .b2b-home-featured-products,
body.front-page .b2b-home-applications,
body.front-page .b2b-home-certifications {
  position: relative;
  padding: clamp(72px, 8vw, 108px) 0;
  background: var(--b2b-color-soft);
}

body.home .b2b-home-featured-products,
body.front-page .b2b-home-featured-products {
  padding-top: clamp(56px, 6vw, 88px);
}

body.home .b2b-home-applications,
body.front-page .b2b-home-applications {
  background:
    radial-gradient(circle at top left, rgba(19, 100, 180, .06), transparent 34%),
    #ffffff;
}

body.home .b2b-home-certifications,
body.front-page .b2b-home-certifications {
  background:
    linear-gradient(180deg, rgba(248, 251, 253, .96), rgba(255, 255, 255, .98));
}

body.home .b2b-home-maturity-section-head,
body.front-page .b2b-home-maturity-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 32px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 44px);
}

body.home .b2b-home-maturity-section-head > .b2b-home-ux-badge,
body.front-page .b2b-home-maturity-section-head > .b2b-home-ux-badge {
  grid-column: 1 / -1;
  width: fit-content;
}

body.home .b2b-home-maturity-section-head h2,
body.front-page .b2b-home-maturity-section-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--b2b-color-ink);
  font-family: var(--b2b-font-sans, inherit);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

body.home .b2b-home-maturity-section-head p,
body.front-page .b2b-home-maturity-section-head p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--b2b-color-muted);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.72;
}

body.home .b2b-home-featured-grid,
body.front-page .b2b-home-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

body.home .b2b-home-featured-card,
body.front-page .b2b-home-featured-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(200, 211, 226, .82);
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 42px rgba(11, 24, 40, .055);
}

body.home .b2b-home-featured-media,
body.front-page .b2b-home-featured-media {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
  text-decoration: none;
}

body.home .b2b-home-featured-media img,
body.front-page .b2b-home-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: clamp(14px, 2vw, 24px);
  background: #ffffff;
}

body.home .b2b-home-featured-placeholder,
body.front-page .b2b-home-featured-placeholder {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--b2b-color-primary-soft), #ffffff);
  color: var(--b2b-color-secondary);
  box-shadow: inset 0 0 0 1px rgba(170, 190, 205, .42);
}

body.home .b2b-home-featured-placeholder svg,
body.front-page .b2b-home-featured-placeholder svg {
  width: 30px;
  height: 30px;
}

body.home .b2b-home-featured-body,
body.front-page .b2b-home-featured-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}

body.home .b2b-home-featured-body h3,
body.front-page .b2b-home-featured-body h3 {
  margin: 0;
  color: var(--b2b-color-primary);
  font-size: 18px;
  line-height: 1.24;
  letter-spacing: -.02em;
}

body.home .b2b-home-featured-body h3 a,
body.front-page .b2b-home-featured-body h3 a {
  color: inherit;
  text-decoration: none;
}

body.home .b2b-home-featured-body p,
body.front-page .b2b-home-featured-body p {
  margin: 0;
  color: var(--b2b-color-muted);
  font-size: 14px;
  line-height: 1.62;
}

body.home .b2b-home-featured-body .b2b-home-ia-text-link,
body.front-page .b2b-home-featured-body .b2b-home-ia-text-link {
  margin-top: auto;
}

body.home .b2b-home-application-grid,
body.front-page .b2b-home-application-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

body.home .b2b-home-application-card,
body.front-page .b2b-home-application-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(200, 211, 226, .78);
  border-radius: 26px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 34px rgba(11, 24, 40, .048);
}

body.home .b2b-home-application-icon,
body.front-page .b2b-home-application-icon,
body.home .b2b-home-certification-icon,
body.front-page .b2b-home-certification-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--b2b-color-primary-soft);
  color: var(--b2b-color-secondary);
}

body.home .b2b-home-application-icon svg,
body.front-page .b2b-home-application-icon svg,
body.home .b2b-home-certification-icon svg,
body.front-page .b2b-home-certification-icon svg {
  width: 22px;
  height: 22px;
}

body.home .b2b-home-application-card h3,
body.front-page .b2b-home-application-card h3,
body.home .b2b-home-certification-card h3,
body.front-page .b2b-home-certification-card h3 {
  margin: 16px 0 0;
  color: var(--b2b-color-primary);
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -.018em;
}

body.home .b2b-home-application-card p,
body.front-page .b2b-home-application-card p,
body.home .b2b-home-certification-card p,
body.front-page .b2b-home-certification-card p {
  margin: 10px 0 0;
  color: var(--b2b-color-muted);
  font-size: 14px;
  line-height: 1.65;
}

body.home .b2b-home-certification-grid,
body.front-page .b2b-home-certification-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

body.home .b2b-home-certification-card,
body.front-page .b2b-home-certification-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(200, 211, 226, .78);
  border-radius: 26px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 34px rgba(11, 24, 40, .048);
}

@media (max-width: 1180px) {
  body.home .b2b-home-featured-grid,
  body.front-page .b2b-home-featured-grid,
  body.home .b2b-home-application-grid,
  body.front-page .b2b-home-application-grid,
  body.home .b2b-home-certification-grid,
  body.front-page .b2b-home-certification-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.home .b2b-home-featured-products,
  body.home .b2b-home-applications,
  body.home .b2b-home-certifications,
  body.front-page .b2b-home-featured-products,
  body.front-page .b2b-home-applications,
  body.front-page .b2b-home-certifications {
    padding: 56px 0;
  }

  body.home .b2b-home-maturity-section-head,
  body.front-page .b2b-home-maturity-section-head {
    display: block;
    margin-bottom: 24px;
  }

  body.home .b2b-home-maturity-section-head .b2b-home-ia-view-all,
  body.front-page .b2b-home-maturity-section-head .b2b-home-ia-view-all {
    margin-top: 18px;
  }

  body.home .b2b-home-featured-grid,
  body.front-page .b2b-home-featured-grid,
  body.home .b2b-home-application-grid,
  body.front-page .b2b-home-application-grid,
  body.home .b2b-home-certification-grid,
  body.front-page .b2b-home-certification-grid {
    grid-template-columns: 1fr;
  }
}
