/*!
 * w101-site.css — OBOR global header, footer & homepage
 * Brand: #05547f / #EE922B
 */

:root {
  --w101-blue: #05547f;
  --w101-blue-dark: #043d5c;
  --w101-blue-light: #0a6ea3;
  --w101-orange: #ee922b;
  --w101-orange-light: #f5b04a;
  --w101-text: #1a2332;
  --w101-muted: #5c6b7a;
  --w101-bg: #f4f7fa;
  --w101-white: #ffffff;
  --w101-radius: 10px;
  --w101-shadow: 0 4px 24px rgba(5, 84, 127, 0.08);
  --w101-shadow-hover: 0 12px 32px rgba(5, 84, 127, 0.14);
  --w101-font: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --w101-max: 1200px;
}

/* ---- Base overrides (header/footer scope) ---- */
body {
  font-family: var(--w101-font);
  background: var(--w101-bg);
  color: var(--w101-text);
}

header.w101-header {
  background: var(--w101-white) !important;
  background-image: none !important;
  padding-top: 0 !important;
  margin: 0;
  box-shadow: 0 1px 0 rgba(5, 84, 127, 0.08);
}

header.w101-header .topbar {
  background: var(--w101-blue-dark);
  border-bottom: none;
  height: auto;
  line-height: 1.4;
  padding: 8px 0;
  font-size: 13px;
  overflow: visible;
  position: relative;
  z-index: 10050;
}

header.w101-header .topbar .inner {
  max-width: var(--w101-max);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin: 0 auto;
  padding: 0 15px;
  overflow: visible;
}

header.w101-header .topbar-rt {
  float: none;
  flex-shrink: 0;
  overflow: visible;
}

header.w101-header .subnav {
  float: none;
  display: flex;
  align-items: center;
  overflow: visible !important;
}

header.w101-header .subnav.w101-topbar-lang {
  gap: 4px 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

header.w101-header .w101-topbar-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
  align-items: center;
}

header.w101-header .w101-topbar-contact a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

header.w101-header .w101-topbar-contact a:hover {
  color: var(--w101-orange-light);
}

header.w101-header .subnav a {
  color: rgba(255, 255, 255, 0.85);
  padding: 0 8px;
  font-size: 12px;
}

header.w101-header .subnav a:hover {
  color: var(--w101-orange-light);
}

header.w101-header .subnav img {
  vertical-align: middle;
  margin-right: 4px;
}

/* GTranslate embed in topbar (Public/lang.html) */
header.w101-header .w101-lang-wrap {
  position: relative;
  margin-left: 4px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  overflow: visible;
}

header.w101-header .w101-lang-wrap .gtranslate_wrapper {
  display: inline-block;
  vertical-align: middle;
}

header.w101-header #gt_float_wrapper {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 20 !important;
  display: flex !important;
  align-items: center !important;
}

header.w101-header .gt_float_switcher {
  position: relative !important;
  font-size: 12px !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

header.w101-header .gt_float_switcher .gt-selected {
  background: transparent !important;
  cursor: pointer !important;
}

header.w101-header .gt_float_switcher .gt-selected .gt-current-lang {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 12px !important;
  padding: 2px 0 !important;
  cursor: pointer !important;
}

header.w101-header .gt_float_switcher .gt-selected .gt-current-lang:hover {
  color: var(--w101-orange-light) !important;
}

header.w101-header .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 12px !important;
  color: inherit !important;
}

header.w101-header .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23ffffffb3'/></svg>") !important;
}

header.w101-header .gt_float_switcher .gt_options {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 10060 !important;
  float: none !important;
  min-width: 280px !important;
  width: auto !important;
  max-width: min(520px, calc(100vw - 24px)) !important;
  max-height: 70vh !important;
  padding: 14px 10px !important;
  margin: 0 !important;
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14) !important;
  display: none !important;
  opacity: 0 !important;
  transform: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  grid-template-columns: repeat(3, 1fr) !important;
  white-space: normal !important;
}

header.w101-header .gt_float_switcher .gt_options.gt-open {
  display: grid !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

header.w101-header .gt_float_switcher .gt_options a {
  color: #333 !important;
}

header.w101-header .gt_float_switcher .gt_options a:hover {
  background: #f0f4ff !important;
  color: #333 !important;
}

header.w101-header .w101-header-main {
  max-width: var(--w101-max);
  margin: 0 auto;
  padding: 18px 15px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

header.w101-header .w101-logo-wrap {
  flex: 0 0 auto;
}

header.w101-header .logo {
  margin: 0;
  max-height: 72px;
  width: auto;
  display: block;
}

header.w101-header .w101-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

header.w101-header .search_group {
  float: none;
  margin: 0;
  background: var(--w101-bg);
  border: 1px solid rgba(5, 84, 127, 0.15);
  border-radius: 999px;
  min-width: 220px;
  overflow: hidden;
}

header.w101-header .search_group input.form-control {
  color: var(--w101-text);
  height: 40px;
  background: transparent;
}

header.w101-header .search_group input.form-control::placeholder {
  color: var(--w101-muted);
}

header.w101-header #submit_search {
  color: var(--w101-blue);
  padding: 0 14px;
  cursor: pointer;
}

header.w101-header .w101-btn-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  background: var(--w101-orange);
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 4px 14px rgba(238, 146, 43, 0.35);
}

header.w101-header .w101-btn-quote:hover {
  background: #d97f1a;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(238, 146, 43, 0.45);
  text-decoration: none;
  color: #fff !important;
}

header.w101-header .navbar {
  background: var(--w101-blue);
  margin-top: 0;
  border: none;
  border-radius: 0;
}

header.w101-header .navbar .container {
  max-width: var(--w101-max);
}

