:root {
  --blue: #005bff;
  --blue-2: #0496ff;
  --blue-dark: #003eb8;
  --ink: #07152f;
  --muted: #52627a;
  --line: #dce8f8;
  --soft: #f4f8ff;
  --card: #ffffff;
  --shadow: 0 16px 38px rgba(0, 72, 180, .12);
  --shadow-sm: 0 8px 22px rgba(0, 70, 170, .10);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

.site-main [id] {
  scroll-margin-top: 128px;
}

body.snmsk-site {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(0, 154, 255, .08), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #f6faff 48%, #fff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(1280px, calc(100% - 44px));
  margin-inline: auto;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .site-main .shell {
    width: min(1280px, calc(100% - 165px));
  }
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  padding: 10px 14px;
  box-shadow: var(--shadow-sm);
}

.skip-link:focus {
  transform: translateY(0);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.sn-icon {
  display: inline-grid;
  place-items: center;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

.sn-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(220, 232, 248, .72);
}

.top-strip {
  height: 36px;
  color: #fff;
  background: linear-gradient(90deg, #004fc9, #0065f5 48%, #0042bd);
  font-size: 13px;
}

.top-strip-inner,
.top-strip-links,
.top-strip a,
.language {
  display: flex;
  align-items: center;
}

.top-strip-inner {
  height: 100%;
  justify-content: space-between;
  gap: 18px;
}

.top-strip-lead,
.top-strip a,
.language {
  gap: 8px;
  white-space: nowrap;
}

.top-label-short {
  display: none;
}

.top-strip .sn-icon {
  width: 15px;
  height: 15px;
  color: #7ed3ff;
}

.top-strip-links {
  gap: 30px;
}

.quote-page-notice {
  position: relative;
  z-index: 80;
  border-bottom: 1px solid #cfe0f6;
  background: #f4f9ff;
}

.quote-page-notice .shell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  color: #173357;
  font-size: 14px;
  font-weight: 850;
}

.quote-page-notice .sn-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
}

.quote-page-notice.is-success {
  background: linear-gradient(90deg, #eef8ff, #f8fcff);
}

.quote-page-notice.is-error {
  background: linear-gradient(90deg, #fff7f4, #fffdfb);
}

.quote-page-notice.is-error .sn-icon {
  background: #d9482f;
}

.nav-bar {
  height: 66px;
}

.nav-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 16px;
}

.site-logo {
  display: flex;
  align-items: center;
  min-width: 232px;
}

.site-logo-full {
  display: block;
  width: 232px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 14px rgba(0, 74, 190, .10));
}

.site-logo-mark {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 14px rgba(0, 74, 190, .18));
}

.site-logo-copy {
  display: grid;
  line-height: 1.05;
}

.site-logo-copy strong {
  color: #07152f;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: 0;
}

.site-logo-copy strong span {
  color: var(--blue);
}

.site-logo-copy small {
  margin-top: 4px;
  color: #526780;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 1;
  min-width: 0;
  height: 100%;
  font-size: 13.5px;
  font-weight: 650;
}

.primary-nav > a,
.nav-dropdown > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  color: #14213d;
  white-space: nowrap;
}

.primary-nav > a::after,
.nav-dropdown > a::after {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  transform: scaleX(0);
  transition: transform .2s ease;
  content: "";
}

.primary-nav > a:hover,
.primary-nav > a:focus-visible,
.nav-dropdown > a:hover,
.nav-dropdown > a:focus-visible,
.primary-nav .active {
  color: var(--blue);
}

.primary-nav > a:hover::after,
.primary-nav > a:focus-visible::after,
.nav-dropdown > a:hover::after,
.nav-dropdown > a:focus-visible::after,
.primary-nav .active::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
  height: 100%;
}

.mega-menu {
  position: absolute;
  top: 66px;
  left: 50%;
  display: grid;
  width: 360px;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: .2s ease;
}

.nav-dropdown:hover .mega-menu,
.nav-dropdown:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.mega-menu a {
  border-radius: 10px;
  color: #20304a;
  font-size: 13px;
  padding: 10px 12px;
}

.mega-menu a:hover,
.mega-menu a:focus-visible {
  background: #eff6ff;
  color: var(--blue);
}

.header-model-search {
  flex: 0 0 auto;
  align-items: center;
  height: 40px;
  border: 1px solid #cfe0f6;
  border-radius: 12px;
  background: #f7fbff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.header-model-search:focus-within {
  border-color: #8cbcff;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 91, 255, .12);
}

.header-model-search input {
  width: clamp(126px, 10vw, 158px);
  height: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #14213d;
  font-size: 13px;
  font-weight: 800;
  padding: 0 0 0 12px;
}

.header-model-search input::placeholder {
  color: #6f8198;
  opacity: 1;
}

.header-model-search button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 100%;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0048e8);
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
}

.header-model-search button:hover,
.header-model-search button:focus-visible {
  filter: brightness(1.06);
}

.header-model-search .sn-icon {
  width: 17px;
  height: 17px;
}

.header-model-search-mobile {
  display: none;
}

.header-model-search-desktop {
  display: flex;
}

.quote-btn,
.primary-btn,
.secondary-btn,
.wide-btn,
.footer-quote {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border-radius: 10px;
  font-weight: 800;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.quote-btn::before,
.primary-btn::before,
.wide-btn::before,
.footer-quote::before {
  position: absolute;
  inset: -80% auto -80% -45%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .46), transparent);
  content: "";
  transform: skewX(-22deg) translateX(-160%);
  transition: transform .48s ease;
}

.quote-btn:hover::before,
.primary-btn:hover::before,
.wide-btn:hover::before,
.footer-quote:hover::before,
.quote-btn:focus-visible::before,
.primary-btn:focus-visible::before,
.wide-btn:focus-visible::before,
.footer-quote:focus-visible::before {
  transform: skewX(-22deg) translateX(620%);
}

.quote-btn,
.primary-btn,
.wide-btn,
.footer-quote {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0048e8);
  box-shadow: 0 12px 24px rgba(0, 91, 255, .22);
}

.quote-btn {
  min-width: 156px;
  padding: 0 18px;
  font-size: 13.5px;
}

.primary-btn {
  padding: 0 22px;
  font-size: 14px;
  white-space: nowrap;
}

.quote-btn .sn-icon,
.primary-btn .sn-icon,
.secondary-btn .sn-icon,
.wide-btn .sn-icon,
.footer-quote .sn-icon {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
}

.quote-btn:hover,
.primary-btn:hover,
.wide-btn:hover,
.footer-quote:hover,
.quote-btn:focus-visible,
.primary-btn:focus-visible,
.wide-btn:focus-visible,
.footer-quote:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0, 91, 255, .28);
}

.secondary-btn {
  min-width: 196px;
  border: 2px solid #0d68ff;
  color: var(--blue);
  background: rgba(255, 255, 255, .92);
}

.secondary-btn:hover,
.secondary-btn:focus-visible {
  transform: translateY(-2px);
  background: #f6fbff;
  box-shadow: var(--shadow-sm);
}

.menu-toggle {
  display: none;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 14px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .82) 48%, rgba(235, 246, 255, .45) 100%),
    radial-gradient(circle at 74% 22%, rgba(0, 157, 255, .22), transparent 22rem);
}

.hero-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(135deg, transparent 0 55%, rgba(0, 91, 255, .08) 55% 56%, transparent 56% 100%),
    radial-gradient(circle at 2px 2px, rgba(0, 91, 255, .22) 1px, transparent 1.5px);
  background-size: 520px 520px, 70px 70px;
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 430px;
  grid-template-columns: 51% 49%;
  align-items: start;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 66px 0 54px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 28px;
  border: 1px solid #bcd7ff;
  border-radius: 999px;
  color: #6faaff;
  background: rgba(255, 255, 255, .82);
  padding: 0 15px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--blue);
  transform: rotate(45deg);
}

.eyebrow b {
  color: #9fc8ff;
}

.hero-copy h1 {
  max-width: 720px;
  margin: 18px 0 15px;
  color: #050d2b;
  font-size: clamp(41px, 3.55vw, 52px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1 em {
  color: var(--blue);
  font-style: normal;
}

.hero-copy p {
  max-width: 590px;
  margin: 0 0 22px;
  color: #1d2c44;
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-actions .primary-btn,
.hero-actions .secondary-btn {
  padding-inline: 28px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  margin-left: -54px;
  padding-top: 0;
  pointer-events: none;
}

.hero-visual img {
  width: min(780px, calc(100% + 108px));
  height: 430px;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 0 0 18px;
  filter: drop-shadow(0 24px 32px rgba(0, 70, 160, .18));
}

.hero-visual::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 34%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .76) 34%, rgba(255, 255, 255, 0) 100%);
  content: "";
}

.hero-visual::after {
  content: none;
}

.hero-glow {
  position: absolute;
  right: 8%;
  bottom: 14%;
  width: 44%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(0, 180, 255, .17);
  filter: blur(44px);
  z-index: -1;
}

.hero-badges {
  position: absolute;
  right: 34%;
  bottom: 22px;
  left: 0;
  z-index: 3;
  display: grid;
  max-width: 610px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hero-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
  padding: 8px 10px;
}

.hero-badge .sn-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--blue);
  background: #edf5ff;
  padding: 8px;
}

.hero-badge span {
  display: grid;
  color: #5a6a80;
  font-size: 12px;
  line-height: 1.2;
}

.hero-badge strong {
  color: #07152f;
  font-size: 13px;
}

.floating-contact {
  position: fixed;
  right: max(6px, env(safe-area-inset-right));
  top: max(220px, 50%);
  z-index: 90;
  display: grid;
  gap: 6px;
  width: 64px;
  border: 1px solid #d9e8ff;
  border-radius: 16px 0 0 16px;
  border-right: 0;
  background: rgba(255, 255, 255, .96);
  padding: 9px 7px 9px 8px;
  box-shadow: -12px 16px 32px rgba(0, 72, 180, .12);
  transform: translateY(-50%);
}

.floating-contact a,
.floating-contact button {
  display: grid;
  place-items: center;
  gap: 5px;
  border: 0;
  color: #152744;
  background: transparent;
  font-size: 11px;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

.floating-contact .sn-icon {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  padding: 11px;
}

.floating-contact .whatsapp .sn-icon {
  background: #18c65a;
}

.floating-contact a:hover,
.floating-contact button:hover,
.floating-contact a:focus-visible,
.floating-contact button:focus-visible {
  color: var(--blue);
}

.floating-contact a:hover,
.floating-contact button:hover,
.floating-contact a:focus-visible,
.floating-contact button:focus-visible {
  transform: translateY(-2px);
}

.advantage-section {
  position: relative;
  z-index: 2;
  margin-top: -36px;
  padding-bottom: 10px;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.advantage-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 15px 18px;
}

.advantage-card + .advantage-card {
  border-left: 1px solid var(--line);
}

.icon-orb,
.industry-icon,
.stat-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: linear-gradient(145deg, #edf6ff, #fff);
  box-shadow: inset 0 0 0 1px #cfe2ff;
}

.icon-orb {
  width: 48px;
  height: 48px;
}

.icon-orb .sn-icon {
  width: 27px;
  height: 27px;
}

.advantage-card h3,
.product-card h3,
.industry-card h3,
.footer-grid h3 {
  margin: 0;
}

.advantage-card h3 {
  font-size: 14px;
}

.advantage-card strong {
  display: block;
  margin-top: 3px;
  color: #0d1b35;
  font-size: 13px;
}

.advantage-card p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.28;
}

.product-section {
  position: relative;
  overflow: hidden;
  padding: 8px 0 88px;
}

.product-section::before,
.product-section::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
}

.product-section::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0, 91, 255, .08), transparent 28%),
    radial-gradient(circle at 88% 30%, rgba(1, 171, 255, .12), transparent 24rem);
}

