
/* =========================================================
   YUBAO — WORMS & WORM SHAFTS
   Clean UEESHOP product-page stylesheet
   ========================================================= */

/* 1. Design tokens */
#yb-ww-page {
  --yb-blue: #0739ac;
  --yb-blue-dark: #052d89;
  --yb-ink: #07152f;
  --yb-text: #53627a;
  --yb-muted: #66758a;
  --yb-line: #d9e5f1;
  --yb-soft-line: #cbd9e8;
  --yb-surface: #f5f9fd;
  --yb-surface-alt: #f6f8fb;
  --yb-white: #fff;
  --yb-content-width: 1380px;
  --yb-header-bottom: 0px;
  --yb-nav-height: 60px;
  --yb-ww-viewport-width: 100vw;
  --yb-ww-breakout-left: 0px;
}

/* 2. UEESHOP full-width foundation */
html,
body {
  overflow-x: hidden !important;
}

#yb-ww-page {
  position: relative !important;
  left: auto !important;
  width: var(--yb-ww-viewport-width) !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 0 0 var(--yb-ww-breakout-left) !important;
  padding: 0 !important;
  overflow: visible !important;
  background: var(--yb-white);
  color: var(--yb-ink);
  font-family: Poppins, Arial, sans-serif;
  transform: none !important;
}

#yb-ww-page,
#yb-ww-page * {
  box-sizing: border-box;
}

#yb-ww-page .yb-ww-band {
  position: relative !important;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

#yb-ww-page .yb-ww-wrap {
  position: relative;
  width: 100%;
  max-width: var(--yb-content-width);
  min-width: 0;
  margin: 0 auto;
  padding: 0 38px;
}

#yb-ww-page .yb-ww-section {
  padding: 64px 0;
}

#yb-ww-page img {
  display: block;
  max-width: 100%;
}

#yb-ww-page a {
  position: relative;
  text-decoration: none;
  pointer-events: auto !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* 3. Typography and shared components */
#yb-ww-page h1,
#yb-ww-page h2,
#yb-ww-page h3 {
  margin-top: 0;
  color: var(--yb-ink);
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

#yb-ww-page h1 {
  margin-bottom: 18px;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.8px;
}

#yb-ww-page h2 {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.18;
  letter-spacing: -.45px;
}

#yb-ww-page h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.34;
}

#yb-ww-page p {
  margin: 0 0 16px;
  color: var(--yb-text);
  font-size: 16px;
  line-height: 1.68;
}

#yb-ww-page .yb-ww-kicker {
  margin: 0 0 10px;
  color: var(--yb-blue);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

#yb-ww-page .yb-ww-section-head {
  max-width: 900px;
  margin: 0 auto 32px;
  text-align: center;
}

#yb-ww-page .yb-ww-section-head p {
  margin-bottom: 0;
}

#yb-ww-page .yb-ww-button {
  z-index: 2;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 25px;
  border: 2px solid var(--yb-blue);
  border-radius: 4px;
  background: var(--yb-blue);
  color: var(--yb-white) !important;
  font-size: 14px;
  font-weight: 700;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

#yb-ww-page .yb-ww-button:hover {
  background: var(--yb-white);
  color: var(--yb-blue) !important;
  transform: translateY(-2px);
}

#yb-ww-page .yb-ww-arrow {
  font-size: 19px;
  line-height: 1;
  transition: transform .22s ease;
}

#yb-ww-page .yb-ww-button:hover .yb-ww-arrow {
  transform: translateX(4px);
}

/* 4. Overview */
#yb-ww-page .yb-ww-overview {
  padding: 64px 0 58px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, .98) 0%,
    rgba(255, 255, 255, .92) 52%,
    rgba(245, 249, 253, .9) 100%
  );
}

#yb-ww-page .yb-ww-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .76fr);
  gap: 76px;
  align-items: center;
}

#yb-ww-page .yb-ww-overview-copy h1 {
  max-width: 720px;
}

#yb-ww-page .yb-ww-lead {
  max-width: 760px;
  color: #3f506a !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}

#yb-ww-page .yb-ww-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 30px;
}

#yb-ww-page .yb-ww-proof {
  min-width: 0;
  min-height: 82px;
  padding: 15px 14px;
  border-left: 3px solid var(--yb-blue);
  background: var(--yb-surface);
}

#yb-ww-page .yb-ww-proof strong,
#yb-ww-page .yb-ww-proof span {
  display: block;
}