@media screen and (min-width: 769px) {
  header.w101-header {
    padding-top: 0;
  }

  header.w101-header .logo {
    margin: 0;
  }

  header.w101-header .navbar {
    min-height: 52px;
  }

  header.w101-header .navbar-nav > li > a {
    padding: 16px 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  header.w101-header .navbar-default .navbar-nav > li > a:hover,
  header.w101-header .navbar-default .navbar-nav > li > a:focus,
  header.w101-header .navbar-default .navbar-nav > .active > a,
  header.w101-header .navbar-default .navbar-nav > .open > a {
    background: var(--w101-blue-dark);
    color: #fff;
  }

  header.w101-header .nav_small {
    background: var(--w101-blue-dark);
    border-radius: 0 0 var(--w101-radius) var(--w101-radius);
    padding: 12px 0;
    box-shadow: var(--w101-shadow);
  }

  header.w101-header .nav_small > li > a:hover {
    color: var(--w101-orange-light);
    background: rgba(255, 255, 255, 0.06);
  }
}

@media screen and (max-width: 768px) {
  header.w101-header {
    padding-top: 0;
    margin-top: 0;
  }

  header.w101-header .navbar {
    margin-top: 0;
  }

  header.w101-header .w101-header-main {
    justify-content: center;
    padding: 10px 15px 8px;
  }

  header.w101-header .w101-header-actions {
    display: none;
    width: 100%;
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  header.w101-header .w101-mobile-search-panel {
    display: none;
    padding: 0;
    background: linear-gradient(165deg, var(--w101-blue-dark) 0%, var(--w101-blue) 100%);
    border-top: 3px solid var(--w101-orange);
    box-shadow: 0 10px 28px rgba(4, 61, 92, 0.28);
    overflow: hidden;
  }

  header.w101-header .w101-mobile-search-panel.is-open {
    animation: w101-mobile-search-in 0.32s ease-out;
  }

  @keyframes w101-mobile-search-in {
    from {
      opacity: 0.6;
      transform: translateY(-6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  header.w101-header .w101-mobile-search-inner {
    padding: 12px 15px 14px;
  }

  header.w101-header .w101-mobile-search-field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 5px 5px 5px 14px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    box-shadow:
      0 4px 18px rgba(0, 0, 0, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition: border-color 0.2s, box-shadow 0.2s;
  }

  header.w101-header .w101-mobile-search-field:focus-within {
    border-color: var(--w101-orange-light);
    box-shadow:
      0 4px 20px rgba(238, 146, 43, 0.22),
      0 0 0 3px rgba(238, 146, 43, 0.18);
  }

  header.w101-header .w101-mobile-search-field-icon {
    flex-shrink: 0;
    font-size: 15px;
    color: var(--w101-blue);
    opacity: 0.55;
    transition: opacity 0.2s, color 0.2s;
  }

  header.w101-header .w101-mobile-search-field:focus-within .w101-mobile-search-field-icon {
    opacity: 1;
    color: var(--w101-orange);
  }

  header.w101-header .w101-mobile-search-input {
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--w101-text);
    font-size: 15px;
    font-family: inherit;
    box-shadow: none;
    outline: none;
  }

  header.w101-header .w101-mobile-search-input::placeholder {
    color: var(--w101-muted);
    opacity: 0.85;
  }

  header.w101-header .w101-mobile-search-submit {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--w101-orange-light) 0%, var(--w101-orange) 100%);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(238, 146, 43, 0.4);
    transition: transform 0.15s, box-shadow 0.2s, filter 0.2s;
  }

  header.w101-header .w101-mobile-search-submit:hover,
  header.w101-header .w101-mobile-search-submit:focus {
    filter: brightness(1.05);
    box-shadow: 0 6px 16px rgba(238, 146, 43, 0.48);
    outline: none;
  }

  header.w101-header .w101-mobile-search-submit:active {
    transform: scale(0.94);
  }

  header.w101-header .w101-header-actions.w101-search-open {
    display: flex;
  }

  header.w101-header .w101-header-actions #searchform {
    width: 100%;
    margin: 0;
  }

  header.w101-header .search_group {
    flex: 1;
    min-width: 0;
  }

  header.w101-header .w101-topbar-contact {
    display: none;
  }

  header.w101-header .topbar .inner {
    justify-content: flex-end;
    padding: 0 15px;
  }

  header.w101-header .topbar-rt {
    float: none;
    margin-left: auto;
  }

  header.w101-header .subnav {
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    overflow: visible;
  }

  header.w101-header .subnav.w101-topbar-lang {
    gap: 4px 8px;
  }

  header.w101-header .w101-lang-wrap {
    margin-left: 2px;
    padding-left: 8px;
  }

  header.w101-header #gt_float_wrapper {
    justify-content: flex-end !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
  }

  header.w101-header .gt_float_switcher .gt_options {
    right: 0 !important;
    left: auto !important;
    max-width: min(520px, calc(100vw - 24px)) !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  header.w101-header .logo {
    max-height: 56px;
    margin: 0 auto;
  }

  header.w101-header .w101-btn-quote {
    display: none;
  }

  header.w101-header #small_search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    float: right;
    margin-top: 7px;
    padding: 8px 12px;
    width: 41px;
    height: 33px;
    border: none;
    background: transparent;
    font-size: 17px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
  }

  header.w101-header #small_search .w101-mobile-search-toggle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, transform 0.2s ease;
    line-height: 1;
    pointer-events: none;
  }

  header.w101-header #small_search .w101-mobile-search-toggle-icon--search {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  header.w101-header #small_search .w101-mobile-search-toggle-icon--close {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.75);
    font-size: 18px;
  }

  header.w101-header #small_search.is-active .w101-mobile-search-toggle-icon--search {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.75);
  }

  header.w101-header #small_search.is-active .w101-mobile-search-toggle-icon--close {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  header.w101-header #small_search:hover,
  header.w101-header #small_search:focus,
  header.w101-header #small_search.is-active {
    background: rgba(255, 255, 255, 0.18);
    outline: none;
  }
}

@media screen and (min-width: 769px) {
  header.w101-header #small_search {
    display: none !important;
  }

  header.w101-header .w101-mobile-search-panel {
    display: none !important;
  }
}

/* ---- Flash ---- */
.w101-home .flash {
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  line-height: 0;
}

.w101-home .flash ul.bxslider {
  margin: 0;
  padding: 0;
  list-style: none;
}

.w101-home .flash ul.bxslider > li {
  margin: 0;
  padding: 0;
}

.w101-home .flash:not(.is-ready) ul.bxslider > li:not(:first-child) {
  display: none;
}

.w101-home .flash img {
  width: 100%;
  height: auto;
  display: block;
}

.w101-home .flash .bx-wrapper {
  margin: 0 auto;
  max-width: 100%;
}

.w101-home .flash .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
}

/* ---- Homepage sections ---- */
.w101-section {
  padding: 56px 0;
}

.w101-section-alt {
  background: var(--w101-white);
}

.w101-container {
  max-width: var(--w101-max);
  margin: 0 auto;
  padding: 0 15px;
}

.w101-section-head {
  text-align: center;
  margin-bottom: 40px;
}

.w101-section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--w101-orange);
  margin-bottom: 10px;
}