.product-section::after {
  right: 0;
  bottom: -1px;
  left: 0;
  height: 148px;
  background-image: url("data:image/svg+xml,%3Csvg width='1600' height='190' viewBox='0 0 1600 190' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 154C99 146 165 116 248 119C338 123 391 161 480 154C563 148 620 95 704 92C795 89 847 144 938 141C1034 137 1110 69 1204 76C1322 84 1414 152 1600 113V190H0V154Z' fill='%23ECF7FF'/%3E%3Cpath d='M0 166C116 150 181 110 274 105C372 100 433 143 527 137C625 130 679 67 775 62C873 56 936 113 1035 111C1143 109 1228 45 1333 50C1448 55 1515 109 1600 98V190H0V166Z' fill='%23C7EAFF'/%3E%3Cpath d='M0 190V151C66 130 127 122 190 128C273 136 326 179 407 167C499 153 541 90 632 82C733 73 795 132 900 126C1016 119 1063 37 1182 27C1323 15 1424 80 1600 44V190H0Z' fill='%2338BDF8' fill-opacity='.92'/%3E%3Cpath d='M0 190V170C80 142 142 137 215 151C287 164 343 190 430 176C544 158 608 98 717 99C819 99 883 157 988 150C1111 142 1171 69 1285 66C1400 63 1494 118 1600 91V190H0Z' fill='%23005BFF' fill-opacity='.74'/%3E%3Cpath d='M0 190V177C99 160 158 160 242 174C347 191 424 186 506 156C592 124 665 118 756 146C864 180 935 178 1031 140C1132 100 1207 88 1308 119C1411 150 1502 151 1600 124V190H0Z' fill='%23003EB8' fill-opacity='.1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
  opacity: .98;
}

.section-heading {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 4px 0 20px;
  text-align: center;
}

.section-heading h2 {
  position: relative;
  margin: 0;
  color: #07152f;
  font-size: clamp(27px, 2.35vw, 34px);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.section-heading h2::before,
.section-heading h2::after {
  position: absolute;
  top: 50%;
  width: 86px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  content: "";
}

.section-heading h2::before {
  right: calc(100% + 18px);
}

.section-heading h2::after {
  left: calc(100% + 18px);
}

.section-heading p {
  margin: 6px 0 0;
  color: #42536b;
  font-size: 13px;
}

.section-heading span {
  color: var(--blue);
}

.product-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-card {
  position: relative;
  min-height: 178px;
  border: 1px solid #cfe0f6;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .96) 56%, rgba(239, 247, 255, .84) 100%),
    #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .52) 46%, transparent 64%);
  content: "";
  pointer-events: none;
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.product-card:hover,
.product-card:focus-within {
  border-color: #b8d6ff;
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.product-card:hover::before,
.product-card:focus-within::before {
  transform: translateX(120%);
}

.product-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  min-height: 176px;
  padding: 18px 16px 15px;
}

.product-card h3 {
  max-width: 76%;
  color: #07152f;
  font-size: 14px;
  line-height: 1.18;
}

.product-card p {
  max-width: 62%;
  margin: 9px 0 14px;
  color: #4d5d75;
  font-size: 12px;
  line-height: 1.38;
}

.product-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  min-height: 30px;
  margin-top: auto;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  padding: 0 13px;
  font-size: 11px;
  font-weight: 800;
}

.product-card a .sn-icon {
  width: 14px;
  height: 14px;
}

.product-card img {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 48%;
  height: 62%;
  object-fit: contain;
  object-position: right bottom;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 12px 16px rgba(10, 37, 79, .13)) saturate(1.08) contrast(1.03);
}

.product-card img[src*="robot.webp"] {
  right: 10px;
  bottom: 4px;
  width: 50%;
  height: 70%;
}

.product-card img[src*="sensor.webp"] {
  right: 10px;
  bottom: 10px;
  width: 48%;
  height: 62%;
}

.center-action {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.wide-btn {
  width: min(400px, 100%);
  min-height: 48px;
  font-size: 16px;
}

.industry-section {
  padding: 34px 0 16px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.industry-card {
  position: relative;
  border: 1px solid #cfe0f6;
  border-radius: 14px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 68%, #f7fbff 100%),
    #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.industry-card:hover,
.industry-card:focus-within {
  border-color: #b8d6ff;
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.industry-card > img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  transition: transform .45s ease;
}

.industry-card:hover > img,
.industry-card:focus-within > img {
  transform: scale(1.045);
}

.industry-body {
  position: relative;
  min-height: 142px;
  padding: 46px 22px 16px;
}

.industry-icon {
  position: absolute;
  top: -26px;
  left: 22px;
  width: 54px;
  height: 54px;
  color: #fff;
  background: linear-gradient(145deg, #0475ff, #004cff);
  box-shadow: 0 12px 22px rgba(0, 91, 255, .25);
}

.industry-icon .sn-icon {
  width: 28px;
  height: 28px;
}

.industry-card h3 {
  color: #07152f;
  font-size: 18px;
  line-height: 1.15;
}

.industry-card p {
  margin: 10px 0 0;
  color: #465872;
  font-size: 13px;
  line-height: 1.45;
}

.industry-card a {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
}

.industry-card a .sn-icon {
  width: 17px;
  height: 17px;
}

.application-archive-grid .industry-body {
  min-height: 230px;
}

.application-card-meta {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding-right: 0;
}

.application-card-meta span {
  display: block;
  border: 1px solid #dce9fa;
  border-radius: 10px;
  background: #f7fbff;
  color: #314765;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.application-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.application-archive-grid .application-card-actions a {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto;
  min-height: 34px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  padding: 0 13px;
  font-size: 12px;
  font-weight: 900;
}

.application-archive-grid .application-card-actions a + a {
  border: 1px solid #bfd7f8;
  color: var(--blue);
  background: #f4f9ff;
}

.application-archive-grid .application-card-actions .sn-icon {
  width: 14px;
  height: 14px;
}

.trust-section {
  padding: 18px 0 28px;
  background: #f7fbff;
}

.section-heading.compact {
  margin-bottom: 16px;
}

.section-heading.compact h2 {
  font-size: clamp(26px, 2.25vw, 32px);
}

.brand-marquee {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  contain: paint;
  padding: 2px 0 4px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.brand-track {
  display: flex;
  width: max-content;
  gap: 10px;
  animation: brand-scroll 42s linear infinite;
  will-change: transform;
}

.brand-marquee:hover .brand-track,
.brand-marquee:focus-within .brand-track {
  animation-play-state: paused;
}

.brand-card {
  position: relative;
  flex: 0 0 174px;
  display: grid;
  place-items: center;
  min-height: 62px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 251, 255, .95)),
    #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 8px 22px rgba(0, 70, 170, .09);
  color: #102342;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.05;
  padding: 10px 14px;
  text-align: center;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.brand-card:hover,
.brand-card:focus-visible {
  border-color: #b8d6ff;
  color: var(--blue);
  transform: translateY(-3px) scale(1.01);
  box-shadow: var(--shadow);
}

.brand-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 138px;
  max-height: 44px;
  object-fit: contain;
}

.brand-card .brand-logo-fallback {
  position: absolute;
  inset: 10px;
  z-index: 0;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: rgba(0, 91, 255, .16);
  background:
    radial-gradient(circle at 50% 28%, rgba(0, 102, 255, .12), transparent 70%),
    linear-gradient(135deg, rgba(244, 249, 255, .96), rgba(255, 255, 255, .98));
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.brand-card .brand-logo-fallback--image {
  display: none;
}

.brand-card .brand-logo-text {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  color: #0f2d5a;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.brand-card.schneider {
  color: #009b45;
  font-size: 16px;
  line-height: 1.05;
}

.brand-card.mitsubishi {
  color: #d71518;
  font-size: 15px;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand-card.omron,
.brand-card.yaskawa,
.brand-card.delta {
  color: #1556b8;
}

.brand-card.abb {
  color: #e31b23;
  font-size: 31px;
}

.brand-card.siemens {
  color: #0095a8;
}

@keyframes brand-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 5px));
  }
}

.stats-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(180deg, #fff, #fbfdff),
    #fff;
  box-shadow: 0 12px 30px rgba(0, 72, 180, .10);
  overflow: hidden;
}

.stat-item {
  display: grid;
  grid-template-columns: 52px auto;
  align-items: center;
  column-gap: 13px;
  min-height: 80px;
  padding: 14px 24px;
}

.stat-item + .stat-item {
  border-left: 1px solid var(--line);
}

.stat-icon {
  grid-row: span 2;
  width: 50px;
  height: 50px;
}

.stat-icon .sn-icon {
  width: 29px;
  height: 29px;
}

.stat-item strong {
  display: block;
  color: #08122d;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

.stat-item span {
  color: #33435a;
  font-size: 13px;
}

.about-section {
  padding: 16px 0 28px;
  background:
    radial-gradient(circle at 88% 55%, rgba(0, 91, 255, .08), transparent 18rem),
    linear-gradient(180deg, #f7fbff, #fff);
}

.about-card {
  position: relative;
  display: grid;
  grid-template-columns: .94fr 1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 50%, rgba(0, 91, 255, .08), transparent 18rem),
    #fff;
  box-shadow: var(--shadow);
  padding: 14px;
  overflow: hidden;
}

.about-card::after {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 300px;
  height: 160px;
  opacity: .35;
  background-image: radial-gradient(circle, #67a9ff 1.2px, transparent 1.6px);
  background-size: 13px 13px;
  mask-image: radial-gradient(ellipse at center, #000, transparent 72%);
  content: "";
}

.about-image {
  border-radius: 12px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 328px;
  object-fit: cover;
  object-position: center 46%;
}

.about-copy {
  position: relative;
  z-index: 1;
  padding: 6px 18px 6px 0;
}

.about-copy h2 {
  margin: 0 0 12px;
  color: #07152f;
  font-size: clamp(28px, 2.45vw, 36px);
  font-weight: 900;
  line-height: 1.08;
}

.about-copy h2 span {
  color: var(--blue);
}

.about-copy p {
  margin: 0 0 14px;
  color: #3f5067;
  font-size: 14px;
}

.about-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #132742;
  font-size: 14px;
}

.about-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-copy li .sn-icon {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  padding: 4px;
}

.home-footer {
  background:
    linear-gradient(180deg, #fff 0%, #f6fbff 62%, #edf5ff 100%);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr .95fr 1.45fr 1.1fr 1.38fr;
  gap: 22px;
  padding: 24px 0 18px;
}

.footer-brand .site-logo {
  min-width: 0;
}

.footer-brand .site-logo-full {
  width: 216px;
  max-height: 50px;
}

.footer-brand p {
  max-width: 270px;
  margin: 12px 0;
  color: #415269;
  font-size: 14px;
}

.social-row {
  display: flex;
  gap: 10px;
}

.social-row a {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.social-row .sn-icon {
  width: 16px;
  height: 16px;
}

.social-row a:nth-child(2) {
  background: #4a8cf6;
}

.social-row a:nth-child(3) {
  background: #ef3434;
}

.social-row a:nth-child(4) {
  background: #17a5ee;
}

.social-row a:nth-child(5) {
  background: #19c65f;
}

.footer-grid h3 {
  margin-bottom: 10px;
  color: #07152f;
  font-size: 16px;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 7px;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #3d4e66;
  font-size: 13px;
  font-style: normal;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-links a:focus-visible,
.footer-contact a:focus-visible {
  color: var(--blue);
}

.footer-contact .sn-icon {
  width: 19px;
  height: 19px;
  color: var(--blue);
}

.footer-tags div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.footer-tags a {
  border: 1px solid #bfd5f1;
  border-radius: 5px;
  color: #50627a;
  background: #f8fbff;
  padding: 4px 8px;
  font-size: 11px;
}

.footer-tags a:hover,
.footer-tags a:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}

.footer-quote {
  width: fit-content;
  min-height: 42px;
  margin-top: 6px;
  color: #fff;
  padding-inline: 18px;
}

.footer-contact .footer-quote,
.footer-contact .footer-quote:hover,
.footer-contact .footer-quote:focus-visible {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
  border-top: 1px solid var(--line);
  color: #52627a;
  font-size: 12px;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.footer-bottom-links a {
  color: #33435a;
  font-weight: 800;
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus-visible {
  color: var(--blue);
}

.trust-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.trust-icons b {
  min-width: 42px;
  border: 1px solid #d9e7f8;
  border-radius: 6px;
  color: #06142d;
  background: linear-gradient(180deg, #fff, #f8fbff);
  padding: 4px 8px;
  text-align: center;
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 0 4px 10px rgba(0, 72, 180, .06);
}

.inner-site-footer {
  margin-top: 0;
}

.inner-site-footer .footer-grid {
  grid-template-columns: 1.35fr 1fr 1.45fr 1.25fr;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 42px;
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 150, 255, .16), transparent 24rem),
    linear-gradient(180deg, #fff 0%, #eef7ff 100%);
}

.inner-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(135deg, transparent 0 58%, rgba(0, 91, 255, .08) 58% 59%, transparent 59% 100%),
    radial-gradient(circle at 2px 2px, rgba(0, 91, 255, .18) 1px, transparent 1.5px);
  background-size: 500px 500px, 68px 68px;
  content: "";
}

.inner-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 48px;
  align-items: center;
}

.inner-hero h1 {
  max-width: 720px;
  margin: 22px 0 18px;
  color: #050d2b;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.inner-hero p {
  max-width: 650px;
  margin: 0 0 26px;
  color: #2f4058;
  font-size: 17px;
}

.inner-hero-image,
.inner-product-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  border: 1px solid #cfe0f6;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(238, 247, 255, .78)),
    #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.inner-hero-image img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  object-position: center right;
}

.about-hero-visual,
.solution-hero-visual,
.application-hero-visual {
  isolation: isolate;
  background:
    radial-gradient(circle at 86% 12%, rgba(0, 91, 255, .18), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(238, 247, 255, .82));
}

.about-hero-visual img,
.solution-hero-visual img,
.application-hero-visual img {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  filter: saturate(1.08) contrast(1.02);
}

.about-hero-visual::after,
.solution-hero-visual::after,
.application-hero-visual::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 13, 43, .6) 0%, rgba(3, 13, 43, .18) 44%, rgba(255, 255, 255, .08) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(239, 247, 255, .78) 100%);
  content: "";
}

.hero-visual-panel {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: min(330px, calc(100% - 48px));
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 16px;
  background: rgba(5, 18, 46, .82);
  color: #fff;
  box-shadow: 0 18px 34px rgba(0, 28, 76, .28);
  backdrop-filter: blur(14px);
  padding: 18px;
}

.hero-visual-panel span {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #9fd0ff;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.hero-visual-panel strong {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.12;
}

.hero-visual-panel small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  line-height: 1.45;
}

.hero-visual-stack {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  gap: 9px;
  width: min(230px, calc(100% - 44px));
}

.hero-visual-stack span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #082348;
  box-shadow: 0 12px 24px rgba(0, 46, 120, .14);
  padding: 0 13px;
  font-size: 12px;
  font-weight: 900;
}

.hero-visual-stack .sn-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), #004be8);
  color: #fff;
  padding: 7px;
  box-shadow: 0 8px 18px rgba(0, 91, 255, .24);
}

.inner-product-visual img {
  width: min(520px, 94%);
  height: 360px;
  object-fit: contain;
}

.inner-product-section,
.product-tools-section,
.product-detail-section,
.product-spec-section,
.model-examples-section,
.catalog-route-section,
.live-product-model-section,
.brand-support-section,
.solution-package-section,
.solution-architecture-section,
.recommended-products-section,
.sourcing-process-section,
.faq-section,
.application-path-section,
.related-product-section,
.inner-cta {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.inner-product-section {
  padding: 46px 0 62px;
}

.archive-product-grid {
  margin-top: 4px;
}

.catalog-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 26px;
}

.catalog-hero-metrics span {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(0, 102, 255, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  padding: 8px 13px;
  color: #415269;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 74, 173, .08);
}

.catalog-hero-metrics strong {
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

.catalog-search-card {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(430px, .9fr);
  gap: 18px 24px;
  align-items: center;
  margin: 0 0 22px;
  border: 1px solid #cfe0f6;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(236, 246, 255, .92)),
    #fff;
  box-shadow: var(--shadow-sm);
  padding: 20px;
}

.catalog-search-card strong {
  display: block;
  color: #07152f;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.18;
}

.catalog-search-card p {
  margin: 8px 0 0;
  color: #506078;
  font-size: 14px;
}

.catalog-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.catalog-search-form input {
  width: 100%;
  height: 48px;
  border: 1px solid #bfd7f8;
  border-radius: 12px;
  background: #fff;
  color: #07152f;
  padding: 0 15px;
  font: inherit;
  outline: none;
}

.catalog-search-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 102, 255, .12);
}

.catalog-search-form button {
  height: 48px;
  border: 1px solid #bfd7f8;
  border-radius: 12px;
  background: #eef6ff;
  color: var(--blue);
  padding: 0 18px;
  font-weight: 900;
  cursor: pointer;
}

.catalog-filter-status {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: #65748b;
  font-size: 13px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.catalog-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
}

.catalog-panel,
.catalog-no-results,
.catalog-assist-strip {
  border: 1px solid #cfe0f6;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-sm);
}

.catalog-panel {
  padding: 20px;
}

.catalog-panel-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  background: rgba(0, 102, 255, .1);
  color: var(--blue);
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-panel h3,
.catalog-note h3,
.catalog-no-results h3,
.catalog-assist-strip h3 {
  margin: 10px 0 10px;
  color: #07152f;
  font-size: 20px;
  line-height: 1.16;
}

.catalog-panel p,
.catalog-note p,
.catalog-no-results p,
.catalog-assist-strip p {
  margin: 0;
  color: #506078;
  font-size: 14px;
  line-height: 1.58;
}

.procurement-panel .primary-btn {
  width: 100%;
  margin-top: 16px;
}

.catalog-checklist {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-checklist li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  color: #263853;
  font-size: 14px;
  line-height: 1.42;
}

.catalog-checklist .sn-icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
}

.catalog-category-panel nav,
.catalog-brand-panel nav {
  display: grid;
  gap: 8px;
}

.catalog-category-panel a,
.catalog-brand-panel a {
  display: flex;
  justify-content: space-between;
  border: 1px solid #deebfb;
  border-radius: 10px;
  background: #f7fbff;
  color: #173357;
  padding: 10px 11px;
  font-size: 13px;
  font-weight: 800;
}

.catalog-category-panel a:hover,
.catalog-category-panel a:focus-visible,
.catalog-brand-panel a:hover,
.catalog-brand-panel a:focus-visible {
  border-color: #b8d6ff;
  color: var(--blue);
  background: #fff;
}