#yb-ww-page .yb-ww-proof strong {
  margin-bottom: 4px;
  color: var(--yb-ink);
  font-size: 16px;
  line-height: 1.25;
}

#yb-ww-page .yb-ww-proof span {
  color: var(--yb-muted);
  font-size: 10.8px;
  line-height: 1.45;
}

#yb-ww-page .yb-ww-note {
  margin: 18px 0 0 !important;
  padding-left: 16px;
  border-left: 2px solid #a9bedb;
  color: var(--yb-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
}

#yb-ww-page .yb-ww-product-stage {
  position: relative;
  min-height: 455px;
  margin: 0;
  overflow: visible;
  border-radius: 26px;
  isolation: isolate;
}

#yb-ww-page .yb-ww-product-stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 98px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 26px;
  background:
    radial-gradient(circle at 76% 15%, rgba(94, 194, 255, .42), transparent 34%),
    linear-gradient(145deg, #0877c7 0%, #0750ad 48%, #082f78 100%);
  box-shadow: 0 22px 40px rgba(7, 39, 104, .18);
}

#yb-ww-page .yb-ww-product-stage::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 258px;
  right: 18%;
  left: 18%;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 8, 34, .24);
  filter: blur(18px);
}

#yb-ww-page .yb-ww-hero-product-image {
  position: absolute;
  z-index: 3;
  top: 34px;
  left: 5%;
  width: 90%;
  height: 252px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 18px rgba(0, 14, 52, .2));
}

#yb-ww-page .yb-ww-stage-label {
  position: absolute;
  z-index: 4;
  right: 29px;
  bottom: 24px;
  left: 29px;
  color: var(--yb-white);
}

#yb-ww-page .yb-ww-stage-label strong,
#yb-ww-page .yb-ww-stage-label span {
  display: block;
}

#yb-ww-page .yb-ww-stage-label strong {
  margin-bottom: 6px;
  color: var(--yb-white);
  font-size: 19px;
  line-height: 1.3;
}

#yb-ww-page .yb-ww-stage-label span {
  color: rgba(255, 255, 255, .82);
  font-size: 10.8px;
  line-height: 1.45;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* 5. In-page navigation */
#yb-ww-page .yb-ww-anchor-spacer {
  height: 0;
  background: var(--yb-white);
}

#yb-ww-page .yb-ww-anchor-band {
  z-index: 90 !important;
  border-top: 1px solid #e4ebf3;
  border-bottom: 1px solid #dce5ef;
  background: rgba(255, 255, 255, .985) !important;
  box-shadow: 0 5px 16px rgba(7, 21, 47, .055);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#yb-ww-page .yb-ww-anchor-band.is-fixed {
  position: fixed !important;
  top: var(--yb-header-bottom) !important;
  right: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  box-shadow: 0 7px 22px rgba(7, 21, 47, .12);
}

#yb-ww-page .yb-ww-anchor-nav {
  display: flex;
  height: var(--yb-nav-height);
  min-height: var(--yb-nav-height);
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}

#yb-ww-page .yb-ww-anchor-nav::-webkit-scrollbar {
  display: none;
}

#yb-ww-page .yb-ww-anchor-nav > a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin: 7px 0;
  padding: 0 18px;
  border-bottom: 2px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: var(--yb-text);
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

#yb-ww-page .yb-ww-anchor-nav > a:not(.yb-ww-anchor-inquiry):hover {
  background: #f3f7fd;
  color: var(--yb-blue);
}

#yb-ww-page .yb-ww-anchor-nav > a:not(.yb-ww-anchor-inquiry).is-active,
#yb-ww-page .yb-ww-anchor-nav > a:not(.yb-ww-anchor-inquiry)[aria-current="location"] {
  border-bottom-color: var(--yb-blue);
  background: #edf4fc;
  color: var(--yb-blue);
}

#yb-ww-page .yb-ww-anchor-inquiry {
  min-height: 42px !important;
  margin-left: auto !important;
  padding: 0 24px !important;
  border: 1px solid var(--yb-blue) !important;
  background: var(--yb-blue) !important;
  color: var(--yb-white) !important;
  font-weight: 700 !important;
  box-shadow: 0 5px 13px rgba(7, 57, 172, .16);
}

#yb-ww-page .yb-ww-anchor-inquiry:hover {
  border-color: var(--yb-blue-dark) !important;
  background: var(--yb-blue-dark) !important;
  color: var(--yb-white) !important;
  transform: translateY(-1px);
}

#yb-ww-page [id^="worms-worm-shafts-"] {
  scroll-margin-top: calc(var(--yb-header-bottom) + var(--yb-nav-height) + 24px);
}