.w101-section-title {
  margin: 0;
  font-size: clamp(1.875rem, 3.8vw, 2.625rem);
  font-weight: 700;
  color: var(--w101-text);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.w101-section-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, var(--w101-orange), var(--w101-orange-light));
  margin: 16px auto 0;
  border-radius: 2px;
}

.w101-section-desc {
  max-width: 640px;
  margin: 14px auto 0;
  color: var(--w101-muted);
  font-size: 16px;
  line-height: 1.6;
}

/* Hero strip */
.w101-hero-strip {
  background: linear-gradient(135deg, var(--w101-blue) 0%, var(--w101-blue-dark) 100%);
  color: #fff;
  padding: 28px 0;
}

.w101-hero-strip .w101-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.w101-hero-copy h1 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
}

.w101-hero-copy p {
  margin: 0;
  opacity: 0.88;
  font-size: 15px;
  max-width: 520px;
  line-height: 1.55;
}

.w101-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 40px;
  align-items: flex-end;
}

.w101-stat {
  text-align: center;
  min-width: 110px;
  padding: 4px 8px;
}

.w101-stat strong {
  display: block;
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  font-weight: 700;
  color: var(--w101-orange-light);
  line-height: 1.15;
  margin-bottom: 4px;
}

.w101-stat span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

/* Featured products grid */
.w101-featured-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: stretch;
}

.w101-featured-grid .w101-product-card {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.w101-product-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--w101-white);
  border-radius: var(--w101-radius);
  overflow: hidden;
  box-shadow: var(--w101-shadow);
  border: 1px solid rgba(5, 84, 127, 0.06);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s, border-color 0.28s;
}

.w101-product-card-inner:hover {
  transform: translateY(-4px);
  box-shadow: var(--w101-shadow-hover);
  border-color: rgba(238, 146, 43, 0.35);
}

.w101-product-thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eef2f6;
}

.w101-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.w101-product-card-inner:hover .w101-product-thumb img {
  transform: scale(1.04);
}

.w101-product-body {
  padding: 14px 16px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.w101-product-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  min-height: calc(1.45em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.w101-product-title a {
  color: var(--w101-text);
  text-decoration: none;
  transition: color 0.2s;
}

.w101-product-title a:hover {
  color: var(--w101-orange);
}

.w101-products-more {
  text-align: center;
  margin-top: 32px;
}

.w101-products-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 2px solid var(--w101-blue);
  color: var(--w101-blue);
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s;
}

.w101-products-more a:hover {
  background: var(--w101-blue);
  color: #fff;
  text-decoration: none;
}

/* About */
.w101-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.w101-about-media {
  overflow: hidden;
  border-radius: var(--w101-radius);
  box-shadow: var(--w101-shadow);
  aspect-ratio: 4 / 3;
  min-height: 320px;
  background: #eef2f6;
}

.w101-about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.w101-about-content {
  font-size: 15px;
  line-height: 1.75;
  color: var(--w101-muted);
}

.w101-about-content > br {
  display: none;
}

.w101-about-content > div:empty {
  display: none;
}

.w101-about-content > div {
  padding-bottom: 0;
}

.w101-about-content > div br:last-child {
  display: none;
}

.w101-about-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--w101-radius);
  margin-bottom: 16px;
}

.w101-about-content p {
  margin-bottom: 12px;
}

.w101-about-more {
  display: inline-flex;
  margin-top: 14px;
  padding: 11px 24px;
  background: var(--w101-orange);
  color: #fff !important;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}

.w101-about-more:hover {
  background: #d97f1a;
  transform: translateY(-1px);
  text-decoration: none;
  color: #fff !important;
}

/* CTA */
.w101-cta {
  background: linear-gradient(120deg, var(--w101-blue-dark) 0%, var(--w101-blue) 50%, #0670a8 100%);
  color: #fff;
  padding: 48px 0;
  margin-bottom: 0;
  text-align: center;
}

.w101-cta + .w101-footer,
.w101-cta + nav.mfoot_box + .w101-footer {
  margin-top: 0 !important;
}

.w101-cta h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
}

.w101-cta p {
  margin: 0 0 24px;
  opacity: 0.9;
  font-size: 16px;
}

.w101-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.w101-cta-actions a {
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
}

.w101-cta-primary {
  background: var(--w101-orange);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(238, 146, 43, 0.4);
}

.w101-cta-primary:hover {
  background: #d97f1a;
  color: #fff !important;
}

.w101-cta-secondary {
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff !important;
}

.w101-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

/* Hide legacy homepage blocks on home only */
.w101-home .index_product,
.w101-home .index_left_nav,
.w101-home .about_box {
  display: none;
}

@media screen and (max-width: 991px) {
  .w101-featured-grid .w101-product-card {
    width: 33.333%;
  }

  .w101-about-grid {
    grid-template-columns: 1fr;
  }

  .w101-about-media {
    min-height: 260px;
    aspect-ratio: 16 / 10;
  }
}

@media screen and (max-width: 767px) {
  .w101-section {
    padding: 40px 0;
  }

  .w101-featured-grid .w101-product-card {
    width: 50%;
  }

  .w101-hero-strip .w101-container {
    flex-direction: column;
    text-align: center;
  }

  .w101-hero-stats {
    justify-content: center;
    gap: 20px 28px;
  }

  .w101-stat {
    min-width: 96px;
  }

  .w101-stat strong {
    font-size: 1.65rem;
  }

  .w101-stat span {
    font-size: 12px;
  }

  .w101-hero-copy p {
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .w101-featured-grid .w101-product-card {
    width: 100%;
  }
}

/*!- w101-footer begin -*/
.w101-footer {
  position: relative;
  background: linear-gradient(165deg, #161616 0%, #1c1c1c 45%, #111111 100%) !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0 !important;
  text-align: left;
}

.w101-footer::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #c97a1a 18%, #EE922B 50%, #f5b04a 82%, transparent 100%);
}

.w101-footer .w101-wrapper {
  max-width: var(--w101-max);
  margin: 0 auto;
  padding: 0 15px;
}

.w101-footer .w101-footer-wrap {
  padding: 44px 0 0;
}

.w101-footer .w101-footer-content > ul:before,
.w101-footer .w101-footer-content > ul:after {
  display: table;
  content: "";
  width: 100%;
}

.w101-footer .w101-footer-content > ul:after {
  clear: both;
}

.w101-footer .w101-footer-content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.w101-footer .w101-footer-content > ul > li {
  display: block;
  float: left;
  width: 25%;
  padding: 8px 20px 24px;
  box-sizing: border-box;
}

.w101-footer .w101-footer-content > ul > li:nth-child(1) { width: 22%; }
.w101-footer .w101-footer-content > ul > li:nth-child(2) { width: 32%; }
.w101-footer .w101-footer-content > ul > li.w101-footer-contact-col { width: 46%; }

.w101-footer .w101-footer-content dl > dd {
  display: block;
  margin-bottom: 6px;
}

.w101-footer .w101-footer-content dl > dd.w101-footer-col-title {
  margin-bottom: 24px;
}

.w101-footer .w101-footer-col-title .w101-footer-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(238, 146, 43, 0.45);
  transition: color 0.3s ease, border-color 0.3s ease;
}

.w101-footer .w101-footer-col-title .w101-footer-label a {
  color: inherit;
  text-decoration: none;
}

.w101-footer .w101-footer-col-title .w101-footer-label a:hover {
  color: #EE922B;
}

.w101-footer .w101-footer-col-link .w101-footer-label {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.25s ease;
}

.w101-footer .w101-footer-col-link .w101-footer-label a {
  color: inherit;
  text-decoration: none;
}

.w101-footer .w101-footer-col-link .w101-footer-label a:hover {
  color: #EE922B;
}

.w101-footer .w101-footer-with-icon {
  position: relative;
  padding-left: 56px;
  margin-bottom: 14px;
}

.w101-footer .w101-footer-icons-group {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.w101-footer .w101-footer-share-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.w101-footer .w101-footer-share-label {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.w101-footer .w101-footer-sns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.w101-footer .w101-footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.w101-footer .w101-footer-sns:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.w101-footer .w101-footer-sns svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.w101-footer .w101-footer-sns .fa {
  font-size: 16px;
  line-height: 1;
}

.w101-footer .w101-footer-sns-fb:hover {
  color: #1877f2;
  border-color: rgba(24, 119, 242, 0.45);
  background: rgba(24, 119, 242, 0.12);
}

.w101-footer .w101-footer-sns-x:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.16);
}

.w101-footer .w101-footer-sns-pin:hover {
  color: #e60023;
  border-color: rgba(230, 0, 35, 0.45);
  background: rgba(230, 0, 35, 0.12);
}

.w101-footer .w101-footer-sns-in:hover {
  color: #0a66c2;
  border-color: rgba(10, 102, 194, 0.45);
  background: rgba(10, 102, 194, 0.12);
}

.w101-footer .w101-footer-sns-wa:hover {
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.45);
  background: rgba(37, 211, 102, 0.12);
}