.catalog-brand-panel nav {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.catalog-brand-panel a {
  justify-content: center;
  min-height: 32px;
  padding: 8px 9px;
  text-align: center;
}

.catalog-all-brands {
  justify-content: center;
  margin-top: 10px;
  color: #fff !important;
  background: var(--blue) !important;
}

.catalog-results {
  display: grid;
  gap: 16px;
}

.catalog-note {
  display: grid;
  gap: 16px;
  border: 1px solid #cfe0f6;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(239, 247, 255, .88)),
    #fff;
  box-shadow: var(--shadow-sm);
  padding: 20px;
}

.catalog-note h3 {
  margin-bottom: 0;
}

.catalog-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.catalog-steps article {
  min-height: 126px;
  border-left: 3px solid rgba(0, 102, 255, .22);
  padding: 2px 8px 0 13px;
}

.catalog-steps strong {
  display: block;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

.catalog-steps h4 {
  margin: 9px 0 6px;
  color: #07152f;
  font-size: 14px;
  line-height: 1.18;
}

.catalog-steps p {
  font-size: 12px;
  line-height: 1.45;
}

.catalog-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.archive-product-card {
  min-height: 220px;
}

.archive-product-card .product-copy {
  min-height: 220px;
  padding: 48px 18px 16px;
}

.archive-product-card h3 {
  max-width: 66%;
  font-size: 18px;
}

.archive-product-card p {
  max-width: 58%;
  font-size: 13px;
}

.archive-product-card img {
  right: -12px;
  bottom: -8px;
  width: 48%;
  height: 70%;
}

.archive-product-badges {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.archive-product-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border: 1px solid rgba(0, 102, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: var(--blue);
  padding: 0 9px;
  font-size: 10px;
  font-weight: 900;
}

.archive-product-actions {
  display: grid;
  width: min(100%, 56%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

.archive-product-actions a {
  min-width: 0;
  min-height: 34px;
  gap: 5px;
  padding: 0 10px;
  font-size: 12px;
  white-space: nowrap;
}

.archive-product-actions .sn-icon {
  width: 14px;
  height: 14px;
}

.archive-product-actions a:first-child {
  grid-column: 1 / -1;
}

.archive-product-actions .archive-quote-link {
  border: 1px solid #bfd7f8;
  color: var(--blue);
  background: #f4f9ff;
}

.archive-product-actions a:not(:first-child):not(.archive-quote-link) {
  border: 1px solid #cfe0f6;
  color: #0754d8;
  background: #fff;
}

.archive-product-actions a:hover,
.archive-product-actions a:focus-visible {
  box-shadow: 0 10px 20px rgba(0, 91, 255, .14);
  transform: translateY(-1px);
}

.model-lookup-control .model-search-btn {
  border: 1px solid #bfd7f8;
  color: var(--blue);
  background: #fff;
  box-shadow: none;
}

.model-lookup-control .model-search-btn:hover,
.model-lookup-control .model-search-btn:focus-visible {
  background: #edf6ff;
  box-shadow: 0 10px 20px rgba(0, 91, 255, .12);
}

.catalog-no-results {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 26px;
}

.catalog-no-results[hidden] {
  display: none;
}

.catalog-no-results h3 {
  margin: 0;
}

.catalog-assist-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
}

.catalog-assist-strip h3 {
  margin-top: 0;
}

.catalog-assist-strip .secondary-btn {
  flex: 0 0 auto;
}

.application-path-section {
  padding: 42px 0 0;
}

.application-path-card {
  margin-bottom: 0;
}

.inner-cta {
  padding: 0 0 46px;
}

.inner-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 26px 30px;
}

.inner-cta-card h2,
.detail-panel h2 {
  margin: 0 0 10px;
  color: #07152f;
  font-size: 24px;
  line-height: 1.15;
}

.inner-cta-card p,
.detail-panel p {
  margin: 0;
  color: #415269;
}

.product-detail-section {
  padding: 46px 0 34px;
}

.product-tools-section {
  padding: 24px 0 18px;
}

.procurement-confidence-section {
  scroll-margin-top: 128px;
  padding: 12px 0 22px;
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.application-rfq-section,
.rfq-intent-section,
.buyer-confidence-section,
.application-brand-section {
  scroll-margin-top: 128px;
  padding: 12px 0 24px;
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.procurement-confidence-card,
.rfq-intent-card,
.buyer-confidence-card,
.brand-rfq-desk-card,
.application-rfq-card,
.application-brand-card {
  border: 1px solid #cfe0f6;
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 91, 255, .08), transparent 16rem),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(242, 248, 255, .92));
  box-shadow: var(--shadow-sm);
  padding: 22px;
}

.procurement-confidence-head,
.rfq-intent-head,
.buyer-confidence-head,
.brand-rfq-desk-head,
.application-rfq-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}

.procurement-confidence-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.procurement-confidence-actions .primary-btn {
  min-height: 42px;
  padding-inline: 18px;
}

.procurement-confidence-actions .text-link {
  align-self: center;
  margin-top: 0;
}

.procurement-confidence-head h2,
.rfq-intent-head h2,
.buyer-confidence-head h2,
.brand-rfq-desk-head h2,
.application-rfq-head h2,
.application-brand-card h2 {
  max-width: 760px;
  margin: 0;
  color: #07152f;
  font-size: 26px;
  line-height: 1.12;
}

.brand-rfq-desk-head p,
.rfq-intent-head p,
.buyer-confidence-head p,
.application-rfq-head p,
.application-brand-card > div > p {
  max-width: 760px;
  margin: 8px 0 0;
  color: #415269;
}

.procurement-confidence-grid,
.rfq-intent-grid,
.buyer-confidence-grid,
.brand-rfq-desk-grid,
.application-rfq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.procurement-confidence-grid article,
.rfq-intent-grid article,
.buyer-confidence-grid article,
.brand-rfq-desk-grid article,
.application-rfq-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  min-height: 156px;
  border: 1px solid #d8e8fb;
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  padding: 18px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.procurement-confidence-grid article:hover,
.procurement-confidence-grid article:focus-within,
.rfq-intent-grid article:hover,
.rfq-intent-grid article:focus-within,
.buyer-confidence-grid article:hover,
.buyer-confidence-grid article:focus-within,
.brand-rfq-desk-grid article:hover,
.brand-rfq-desk-grid article:focus-within,
.application-rfq-grid article:hover,
.application-rfq-grid article:focus-within {
  border-color: #b8d6ff;
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.procurement-confidence-grid article > span,
.rfq-intent-grid article > span,
.buyer-confidence-grid article > span,
.brand-rfq-desk-grid article > span,
.application-rfq-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 22px rgba(0, 91, 255, .18);
}

.procurement-confidence-grid .sn-icon,
.rfq-intent-grid .sn-icon,
.buyer-confidence-grid .sn-icon,
.brand-rfq-desk-grid .sn-icon,
.application-rfq-grid .sn-icon {
  width: 22px;
  height: 22px;
}

.procurement-confidence-grid strong,
.rfq-intent-grid strong,
.buyer-confidence-grid strong,
.brand-rfq-desk-grid strong,
.application-rfq-grid strong {
  color: #07152f;
  font-size: 16px;
  line-height: 1.18;
}

.procurement-confidence-grid p,
.rfq-intent-grid p,
.buyer-confidence-grid p,
.brand-rfq-desk-grid p,
.application-rfq-grid p {
  margin: 0;
  color: #455871;
  font-size: 13px;
  line-height: 1.52;
}

.buyer-confidence-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 187, 255, .08), transparent 17rem),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(244, 249, 255, .96));
}

.buyer-confidence-head {
  align-items: flex-start;
}

.buyer-confidence-head .primary-btn {
  flex: 0 0 auto;
  min-height: 42px;
  padding-inline: 18px;
}

.buyer-confidence-grid article {
  min-height: 178px;
}

.buyer-confidence-grid article > span {
  color: var(--blue);
  background: #eef6ff;
  box-shadow: inset 0 0 0 1px #bfdbff;
}

.buyer-confidence-grid article > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  margin-top: auto;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.buyer-confidence-grid article > a .sn-icon {
  width: 15px;
  height: 15px;
  transition: transform .18s ease;
}

.buyer-confidence-grid article > a:hover .sn-icon,
.buyer-confidence-grid article > a:focus-visible .sn-icon {
  transform: translateX(3px);
}

.rfq-intent-card {
  border-color: #bcd8ff;
  background:
    linear-gradient(120deg, rgba(0, 91, 255, .07), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(0, 187, 255, .09), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(242, 248, 255, .94));
}

.rfq-routing-section {
  padding-top: 18px;
  padding-bottom: 28px;
}

.rfq-routing-card {
  box-shadow: 0 18px 46px rgba(20, 76, 150, .1);
}

.rfq-routing-grid article > a {
  min-height: 34px;
}

.rfq-intent-head {
  align-items: flex-start;
}

.rfq-intent-grid article {
  position: relative;
  overflow: hidden;
}

.rfq-intent-grid article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -44px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(0, 91, 255, .035);
  pointer-events: none;
}

.rfq-intent-grid article > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  margin-top: auto;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.rfq-intent-grid article > a .sn-icon {
  width: 15px;
  height: 15px;
  transition: transform .18s ease;
}

.rfq-intent-grid article > a:hover .sn-icon,
.rfq-intent-grid article > a:focus-visible .sn-icon {
  transform: translateX(3px);
}

.application-brand-card {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) 1fr;
  gap: 22px;
  align-items: center;
}

.application-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.application-brand-grid .brand-card {
  min-height: 72px;
  box-shadow: 0 8px 18px rgba(0, 70, 170, .08);
}

.application-brand-grid .brand-card img {
  max-width: 118px;
  max-height: 46px;
}

.brand-rfq-desk-grid article > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: auto;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.brand-rfq-desk-grid article > a .sn-icon {
  width: 15px;
  height: 15px;
}

.product-tools-card {
  display: grid;
  grid-template-columns: minmax(430px, 1.08fr) minmax(360px, .82fr) 190px;
  gap: 16px;
  align-items: stretch;
  border: 1px solid #cfe0f6;
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 6%, rgba(0, 91, 255, .08), transparent 17rem),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(239, 247, 255, .96)),
    #fff;
  box-shadow: 0 18px 42px rgba(0, 70, 170, .10);
  padding: 16px;
}

.model-lookup-form {
  display: grid;
  gap: 12px;
  border: 1px solid #cfe2fb;
  border-radius: 14px;
  background: #fff;
  padding: 16px;
}

.model-lookup-form label {
  display: grid;
  gap: 3px;
}

.model-lookup-form label span,
.rfq-copy-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.model-lookup-form label strong {
  color: #07152f;
  font-size: 17px;
  line-height: 1.15;
}

.model-lookup-control {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.model-lookup-control input {
  grid-column: 1 / -1;
  width: 100%;
  height: 46px;
  border: 1px solid #bfd7f8;
  border-radius: 11px;
  background: #fafdff;
  color: #07152f;
  padding: 0 14px;
  font: inherit;
  outline: none;
}

.model-lookup-control input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 102, 255, .12);
}

.model-lookup-control button,
.rfq-copy-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0048e8);
  padding: 0 16px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 91, 255, .18);
}

.model-lookup-control .model-search-btn {
  border: 1px solid #bfd7f8;
  background: #fff;
  color: var(--blue);
  box-shadow: none;
}

.model-lookup-control button .sn-icon {
  width: 17px;
  height: 17px;
}

.detail-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  border: 1px solid #cfe2fb;
  border-radius: 14px;
  background: #fff;
  padding: 16px;
}

.detail-shortcuts a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #deebfb;
  border-radius: 10px;
  background: #f7fbff;
  color: #173357;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 900;
}

.detail-shortcuts a:hover,
.detail-shortcuts a:focus-visible {
  border-color: #b8d6ff;
  color: var(--blue);
  background: #fff;
}

.rfq-copy-card {
  display: grid;
  align-content: center;
  gap: 9px;
  border: 1px solid #cfe2fb;
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 91, 255, .09), transparent 9rem),
    #fff;
  padding: 16px;
}

.rfq-copy-card button {
  width: 100%;
  min-height: 42px;
  background: #0a6bff;
}

.rfq-copy-card p {
  min-height: 18px;
  margin: 0;
  color: #0a7a34;
  font-size: 12px;
  font-weight: 800;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 18px;
}

.detail-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 26px;
}

.detail-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #233550;
}

.detail-panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.detail-panel li .sn-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  padding: 4px;
}

.detail-quote {
  display: grid;
  align-content: start;
  gap: 14px;
  background:
    radial-gradient(circle at 90% 28%, rgba(0, 91, 255, .10), transparent 12rem),
    #fff;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: 4px;
  color: var(--blue);
  font-weight: 900;
  transition: gap .18s ease, transform .18s ease;
}

.text-link .sn-icon {
  width: 16px;
  height: 16px;
}

.text-link:hover,
.text-link:focus-visible {
  gap: 10px;
  transform: translateY(-1px);
}

.product-spec-section,
.brand-support-section,
.solution-architecture-section,
.recommended-products-section,
.sourcing-process-section,
.faq-section {
  padding: 12px 0 34px;
}

.product-spec-layout {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 18px;
}

.spec-table-card,
.buyer-notes-card,
.brand-support-card,
.process-card,
.faq-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-sm);
}

.spec-table-card,
.buyer-notes-card {
  padding: 26px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 10px;
  border: 1px solid #c9ddfb;
  border-radius: 999px;
  color: var(--blue);
  background: #f4f9ff;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-table-card h2,
.buyer-notes-card h2,
.brand-support-card h2,
.faq-card h2 {
  margin: 0 0 10px;
  color: #07152f;
  font-size: 26px;
  line-height: 1.12;
}

.spec-table-card > p,
.brand-support-card p,
.faq-card > div > p {
  margin: 0 0 18px;
  color: #415269;
}

.spec-table {
  display: grid;
  border: 1px solid #dbe8f8;
  border-radius: 12px;
  overflow: hidden;
}

.spec-table div {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 52px;
  background: #fff;
}

.spec-table div + div {
  border-top: 1px solid #e5eef9;
}

.spec-table strong,
.spec-table span {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  font-size: 14px;
}

.spec-table strong {
  color: #07152f;
  background: #f4f9ff;
}

.spec-table span {
  color: #34465f;
}

.buyer-notes-card {
  display: grid;
  align-content: start;
  gap: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 91, 255, .1), transparent 12rem),
    #fff;
}

.buyer-notes-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.buyer-notes-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #21334d;
  font-size: 14px;
}

.buyer-notes-card li .sn-icon {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  padding: 4px;
}

.model-example-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.model-example-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(244, 249, 255, .92)),
    #fff;
  box-shadow: var(--shadow-sm);
  padding: 22px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.model-example-card:hover,
.model-example-card:focus-within {
  border-color: rgba(0, 91, 255, .34);
  box-shadow: 0 18px 34px rgba(0, 72, 180, .12);
  transform: translateY(-3px);
}

.model-example-card > span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  border: 1px solid #c9ddfb;
  border-radius: 999px;
  color: var(--blue);
  background: #f4f9ff;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.model-example-card h3 {
  margin: 0;
  color: #07152f;
  font-size: 18px;
  line-height: 1.18;
}

.model-example-card p {
  margin: 0;
  color: #42536b;
  font-size: 13px;
  line-height: 1.55;
}

.model-example-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: auto;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  padding: 10px 13px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(0, 91, 255, .18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.model-example-card a:hover,
.model-example-card a:focus-visible {
  box-shadow: 0 15px 28px rgba(0, 91, 255, .24);
  transform: translateY(-2px);
}

.model-example-card a .sn-icon {
  width: 15px;
  height: 15px;
}

.catalog-route-card {
  display: grid;
  gap: 18px;
  border: 1px solid #cfe0f6;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(241, 248, 255, .96)),
    #fff;
  box-shadow: var(--shadow-sm);
  padding: 24px;
}

.catalog-route-head {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
}

.catalog-route-head > div:first-child {
  min-width: 0;
}

.catalog-route-head h2 {
  max-width: 780px;
  margin: 8px 0;
  color: #07152f;
  font-size: 30px;
  line-height: 1.1;
}

.catalog-route-head p {
  max-width: 840px;
  margin: 0;
  color: #506078;
  line-height: 1.62;
}

.catalog-route-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.catalog-route-grid a {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 164px;
  border: 1px solid rgba(0, 102, 255, .16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 61, 145, .08);
  padding: 16px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.catalog-route-grid a::after {
  position: absolute;
  right: -22px;
  bottom: -24px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(0, 102, 255, .06);
  content: "";
}

.catalog-route-grid a:hover,
.catalog-route-grid a:focus-visible {
  border-color: #9fc4ff;
  box-shadow: 0 18px 38px rgba(0, 70, 170, .14);
  transform: translateY(-3px);
}

.catalog-route-grid a > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
}

.catalog-route-grid .sn-icon {
  width: 19px;
  height: 19px;
}

.catalog-route-grid strong {
  position: relative;
  z-index: 1;
  color: #07152f;
  font-size: 15px;
  line-height: 1.18;
}

.catalog-route-grid small {
  position: relative;
  z-index: 1;
  color: #54708f;
  font-size: 12px;
  font-weight: 900;
}

.catalog-route-rfq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #d7e6f8;
  border-radius: 14px;
  background: #f6faff;
  padding: 16px 18px;
}