/* 6. Why worm drives */
#yb-ww-page .yb-ww-why {
  background: #f4f8fc;
}

#yb-ww-page .yb-ww-why-simple {
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: start;
}

#yb-ww-page .yb-ww-why-simple h2 {
  margin-bottom: 18px;
  font-size: 39px;
}

#yb-ww-page .yb-ww-why-copy > p {
  max-width: 540px;
  margin-bottom: 0;
}

#yb-ww-page .yb-ww-why-points {
  display: grid;
  gap: 18px;
}

#yb-ww-page .yb-ww-why-point {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 17px;
}

#yb-ww-page .yb-ww-why-number {
  color: var(--yb-blue);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 1.4px;
}

#yb-ww-page .yb-ww-why-point h3 {
  margin: 0 0 5px;
  font-size: 18px;
}

#yb-ww-page .yb-ww-why-point p {
  margin: 0;
  color: #5a687e;
  font-size: 12.7px;
  line-height: 1.58;
}

/* 7. Technical parameters */
#yb-ww-page .yb-ww-specs {
  background: var(--yb-white);
}

#yb-ww-page .yb-ww-spec-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

#yb-ww-page .yb-ww-spec-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 22px;
}

#yb-ww-page .yb-ww-table-card {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--yb-line);
  background: var(--yb-white);
}

#yb-ww-page .yb-ww-table-scroll,
#yb-ww-page .yb-ww-tech-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#yb-ww-page .yb-ww-capability-table,
#yb-ww-page .yb-ww-tech-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

#yb-ww-page .yb-ww-capability-table {
  min-width: 780px;
  color: #34445d;
  font-size: 12px;
  line-height: 1.48;
}

#yb-ww-page .yb-ww-capability-table th:nth-child(1) { width: 20%; }
#yb-ww-page .yb-ww-capability-table th:nth-child(2) { width: 34%; }
#yb-ww-page .yb-ww-capability-table th:nth-child(3) { width: 46%; }

#yb-ww-page .yb-ww-capability-table th,
#yb-ww-page .yb-ww-tech-table th {
  border: 1px solid rgba(255, 255, 255, .3);
  background: var(--yb-blue);
  color: var(--yb-white);
  text-align: left;
  font-weight: 700;
}

#yb-ww-page .yb-ww-capability-table th {
  padding: 13px 14px;
}

#yb-ww-page .yb-ww-capability-table td {
  padding: 12px 14px;
  border: 1px solid var(--yb-line);
  vertical-align: top;
}

#yb-ww-page .yb-ww-capability-table tbody tr:nth-child(even),
#yb-ww-page .yb-ww-tech-table tbody tr:nth-child(even) {
  background: #f8fbfe;
}

#yb-ww-page .yb-ww-capability-table td:first-child,
#yb-ww-page .yb-ww-tech-table td:first-child {
  color: var(--yb-ink);
  font-weight: 700;
}

#yb-ww-page .yb-ww-capability-table td:nth-child(2),
#yb-ww-page .yb-ww-tech-table td:nth-child(2) {
  color: var(--yb-blue);
  font-weight: 600;
}

#yb-ww-page .yb-ww-additional-tech {
  width: 100%;
  min-width: 0;
  margin: 0;
}

#yb-ww-page .yb-ww-additional-tech > .yb-ww-kicker {
  margin-bottom: 5px;
  font-size: 10px;
}

#yb-ww-page .yb-ww-additional-tech > p {
  margin-bottom: 13px;
  font-size: 12px;
  line-height: 1.5;
}

#yb-ww-page .yb-ww-tech-details {
  display: grid;
  gap: 8px;
}

#yb-ww-page .yb-ww-tech-details details {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8e4f0;
  border-radius: 4px;
  background: var(--yb-white);
}

#yb-ww-page .yb-ww-tech-details summary {
  position: relative;
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 0 48px 0 18px;
  background: var(--yb-surface);
  color: var(--yb-ink);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

#yb-ww-page .yb-ww-tech-details summary::-webkit-details-marker {
  display: none;
}

#yb-ww-page .yb-ww-tech-details summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--yb-blue);
  font-size: 18px;
  transform: translateY(-50%);
}

#yb-ww-page .yb-ww-tech-details details[open] summary::after {
  content: "−";
}

#yb-ww-page .yb-ww-tech-table {
  min-width: 800px;
}