.w101-footer .w101-footer-share-copy:hover {
  color: #ee922b;
  border-color: rgba(238, 146, 43, 0.45);
  background: rgba(238, 146, 43, 0.12);
}

.w101-footer .w101-footer-share-copy.is-copied {
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.45);
  background: rgba(37, 211, 102, 0.12);
}

.w101-footer .w101-footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(238, 146, 43, 0.12);
  color: #EE922B;
}

.w101-footer .w101-footer-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.w101-footer .w101-footer-with-icon .w101-footer-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.4;
  margin-bottom: 2px;
}

.w101-footer .w101-footer-value {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.w101-footer .w101-footer-value a {
  color: inherit;
  text-decoration: none;
}

.w101-footer .w101-footer-value a:hover {
  color: #EE922B;
}

.w101-footer .w101-footer-lang {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  line-height: 2;
}

.w101-footer .w101-footer-lang a {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
  text-decoration: none;
}

.w101-footer .w101-footer-lang a:hover {
  color: #EE922B;
}

.w101-footer .w101-footer-extra {
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 16px;
  background: rgba(0, 0, 0, 0.22);
}

.w101-footer .w101-footer-extra a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.25s ease;
}

.w101-footer .w101-footer-extra a:hover {
  color: #EE922B;
}

footer:not(.w101-footer) {
  text-align: center;
  background-color: #333;
  color: #fbfbfb;
  padding: 30px 0 20px 0;
  margin-top: 40px;
  font-size: 13px;
}

@media screen and (max-width: 1200px) {
  .w101-footer .w101-footer-content > ul > li,
  .w101-footer .w101-footer-content > ul > li:nth-child(n) {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .w101-footer .w101-footer-content > ul > li {
    display: none;
    width: 100%;
    padding: 0;
  }

  .w101-footer .w101-footer-content > ul > li.w101-footer-contact-col {
    display: block;
    padding: 16px;
  }

  .w101-footer.footer-bar {
    margin-bottom: 56px;
  }
}
/*!- w101-footer end -*/

/*!- w101-inner pages begin -*/
body.w101-inner {
  background: var(--w101-bg);
}

body.w101-inner > .container {
  max-width: var(--w101-max);
  padding-top: 28px;
  padding-bottom: 40px;
}

/* 侧栏与主内容区顶部对齐 */
body.w101-inner main.container > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

body.w101-inner main.container > .row > [class*="col-"] {
  float: none !important;
}

body.w101-inner main.container > .row > .w101-sidebar {
  order: 1;
}

body.w101-inner main.container > .row > .col-md-9,
body.w101-inner main.container > .row > .col-sm-8 {
  order: 2;
}

body.w101-inner .list_box {
  background: var(--w101-white);
  border-radius: var(--w101-radius);
  box-shadow: var(--w101-shadow);
  padding: 0 28px 28px;
  margin-top: 0;
  margin-bottom: 24px;
}

body.w101-inner .list_box > .left_h2 {
  padding-top: 14px;
}

body.w101-inner .left_h2 {
  font-size: 15px;
  font-weight: 600;
  color: var(--w101-muted);
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(5, 84, 127, 0.1);
  line-height: 1.5;
}

body.w101-inner .left_h2 a {
  color: var(--w101-blue);
  text-decoration: none;
}

body.w101-inner .left_h2 a:hover {
  color: var(--w101-orange);
}

body.w101-inner .left_h2 i {
  font-style: normal;
  color: #c5cdd6;
  margin: 0 6px;
}

body.w101-inner .left_h2 .current {
  color: var(--w101-text);
  font-weight: 700;
}

body.w101-inner .w101-block-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--w101-text);
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--w101-orange);
  display: inline-block;
}

/* Product grid (list / search / related) */
body.w101-inner .w101-product-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: stretch;
}