.catalog-route-head > .catalog-route-rfq {
  flex: 0 1 640px;
  min-width: min(100%, 540px);
}

.catalog-route-rfq strong {
  display: block;
  margin-bottom: 4px;
  color: #07152f;
  font-size: 16px;
}

.catalog-route-rfq p {
  max-width: 760px;
  margin: 0;
  color: #506078;
  font-size: 13px;
  line-height: 1.55;
}

.catalog-route-rfq .primary-btn,
.catalog-route-rfq .secondary-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.brand-support-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
  align-items: center;
  padding: 26px;
  background:
    radial-gradient(circle at 88% 50%, rgba(0, 91, 255, .08), transparent 18rem),
    #fff;
}

.brand-pill-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.brand-pill-grid span,
.brand-pill-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid #cfe0f6;
  border-radius: 999px;
  color: #183254;
  background: #fff;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0, 70, 170, .08);
}

.brand-pill-grid a:hover,
.brand-pill-grid a:focus-visible {
  border-color: #b8d6ff;
  color: var(--blue);
  transform: translateY(-2px);
}

.brand-page-hero .inner-hero-grid {
  grid-template-columns: 1fr .92fr;
}

.brand-page-jump {
  margin-bottom: 14px;
}

.brand-hero-panel {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 340px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(238, 247, 255, .95)),
    #fff;
  box-shadow: var(--shadow);
  padding: 24px;
}

.brand-hero-logo {
  width: min(360px, 100%);
  min-height: 116px;
  margin-inline: auto;
}

.brand-hero-logo img {
  max-width: 240px;
  max-height: 76px;
}

.brand-hero-live-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: min(360px, 100%);
  margin-inline: auto;
  min-height: 46px;
  border: 1px solid #bfdbff;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: #20334f;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(0, 74, 173, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.brand-hero-live-link strong {
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
}

.brand-hero-live-link .sn-icon {
  width: 17px;
  height: 17px;
  color: var(--blue);
  transition: transform .18s ease;
}

.brand-hero-live-link:hover,
.brand-hero-live-link:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 16px 32px rgba(0, 91, 255, .12);
  transform: translateY(-1px);
}

.brand-hero-live-link:hover .sn-icon,
.brand-hero-live-link:focus-visible .sn-icon {
  transform: translateX(3px);
}

.brand-hero-panel ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-hero-panel li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #20334f;
  font-size: 13px;
}

.brand-hero-panel li .sn-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin-top: 1px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  padding: 4px;
}

.brand-stack-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.brand-stack-preview .brand-card {
  min-height: 76px;
}

.brand-directory-section,
.brand-category-section,
.brand-model-section,
.brand-live-catalog-section,
.brand-model-search-section,
.live-brand-index-section {
  padding: 12px 0 34px;
  background: linear-gradient(180deg, #f7fbff, #fff);
  scroll-margin-top: 128px;
}

.brand-model-search-card {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 16px;
  align-items: center;
  border: 1px solid #cfe0f6;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(237, 246, 255, .94)),
    #fff;
  box-shadow: var(--shadow-sm);
  padding: 18px;
}

.brand-model-search-card h2 {
  margin: 5px 0 6px;
  color: #07152f;
  font-size: clamp(25px, 2.4vw, 40px);
  line-height: 1.05;
}

.brand-model-search-card p {
  margin: 0;
  color: #52627a;
  line-height: 1.55;
}

.brand-model-search-form {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 10px;
  align-items: center;
}

.brand-model-search-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cdddf1;
  border-radius: 12px;
  color: #07152f;
  background: #fff;
  padding: 0 15px;
  font-weight: 800;
  outline: 0;
}

.brand-model-search-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 91, 255, .10);
}

.brand-model-search-form button,
.brand-model-search-form a,
.brand-model-search-rfq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  border-radius: 12px;
  padding: 0 16px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-model-search-form button {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 14px 24px rgba(0, 91, 255, .18);
  cursor: pointer;
}

.brand-model-search-form a,
.brand-model-search-rfq {
  border: 1px solid #cfe0f6;
  color: var(--blue);
  background: #fff;
}

.brand-model-search-rfq {
  grid-column: 2;
  justify-self: end;
}

.brand-model-search-form button:hover,
.brand-model-search-form button:focus-visible,
.brand-model-search-form a:hover,
.brand-model-search-form a:focus-visible,
.brand-model-search-rfq:hover,
.brand-model-search-rfq:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(0, 91, 255, .14);
}

.brand-rfq-desk-section {
  scroll-margin-top: 128px;
  padding: 12px 0 28px;
  background: linear-gradient(180deg, #f7fbff, #fff);
}

@media (max-width: 1320px) {
  .brand-model-search-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-model-search-form input {
    grid-column: 1 / -1;
  }

  .brand-model-search-form button,
  .brand-model-search-form a {
    width: 100%;
    min-width: 0;
  }
}

.brand-filter-card {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(360px, .8fr) 190px;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid #cfe0f6;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(239, 247, 255, .94)),
    #fff;
  box-shadow: var(--shadow-sm);
  padding: 16px;
}

.brand-filter-card strong {
  display: block;
  color: #07152f;
  font-size: 17px;
}

.brand-filter-card p,
.brand-filter-status {
  margin: 4px 0 0;
  color: #52627a;
  font-size: 13px;
}

.brand-filter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.brand-filter-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cdddf1;
  border-radius: 11px;
  color: #07152f;
  background: #fff;
  padding: 0 13px;
  outline: 0;
}

.brand-filter-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 91, 255, .10);
}

.brand-filter-form button {
  min-height: 44px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--blue);
  padding: 0 15px;
  font-weight: 900;
  cursor: pointer;
}

.live-brand-catalog-search {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  border-top: 1px solid #dbe9fa;
  padding-top: 12px;
}

.live-brand-catalog-search input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cdddf1;
  border-radius: 11px;
  background: #fff;
  color: #07152f;
  padding: 0 14px;
  font-weight: 750;
  outline: 0;
}

.live-brand-catalog-search input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 91, 255, .10);
}

.live-brand-catalog-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  padding: 0 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 91, 255, .18);
}

.brand-filter-status {
  justify-self: end;
  font-weight: 850;
}

.brand-mobile-tools {
  display: none;
}

.brand-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.brand-directory-card {
  display: grid;
  grid-template-columns: 154px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 172px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, #fff, #fbfdff),
    #fff;
  box-shadow: var(--shadow-sm);
  padding: 14px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.brand-directory-card[hidden] {
  display: none;
}

.brand-directory-card:hover,
.brand-directory-card:focus-within,
.brand-directory-card.is-active {
  border-color: #b8d6ff;
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.brand-directory-logo {
  position: relative;
  width: 100%;
  min-height: 84px;
  overflow: hidden;
}

.brand-directory-logo img {
  position: relative;
  z-index: 1;
  max-width: 82%;
  max-height: 58px;
  filter: drop-shadow(0 8px 14px rgba(10, 35, 80, .08));
}

.brand-directory-card h3 {
  margin: 0 0 6px;
  color: #07152f;
  font-size: 17px;
  line-height: 1.15;
}

.brand-directory-count {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  margin: 0 0 7px;
  border: 1px solid rgba(0, 102, 255, .16);
  border-radius: 999px;
  background: #f2f8ff;
  color: var(--blue);
  padding: 0 9px;
  font-size: 11px;
  font-weight: 900;
}

.brand-directory-card p {
  margin: 0;
  color: #455871;
  font-size: 12px;
  line-height: 1.45;
}

.brand-directory-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
}

.brand-directory-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 30px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  padding: 0 12px;
  font-size: 12px;
  font-weight: 800;
}

.brand-directory-actions a + a {
  color: var(--blue);
  background: #eef6ff;
  box-shadow: inset 0 0 0 1px #cfe0f6;
}

.brand-directory-actions .sn-icon {
  width: 14px;
  height: 14px;
}

.brand-no-results {
  display: grid;
  justify-items: start;
  gap: 10px;
  margin-top: 16px;
  border: 1px solid #d9e7f8;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 22px;
}

.brand-no-results[hidden] {
  display: none;
}

.brand-no-results h3 {
  margin: 0;
  color: #07152f;
}

.brand-live-catalog-section {
  scroll-margin-top: 128px;
}

.brand-live-catalog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #cfe0f6;
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .98), rgba(235, 246, 255, .95)),
    #fff;
  box-shadow: var(--shadow-sm);
  padding: 22px;
}

.brand-live-catalog-head h2 {
  margin: 6px 0 8px;
  color: #07152f;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
}

.brand-live-catalog-head p {
  max-width: 710px;
  margin: 0;
  color: #455871;
}

.brand-live-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.brand-live-catalog-actions > span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid #cfe0f6;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  padding: 0 15px;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(0, 70, 170, .08);
}

.brand-live-model-grid {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .brand-live-catalog-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-live-catalog-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .brand-live-catalog-actions .primary-btn,
  .brand-live-catalog-actions .secondary-btn {
    flex: 1 1 180px;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .brand-live-catalog-head {
    padding: 18px;
  }

  .brand-live-catalog-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .brand-live-catalog-actions > span,
  .brand-live-catalog-actions .primary-btn,
  .brand-live-catalog-actions .secondary-btn {
    width: 100%;
    justify-content: center;
  }
}

.live-brand-index-section {
  scroll-margin-top: 128px;
}

.live-brand-filter-card {
  margin-bottom: 18px;
}

.live-brand-index-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.live-brand-index-card {
  width: 100%;
  border: 1px solid #d2e3f8;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-height: 86px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, #fff, #f7fbff),
    #fff;
  color: #07152f;
  padding: 12px;
  font: inherit;
  text-align: left;
  box-shadow: 0 10px 22px rgba(0, 64, 150, .06);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  appearance: none;
}

.live-brand-index-card[hidden] {
  display: none;
}

.live-brand-index-card:hover,
.live-brand-index-card:focus-visible {
  border-color: #aacdff;
  box-shadow: 0 16px 32px rgba(0, 80, 180, .13);
  transform: translateY(-2px);
}

.live-brand-index-card span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(0, 91, 255, .16);
}

.live-brand-index-card strong {
  display: -webkit-box;
  min-width: 0;
  min-height: 34px;
  color: #07152f;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.18;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.live-brand-index-card small {
  color: #5a6c83;
  font-size: 11px;
  font-weight: 850;
}

.brand-no-results p {
  margin: 0;
  color: #455871;
}

.model-example-card small {
  display: block;
  color: #005bff;
  font-size: 12px;
  font-weight: 850;
}

.brand-model-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.brand-model-actions a {
  margin-top: 0;
}

.brand-model-actions a + a {
  color: var(--blue);
  background: #eef6ff;
  box-shadow: inset 0 0 0 1px #cfe0f6;
}

.brand-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.brand-category-grid a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 72px;
  border: 1px solid #d9e7f8;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  padding: 8px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.brand-category-grid a:hover,
.brand-category-grid a:focus-visible {
  border-color: #b8d6ff;
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.brand-category-grid img {
  width: 58px;
  height: 52px;
  object-fit: contain;
}

.brand-category-grid span {
  min-width: 0;
  color: #132742;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.about-proof-section {
  padding: 12px 0 0;
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.about-proof-card {
  display: grid;
  gap: 18px;
}

.about-proof-card .catalog-hero-metrics {
  margin: 0;
}

.architecture-grid,
.recommended-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.architecture-card,
.recommended-product-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.architecture-card {
  position: relative;
  min-height: 208px;
  padding: 24px 20px;
}

.architecture-card::after {
  position: absolute;
  right: -32px;
  bottom: -34px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(0, 91, 255, .07);
  content: "";
}

.architecture-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.architecture-card span .sn-icon {
  width: 22px;
  height: 22px;
  color: #fff;
}

.architecture-card h3 {
  margin: 18px 0 8px;
  color: #07152f;
  font-size: 18px;
  line-height: 1.14;
}

.architecture-card p {
  margin: 0;
  color: #44566e;
  font-size: 14px;
  line-height: 1.55;
}

.recommended-product-card {
  display: grid;
  grid-template-rows: 150px 1fr;
}

.recommended-product-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background:
    linear-gradient(135deg, rgba(245, 250, 255, .95), rgba(255, 255, 255, .78)),
    #fff;
  padding: 16px;
}

.recommended-product-card > div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
}

.recommended-product-card h3 {
  margin: 0;
  color: #07152f;
  font-size: 18px;
  line-height: 1.16;
}

.recommended-product-card p {
  min-height: 40px;
  margin: 0;
  color: #506078;
  font-size: 13px;
  line-height: 1.5;
}

.recommended-product-count {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  border: 1px solid rgba(0, 91, 255, .16);
  border-radius: 999px;
  background: #f5f9ff;
  color: #005bff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
}

.recommended-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.recommended-product-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 32px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 900;
}

.recommended-product-actions a + a {
  border: 1px solid #bfd7f8;
  color: var(--blue);
  background: #f4f9ff;
}

.recommended-product-actions .sn-icon {
  width: 14px;
  height: 14px;
}

.solution-path-section {
  padding: 12px 0 34px;
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.solution-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.solution-path-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 91, 255, .08), transparent 14rem),
    linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.solution-path-card:hover,
.solution-path-card:focus-within {
  border-color: #b8d6ff;
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.solution-path-card > img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.solution-path-card > div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.solution-path-card h3 {
  margin: 0;
  color: #07152f;
  font-size: 22px;
  line-height: 1.15;
}

.solution-path-card p {
  margin: 0;
  color: #415269;
  font-size: 14px;
  line-height: 1.55;
}

.solution-path-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.solution-path-card dl div {
  border: 1px solid #dce9fa;
  border-radius: 10px;
  background: rgba(247, 251, 255, .92);
  padding: 9px 10px;
}

.solution-path-card dt {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-path-card dd {
  margin: 3px 0 0;
  color: #273a58;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.solution-path-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.solution-path-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  padding: 0 13px;
  font-size: 12px;
  font-weight: 900;
}

.solution-path-actions a + a {
  border: 1px solid #bfd7f8;
  color: var(--blue);
  background: #f4f9ff;
}

.solution-path-actions .sn-icon {
  width: 14px;
  height: 14px;
}

.solution-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.solution-package-section--overview .solution-package-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-package-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 292px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 91, 255, .10), transparent 13rem),
    linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: var(--shadow-sm);
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.solution-package-card:hover,
.solution-package-card:focus-within {
  border-color: #b8d6ff;
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.solution-package-card h3 {
  margin: 0;
  color: #07152f;
  font-size: 21px;
  line-height: 1.15;
}

.solution-package-card p {
  margin: 0;
  color: #44566e;
  font-size: 14px;
  line-height: 1.55;
}

.solution-package-card ul {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.solution-package-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #20334d;
  font-size: 13px;
  font-weight: 750;
}

.solution-package-card li .sn-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  padding: 4px;
}

.solution-package-card > a,
.solution-package-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: fit-content;
  min-height: 38px;
  margin-top: auto;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 22px rgba(0, 91, 255, .18);
  padding: 0 14px;
  font-size: 12px;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease;
}