#yb-ww-page .yb-ww-tech-table th:nth-child(1) { width: 24%; }
#yb-ww-page .yb-ww-tech-table th:nth-child(2) { width: 31%; }
#yb-ww-page .yb-ww-tech-table th:nth-child(3) { width: 45%; }

#yb-ww-page .yb-ww-tech-table th {
  padding: 11px 13px;
  font-size: 10.5px;
  line-height: 1.4;
}

#yb-ww-page .yb-ww-tech-table td {
  padding: 10px 13px;
  border: 1px solid #d8e4f0;
  color: var(--yb-text);
  font-size: 11.5px;
  line-height: 1.48;
  vertical-align: top;
}

#yb-ww-page .yb-ww-spec-aside {
  width: 100%;
  min-width: 0;
  align-self: start;
  margin: 0;
  padding: 27px 24px;
  border-left: 4px solid var(--yb-blue);
  background: #f3f7fc;
}

#yb-ww-page .yb-ww-spec-aside h3 {
  margin: 0 0 17px;
  font-size: 24px;
  line-height: 1.25;
}

#yb-ww-page .yb-ww-rfq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin: 0 0 22px;
}

#yb-ww-page .yb-ww-rfq-item {
  position: relative;
  padding-left: 17px;
  color: #43536c;
  font-size: 12px;
  line-height: 1.48;
}

#yb-ww-page .yb-ww-rfq-item::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--yb-blue);
}

#yb-ww-page .yb-ww-spec-aside .yb-ww-button {
  width: 100%;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 13px;
}

#yb-ww-page .yb-ww-rfq-note {
  margin: 17px 0 0 !important;
  font-size: 11.5px !important;
  line-height: 1.58 !important;
}

/* 8. Manufacturing and inspection */
#yb-ww-page .yb-ww-process-quality {
  padding-top: 62px;
  padding-bottom: 62px;
  background: #f4f8fc;
}

#yb-ww-page .yb-ww-process-quality .yb-ww-section-head {
  max-width: 840px;
  margin-bottom: 38px;
}

#yb-ww-page .yb-ww-editorial-rows {
  display: grid;
  gap: 42px;
}

#yb-ww-page .yb-ww-editorial-row {
  display: grid;
  min-height: 250px;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 50px;
  align-items: center;
}

#yb-ww-page .yb-ww-editorial-row--reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
}

#yb-ww-page .yb-ww-editorial-row--reverse .yb-ww-editorial-media {
  order: 2;
}

#yb-ww-page .yb-ww-editorial-media {
  height: 250px;
  overflow: hidden;
  border-radius: 4px;
  background: #e9f1f8;
}

#yb-ww-page .yb-ww-process-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#yb-ww-page .yb-ww-editorial-copy h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

#yb-ww-page .yb-ww-editorial-copy p {
  max-width: 650px;
  margin-bottom: 14px;
}

#yb-ww-page .yb-ww-process-line {
  display: inline-block;
  max-width: 680px;
  padding: 8px 11px;
  background: #eaf2fb;
  color: var(--yb-blue);
  font-size: 9.8px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: .65px;
  text-transform: uppercase;
}

/* 9. Applications */
#yb-ww-page .yb-ww-applications {
  clear: both;
  padding: 72px 0 76px;
  overflow: hidden;
  background: var(--yb-white);
}

#yb-ww-page .yb-ww-app-head {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

#yb-ww-page .yb-ww-app-head h2 {
  margin: 6px 0 10px;
}

#yb-ww-page .yb-ww-app-head p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
}

#yb-ww-page .yb-ww-app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  margin: 0;
}

#yb-ww-page .yb-ww-app-scene {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  height: 260px;
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe8f4;
}

#yb-ww-page .yb-ww-app-scene-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

#yb-ww-page .yb-ww-app-scene-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(3, 18, 49, .04) 25%, rgba(3, 18, 49, .9) 100%);
  pointer-events: none;
}

#yb-ww-page .yb-ww-app-scene-media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

#yb-ww-page .yb-ww-app-scene-copy {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 16px;
  left: 18px;
  min-width: 0;
  color: var(--yb-white);
}

#yb-ww-page .yb-ww-app-scene-no {
  display: block;
  margin-bottom: 7px;
  color: #9dc5ff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.4px;
}

#yb-ww-page .yb-ww-app-scene-copy h3 {
  margin: 0 0 7px;
  color: var(--yb-white);
  font-size: 16px;
  line-height: 1.24;
  overflow-wrap: anywhere;
}

#yb-ww-page .yb-ww-app-scene-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 11.5px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