body.w101-inner .w101-product-grid .w101-product-card {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

/* Sidebar */
body.w101-inner .w101-sidebar .left_nav,
body.w101-inner .w101-sidebar .left_news,
body.w101-inner .w101-sidebar .index_contact {
  background: var(--w101-white);
  border: 1px solid #e6edf3;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(5, 84, 127, 0.04);
  padding: 0 0 12px;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

body.w101-inner .w101-sidebar .left_h2 {
  background: #fff;
  color: var(--w101-text) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0;
  padding: 18px 20px 14px;
  border-bottom: 1px solid #eef2f6;
  line-height: 1.4;
}

body.w101-inner .w101-sidebar .left_h2::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 12px;
  margin-right: 10px;
  background: var(--w101-orange);
  border-radius: 2px;
  vertical-align: -1px;
}

body.w101-inner .w101-sidebar .left_nav_ul {
  list-style: none;
  margin: 0;
  padding: 10px 10px 6px;
}

body.w101-inner .w101-sidebar .left_nav_ul > li {
  position: relative;
  margin: 0 0 3px;
  padding: 0;
  border: none;
  background: none;
  border-radius: 8px;
}

body.w101-inner .w101-sidebar .left_nav_ul > li:last-child {
  margin-bottom: 0;
}

body.w101-inner .w101-sidebar .left_nav_ul > li:has(.menu_head) {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "link toggle"
    "sub sub";
  align-items: center;
}

body.w101-inner .w101-sidebar .left_nav_ul > li > a,
body.w101-inner .w101-sidebar .left_nav_ul > li > a.biglink {
  display: block;
  padding: 10px 12px 10px 16px;
  color: #3a4d5c;
  text-decoration: none;
  border-left: 2px solid transparent;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.w101-inner .w101-sidebar .left_nav_ul > li:has(.menu_head) > a,
body.w101-inner .w101-sidebar .left_nav_ul > li:has(.menu_head) > a.biglink {
  grid-area: link;
  padding-right: 8px;
}

body.w101-inner .w101-sidebar .left_nav_ul > li > a:hover,
body.w101-inner .w101-sidebar .left_nav_ul > li.is-current > a,
body.w101-inner .w101-sidebar .left_nav_ul > li.is-open > a,
body.w101-inner .w101-sidebar .left_nav_ul li a.left_active {
  background: rgba(5, 84, 127, 0.04);
  color: var(--w101-blue);
  border-left-color: var(--w101-blue);
}

body.w101-inner .w101-sidebar .left_nav_ul .menu_head {
  grid-area: toggle;
  position: static;
  top: auto;
  right: auto;
  transform: none;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  color: #8a9bab;
  background: transparent;
  border: 1px solid #dce5ed;
  border-radius: 50%;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.w101-inner .w101-sidebar .left_nav_ul .menu_head::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
}

body.w101-inner .w101-sidebar .left_nav_ul > li:has(.menu_head) > .menu_body {
  grid-area: sub;
}

body.w101-inner .w101-sidebar .left_nav_ul .menu_head:hover {
  border-color: var(--w101-blue-light);
  color: var(--w101-blue);
  background: rgba(5, 84, 127, 0.04);
}

body.w101-inner .w101-sidebar .left_nav_ul .menu_head.current {
  border-color: var(--w101-blue);
  color: var(--w101-blue);
  background: rgba(5, 84, 127, 0.06);
}

body.w101-inner .w101-sidebar .left_nav_ul .menu_head.current::before {
  transform: rotate(-135deg) translateY(1px);
}

body.w101-inner .w101-sidebar .left_snav_ul {
  list-style: none;
  margin: 0 0 4px 18px;
  padding: 2px 0 6px;
  background: transparent;
  border: none;
  border-left: 1px solid #e3eaf0;
}

body.w101-inner .w101-sidebar .left_snav_ul > li {
  position: static;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

body.w101-inner .w101-sidebar .left_snav_ul > li > a {
  display: block;
  padding: 7px 10px 7px 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7c8a;
  text-decoration: none;
  border-left: 2px solid transparent;
  border-radius: 0;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.w101-inner .w101-sidebar .left_snav_ul > li > a:hover,
body.w101-inner .w101-sidebar .left_snav_ul > li.is-current > a {
  color: var(--w101-blue);
  background: rgba(5, 84, 127, 0.03);
  border-left-color: var(--w101-orange);
}

body.w101-inner .w101-sidebar .index_news {
  list-style: none;
  margin: 0;
  padding: 0 16px;
}

body.w101-inner .w101-sidebar .index_news li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid #eef2f6;
  font-size: 13px;
  line-height: 1.55;
  background: none;
}

body.w101-inner .w101-sidebar .index_news li::before {
  content: '›';
  position: absolute;
  left: 2px;
  top: 10px;
  color: var(--w101-orange);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

body.w101-inner .w101-sidebar .index_news li:last-child {
  border-bottom: none;
}

body.w101-inner .w101-sidebar .index_news a {
  display: block;
  color: var(--w101-text);
  text-decoration: none;
  line-height: 1.55;
}

body.w101-inner .w101-sidebar .index_news a:hover {
  color: var(--w101-orange);
}

body.w101-inner .w101-sidebar .index_contact {
  padding-bottom: 18px;
}

body.w101-inner .w101-sidebar .index_contact p {
  margin: 0 0 8px;
  padding: 0 18px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--w101-muted);
}

body.w101-inner .w101-sidebar .index_contact a {
  color: var(--w101-blue);
}

/* Pagination */
body.w101-inner .page {
  text-align: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #eef2f6;
}

body.w101-inner .page a,
body.w101-inner .page span {
  display: inline-block;
  min-width: 36px;
  padding: 8px 12px;
  margin: 2px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--w101-blue);
  background: #fff;
  border: 1px solid rgba(5, 84, 127, 0.15);
  transition: all 0.2s;
}

body.w101-inner .page a:hover {
  background: var(--w101-blue);
  color: #fff;
  border-color: var(--w101-blue);
}

body.w101-inner .page span.current,
body.w101-inner .page .current {
  background: var(--w101-orange);
  color: #fff;
  border-color: var(--w101-orange);
}

/* News list */
body.w101-inner .list_news {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.w101-inner .list_news li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #eef2f6;
}

body.w101-inner .list_news li:last-child {
  border-bottom: none;
}

body.w101-inner .list_news li a {
  flex: 1;
  color: var(--w101-text);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

body.w101-inner .list_news li a:hover {
  color: var(--w101-orange);
}

body.w101-inner .list_news .news_time {
  flex-shrink: 0;
  font-size: 13px;
  color: var(--w101-muted);
  background: var(--w101-bg);
  padding: 4px 10px;
  border-radius: 999px;
}

/* Content pages */
body.w101-inner .contents {
  font-size: 15px;
  line-height: 1.75;
  color: var(--w101-text);
}

body.w101-inner .contents img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

body.w101-inner .contents_title,
body.w101-inner .product_h1 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--w101-text);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(5, 84, 127, 0.1);
  line-height: 1.35;
}

/* Product detail */
body.w101-inner .w101-product-detail-card {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

body.w101-inner .w101-product-detail-card > .left_h2 {
  margin-bottom: 20px;
}

body.w101-inner .w101-product-detail-card .w101-product-detail-top {
  background: var(--w101-white);
  border-radius: var(--w101-radius);
  box-shadow: var(--w101-shadow);
  border: 1px solid rgba(5, 84, 127, 0.08);
  padding: 24px 28px;
  margin-bottom: 0;
}

body.w101-inner .w101-product-detail-card .w101-product-desc-block {
  clear: both;
  margin: 24px 0 0;
  padding: 28px;
  background: var(--w101-white);
  border-radius: var(--w101-radius);
  box-shadow: var(--w101-shadow);
  border: 1px solid rgba(5, 84, 127, 0.08);
  overflow-x: auto;
  font-size: 15px;
  line-height: 1.8;
  color: var(--w101-text);
}

body.w101-inner .w101-product-detail-card .w101-product-desc-block .w101-block-title {
  display: block;
  width: 100%;
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--w101-orange);
}

body.w101-inner .w101-product-desc-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body.w101-inner .w101-product-desc-body > *:first-child {
  margin-top: 0;
}

body.w101-inner .w101-product-desc-body > *:last-child {
  margin-bottom: 0;
}

body.w101-inner .w101-product-desc-body p {
  margin: 0 0 1.1em;
}

body.w101-inner .w101-product-desc-body h1,
body.w101-inner .w101-product-desc-body h2,
body.w101-inner .w101-product-desc-body h3,
body.w101-inner .w101-product-desc-body h4 {
  color: var(--w101-blue);
  font-weight: 700;
  line-height: 1.4;
  margin: 1.6em 0 0.75em;
}

body.w101-inner .w101-product-desc-body h1 { font-size: 1.35em; }
body.w101-inner .w101-product-desc-body h2 { font-size: 1.25em; }
body.w101-inner .w101-product-desc-body h3 { font-size: 1.12em; }
body.w101-inner .w101-product-desc-body h4 { font-size: 1.05em; }

body.w101-inner .w101-product-desc-body strong,
body.w101-inner .w101-product-desc-body b {
  color: var(--w101-blue);
  font-weight: 700;
}

body.w101-inner .w101-product-desc-body ul,
body.w101-inner .w101-product-desc-body ol {
  margin: 0 0 1.2em;
  padding-left: 1.5em;
}

body.w101-inner .w101-product-desc-body li {
  margin-bottom: 0.45em;
}

body.w101-inner .w101-product-desc-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1em 0;
  display: block;
}