.solution-package-card > a:hover,
.solution-package-card > a:focus-visible,
.solution-package-actions a:hover,
.solution-package-actions a:focus-visible {
  box-shadow: 0 15px 28px rgba(0, 91, 255, .24);
  transform: translateY(-2px);
}

.solution-package-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.solution-package-actions a {
  margin-top: 0;
}

.solution-package-actions a + a {
  color: var(--blue);
  background: #eef6ff;
  box-shadow: inset 0 0 0 1px #cfe0f6;
}

.solution-package-actions .sn-icon,
.solution-package-card > a .sn-icon {
  width: 15px;
  height: 15px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.process-card {
  position: relative;
  min-height: 188px;
  padding: 24px 20px;
  overflow: hidden;
}

.process-card::after {
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(0, 91, 255, .08);
  content: "";
}

.process-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.process-card h3 {
  margin: 18px 0 8px;
  color: #07152f;
  font-size: 18px;
}

.process-card p {
  margin: 0;
  color: #44566e;
  font-size: 14px;
}

.faq-card {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 28px;
  padding: 26px;
}

.faq-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 18px 0 8px;
}

.faq-search-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cdddf1;
  border-radius: 12px;
  background: #f8fbff;
  color: #07152f;
  padding: 0 13px;
  font-weight: 800;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.faq-search-form input:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 91, 255, .10);
}

.faq-search-form button {
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
  padding: 0 15px;
  font-weight: 900;
  cursor: pointer;
}

.faq-filter-status {
  margin: 0 0 16px;
  color: #52627a;
  font-size: 12px;
  font-weight: 850;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-group {
  display: grid;
  gap: 10px;
}

.faq-group[hidden] {
  display: none;
}

.faq-page-card .faq-list h3 {
  margin: 12px 0 2px;
  color: #07152f;
  font-size: 16px;
}

.faq-page-card .faq-list h3:first-child {
  margin-top: 0;
}

.faq-list details {
  border: 1px solid #dbe8f8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.faq-list details[hidden] {
  display: none;
}

.faq-list summary {
  cursor: pointer;
  color: #07152f;
  padding: 15px 18px;
  font-weight: 850;
}

.faq-list p {
  margin: 0;
  border-top: 1px solid #edf3fb;
  color: #415269;
  padding: 0 18px 16px;
  font-size: 14px;
}

.faq-no-results {
  display: grid;
  justify-items: start;
  gap: 10px;
  border: 1px solid #d9e7f8;
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 91, 255, .10), transparent 12rem),
    #fff;
  box-shadow: var(--shadow-sm);
  padding: 20px;
}

.faq-no-results[hidden] {
  display: none;
}

.faq-no-results h3 {
  margin: 0;
  color: #07152f;
}

.faq-no-results p {
  margin: 0;
  border: 0;
  padding: 0;
}

.detail-quote .primary-btn,
.detail-quote .secondary-btn {
  width: fit-content;
  padding-inline: 22px;
}

.related-product-section {
  padding: 16px 0 54px;
}

.related-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.related-product-card {
  display: grid;
  grid-template-columns: 86px 1fr 28px;
  align-items: center;
  gap: 14px;
  min-height: 100px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 12px;
  font-weight: 850;
}

.related-product-card img {
  width: 86px;
  height: 70px;
  object-fit: contain;
}

.related-product-card > .sn-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  padding: 7px;
}

.support-flow-card,
.contact-card-grid {
  display: grid;
  gap: 14px;
}

.support-flow-card {
  grid-template-columns: 1fr 1fr;
}

.support-flow-card div,
.contact-method-card {
  display: grid;
  align-content: center;
  min-height: 132px;
  border: 1px solid #cfe0f6;
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 12%, rgba(0, 91, 255, .10), transparent 9rem),
    rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-sm);
  padding: 22px;
}

.support-flow-card strong {
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
}

.support-flow-card span {
  margin-top: 8px;
  color: #07152f;
  font-size: 17px;
  font-weight: 850;
}

.contact-card-grid {
  grid-template-columns: 1fr 1fr;
}

.contact-method-card {
  color: #21344f;
}

.contact-method-card .sn-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  padding: 8px;
}

.contact-method-card strong {
  color: #07152f;
  font-size: 18px;
}

.contact-method-card span {
  margin-top: 4px;
  font-size: 14px;
}

.contact-rfq-section {
  padding: 12px 0 34px;
  background:
    radial-gradient(circle at 85% 15%, rgba(0, 91, 255, .08), transparent 18rem),
    linear-gradient(180deg, #f7fbff, #fff);
}

.contact-rfq-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
}

.contact-rfq-intro,
.contact-rfq-form {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-sm);
  padding: 26px;
}

.contact-rfq-intro {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 91, 255, .11), transparent 14rem),
    #fff;
}

.contact-rfq-intro h2 {
  margin: 0 0 12px;
  color: #07152f;
  font-size: clamp(27px, 2.3vw, 34px);
  line-height: 1.08;
}

.contact-rfq-intro > p {
  margin: 0 0 20px;
  color: #40536d;
}

.rfq-response-promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: -6px 0 18px;
}

.rfq-response-promise span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid #d7e6f8;
  border-radius: 12px;
  background: rgba(246, 250, 255, .92);
  color: #203650;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

.rfq-response-promise .sn-icon {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  padding: 4px;
}

.rfq-preset-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.rfq-preset-grid button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 3px 10px;
  min-height: 92px;
  border: 1px solid #d4e4f8;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f6faff);
  color: #263853;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(7, 36, 78, .05);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.rfq-preset-grid button:hover,
.rfq-preset-grid button:focus-visible,
.rfq-preset-grid button.is-active {
  border-color: #9cc6ff;
  background: linear-gradient(180deg, #fff, #eef6ff);
  box-shadow: 0 15px 28px rgba(0, 91, 255, .12);
  transform: translateY(-1px);
}

.rfq-preset-grid .sn-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  padding: 8px;
}

.rfq-preset-grid strong {
  color: #07152f;
  font-size: 14px;
  line-height: 1.15;
}

.rfq-preset-grid span:not(.sn-icon) {
  color: #506078;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.32;
}

.contact-rfq-steps {
  display: grid;
  gap: 12px;
}

.contact-rfq-steps article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 3px 12px;
  border: 1px solid #dbe8f8;
  border-radius: 14px;
  background: #f8fbff;
  padding: 13px;
}

.contact-rfq-steps span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.contact-rfq-steps strong {
  color: #07152f;
  font-size: 15px;
}

.contact-rfq-steps p {
  margin: 0;
  color: #4a5d75;
  font-size: 13px;
  line-height: 1.42;
}

.rfq-quick-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.rfq-quick-routes a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  border: 1px solid #cfe0f6;
  border-radius: 999px;
  background: #fff;
  color: #0754d8;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 900;
}

.rfq-quick-routes a:hover,
.rfq-quick-routes a:focus-visible {
  border-color: var(--blue);
  background: #edf6ff;
  transform: translateY(-1px);
}

.rfq-quick-routes .sn-icon {
  width: 15px;
  height: 15px;
}

.contact-rfq-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-rfq-form label {
  display: grid;
  gap: 7px;
  color: #132742;
  font-size: 13px;
  font-weight: 850;
}

.contact-rfq-form .full {
  grid-column: 1 / -1;
}

.contact-rfq-form input,
.contact-rfq-form textarea {
  width: 100%;
  border: 1px solid #cfe0f6;
  border-radius: 11px;
  color: #07152f;
  background: #f8fbff;
  padding: 12px 13px;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-rfq-form textarea {
  resize: vertical;
}

.contact-rfq-form input:focus,
.contact-rfq-form textarea:focus {
  border-color: #92c0ff;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 91, 255, .1);
}

.rfq-direct-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: -2px;
}

.rfq-direct-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid #d5e5fa;
  border-radius: 12px;
  background: #fff;
  color: #173357;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 950;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease, background .16s ease;
}

.rfq-direct-actions a:hover,
.rfq-direct-actions a:focus-visible {
  border-color: #9fc7ff;
  color: var(--blue);
  box-shadow: 0 12px 24px rgba(0, 91, 255, .10);
  transform: translateY(-1px);
}

.rfq-direct-actions .whatsapp {
  border-color: rgba(22, 190, 92, .30);
  background: #f2fff7;
  color: #08713c;
}

.rfq-direct-actions .email {
  background: #f6faff;
  color: var(--blue);
}

.rfq-direct-actions .sn-icon {
  width: 16px;
  height: 16px;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 13, 34, .52);
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
}

.quote-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.quote-dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 18px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.quote-dialog h2 {
  margin: 0 0 18px;
  color: #07152f;
  font-size: 28px;
}

.quote-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: #1b2a43;
  background: #edf5ff;
  cursor: pointer;
}

.quote-dialog form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.quote-dialog label {
  display: grid;
  gap: 7px;
  color: #26364f;
  font-size: 14px;
  font-weight: 750;
}

.quote-hp {
  display: none !important;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-dialog input,
.quote-dialog textarea {
  width: 100%;
  border: 1px solid #cfdced;
  border-radius: 10px;
  color: #07152f;
  background: #fbfdff;
  padding: 12px 13px;
  outline: 0;
}

.quote-dialog input:focus,
.quote-dialog textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 91, 255, .12);
}

.quote-dialog .full {
  grid-column: 1 / -1;
}

.quote-context {
  min-height: 36px;
  margin: 0;
  border: 1px solid #cfe0f6;
  border-radius: 10px;
  color: #173357;
  background: #f3f8ff;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.quote-context[hidden] {
  display: none;
}

.quote-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.quote-status.is-success {
  color: #0a7a34;
}

.quote-status.is-error {
  color: #b42318;
}

.quote-dialog button[disabled] {
  cursor: not-allowed;
  opacity: .72;
}

.mobile-contact {
  display: none;
}

.error-route-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 1180px) {
  .top-strip {
    height: auto;
    min-height: 36px;
  }

  .top-strip-inner {
    padding: 7px 0;
  }

  .top-strip-links {
    gap: 16px;
  }

  .nav-inner {
    gap: 18px;
  }

  .site-logo {
    min-width: 220px;
  }

  .primary-nav {
    gap: 16px;
    font-size: 13px;
  }

  .quote-btn {
    min-width: 150px;
    padding-inline: 16px;
  }

  .header-model-search-desktop {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr 50%;
  }

  .product-grid,
  .industry-grid,
  .architecture-grid,
  .recommended-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .catalog-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-category-panel {
    grid-column: span 3;
  }

  .catalog-category-panel nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-tools-card {
    grid-template-columns: 1fr;
  }

  .detail-shortcuts {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
}

@media (min-width: 1241px) and (max-width: 1320px) {
  .nav-inner {
    gap: 12px;
  }

  .site-logo {
    min-width: 206px;
  }

  .site-logo-full {
    width: 206px;
    max-height: 50px;
  }

  .primary-nav {
    gap: 11px;
    font-size: 12.8px;
  }

  .header-model-search input {
    width: 118px;
    padding-left: 10px;
  }

  .header-model-search button {
    width: 40px;
  }

  .quote-btn {
    min-width: 144px;
    padding-inline: 14px;
    font-size: 13px;
  }
}

@media (max-width: 1240px) {
  .nav-bar {
    height: 70px;
  }

  .nav-inner {
    gap: 16px;
  }

  .site-logo {
    min-width: 0;
  }

  .site-logo-full {
    width: 224px;
    max-height: 52px;
  }

  .menu-toggle {
    position: relative;
    z-index: 145;
    display: inline-grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 1px solid #cfe1fb;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
  }

  .menu-toggle span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: var(--blue);
    transition: transform .18s ease, opacity .18s ease;
  }

  .menu-toggle[aria-expanded="true"] {
    border-color: #8bbcff;
    background: #eff6ff;
    box-shadow: 0 12px 24px rgba(0, 91, 255, .16);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    top: 106px;
    right: 16px;
    left: 16px;
    z-index: 140;
    display: none;
    height: auto;
    max-height: calc(100dvh - 132px);
    overflow-y: auto;
    overscroll-behavior: contain;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 10px 10px 18px;
    transform-origin: top right;
  }

  .primary-nav.is-open {
    display: grid;
    animation: snmsk-menu-pop .18s ease both;
  }

  .primary-nav > a,
  .nav-dropdown > a {
    display: flex;
    height: auto;
    min-height: 42px;
    border-radius: 10px;
    padding: 0 12px;
  }

  .primary-nav > a::after,
  .nav-dropdown > a::after {
    content: none;
  }

  .nav-dropdown {
    height: auto;
  }

  .mega-menu {
    position: static;
    display: grid;
    width: auto;
    grid-template-columns: 1fr;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 4px 0 8px 12px;
  }

  .header-model-search-desktop,
  .quote-btn {
    display: none;
  }

  .header-model-search-mobile {
    display: flex;
    width: 100%;
    height: 46px;
    margin: 2px 0 10px;
  }

  .header-model-search-mobile input {
    width: auto;
    flex: 1;
    font-size: 14px;
  }

  .header-model-search-mobile button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 104px;
    font-size: 13px;
    font-weight: 900;
  }
}

@media (max-width: 1024px) {
  .shell {
    width: min(100% - 32px, 920px);
  }

  .top-strip-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .nav-bar {
    height: 70px;
  }

  .menu-toggle {
    position: relative;
    z-index: 145;
    display: inline-grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 1px solid #cfe1fb;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
  }

  .menu-toggle span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: var(--blue);
    transition: transform .18s ease, opacity .18s ease;
  }

  .menu-toggle[aria-expanded="true"] {
    border-color: #8bbcff;
    background: #eff6ff;
    box-shadow: 0 12px 24px rgba(0, 91, 255, .16);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    top: 106px;
    right: 16px;
    left: 16px;
    z-index: 140;
    display: none;
    height: auto;
    max-height: calc(100dvh - 132px);
    overflow-y: auto;
    overscroll-behavior: contain;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 10px 10px 18px;
    transform-origin: top right;
  }

  .primary-nav.is-open {
    display: grid;
    animation: snmsk-menu-pop .18s ease both;
  }

  .header-model-search-mobile {
    display: flex;
    width: 100%;
    height: 46px;
    margin: 2px 0 10px;
  }

  .header-model-search-mobile input {
    width: auto;
    flex: 1;
    font-size: 14px;
  }

  .header-model-search-mobile button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 104px;
    font-size: 13px;
    font-weight: 900;
  }

  .primary-nav > a,
  .nav-dropdown > a {
    display: flex;
    height: auto;
    min-height: 42px;
    border-radius: 10px;
    padding: 0 12px;
  }

  .primary-nav > a::after,
  .nav-dropdown > a::after {
    content: none;
  }

  .nav-dropdown {
    height: auto;
  }

  .mega-menu {
    position: static;
    display: grid;
    width: auto;
    grid-template-columns: 1fr;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 4px 0 8px 12px;
  }

  .quote-btn {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    padding: 28px 0 22px;
  }

  .hero-visual {
    justify-content: center;
    margin-left: 0;
    margin-top: -26px;
    padding-top: 0;
  }

  .hero-visual img {
    width: min(620px, 100%);
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
  }

  .hero-visual::after {
    display: none;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-badges {
    position: static;
    max-width: none;
    margin-top: 8px;
  }

  .advantage-section {
    margin-top: 0;
  }

  .advantage-grid,
  .stats-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantage-card + .advantage-card,
  .stat-item + .stat-item {
    border-left: 0;
  }

  .advantage-card:nth-child(2n),
  .stat-item:nth-child(2n) {
    border-left: 1px solid var(--line);
  }

  .advantage-card:nth-child(n+3),
  .stat-item:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .brand-card {
    flex-basis: 154px;
  }

  .about-card {
    grid-template-columns: 1fr;
  }

  .inner-hero-grid,
  .product-detail-grid,
  .product-spec-layout,
  .brand-page-hero .inner-hero-grid,
  .brand-support-card,
  .faq-card {
    grid-template-columns: 1fr;
  }

  .support-flow-card,
  .contact-card-grid,
  .contact-rfq-layout {
    grid-template-columns: 1fr 1fr;
  }

  .inner-hero {
    padding: 38px 0 34px;
  }

  .inner-product-visual,
  .inner-hero-image {
    min-height: 300px;
  }

  .related-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .architecture-grid,
  .solution-path-grid,
  .solution-package-grid,
  .recommended-product-grid,
  .live-brand-index-grid,
  .brand-directory-grid,
  .procurement-confidence-grid,
  .rfq-intent-grid,
  .buyer-confidence-grid,
  .brand-rfq-desk-grid,
  .application-rfq-grid,
  .application-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .procurement-confidence-head,
  .rfq-intent-head,
  .buyer-confidence-head,
  .brand-rfq-desk-head,
  .application-rfq-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .procurement-confidence-actions {
    justify-content: flex-start;
  }

  .catalog-search-card {
    grid-template-columns: 1fr;
  }

  .brand-filter-card {
    grid-template-columns: 1fr;
  }

  .brand-model-search-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .brand-model-search-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-model-search-form input {
    grid-column: 1 / -1;
  }

  .brand-model-search-form button,
  .brand-model-search-form a,
  .brand-model-search-rfq {
    width: 100%;
    min-width: 0;
  }

  .brand-filter-status {
    justify-self: start;
  }

  .catalog-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-category-panel {
    grid-column: span 2;
  }

  .catalog-category-panel nav,
  .catalog-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-assist-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-shortcuts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-pill-grid {
    justify-content: flex-start;
  }

  .application-brand-card {
    grid-template-columns: 1fr;
  }

  .solution-path-card {
    grid-template-columns: 190px 1fr;
  }

  .brand-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-image img {
    height: 360px;
  }

  .about-copy {
    padding: 0 8px 12px;
  }

  .floating-contact {
    display: none;
  }
}