#yb-ww-page .yb-ww-app-scene:hover .yb-ww-app-scene-media img {
  transform: scale(1.035);
}

/* 10. Related drive components */
#yb-ww-page .yb-ww-related {
  padding: 58px 0;
  background:
    radial-gradient(circle at 14% 8%, rgba(69, 132, 255, .34), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(30, 105, 227, .28), transparent 34%),
    linear-gradient(135deg, #061943 0%, #0739ac 66%, #0b4fd0 100%);
}

#yb-ww-page .yb-ww-related .yb-ww-kicker {
  color: #a9c3ff;
}

#yb-ww-page .yb-ww-related h2 {
  color: var(--yb-white);
}

#yb-ww-page .yb-ww-related .yb-ww-section-head p {
  color: rgba(255, 255, 255, .78);
}

#yb-ww-page .yb-ww-related-simple {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

#yb-ww-page .yb-ww-related-item {
  min-width: 0;
}

#yb-ww-page .yb-ww-related-image-link {
  display: block;
  height: 205px;
  overflow: hidden;
  background: #f4f7fb;
}

#yb-ww-page .yb-ww-related-image-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.05);
  transition: transform .3s ease, filter .3s ease;
}

#yb-ww-page .yb-ww-related-item h3 {
  margin: 13px 0 5px;
  font-size: 16px;
}

#yb-ww-page .yb-ww-related-item h3 a {
  color: var(--yb-white) !important;
}

#yb-ww-page .yb-ww-related-text-link {
  display: inline-block;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 11.5px;
  font-weight: 600;
  transition: color .25s ease, transform .25s ease;
}

#yb-ww-page .yb-ww-related-text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 2px;
  background: var(--yb-white);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

#yb-ww-page .yb-ww-related-item:hover .yb-ww-related-image-link img {
  transform: scale(1.11);
  filter: contrast(1.03);
}

#yb-ww-page .yb-ww-related-item:hover .yb-ww-related-text-link {
  color: var(--yb-white) !important;
  transform: translateX(4px);
}

#yb-ww-page .yb-ww-related-item:hover .yb-ww-related-text-link::after {
  transform: scaleX(1);
}

/* 11. FAQ */
#yb-ww-page .yb-ww-faq {
  clear: both;
  padding: 74px 0 62px;
  overflow: hidden;
  background: var(--yb-surface-alt);
}

#yb-ww-page .yb-ww-faq .yb-ww-section-head {
  max-width: 980px;
  margin-bottom: 30px;
}

#yb-ww-page .yb-ww-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

#yb-ww-page .yb-ww-faq details {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--yb-line);
  border-radius: 7px;
  background: var(--yb-white);
}

#yb-ww-page .yb-ww-faq summary {
  position: relative;
  display: block;
  padding: 17px 48px 17px 18px;
  color: var(--yb-ink);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

#yb-ww-page .yb-ww-faq summary::-webkit-details-marker {
  display: none;
}

#yb-ww-page .yb-ww-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--yb-blue);
  font-size: 20px;
  font-weight: 400;
  transform: translateY(-50%);
}

#yb-ww-page .yb-ww-faq details[open] summary::after {
  content: "−";
}

#yb-ww-page .yb-ww-faq details p {
  margin: 0;
  padding: 0 18px 17px;
  color: var(--yb-text);
  font-size: 12px;
  line-height: 1.58;
}

#yb-ww-page .yb-ww-native-inquiry-anchor {
  display: block;
  width: 100%;
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--yb-surface-alt);
}

/* 12. UEESHOP compatibility helpers */
.yb-ww-ancestor-unlock {
  max-width: none !important;
  overflow: visible !important;
  clip-path: none !important;
  contain: none !important;
}

.yb-ww-native-hidden,
.yb-ww-empty-after-page {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.yb-ww-description-host,
.yb-ww-bottom-collapse {
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.yb-ww-description-host > #yb-ww-page,
.yb-ww-bottom-collapse > #yb-ww-page {
  margin-bottom: 0 !important;
}

.yb-ww-next-template {
  margin-top: 0 !important;
}

body.yb-ww-custom-ready footer,
body.yb-ww-custom-ready .footer,
body.yb-ww-custom-ready #footer,
body.yb-ww-custom-ready .footer_outer,
body.yb-ww-custom-ready .footer-container {
  margin-top: 0 !important;
}

/* 13. Tablet */
@media (max-width: 1180px) {
  #yb-ww-page .yb-ww-wrap {
    padding-right: 26px;
    padding-left: 26px;
  }

  #yb-ww-page .yb-ww-overview-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #yb-ww-page .yb-ww-product-stage {
    min-height: 445px;
  }

  #yb-ww-page .yb-ww-why-simple {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #yb-ww-page .yb-ww-why-copy > p {
    max-width: 760px;
  }

  #yb-ww-page .yb-ww-spec-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 22px;
  }

  #yb-ww-page .yb-ww-related-simple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  #yb-ww-page .yb-ww-spec-layout {
    grid-template-columns: 1fr;
  }

  #yb-ww-page .yb-ww-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 14. Mobile */