body.w101-inner .w101-product-desc-body table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 14px;
  line-height: 1.6;
}

body.w101-inner .w101-product-desc-body table td,
body.w101-inner .w101-product-desc-body table th {
  border: 1px solid #dde4ea;
  padding: 10px 14px;
  vertical-align: top;
}

body.w101-inner .w101-product-desc-body table th {
  background: rgba(5, 84, 127, 0.07);
  color: var(--w101-blue);
  font-weight: 600;
  text-align: left;
}

body.w101-inner .w101-product-desc-body table tr:nth-child(even) td {
  background: #f8fafc;
}

body.w101-inner .w101-product-desc-body a {
  color: var(--w101-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.w101-inner .w101-product-desc-body a:hover {
  color: var(--w101-orange);
}

body.w101-inner .w101-product-desc-body hr {
  border: none;
  border-top: 1px solid #eef2f6;
  margin: 1.5em 0;
}

body.w101-inner .w101-product-desc-body div,
body.w101-inner .w101-product-desc-body span {
  max-width: 100%;
}

body.w101-inner .w101-product-detail-card .point {
  margin-top: 24px;
  padding: 18px 22px;
  background: var(--w101-white);
  border-radius: var(--w101-radius);
  border: 1px solid rgba(5, 84, 127, 0.08);
  box-shadow: var(--w101-shadow);
}

body.w101-inner .product_con {
  font-size: 15px;
  line-height: 1.75;
  color: var(--w101-text);
}

body.w101-inner .product_con img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

body.w101-inner .w101-product-detail-top {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 28px;
}

body.w101-inner .w101-product-gallery {
  flex: 1 1 300px;
  min-width: 0;
}

body.w101-inner .w101-product-gallery .showpic_flash {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  border-radius: var(--w101-radius);
  overflow: hidden;
  background: #eef2f6;
}

body.w101-inner .w101-product-gallery .showpic_flash li {
  margin: 0;
}

body.w101-inner .w101-product-gallery .showpic_flash img {
  width: 100%;
  height: auto;
  display: block;
}

body.w101-inner .w101-product-gallery #pic-page {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.w101-inner .w101-product-gallery #pic-page a {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: 0.75;
  transition: border-color 0.2s, opacity 0.2s;
}

body.w101-inner .w101-product-gallery #pic-page a.active,
body.w101-inner .w101-product-gallery #pic-page a:hover {
  border-color: var(--w101-orange);
  opacity: 1;
}

body.w101-inner .w101-product-gallery #pic-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.w101-inner .w101-product-info {
  flex: 1 1 280px;
  min-width: 0;
}

body.w101-inner .product_info {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

body.w101-inner .product_info li {
  padding: 10px 14px;
  margin-bottom: 8px;
  background: var(--w101-bg);
  border-left: 3px solid var(--w101-orange);
  border-radius: 0 6px 6px 0;
  font-size: 14px;
  line-height: 1.5;
}

body.w101-inner .product_info li a {
  color: var(--w101-blue);
}

body.w101-inner .w101-product-actions {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eef2f6;
}

body.w101-inner .w101-product-actions-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  width: 100%;
}

body.w101-inner .w101-product-actions .w101-btn-primary,
body.w101-inner .w101-product-actions .w101-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

body.w101-inner .w101-product-actions .w101-btn-primary .fa,
body.w101-inner .w101-product-actions .w101-btn-secondary .fa {
  font-size: 15px;
  line-height: 1;
}

body.w101-inner .w101-btn-primary {
  background: var(--w101-orange);
  color: #fff !important;
  border-color: var(--w101-orange);
  box-shadow: 0 2px 8px rgba(238, 146, 43, 0.25);
}