@media (max-width: 1024px) {
  body.snmsk-site {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .mobile-contact {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #cfe0f7;
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(12px);
    box-shadow: 0 -10px 28px rgba(0, 46, 120, .12);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mobile-contact a {
    display: grid;
    place-items: center;
    gap: 4px;
    min-height: 62px;
    color: #113154;
    font-size: 11px;
    font-weight: 800;
    transition: background .18s ease, color .18s ease;
  }

  .mobile-contact a + a {
    border-left: 1px solid #e1ecfb;
  }

  .mobile-contact a:hover,
  .mobile-contact a:focus-visible {
    color: var(--blue);
    background: #f2f7ff;
  }

  .mobile-contact .sn-icon {
    width: 21px;
    height: 21px;
    color: var(--blue);
  }
}

@media (max-width: 760px) {
  body.snmsk-site {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .shell {
    width: min(100% - 28px, 520px);
  }

  .inner-hero {
    padding: 38px 0 30px;
  }

  .part-archive-hero {
    padding-bottom: 30px;
  }

  .top-strip-lead {
    max-width: 100%;
    white-space: nowrap;
  }

  .top-label-full {
    display: none;
  }

  .top-label-short {
    display: inline;
  }

  .top-strip-links {
    display: none;
  }

  .site-logo {
    min-width: 0;
  }

  .site-logo-full {
    width: 220px;
    max-height: 52px;
  }

  .primary-nav {
    top: 106px;
    max-height: calc(100dvh - 190px - env(safe-area-inset-bottom));
    padding-bottom: 24px;
  }

  .primary-nav > a,
  .nav-dropdown > a {
    min-height: 34px;
    padding-inline: 10px;
  }

  .primary-nav .mega-menu {
    padding: 0 0 4px 8px;
  }

  .primary-nav .mega-menu a {
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 12.5px;
  }

  .hero-section {
    padding-top: 20px;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.04;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .primary-btn,
  .hero-actions .secondary-btn {
    width: 100%;
  }

  .hero-visual {
    margin-top: -8px;
    overflow: hidden;
    max-height: 360px;
    border-radius: 14px;
  }

  .hero-visual img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center right;
  }

  .hero-badges,
  .advantage-grid,
  .product-grid,
  .industry-grid,
  .about-card,
  .footer-grid,
  .inner-site-footer .footer-grid,
  .related-product-grid {
    grid-template-columns: 1fr;
  }

  .inner-hero h1 {
    margin: 18px 0 14px;
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.04;
  }

  .inner-hero p {
    margin-bottom: 20px;
    font-size: 15.5px;
  }

  .inner-hero-image,
  .inner-product-visual {
    min-height: 250px;
  }

  .support-flow-card,
  .contact-card-grid,
  .contact-rfq-layout,
  .contact-rfq-form,
  .rfq-response-promise,
  .rfq-direct-actions {
    grid-template-columns: 1fr;
  }

  .contact-rfq-form .quote-status {
    margin-bottom: 74px;
  }

  .support-flow-card div,
  .contact-method-card {
    min-height: 112px;
  }

  .inner-hero-image img,
  .inner-product-visual img {
    height: 280px;
  }

  .about-hero-visual,
  .solution-hero-visual,
  .application-hero-visual {
    min-height: 300px;
  }

  .about-hero-visual img,
  .solution-hero-visual img,
  .application-hero-visual img {
    height: 100%;
  }

  .about-hero-visual::after,
  .solution-hero-visual::after,
  .application-hero-visual::after {
    background:
      linear-gradient(180deg, rgba(3, 13, 43, .22) 0%, rgba(3, 13, 43, .1) 42%, rgba(3, 13, 43, .7) 100%);
  }

  .hero-visual-panel {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
    border-radius: 14px;
    padding: 14px;
  }

  .hero-visual-panel strong {
    font-size: 16px;
  }

  .hero-visual-panel small {
    font-size: 11.5px;
  }

  .hero-visual-stack {
    top: 14px;
    right: 14px;
    left: 14px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .hero-visual-stack span {
    min-height: 34px;
    width: fit-content;
    max-width: 100%;
    font-size: 11px;
    padding-inline: 11px;
  }

  .inner-cta-card {
    display: grid;
    padding: 22px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .footer-grid,
  .inner-site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    padding: 20px 0 16px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand p {
    max-width: none;
  }

  .footer-contact .footer-quote {
    width: 100%;
    justify-content: center;
  }

  .footer-bottom-links {
    margin-left: 0;
  }

  .inner-cta-card .primary-btn {
    width: 100%;
  }

  .live-brand-catalog-search {
    grid-template-columns: 1fr;
  }

  .live-brand-catalog-search button {
    width: 100%;
  }

  .brand-model-search-card,
  .brand-model-search-form {
    grid-template-columns: 1fr;
  }

  .brand-model-search-card {
    padding: 18px;
  }

  .brand-model-search-card h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .brand-model-search-form button,
  .brand-model-search-form a,
  .brand-model-search-rfq {
    width: 100%;
  }

  .detail-panel {
    padding: 22px;
  }

  .spec-table-card,
  .buyer-notes-card,
  .brand-support-card,
  .faq-card {
    padding: 22px;
  }

  .spec-table div {
    grid-template-columns: 1fr;
  }

  .spec-table span {
    border-top: 1px solid #eaf1fb;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .catalog-hero-metrics,
  .catalog-search-form {
    grid-template-columns: 1fr;
  }

  .live-brand-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-hero-metrics {
    display: grid;
    gap: 8px;
  }

  .catalog-hero-metrics span {
    min-height: 40px;
    padding: 7px 12px;
  }

  .catalog-hero-metrics strong {
    font-size: 20px;
  }

  .catalog-search-card,
  .catalog-panel,
  .catalog-note,
  .catalog-no-results,
  .catalog-assist-strip {
    border-radius: 14px;
    padding: 18px;
  }

  .catalog-results {
    order: 1;
  }

  .catalog-sidebar {
    order: 2;
    position: static;
  }

  .catalog-sidebar,
  .catalog-category-panel nav,
  .catalog-steps,
  .catalog-product-grid,
  .brand-filter-form,
  .architecture-grid,
  .solution-path-grid,
  .solution-package-grid,
  .procurement-confidence-grid,
  .rfq-intent-grid,
  .buyer-confidence-grid,
  .brand-rfq-desk-grid,
  .application-rfq-grid,
  .application-brand-grid,
  .recommended-product-grid,
  .brand-directory-grid,
  .brand-category-grid,
  .brand-hero-panel ul {
    grid-template-columns: 1fr;
  }

  .procurement-confidence-card,
  .rfq-intent-card,
  .buyer-confidence-card,
  .brand-rfq-desk-card,
  .application-rfq-card,
  .application-brand-card {
    padding: 18px;
  }

  .procurement-confidence-actions,
  .procurement-confidence-actions .primary-btn {
    width: 100%;
  }

  .procurement-confidence-head h2,
  .rfq-intent-head h2,
  .buyer-confidence-head h2,
  .brand-rfq-desk-head h2,
  .application-rfq-head h2,
  .application-brand-card h2 {
    font-size: 22px;
  }

  .procurement-confidence-grid article,
  .rfq-intent-grid article,
  .buyer-confidence-grid article,
  .brand-rfq-desk-grid article,
  .application-rfq-grid article {
    min-height: 0;
  }

  .rfq-intent-grid article::after {
    display: none;
  }

  .solution-path-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .solution-path-card > img {
    height: 190px;
    min-height: 0;
  }

  .solution-path-card > div {
    padding: 18px;
  }

  .application-archive-grid .industry-body {
    min-height: 0;
  }

  .brand-directory-card {
    grid-template-columns: 124px 1fr;
  }

  .catalog-category-panel {
    grid-column: auto;
  }

  .catalog-steps article {
    min-height: 0;
  }

  .product-tools-card {
    border-radius: 14px;
    padding: 12px;
  }

  .model-lookup-control,
  .detail-shortcuts {
    grid-template-columns: 1fr;
  }

  .detail-shortcuts {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 10px;
  }

  .detail-shortcuts a {
    flex: 0 0 auto;
    min-width: 104px;
    min-height: 38px;
    scroll-snap-align: start;
  }

  .model-lookup-form,
  .detail-shortcuts,
  .rfq-copy-card {
    padding: 12px;
  }

  .model-lookup-form label strong {
    font-size: 16px;
  }

  .model-lookup-control button {
    width: 100%;
  }

  .archive-product-card {
    min-height: 224px;
  }

  .archive-product-card .product-copy {
    min-height: 224px;
    padding-top: 48px;
  }

  .archive-product-card h3 {
    max-width: 66%;
    font-size: 17px;
  }

  .archive-product-card p {
    max-width: 56%;
    margin-bottom: 14px;
  }

  .archive-product-card img {
    right: -8px;
    width: 50%;
    height: 66%;
  }

  .archive-product-actions {
    width: min(100%, 56%);
    grid-template-columns: 1fr;
  }

  .archive-product-actions a:first-child {
    grid-column: auto;
  }

  .hero-badges {
    gap: 10px;
  }

  .advantage-card,
  .advantage-card:nth-child(2n),
  .stat-item,
  .stat-item:nth-child(2n) {
    border-left: 0;
  }

  .advantage-card:nth-child(n+2),
  .stat-item:nth-child(n+2) {
    border-top: 1px solid var(--line);
  }

  .section-heading h2::before,
  .section-heading h2::after {
    display: none;
  }

  .product-card {
    min-height: 202px;
  }

  .product-card h3 {
    max-width: 70%;
  }

  .product-card p {
    max-width: 60%;
    margin-bottom: 24px;
  }

  .product-card img {
    right: -6px;
    bottom: -4px;
    width: 56%;
    height: 68%;
  }

  .product-card img[src*="sensor.webp"] {
    right: -12px;
  }

  .product-card.archive-product-card {
    min-height: 224px;
  }

  .product-card.archive-product-card .product-copy {
    min-height: 224px;
    padding-top: 48px;
  }

  .product-card.archive-product-card h3 {
    max-width: 66%;
    font-size: 17px;
  }

  .product-card.archive-product-card p {
    max-width: 56%;
    margin-bottom: 14px;
  }

  .product-card.archive-product-card img {
    right: -8px;
    width: 50%;
    height: 66%;
  }

  .industry-card > img {
    height: 184px;
  }

  .industry-body {
    min-height: 132px;
    padding: 42px 20px 15px;
  }

  .brand-card {
    flex-basis: 138px;
  }

  .stats-card {
    grid-template-columns: 1fr 1fr;
  }

  .stat-item {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 20px 12px;
  }

  .stat-icon {
    grid-row: auto;
    margin-bottom: 10px;
  }

  .stat-item strong {
    font-size: 29px;
  }

  .about-image img {
    height: 250px;
  }

  .footer-bottom {
    display: grid;
    justify-items: start;
    padding: 16px 0;
  }

  .trust-icons {
    justify-content: flex-start;
  }

  .quote-dialog {
    padding: 24px 18px;
  }

  .quote-dialog form {
    grid-template-columns: 1fr;
  }

  .mobile-contact {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #cfe0f7;
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(12px);
    box-shadow: 0 -10px 28px rgba(0, 46, 120, .12);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mobile-contact a {
    display: grid;
    place-items: center;
    gap: 4px;
    min-height: 62px;
    color: #113154;
    font-size: 11px;
    font-weight: 800;
    transition: background .18s ease, color .18s ease;
  }

  .mobile-contact a + a {
    border-left: 1px solid #e1ecfb;
  }

  .mobile-contact a:hover,
  .mobile-contact a:focus-visible {
    color: var(--blue);
    background: #f2f7ff;
  }

  .mobile-contact .sn-icon {
    width: 21px;
    height: 21px;
    color: var(--blue);
  }

  .error-route-grid {
    grid-template-columns: 1fr;
  }
}

.part-archive-hero {
  padding-bottom: 46px;
}

.part-search-hero-card {
  position: relative;
  border: 1px solid #c9def8;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 4%, rgba(0, 91, 255, .16), transparent 15rem),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(235, 246, 255, .94));
  box-shadow: var(--shadow);
  padding: 22px;
  overflow: hidden;
}

.part-search-hero-card::after {
  position: absolute;
  right: -78px;
  bottom: -88px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(0, 91, 255, .07);
  content: "";
  pointer-events: none;
}

.part-search-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.part-search-panel label {
  color: #07152f;
  font-size: 18px;
  font-weight: 900;
}

.part-search-panel > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.part-search-panel input,
.parts-filter-form input,
.parts-filter-form select {
  width: 100%;
  height: 50px;
  border: 1px solid #bfd7f8;
  border-radius: 12px;
  background: #fff;
  color: #07152f;
  padding: 0 14px;
  outline: none;
}

.part-search-panel input:focus,
.parts-filter-form input:focus,
.parts-filter-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 102, 255, .12);
}

.part-search-panel button,
.parts-filter-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  padding: 0 18px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(0, 91, 255, .18);
}

.part-search-badges {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 91, 255, .12);
}

.part-search-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #263853;
  padding: 0 8px 0 0;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1;
}

.part-search-badges .sn-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 6px 14px rgba(0, 91, 255, .16);
}

.part-search-badges .sn-icon svg {
  width: 13px;
  height: 13px;
}

.parts-catalog-section,
.part-spec-section,
.part-description-section,
.related-parts-section {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.parts-catalog-section {
  padding: 36px 0 30px;
}

.parts-catalog-layout {
  display: grid;
  grid-template-columns: 312px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.parts-filter-rail {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
}

.parts-filter-rail .catalog-panel {
  padding: 18px;
}

.parts-filter-form {
  display: grid;
  gap: 10px;
}

.parts-filter-form label {
  display: grid;
  gap: 6px;
  color: #263853;
  font-size: 13px;
  font-weight: 900;
}

.parts-filter-form input,
.parts-filter-form select {
  height: 46px;
}

.parts-filter-form button {
  width: 100%;
  min-height: 46px;
}

.parts-filter-form > a {
  display: inline-flex;
  justify-content: center;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.parts-rfq-panel .primary-btn {
  width: 100%;
  margin-top: 16px;
}

.taxonomy-hero {
  background:
    radial-gradient(circle at 86% 10%, rgba(0, 183, 255, .13), transparent 32%),
    linear-gradient(135deg, #f7fbff 0%, #edf6ff 52%, #f8fbff 100%);
}

.taxonomy-rfq-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  border: 1px solid #cfe0f6;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(239, 247, 255, .94));
  box-shadow: var(--shadow-md);
  padding: 28px;
}

.taxonomy-rfq-card h2 {
  margin: 0;
  color: #07152f;
  font-size: 28px;
  line-height: 1.12;
}

.taxonomy-rfq-card p {
  margin: 0;
  color: #506078;
}

.taxonomy-rfq-card .primary-btn {
  width: fit-content;
}

.taxonomy-model-section {
  padding: 46px 0 68px;
  background: #f3f8ff;
}

.parts-results-panel {
  display: grid;
  gap: 18px;
}

.parts-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #cfe0f6;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-sm);
  padding: 20px 22px;
}

.parts-mobile-tools {
  display: none;
}

.parts-results-head h2 {
  margin: 8px 0 6px;
  color: #07152f;
  font-size: 28px;
  line-height: 1.12;
}

.parts-results-head p {
  max-width: 720px;
  margin: 0;
  color: #506078;
}

.taxonomy-results-head {
  margin-bottom: 20px;
}

.taxonomy-head-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.parts-result-range {
  margin-top: 8px !important;
  color: #1d365c !important;
  font-size: 13px;
  font-weight: 900;
}

.parts-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.parts-active-filters a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  border: 1px solid rgba(0, 102, 255, .18);
  border-radius: 999px;
  background: #f2f8ff;
  color: #0754d8;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
}

.parts-active-filters a:hover,
.parts-active-filters a:focus-visible {
  border-color: var(--blue);
  background: #e7f1ff;
  color: #004bd1;
  transform: translateY(-1px);
}

.parts-active-filters a span {
  color: #6a7d98;
  font-size: 14px;
  line-height: 1;
}

.parts-active-filters .clear-all {
  border-color: #d8e4f3;
  background: #fff;
  color: #5c6f88;
}

.parts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.live-product-model-grid {
  margin-top: 18px;
}

.live-product-model-grid .part-card-image img {
  transform: none;
}

.live-product-model-grid .part-card:hover .part-card-image img,
.live-product-model-grid .part-card:focus-within .part-card-image img {
  transform: scale(1.045);
}

.catalog-section-action {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.part-card {
  position: relative;
  display: grid;
  grid-template-rows: 190px 1fr;
  min-height: 470px;
  border: 1px solid #d2e3f8;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.part-card:hover,
.part-card:focus-within {
  border-color: #b4d3ff;
  box-shadow: 0 18px 40px rgba(0, 70, 170, .14);
  transform: translateY(-3px);
}

.part-card-image {
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 28%, rgba(0, 102, 255, .11), transparent 12rem),
    linear-gradient(135deg, #f7fbff 0%, #fff 48%, #eef7ff 100%);
  padding: 10px 14px;
  overflow: hidden;
}

.part-card-image::before {
  position: absolute;
  inset: auto 18px 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 91, 255, .18), transparent);
  content: "";
}

.part-card-image img {
  position: relative;
  z-index: 1;
  width: min(118%, 340px);
  max-width: none;
  height: 176px;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(20, 47, 90, .10));
  transition: transform .22s ease;
}

.part-card:hover .part-card-image img,
.part-card:focus-within .part-card-image img {
  transform: scale(1.035);
}

.part-card-body {
  display: grid;
  align-content: start;
  gap: 11px;
  padding: 16px;
}

.part-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.part-card-tags span,
.part-hero-badges span,
.part-hero-badges a {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid rgba(0, 102, 255, .16);
  border-radius: 999px;
  background: #f3f8ff;
  color: var(--blue);
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
}

.part-card h3 {
  display: -webkit-box;
  margin: 0;
  color: #07152f;
  font-size: 17px;
  line-height: 1.22;
  min-height: 62px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.part-card h3 a:hover,
.part-card h3 a:focus-visible {
  color: var(--blue);
}

.part-mini-specs {
  display: grid;
  gap: 8px;
  margin: 0;
}

.part-mini-specs div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 10px;
  color: #506078;
  font-size: 12px;
}

.part-mini-specs dt {
  color: #7a899e;
  font-weight: 900;
}

.part-mini-specs dd {
  margin: 0;
  color: #263853;
  font-weight: 800;
  word-break: break-word;
}

.part-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}