@media (max-width: 767px) {
  #yb-ww-page {
    --yb-nav-height: 56px;
  }

  #yb-ww-page .yb-ww-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  #yb-ww-page .yb-ww-section {
    padding: 48px 0;
  }

  #yb-ww-page h1,
  #yb-ww-page .yb-ww-overview-copy h1 {
    font-size: 34px;
  }

  #yb-ww-page h2 {
    font-size: 30px;
  }

  #yb-ww-page .yb-ww-overview {
    padding: 48px 0;
  }

  #yb-ww-page .yb-ww-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #yb-ww-page .yb-ww-product-stage {
    min-height: 390px;
    margin-top: 14px;
  }

  #yb-ww-page .yb-ww-product-stage::after {
    top: 82px;
    border-radius: 22px;
  }

  #yb-ww-page .yb-ww-product-stage::before {
    top: 235px;
  }

  #yb-ww-page .yb-ww-hero-product-image {
    top: -4px;
    left: 4%;
    width: 92%;
    height: 284px;
  }

  #yb-ww-page .yb-ww-stage-label {
    right: 21px;
    bottom: 20px;
    left: 21px;
  }

  #yb-ww-page .yb-ww-stage-label strong {
    font-size: 17px;
  }

  #yb-ww-page .yb-ww-anchor-nav {
    gap: 4px;
  }

  #yb-ww-page .yb-ww-anchor-nav > a {
    min-height: 36px;
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
  }

  #yb-ww-page .yb-ww-anchor-inquiry {
    min-height: 36px !important;
    margin-left: 0 !important;
    padding: 0 14px !important;
  }

  #yb-ww-page .yb-ww-why-simple h2 {
    font-size: 31px;
  }

  #yb-ww-page .yb-ww-why-point {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  #yb-ww-page .yb-ww-editorial-row,
  #yb-ww-page .yb-ww-editorial-row--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #yb-ww-page .yb-ww-editorial-row--reverse .yb-ww-editorial-media {
    order: 0;
  }

  #yb-ww-page .yb-ww-editorial-media {
    height: 215px;
  }

  #yb-ww-page .yb-ww-applications {
    padding: 56px 0;
  }

  #yb-ww-page .yb-ww-app-head {
    margin-bottom: 22px;
    text-align: left;
  }

  #yb-ww-page .yb-ww-app-head p {
    margin-left: 0;
  }

  #yb-ww-page .yb-ww-app-grid,
  #yb-ww-page .yb-ww-faq-grid {
    grid-template-columns: 1fr;
  }

  #yb-ww-page .yb-ww-app-scene {
    height: 250px;
    min-height: 250px;
  }

  #yb-ww-page .yb-ww-related-simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  #yb-ww-page .yb-ww-faq {
    padding: 56px 0 48px;
  }

  #yb-ww-page .yb-ww-faq .yb-ww-section-head {
    margin-bottom: 22px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  #yb-ww-page .yb-ww-proof-row,
  #yb-ww-page .yb-ww-related-simple {
    grid-template-columns: 1fr;
  }

  #yb-ww-page .yb-ww-product-stage {
    min-height: 354px;
  }

  #yb-ww-page .yb-ww-product-stage::after {
    top: 74px;
  }

  #yb-ww-page .yb-ww-product-stage::before {
    top: 210px;
  }

  #yb-ww-page .yb-ww-hero-product-image {
    top: -4px;
    height: 252px;
  }

  #yb-ww-page .yb-ww-stage-label span {
    font-size: 9.6px;
  }

  #yb-ww-page .yb-ww-rfq-grid {
    grid-template-columns: 1fr;
  }
}

@media (hover: none) and (pointer: coarse) {
  #yb-ww-page .yb-ww-app-scene:hover .yb-ww-app-scene-media img,
  #yb-ww-page .yb-ww-related-item:hover .yb-ww-related-image-link img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #yb-ww-page *,
  #yb-ww-page *::before,
  #yb-ww-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