body.w101-inner .w101-btn-primary:hover {
  background: #d97f1a;
  border-color: #d97f1a;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(238, 146, 43, 0.35);
}

body.w101-inner .w101-btn-secondary {
  background: #fff;
  color: var(--w101-blue) !important;
  border-color: var(--w101-blue);
}

body.w101-inner .w101-btn-secondary:hover {
  background: var(--w101-blue);
  border-color: var(--w101-blue);
  color: #fff !important;
}

/* Forms */
body.w101-inner .feedback {
  background: var(--w101-bg);
  border-radius: var(--w101-radius);
  padding: 24px;
  margin-top: 24px;
}

body.w101-inner .feedback .form-horizontal .control-label {
  font-weight: 600;
  color: var(--w101-text);
}

body.w101-inner .feedback .form-control {
  border-radius: 8px;
  border-color: #dde4ec;
  box-shadow: none;
}

body.w101-inner .feedback .form-control:focus {
  border-color: var(--w101-blue-light);
  box-shadow: 0 0 0 3px rgba(5, 84, 127, 0.12);
}

body.w101-inner .feedback .btn-danger {
  background: var(--w101-orange);
  border-color: var(--w101-orange);
  border-radius: 999px;
  padding: 10px 28px;
  font-weight: 600;
}

body.w101-inner .feedback .btn-danger:hover {
  background: #d97f1a;
  border-color: #d97f1a;
}

body.w101-inner .feedback .btn-default {
  border-radius: 999px;
  padding: 10px 24px;
}

/* Prev/next */
body.w101-inner .point {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #eef2f6;
  overflow: hidden;
}

body.w101-inner .point .to_prev,
body.w101-inner .point .to_next {
  font-size: 14px;
  padding: 8px 0;
}

body.w101-inner .point a {
  color: var(--w101-blue);
  text-decoration: none;
}

body.w101-inner .point a:hover {
  color: var(--w101-orange);
}

/* Related section */
body.w101-inner .list_related {
  background: var(--w101-white);
  border-radius: var(--w101-radius);
  box-shadow: var(--w101-shadow);
  padding: 24px 28px;
  margin-bottom: 24px;
}

body.w101-inner .download_btn .btn-danger {
  background: var(--w101-orange);
  border-color: var(--w101-orange);
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 600;
}

body.w101-inner .ul_sitemap {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.w101-inner .ul_sitemap li {
  padding: 8px 0;
  border-bottom: 1px solid #eef2f6;
  font-size: 14px;
}

body.w101-inner .ul_sitemap li a {
  color: var(--w101-blue);
  text-decoration: none;
}

body.w101-inner .ul_sitemap li a:hover {
  color: var(--w101-orange);
}

body.w101-inner .small_li_sitemap {
  padding-left: 16px;
}

body.w101-inner .small_li2_sitemap {
  padding-left: 32px;
}

@media screen and (max-width: 992px) {
  body.w101-inner .w101-product-grid .w101-product-card {
    width: 33.333%;
  }
}

@media screen and (max-width: 768px) {
  body.w101-inner > .container {
    padding-top: 16px;
  }

  body.w101-inner .list_box,
  body.w101-inner .list_related {
    padding: 0 16px 18px;
  }

  body.w101-inner .list_box > .left_h2 {
    padding-top: 12px;
  }

  body.w101-inner .w101-product-grid .w101-product-card {
    width: 50%;
  }

  body.w101-inner .list_news li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  body.w101-inner .list_news .news_time {
    display: inline-block;
  }

  body.w101-inner .w101-product-actions-form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  body.w101-inner .w101-product-actions .w101-btn-primary,
  body.w101-inner .w101-product-actions .w101-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  body.w101-inner .w101-product-detail-card .w101-product-detail-top,
  body.w101-inner .w101-product-detail-card .w101-product-desc-block,
  body.w101-inner .w101-product-detail-card .point {
    padding: 18px 16px;
  }

  body.w101-inner .w101-product-desc-body table {
    font-size: 13px;
  }

  body.w101-inner .w101-product-desc-body table td,
  body.w101-inner .w101-product-desc-body table th {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 480px) {
  body.w101-inner .w101-product-grid .w101-product-card {
    width: 100%;
  }
}
/*!- w101-inner pages end -*/

/* ---- Inquiry modal (Get a Quote) — industrial B2B ---- */
.w101-inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}

.w101-inquiry-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.w101-inquiry-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(5, 84, 127, 0.22) 0%, transparent 55%),
    rgba(2, 18, 28, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.w101-inquiry-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 580px;
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  box-shadow:
    0 0 0 1px rgba(5, 84, 127, 0.08),
    0 24px 80px rgba(2, 18, 28, 0.45),
    0 8px 24px rgba(5, 84, 127, 0.12);
  padding: 0;
  transform: translateY(24px) scale(0.97);
  opacity: 0;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.32s ease;
}

.w101-inquiry-modal.is-open .w101-inquiry-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Hero header */
.w101-inquiry-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 28px 24px;
  background: linear-gradient(135deg, #032a3f 0%, #05547f 48%, #0a6ea3 100%);
  color: #fff;
}

.w101-inquiry-hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
  pointer-events: none;
}

.w101-inquiry-hero-glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 70%;
  height: 120%;
  background: radial-gradient(circle, rgba(238, 146, 43, 0.28) 0%, transparent 68%);
  pointer-events: none;
}

.w101-inquiry-hero-inner {
  position: relative;
  z-index: 1;
  padding-right: 36px;
}

.w101-inquiry-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.2s ease;
}

.w101-inquiry-close span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}

.w101-inquiry-close span::before,
.w101-inquiry-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: currentColor;
  border-radius: 1px;
}

.w101-inquiry-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.w101-inquiry-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.w101-inquiry-close:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  transform: rotate(90deg);
}

.w101-inquiry-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(238, 146, 43, 0.45);
}

.w101-inquiry-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(238, 146, 43, 0.22);
  border: 1px solid rgba(238, 146, 43, 0.45);
  border-radius: 999px;
}

.w101-inquiry-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--w101-orange);
  box-shadow: 0 0 8px rgba(238, 146, 43, 0.8);
}

.w101-inquiry-hero h2 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.w101-inquiry-lead {
  margin: 0 0 18px;
  max-width: 28em;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.w101-inquiry-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.w101-inquiry-trust li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.02em;
}

.w101-inquiry-trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--w101-orange-light);
}

/* Form body */
.w101-inquiry-form {
  display: flex;
  flex-direction: column;
}