.part-card-actions a,
.part-card-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, color .16s ease;
}

.part-card-actions .part-card-copy,
.part-card-actions .part-copy-inline-status {
  grid-column: 1 / -1;
}

.part-card-actions a:hover,
.part-card-actions a:focus-visible,
.part-card-actions button:hover,
.part-card-actions button:focus-visible {
  box-shadow: 0 10px 20px rgba(0, 91, 255, .16);
  transform: translateY(-1px);
}

.part-card-actions a + a,
.part-card-actions .part-card-copy {
  border: 1px solid #bfd7f8;
  background: #fff;
  color: var(--blue);
}

.part-card-actions .part-card-copy {
  background: #f6faff;
}

.part-card-actions .part-card-copy.is-copied {
  border-color: rgba(0, 170, 95, .36);
  background: #effbf5;
  color: #05834d;
}

.part-copy-inline-status {
  min-height: 15px;
  color: #52627a;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.15;
}

.part-card-direct-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: -2px;
}

.part-card-direct-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  border: 1px solid #d5e5fa;
  border-radius: 11px;
  background: #fff;
  color: #173357;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 950;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease, background .16s ease;
}

.part-card-direct-actions a:hover,
.part-card-direct-actions a:focus-visible {
  border-color: #9fc7ff;
  color: var(--blue);
  box-shadow: 0 10px 20px rgba(0, 91, 255, .10);
  transform: translateY(-1px);
}

.part-card-direct-actions .whatsapp {
  border-color: rgba(22, 190, 92, .28);
  background: #f2fff7;
  color: #08713c;
}

.part-card-direct-actions .email {
  background: #f6faff;
  color: var(--blue);
}

.part-card-direct-actions .sn-icon {
  width: 15px;
  height: 15px;
}

.parts-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.parts-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid #d2e3f8;
  border-radius: 10px;
  background: #fff;
  color: #173357;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 900;
}

.parts-pagination .current,
.parts-pagination a:hover,
.parts-pagination a:focus-visible {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}

.parts-empty-state {
  border: 1px solid #cfe0f6;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 30px;
}

.parts-empty-state h2 {
  margin: 0 0 10px;
  color: #07152f;
}

.parts-empty-state p {
  max-width: 720px;
  margin: 0 0 18px;
  color: #506078;
}

.part-detail-hero {
  padding: 40px 0 30px;
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 150, 255, .12), transparent 22rem),
    linear-gradient(180deg, #fff 0%, #eef7ff 100%);
}

.part-detail-layout {
  display: grid;
  grid-template-columns: minmax(420px, .96fr) minmax(0, 1.04fr);
  gap: 30px;
  align-items: start;
}

.part-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #53657e;
  font-size: 12px;
  font-weight: 850;
}

.part-breadcrumb a {
  color: #173357;
}

.part-breadcrumb a:hover,
.part-breadcrumb a:focus-visible {
  color: var(--blue);
}

.part-breadcrumb strong {
  max-width: min(680px, 100%);
  color: #07152f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.part-gallery,
.part-detail-summary,
.part-spec-card,
.part-rfq-card,
.part-description-card,
.part-navigation-card {
  border: 1px solid #cfe0f6;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, 0) 46px),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(243, 249, 255, .95));
  box-shadow: 0 16px 36px rgba(0, 61, 145, .08);
}

.part-gallery {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.part-main-image {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 392px;
  border: 0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 150, 255, .12), transparent 18rem),
    #fff;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
}

.part-main-image img {
  width: 100%;
  height: 368px;
  object-fit: contain;
}

.part-main-image span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 65, 150, .74);
  padding: 0 12px;
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 22px rgba(0, 42, 105, .18);
}

.part-gallery-count {
  margin: -2px 2px 0;
  color: #53657e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .02em;
  text-align: right;
}

.part-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  max-height: 294px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 2px;
}

.part-thumbs button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 84px;
  border: 1px solid #d9e8fa;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.part-thumbs button:hover,
.part-thumbs button:focus-visible,
.part-thumbs button[aria-current="true"] {
  border-color: var(--blue);
  box-shadow: 0 10px 22px rgba(0, 91, 255, .14);
  transform: translateY(-1px);
}

.part-thumbs img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.part-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: none;
  place-items: center;
  background: rgba(3, 13, 31, .78);
  padding: 28px;
}

.part-gallery-lightbox.is-open {
  display: grid;
}

.part-gallery-lightbox img {
  max-width: min(94vw, 1080px);
  max-height: 84vh;
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
}

.part-gallery-close {
  position: fixed;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 91, 255, .88);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.part-detail-summary {
  padding: 26px;
}

.part-detail-summary h1 {
  margin: 14px 0 12px;
  color: #050d2b;
  font-size: clamp(32px, 2.65vw, 46px);
  line-height: 1.04;
  letter-spacing: 0;
}

.part-detail-summary p {
  max-width: 680px;
  margin: 0 0 15px;
  color: #334761;
  font-size: 15.5px;
  line-height: 1.55;
}

.part-quick-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 15px;
}

.part-quick-specs div {
  min-height: 68px;
  border: 1px solid #d9e8fa;
  border-radius: 14px;
  background: #fff;
  padding: 12px 14px;
  overflow: hidden;
}

.part-quick-specs span {
  display: block;
  margin-bottom: 6px;
  color: #6c7d93;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.part-quick-specs strong {
  display: block;
  color: #07152f;
  font-size: 14px;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.part-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.part-hero-actions {
  display: grid;
  grid-template-columns: minmax(210px, 1.18fr) minmax(138px, .82fr) minmax(144px, .86fr);
  gap: 10px;
  margin-bottom: 10px;
  align-items: stretch;
}

.part-hero-actions > a {
  min-height: 48px;
  width: 100%;
}

.part-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #cfe1fb;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f7fbff);
  color: #0c3d85;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(0, 56, 140, .07);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, color .16s ease, background .16s ease;
}

.part-contact-btn .sn-icon {
  width: 18px;
  height: 18px;
}

.part-contact-btn.whatsapp {
  border-color: rgba(22, 190, 92, .32);
  background:
    linear-gradient(135deg, rgba(21, 190, 92, .12), transparent 54%),
    linear-gradient(180deg, #f3fff8, #fff);
  color: #08713c;
}

.part-contact-btn.email {
  border-color: rgba(0, 91, 255, .24);
  background:
    linear-gradient(135deg, rgba(0, 91, 255, .10), transparent 56%),
    linear-gradient(180deg, #fff, #f7fbff);
  color: var(--blue);
}

.part-contact-btn:hover,
.part-contact-btn:focus-visible {
  border-color: rgba(0, 91, 255, .45);
  box-shadow: 0 14px 28px rgba(0, 79, 180, .13);
  transform: translateY(-1px);
}

.part-response-note {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 9px;
  row-gap: 2px;
  margin: 0 0 14px;
  border: 1px solid rgba(184, 214, 255, .9);
  border-radius: 13px;
  background:
    linear-gradient(90deg, rgba(0, 91, 255, .08), transparent 48%),
    rgba(255, 255, 255, .82);
  padding: 9px 11px;
  color: #334761;
}

.part-response-note .sn-icon {
  display: grid;
  place-items: center;
  grid-row: 1 / span 2;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 10px 20px rgba(0, 91, 255, .16);
}

.part-response-note .sn-icon svg {
  width: 15px;
  height: 15px;
}

.part-response-note span {
  color: #0a1833;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
}

.part-response-note small {
  color: #5b6d84;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.3;
}

.part-assurance-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.part-assurance-strip > span {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  row-gap: 2px;
  min-height: 64px;
  border: 1px solid #d6e6fb;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(244, 249, 255, .94));
  color: #263853;
  padding: 10px 11px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 53, 130, .06);
}

.part-assurance-strip > span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--blue), #21b9ff);
  opacity: .75;
}

.part-assurance-strip .sn-icon {
  display: grid;
  place-items: center;
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 10px 20px rgba(0, 91, 255, .20);
}

.part-assurance-strip strong {
  align-self: end;
  color: #0a1833;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
}

.part-assurance-strip em {
  color: #607089;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.24;
}

.part-assurance-strip .sn-icon svg {
  width: 17px;
  height: 17px;
}

.part-page-jump {
  position: sticky;
  top: 102px;
  z-index: 40;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: -18px;
  border: 1px solid rgba(205, 224, 248, .9);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 32px rgba(0, 51, 128, .08);
  padding: 8px;
  backdrop-filter: blur(12px);
  overflow-x: auto;
  overflow-y: hidden;
  contain: paint;
  scrollbar-width: none;
}

.part-page-jump::-webkit-scrollbar {
  display: none;
}

.part-page-jump a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #173357;
  background: #f5f9ff;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 950;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
}

.part-page-jump a:hover,
.part-page-jump a:focus-visible {
  border-color: #a8ccff;
  background: #fff;
  color: var(--blue);
  transform: translateY(-1px);
}

.part-spec-section,
.part-catalog-path-section,
.part-description-section,
.related-parts-section {
  padding: 34px 0;
  scroll-margin-top: 128px;
}

.part-spec-layout,
.part-description-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: start;
}

.part-spec-card,
.part-rfq-card,
.part-description-card,
.part-navigation-card {
  min-width: 0;
  padding: 24px;
}

.part-spec-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 91, 255, .07), transparent 17rem),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(244, 249, 255, .96));
}

.part-rfq-card {
  position: sticky;
  top: 128px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(0, 91, 255, .08), transparent 36%),
    radial-gradient(circle at 100% 0%, rgba(0, 184, 255, .12), transparent 12rem),
    linear-gradient(180deg, #fff, #f5faff);
}

.part-rfq-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -58px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: rgba(0, 91, 255, .055);
  pointer-events: none;
}

.part-spec-card h2,
.part-rfq-card h2,
.part-description-card h2,
.part-navigation-card h2 {
  margin: 8px 0 16px;
  color: #07152f;
  font-size: 26px;
  line-height: 1.12;
}

.part-meta-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.part-meta-table .part-meta-row {
  display: grid;
  gap: 7px;
  min-height: 76px;
  border: 1px solid #dbe9fa;
  border-radius: 13px;
  background: rgba(255, 255, 255, .9);
  padding: 13px 14px;
  box-shadow: 0 8px 20px rgba(0, 53, 130, .045);
}

.part-meta-table strong,
.part-meta-table span {
  display: block;
  padding: 0;
}

.part-meta-table strong {
  color: #718098;
  background: transparent;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.part-meta-table span {
  color: #263853;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.3;
  word-break: break-word;
}

.part-rfq-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.part-rfq-card li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  border: 1px solid rgba(207, 225, 251, .85);
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  padding: 7px 9px;
  color: #334761;
  font-size: 13px;
  font-weight: 830;
}

.part-rfq-card .sn-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #edf5ff;
  color: var(--blue);
}

.part-copy-rfq {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
}

.part-copy-rfq button {
  width: 100%;
  border: 1px solid #b9d4fa;
  border-radius: 12px;
  background: #f5f9ff;
  color: var(--blue);
  padding: 12px 14px;
  font-weight: 900;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.part-copy-rfq button:hover,
.part-copy-rfq button:focus-visible {
  border-color: #78adff;
  background: #eaf3ff;
  transform: translateY(-1px);
}

.part-copy-rfq p {
  min-height: 18px;
  margin: 0;
  color: #52627a;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .rfq-preset-grid {
    grid-template-columns: 1fr;
  }

  .rfq-preset-grid button {
    min-height: 82px;
  }

  .rfq-quick-routes a {
    width: 100%;
    justify-content: center;
  }
}

.part-rfq-card .primary-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}

.part-rfq-quick-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.part-rfq-quick-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  border: 1px solid #d4e5fb;
  border-radius: 12px;
  background: rgba(255, 255, 255, .86);
  color: #173357;
  font-size: 12px;
  font-weight: 950;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.part-rfq-quick-actions a:hover,
.part-rfq-quick-actions a:focus-visible {
  border-color: #9fc7ff;
  color: var(--blue);
  box-shadow: 0 10px 20px rgba(0, 76, 170, .10);
  transform: translateY(-1px);
}

.part-rfq-quick-actions .sn-icon {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background: transparent;
  color: currentColor;
}

.part-catalog-path-card {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid #cfe0f6;
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(0, 91, 255, .055), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(239, 248, 255, .96));
  box-shadow: 0 14px 34px rgba(0, 61, 145, .075);
  padding: 24px;
}

.part-catalog-path-card h2 {
  margin: 8px 0 10px;
  color: #07152f;
  font-size: 26px;
  line-height: 1.12;
}

.part-catalog-path-card p {
  margin: 0;
  color: #42546d;
}

.part-catalog-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.part-catalog-path-grid a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 4px;
  min-height: 104px;
  border: 1px solid #d9e8fa;
  border-radius: 14px;
  background:
    linear-gradient(180deg, #fff, #f8fbff);
  padding: 14px;
  color: #173357;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.part-catalog-path-grid a:hover,
.part-catalog-path-grid a:focus-visible {
  border-color: #b8d6ff;
  box-shadow: 0 16px 34px rgba(0, 70, 170, .12);
  transform: translateY(-2px);
}

.part-catalog-path-grid .sn-icon {
  display: grid;
  place-items: center;
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 10px 20px rgba(0, 91, 255, .16);
}

.part-catalog-path-grid strong {
  color: #07152f;
  font-size: 15px;
  line-height: 1.25;
}

.part-catalog-path-grid span {
  color: #506078;
  font-size: 12px;
  line-height: 1.4;
}

.part-content {
  color: #334761;
  max-width: 820px;
  min-width: 0;
  font-size: 15px;
  line-height: 1.72;
}

.part-content :where(p, ul, ol) {
  margin-top: 0;
  margin-bottom: 16px;
}

.part-content :where(h2, h3, h4) {
  color: #07152f;
  line-height: 1.18;
}

.part-content h2 {
  margin: 26px 0 12px;
  font-size: 24px;
}

.part-content h3 {
  margin: 22px 0 10px;
  font-size: 19px;
}

.part-content :where(ul, ol) {
  padding-left: 20px;
}

.part-content li + li {
  margin-top: 7px;
}

.part-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dbe9fa;
  border-radius: 14px;
  overflow-wrap: anywhere;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 53, 130, .045);
}

.part-table-scroll {
  max-width: 100%;
  margin: 0 0 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  contain: paint;
  scrollbar-width: thin;
}

.part-table-scroll table {
  margin: 0;
}

.part-content :where(th, td) {
  border: 0;
  border-bottom: 1px solid #dbe9fa;
  padding: 11px 12px;
  text-align: left;
}

.part-content tr:last-child :where(th, td) {
  border-bottom: 0;
}

.part-content th {
  background: #f3f8ff;
  color: #173357;
  font-weight: 900;
}

.part-content td {
  color: #334761;
}

.part-content-toggle {
  display: none;
  width: 100%;
  min-height: 44px;
  border: 1px solid #b8d6ff;
  border-radius: 12px;
  background: #f5f9ff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.part-content-toggle .sn-icon {
  width: 15px;
  height: 15px;
  margin-left: 6px;
}

.part-navigation-card {
  display: grid;
  gap: 10px;
  position: sticky;
  top: 128px;
}

.part-navigation-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  border: 1px solid #dbe9fa;
  border-radius: 12px;
  background: #fff;
  color: #173357;
  padding: 0 14px;
  font-weight: 900;
}

.part-navigation-card a:hover,
.part-navigation-card a:focus-visible {
  border-color: #b8d6ff;
  color: var(--blue);
}

.part-navigation-rfq {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(0, 91, 255, .18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 184, 255, .12), transparent 10rem),
    linear-gradient(135deg, #f7fbff, #fff);
  padding: 14px;
}

.part-navigation-rfq strong {
  color: #07152f;
  font-size: 15px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.part-navigation-rfq span {
  color: #53657e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.part-navigation-rfq a {
  min-height: 40px;
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff;
}

.part-navigation-rfq a:hover,
.part-navigation-rfq a:focus-visible {
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 91, 255, .16);
}

.related-parts-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.related-parts-section {
  background:
    linear-gradient(180deg, #fff 0%, #f3f9ff 100%);
}

.related-parts-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.related-parts-head h2 {
  max-width: 720px;
  margin: 8px 0 8px;
  color: #07152f;
  font-size: 30px;
  line-height: 1.08;
}

.related-parts-head p {
  max-width: 700px;
  margin: 0;
  color: #4d5f78;
  font-size: 14px;
}

.related-parts-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.related-parts-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  border: 1px solid #cfe1fb;
  border-radius: 999px;
  background: #fff;
  color: #173357;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(0, 53, 130, .055);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.related-parts-actions a:hover,
.related-parts-actions a:focus-visible {
  border-color: #9fc7ff;
  color: var(--blue);
  box-shadow: 0 12px 24px rgba(0, 91, 255, .11);
  transform: translateY(-1px);
}

.related-parts-actions .sn-icon {
  width: 14px;
  height: 14px;
}

.related-parts-grid .part-card {
  min-height: 526px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 61, 145, .075);
}

.related-parts-grid .part-card-image img {
  height: 162px;
}

.part-mobile-rfq-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 130;
  display: none;
  grid-template-columns: minmax(0, 1fr) 96px 76px;
  gap: 8px;
  border: 1px solid rgba(190, 214, 248, .9);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 44px rgba(5, 21, 56, .18);
  padding: 8px;
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 24px));
  transition: opacity .18s ease, transform .18s ease;
}

.part-mobile-rfq-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.part-mobile-rfq-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 950;
}

.part-mobile-rfq-bar a:first-child {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 10px 22px rgba(0, 91, 255, .22);
}

.part-mobile-rfq-bar a:nth-child(2) {
  color: #0b6a36;
  background: #ecfff4;
  border: 1px solid #bdeccd;
}

.part-mobile-rfq-bar a:last-child {
  color: var(--blue);
  background: #f3f8ff;
  border: 1px solid #c9ddfb;
}

@media (max-width: 1180px) {
  .parts-catalog-layout,
  .part-detail-layout,
  .part-spec-layout,
  .part-description-layout,
  .part-catalog-path-card {
    grid-template-columns: 1fr;
  }

  .related-parts-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .related-parts-actions {
    justify-content: flex-start;
  }

  .parts-filter-rail {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .part-rfq-card {
    position: static;
  }

  .part-rfq-card::after {
    display: none;
  }

  .part-navigation-card {
    position: static;
  }

  .parts-grid,
  .related-parts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .part-search-panel > div,
  .part-search-badges,
  .parts-filter-rail,
  .parts-results-head,
  .parts-grid,
  .related-parts-grid,
  .part-catalog-path-grid,
  .part-assurance-strip {
    grid-template-columns: 1fr;
  }

  .part-search-hero-card::after {
    display: none;
  }

  .taxonomy-rfq-card {
    padding: 22px;
  }

  .taxonomy-rfq-card .primary-btn,
  .taxonomy-head-actions,
  .taxonomy-head-actions a {
    width: 100%;
  }

  .taxonomy-head-actions {
    justify-content: stretch;
  }

  .related-parts-actions a {
    flex: 1 1 140px;
  }

  .part-meta-table {
    grid-template-columns: 1fr;
  }

  .part-rfq-quick-actions {
    grid-template-columns: 1fr;
  }

  .part-description-card.is-collapsed .part-content {
    position: relative;
    max-height: 920px;
    overflow: hidden;
  }

  .part-description-card.is-collapsed .part-content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 132px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 72%);
    pointer-events: none;
  }

  .part-content-toggle:not([hidden]) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
  }

  .part-table-scroll {
    overflow: visible;
  }

  .part-table-scroll table,
  .part-table-scroll :where(tbody, tr, th, td) {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .part-table-scroll thead {
    display: none;
  }

  .part-table-scroll table {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .part-table-scroll tr {
    border: 1px solid #dbe9fa;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
  }

  .part-table-scroll tr + tr {
    margin-top: 8px;
  }

  .part-table-scroll :where(th, td) {
    border-bottom: 0;
  }

  .part-table-scroll td:first-child {
    background: #f3f8ff;
    color: #173357;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .part-table-scroll td + td {
    color: #334761;
  }

  .parts-results-head {
    display: grid;
    align-items: start;
  }

  .parts-mobile-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    position: sticky;
    top: 78px;
    z-index: 35;
    border: 1px solid rgba(205, 224, 248, .92);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 30px rgba(0, 53, 130, .08);
    padding: 8px;
    backdrop-filter: blur(12px);
  }

  .parts-mobile-tools a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    border-radius: 11px;
    background: #f4f8ff;
    color: #173357;
    font-size: 12px;
    font-weight: 950;
  }

  .parts-mobile-tools a:last-child {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  }

  .parts-mobile-tools .sn-icon {
    width: 15px;
    height: 15px;
  }

  .parts-results-panel {
    order: 1;
  }

  .parts-filter-rail {
    order: 2;
    scroll-margin-top: 166px;
  }

  .part-detail-summary {
    padding: 22px;
  }

  .part-page-jump {
    top: 78px;
    width: calc(100% - 24px);
    margin-top: -14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .part-page-jump a {
    min-height: 32px;
    padding: 0 8px;
    font-size: 11px;
    white-space: nowrap;
  }

  .part-detail-summary h1 {
    font-size: 32px;
    line-height: 1.04;
  }

  .part-detail-summary p {
    font-size: 15px;
  }

  .part-breadcrumb strong {
    white-space: normal;
  }

  .part-quick-specs {
    grid-template-columns: 1fr;
  }

  .part-hero-actions {
    grid-template-columns: 1fr;
  }

  .part-hero-actions > a {
    min-height: 46px;
  }

  .part-assurance-strip > span {
    min-height: 58px;
  }

  .part-main-image {
    min-height: 292px;
  }

  .part-main-image img {
    height: 270px;
  }

  .part-gallery-count {
    text-align: left;
  }

  .part-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .part-meta-table .part-meta-row {
    grid-template-columns: 1fr;
  }

  .part-card {
    grid-template-rows: 190px 1fr;
    min-height: 0;
  }

  .part-card-image img {
    width: min(116%, 320px);
    height: 160px;
  }

  .live-product-model-grid .part-card-image img,
  .live-product-model-grid .part-card:hover .part-card-image img,
  .live-product-model-grid .part-card:focus-within .part-card-image img {
    transform: none;
  }

  .part-mobile-rfq-bar {
    display: grid;
  }

  body:has(.part-mobile-rfq-bar.is-visible) {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  body:has(.part-mobile-rfq-bar.is-visible) .related-parts-section {
    padding-bottom: calc(124px + env(safe-area-inset-bottom));
  }

  body:has(.part-mobile-rfq-bar.is-visible) .related-parts-grid {
    padding-bottom: 10px;
  }

  body:has(.part-mobile-rfq-bar.is-visible) .mobile-contact {
    display: none;
  }
}

@keyframes snmsk-menu-pop {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .brand-track {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .catalog-route-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .model-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-main [id] {
    scroll-margin-top: 206px;
  }

  .brand-directory-section,
  .brand-live-catalog-section,
  .catalog-route-section,
  .live-product-model-section {
    scroll-margin-top: 206px;
  }

  .brand-live-catalog-section,
  .live-product-model-section {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .catalog-route-card {
    padding: 18px;
  }

  .catalog-route-head,
  .catalog-route-rfq {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-route-head h2 {
    font-size: 24px;
  }

  .catalog-route-grid {
    grid-template-columns: 1fr;
  }

  .catalog-route-grid a {
    min-height: 140px;
  }

  .model-example-grid {
    grid-template-columns: 1fr;
  }

  .model-example-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .architecture-card {
    max-width: 100%;
  }

  .architecture-card::after {
    display: none;
  }

  .brand-mobile-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    position: sticky;
    top: 78px;
    z-index: 35;
    margin: 0 0 14px;
    border: 1px solid rgba(205, 224, 248, .92);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 30px rgba(0, 53, 130, .08);
    padding: 8px;
    backdrop-filter: blur(12px);
  }

  .brand-mobile-tools a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    border-radius: 11px;
    background: #f4f8ff;
    color: #173357;
    font-size: 12px;
    font-weight: 950;
  }

  .brand-mobile-tools a:last-child {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    box-shadow: 0 10px 22px rgba(0, 91, 255, .16);
  }

  .brand-mobile-tools .sn-icon {
    width: 15px;
    height: 15px;
  }

  .brand-directory-card {
    gap: 12px;
    min-height: 0;
  }

  .brand-directory-logo {
    min-height: 72px;
  }

  .brand-directory-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .brand-directory-actions a {
    min-height: 36px;
    padding: 0 8px;
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .shell {
    width: min(100% - 24px, 390px);
  }

  .site-logo-full {
    width: 194px;
    max-height: 48px;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 11px;
  }

  .product-card img {
    right: -8px;
    width: 55%;
  }

  .product-card img[src*="sensor.webp"] {
    right: -12px;
  }

  .brand-card {
    min-height: 62px;
    font-size: 17px;
  }

  .brand-card.abb {
    font-size: 26px;
  }

  .live-brand-index-grid {
    grid-template-columns: 1fr;
  }

  .brand-page-jump {
    top: 78px;
    width: calc(100% - 24px);
    margin-top: -14px;
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .brand-page-jump a {
    min-height: 32px;
    padding: 0 8px;
    font-size: 11px;
    white-space: nowrap;
  }

  .brand-mobile-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    position: sticky;
    top: 78px;
    z-index: 35;
    margin: 0 0 14px;
    border: 1px solid rgba(205, 224, 248, .92);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 30px rgba(0, 53, 130, .08);
    padding: 8px;
    backdrop-filter: blur(12px);
  }

  .brand-mobile-tools a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    border-radius: 11px;
    background: #f4f8ff;
    color: #173357;
    font-size: 12px;
    font-weight: 950;
  }

  .brand-mobile-tools a:last-child {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    box-shadow: 0 10px 22px rgba(0, 91, 255, .16);
  }

  .brand-mobile-tools .sn-icon {
    width: 15px;
    height: 15px;
  }

  .brand-directory-card {
    gap: 12px;
    min-height: 0;
  }

  .brand-directory-logo {
    min-height: 72px;
  }

  .brand-directory-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .brand-directory-actions a {
    min-height: 36px;
    padding: 0 8px;
    font-size: 11px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .inner-site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1240px) {
  .brand-model-search-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .brand-model-search-form {
    grid-template-columns: 1fr;
  }

  .brand-model-search-form input {
    grid-column: auto;
  }

  .brand-model-search-form button,
  .brand-model-search-form a,
  .brand-model-search-rfq {
    width: 100%;
    min-width: 0;
  }

  .brand-model-search-rfq {
    grid-column: 1;
    justify-self: stretch;
  }
}