.w101-inquiry-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px 22px 6px;
  background: linear-gradient(180deg, #f6f9fc 0%, #fff 100%);
}

.w101-inquiry-section {
  margin: 0;
  padding: 16px 18px 14px;
  border: 1px solid #e2eaf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(5, 84, 127, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.w101-inquiry-section:focus-within {
  border-color: rgba(5, 84, 127, 0.22);
  box-shadow: 0 4px 16px rgba(5, 84, 127, 0.07);
}

.w101-inquiry-section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f6;
}

.w101-inquiry-step {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--w101-blue);
  background: linear-gradient(145deg, rgba(5, 84, 127, 0.1) 0%, rgba(5, 84, 127, 0.04) 100%);
  border: 1px solid rgba(5, 84, 127, 0.14);
  border-radius: 10px;
}

.w101-inquiry-section-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--w101-text);
  letter-spacing: -0.01em;
}

.w101-inquiry-row {
  display: grid;
  gap: 14px;
}

.w101-inquiry-row-2 {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 14px;
}

.w101-inquiry-field {
  margin: 0;
}

.w101-inquiry-field label,
.w101-inquiry-label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.w101-inquiry-field .w101-req {
  color: var(--w101-orange);
  font-weight: 700;
}

.w101-inquiry-hint {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #94a3b8;
}

.w101-inquiry-field .form-control {
  width: 100%;
  min-height: 46px;
  height: 46px;
  padding: 11px 14px;
  border: 1.5px solid #dde5ee;
  border-radius: 11px;
  font-size: 15px;
  font-family: var(--w101-font);
  color: var(--w101-text);
  background: #fafbfc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-sizing: border-box;
  touch-action: manipulation;
}

.w101-inquiry-field .form-control::placeholder {
  color: #a0aec0;
}

.w101-inquiry-field textarea.form-control {
  height: auto;
  min-height: 100px;
  resize: vertical;
  line-height: 1.55;
  padding-top: 12px;
}

.w101-inquiry-field .form-control:hover {
  border-color: #b8c8d8;
  background: #fff;
}

.w101-inquiry-field .form-control:focus {
  outline: none;
  border-color: var(--w101-blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(5, 84, 127, 0.1);
}

.w101-inquiry-field .form-control:focus-visible {
  outline: none;
  border-color: var(--w101-blue);
  box-shadow: 0 0 0 4px rgba(5, 84, 127, 0.14);
}

.w101-inquiry-section-verify {
  padding-bottom: 12px;
}

.w101-inquiry-captcha-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.w101-inquiry-captcha-row .form-control {
  flex: 0 0 108px;
  width: 108px;
  min-width: 0;
  text-align: center;
  letter-spacing: 0.14em;
  font-size: 14px;
  font-weight: 600;
}

.w101-inquiry-codebtn {
  flex-shrink: 0;
  min-width: 44px;
  min-height: 44px;
  padding: 4px;
  border: 1.5px solid #dde5ee;
  border-radius: 11px;
  background: #f8fafc;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.w101-inquiry-codebtn:hover {
  border-color: var(--w101-blue-light);
  transform: scale(1.02);
}

.w101-inquiry-codebtn:focus-visible {
  outline: none;
  border-color: var(--w101-blue);
  box-shadow: 0 0 0 4px rgba(5, 84, 127, 0.12);
}

.w101-inquiry-codeimg {
  display: block;
  width: 100px;
  height: 34px;
  border-radius: 7px;
  object-fit: cover;
}

/* Actions */
.w101-inquiry-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  padding: 14px 22px 22px;
  background: #fff;
  border-top: 1px solid #eef2f6;
}

.w101-inquiry-submit {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  padding: 13px 24px;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--w101-font);
  letter-spacing: 0.02em;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #f5a030 0%, var(--w101-orange) 45%, #d97f1a 100%);
  box-shadow:
    0 4px 16px rgba(238, 146, 43, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  touch-action: manipulation;
}

.w101-inquiry-submit-text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.w101-inquiry-submit-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.22) 50%,
    transparent 60%
  );
  transform: translateX(-100%);
  transition: transform 0.55s ease;
}

.w101-inquiry-submit:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 28px rgba(238, 146, 43, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.w101-inquiry-submit:hover .w101-inquiry-submit-shine {
  transform: translateX(100%);
}

.w101-inquiry-submit:active {
  transform: translateY(0);
}

.w101-inquiry-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(238, 146, 43, 0.35), 0 4px 16px rgba(238, 146, 43, 0.38);
}

.w101-inquiry-submit .fa {
  font-size: 14px;
}

.w101-inquiry-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--w101-font);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  touch-action: manipulation;
}

.w101-inquiry-reset:hover {
  color: var(--w101-blue);
  background: rgba(5, 84, 127, 0.05);
}

.w101-inquiry-reset:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(5, 84, 127, 0.12);
}

body.w101-inquiry-open {
  overflow: hidden;
}

/* Stagger reveal on open */
.w101-inquiry-modal.is-open .w101-inquiry-section {
  animation: w101InqSectionIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.w101-inquiry-modal.is-open .w101-inquiry-section:nth-child(1) { animation-delay: 0.06s; }
.w101-inquiry-modal.is-open .w101-inquiry-section:nth-child(2) { animation-delay: 0.12s; }
.w101-inquiry-modal.is-open .w101-inquiry-section:nth-child(3) { animation-delay: 0.18s; }

@keyframes w101InqSectionIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .w101-inquiry-modal,
  .w101-inquiry-panel,
  .w101-inquiry-submit,
  .w101-inquiry-section {
    transition: none;
    animation: none;
  }

  .w101-inquiry-modal.is-open .w101-inquiry-panel {
    transform: none;
    opacity: 1;
  }
}

@media screen and (max-width: 560px) {
  .w101-inquiry-row-2 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .w101-inquiry-row-2 .w101-inquiry-field:first-child {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 480px) {
  .w101-inquiry-panel {
    border-radius: 16px;
    max-height: calc(100vh - 24px);
  }

  .w101-inquiry-hero {
    padding: 22px 20px 20px;
  }

  .w101-inquiry-hero h2 {
    font-size: 22px;
  }

  .w101-inquiry-hero-inner {
    padding-right: 28px;
  }

  .w101-inquiry-trust {
    gap: 6px 12px;
  }

  .w101-inquiry-body {
    padding: 16px 16px 4px;
  }

  .w101-inquiry-section {
    padding: 14px 14px 12px;
  }

  .w101-inquiry-actions {
    padding: 12px 16px 18px;
  }
}
