
#yb-hs-page{
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#fff;
  color:#07152f;
  font-family:Poppins,Arial,sans-serif;
}
#yb-hs-page,
#yb-hs-page *{box-sizing:border-box}
#yb-hs-page img{display:block;max-width:100%}

/* UEESHOP full-width unlock */
html,body{
  overflow-x:hidden!important;
}
#yb-hs-page{
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:-50vw!important;
  margin-right:0!important;
  overflow:visible!important;
}
#yb-hs-page .yb-hs-band{
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:-50vw!important;
  margin-right:0!important;
}
.yb-hs-ancestor-unlock{
  max-width:none!important;
  overflow:visible!important;
}

#yb-hs-page a{
  position:relative;
  text-decoration:none;
  pointer-events:auto!important;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
#yb-hs-page .yb-hs-band{position:relative;width:100%}
#yb-hs-page .yb-hs-wrap{width:100%;max-width:1380px;margin:0 auto;padding:0 38px}
#yb-hs-page .yb-hs-section{padding:82px 0}
#yb-hs-page .yb-hs-kicker{
  margin:0 0 10px;
  color:#0739ac;
  font-size:12px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:2.3px;
  text-transform:uppercase;
}
#yb-hs-page h1,
#yb-hs-page h2,
#yb-hs-page h3,
#yb-hs-page h4{
  margin-top:0;
  color:#07152f;
  font-family:Poppins,Arial,sans-serif;
  font-weight:700;
}
#yb-hs-page h1{margin:0 0 18px;color:#07152f;font-size:44px;line-height:1.1;font-weight:700;letter-spacing:-.8px}
#yb-hs-page h2{margin-bottom:15px;font-size:36px;line-height:1.18;letter-spacing:-.45px}
#yb-hs-page h3{margin-bottom:8px;font-size:19px;line-height:1.34}
#yb-hs-page h4{margin-bottom:7px;font-size:15px;line-height:1.4}
#yb-hs-page p{margin:0 0 16px;color:#53627a;font-size:16px;line-height:1.68}
#yb-hs-page .yb-hs-button{
  position:relative;
  z-index:8;
  display:inline-flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 25px;
  border:2px solid #0739ac;
  border-radius:4px;
  background:#0739ac;
  color:#fff!important;
  font-size:14px;
  font-weight:700;
  transition:background .22s ease,color .22s ease,transform .22s ease;
}
#yb-hs-page .yb-hs-button:hover{background:#fff;color:#0739ac!important;transform:translateY(-2px)}
#yb-hs-page .yb-hs-button--light{border-color:#fff;background:#fff;color:#0739ac!important}
#yb-hs-page .yb-hs-button--light:hover{background:transparent;color:#fff!important}
#yb-hs-page .yb-hs-arrow{font-size:19px;line-height:1;transition:transform .22s ease}
#yb-hs-page .yb-hs-button:hover .yb-hs-arrow{transform:translateX(4px)}
#yb-hs-page .yb-hs-card{border:1px solid #d9e5f1;border-radius:7px;background:#fff}
#yb-hs-page .yb-hs-section-head{max-width:850px;margin:0 auto 38px;text-align:center}
#yb-hs-page .yb-hs-section-head p{margin-bottom:0}

/* Overview inspired by the reference layout: editorial copy left, product visual right */
#yb-hs-page .yb-hs-overview{
  padding:76px 0 68px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 52%,rgba(245,249,253,.9) 100%);
}
#yb-hs-page .yb-hs-overview-grid{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(430px,.76fr);
  gap:76px;
  align-items:center;
}
#yb-hs-page .yb-hs-overview-copy h1{
  max-width:720px;
  margin-bottom:18px;
  font-size:44px;
  line-height:1.1;
  letter-spacing:-.8px;
}
#yb-hs-page .yb-hs-lead{
  max-width:760px;
  color:#3f506a!important;
  font-size:18px!important;
  line-height:1.7!important;
}
#yb-hs-page .yb-hs-proof-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:28px 0 30px;
}
#yb-hs-page .yb-hs-proof{
  min-height:92px;
  padding:15px 14px;
  border-left:3px solid #0739ac;
  background:#f5f9fd;
}
#yb-hs-page .yb-hs-proof strong{
  display:block;
  margin-bottom:4px;
  color:#07152f;
  font-size:17px;
  line-height:1.25;
}
#yb-hs-page .yb-hs-proof span{display:block;color:#66758a;font-size:11.5px;line-height:1.45}
#yb-hs-page .yb-hs-note{
  margin:18px 0 0!important;
  padding-left:16px;
  border-left:2px solid #a9bedb;
  color:#66758a!important;
  font-size:12.5px!important;
  line-height:1.6!important;
}
#yb-hs-page .yb-hs-product-stage{
  position:relative;
  min-height:455px;
  margin:0;
  overflow:visible;
  border:0;
  border-radius:26px;
  background:transparent;
  isolation:isolate;
}
#yb-hs-page .yb-hs-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);
  pointer-events:none;
}
#yb-hs-page .yb-hs-product-stage::before{
  content:"";
  position:absolute;
  z-index:2;
  left:15%;
  right:15%;
  top:278px;
  height:34px;
  border-radius:50%;
  background:rgba(0,8,34,.30);
  filter:blur(17px);
  pointer-events:none;
}
#yb-hs-page .yb-hs-product-stage img{
  position:absolute;
  z-index:3;
  top:-34px;
  left:0;
  width:100%;
  height:340px;
  object-fit:contain;
  transform:scale(1.33);
  transform-origin:center center;
  filter:drop-shadow(0 22px 18px rgba(0,14,52,.24));
  pointer-events:none;
}
#yb-hs-page .yb-hs-stage-label{
  position:absolute;
  z-index:4;
  right:29px;
  bottom:24px;
  left:29px;
  color:#fff;
  pointer-events:none;
}
#yb-hs-page .yb-hs-stage-label strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:19px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
}
#yb-hs-page .yb-hs-stage-label span{
  display:block;
  max-width:520px;
  color:rgba(255,255,255,.82);
  font-size:10.8px;
  line-height:1.45;
  letter-spacing:1px;
  text-transform:uppercase;
}

/* Anchor navigation */
#yb-hs-page .yb-hs-anchor-band{
  border-top:1px solid #d9e5f1;
  border-bottom:1px solid #d9e5f1;
  background:#fff;
}
#yb-hs-page .yb-hs-anchor-nav{
  display:flex;
  flex-wrap:wrap;
  gap:2px 30px;
  align-items:center;
  min-height:64px;
}
#yb-hs-page .yb-hs-anchor-nav a{
  position:relative;
  padding:21px 0;
  color:#53627a;
  font-size:13px;
  font-weight:600;
}
#yb-hs-page .yb-hs-anchor-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:0;
  height:2px;
  background:#0739ac;
  transition:right .2s ease;
}
#yb-hs-page .yb-hs-anchor-nav a:hover{color:#0739ac}
#yb-hs-page .yb-hs-anchor-nav a:hover::after{right:0}

/* Why hollow */
#yb-hs-page .yb-hs-why{background:#f5f9fd}
#yb-hs-page .yb-hs-why-layout{
  display:grid;
  grid-template-columns:minmax(300px,.74fr) minmax(0,1.26fr);
  gap:68px;
  align-items:start;
}
#yb-hs-page .yb-hs-why-intro h2{font-size:42px;line-height:1.12}
#yb-hs-page .yb-hs-why-intro p{max-width:470px}
#yb-hs-page .yb-hs-benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid #cddceb;
  border-left:1px solid #cddceb;
}
#yb-hs-page .yb-hs-benefit{
  position:relative;
  min-height:216px;
  padding:25px 27px;
  border-right:1px solid #cddceb;
  border-bottom:1px solid #cddceb;
  background:rgba(255,255,255,.30);
  transition:
    background .24s ease,
    box-shadow .24s ease,
    transform .24s ease,
    border-color .24s ease;
}
#yb-hs-page .yb-hs-benefit::after{
  content:"";
  position:absolute;
  left:27px;
  bottom:0;
  width:0;
  height:3px;
  background:#0739ac;
  transition:width .24s ease;
}
#yb-hs-page .yb-hs-benefit:hover{
  z-index:2;
  border-color:#b7cce4;
  background:#fff;
  box-shadow:0 18px 38px rgba(7,39,104,.10);
  transform:translateY(-4px);
}
#yb-hs-page .yb-hs-benefit:hover::after{width:58px}
#yb-hs-page .yb-hs-benefit-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:34px;
}
#yb-hs-page .yb-hs-benefit-index{
  color:#0b4dc2;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.6px;
}
#yb-hs-page .yb-hs-benefit svg{
  width:42px;
  height:42px;
  color:#0b4dc2;
  transition:transform .24s ease,color .24s ease;
}
#yb-hs-page .yb-hs-benefit:hover svg{
  color:#0739ac;
  transform:translateY(-2px) scale(1.05);
}
#yb-hs-page .yb-hs-benefit h3{
  margin-bottom:9px;
  color:#07152f;
  font-size:20px;
  transition:color .24s ease;
}
#yb-hs-page .yb-hs-benefit:hover h3{color:#0739ac}
#yb-hs-page .yb-hs-benefit p{
  margin:0;
  color:#5d6b80;
  font-size:13px;
  line-height:1.58;
  transition:color .24s ease;
}
#yb-hs-page .yb-hs-benefit:hover p{color:#43536c}

/* Specifications */
#yb-hs-page .yb-hs-specs{background:#fff}
#yb-hs-page .yb-hs-spec-layout{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.55fr);
  gap:30px;
  align-items:start;
}
#yb-hs-page .yb-hs-table-card{
  display:block;
  width:100%;
  height:max-content!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  align-self:start!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
#yb-hs-page .yb-hs-table-scroll{
  display:block;
  width:100%;
  height:max-content!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  overflow-x:auto;
  overflow-y:hidden;
  border:1px solid #d9e5f1;
  border-radius:7px;
  background:#fff;
  line-height:0;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
#yb-hs-page .yb-hs-table-scroll::-webkit-scrollbar{
  display:none;
  width:0;
  height:0;
}
#yb-hs-page table{
  display:table;
  width:100%;
  min-width:780px;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-collapse:separate;
  border-spacing:0;
  vertical-align:top;
  color:#34445d;
  font-size:12.5px;
  line-height:1.48;
}
#yb-hs-page thead,
#yb-hs-page tbody,
#yb-hs-page tr{
  height:auto!important;
  margin:0!important;
  padding:0!important;
}
#yb-hs-page th{
  padding:14px 15px;
  border:0;
  border-right:1px solid #d9e5f1;
  border-bottom:1px solid #d9e5f1;
  background:#0739ac;
  color:#fff;
  text-align:left;
  font-weight:700;
}
#yb-hs-page td{
  padding:13px 15px;
  border:0;
  border-right:1px solid #d9e5f1;
  border-bottom:1px solid #d9e5f1;
  vertical-align:top;
  line-height:1.48;
}
#yb-hs-page th:last-child,
#yb-hs-page td:last-child{border-right:0}
#yb-hs-page tbody tr:last-child td{
  border-bottom:0!important;
  padding-bottom:13px!important;
}
#yb-hs-page tbody tr:nth-child(even){background:#f8fbfe}

#yb-hs-page .yb-hs-spec-aside{padding:28px}
#yb-hs-page .yb-hs-spec-aside h3{font-size:23px}
#yb-hs-page .yb-hs-check-list{
  display:grid;
  gap:12px;
  margin:21px 0 24px;
  padding:0;
  list-style:none;
}
#yb-hs-page .yb-hs-check-list li{
  position:relative;
  padding-left:25px;
  color:#43536c;
  font-size:13px;
  line-height:1.52;
}
#yb-hs-page .yb-hs-check-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#0739ac;
  font-weight:700;
}
#yb-hs-page .yb-hs-disclaimer{
  margin:0!important;
  padding:15px 16px;
  border-left:3px solid #0739ac;
  background:#f5f9fd;
  color:#617087!important;
  font-size:11.5px!important;
  line-height:1.55!important;
}

/* Manufacturing */
#yb-hs-page .yb-hs-manufacturing{background:#f6f8fb}
#yb-hs-page .yb-hs-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
#yb-hs-page .yb-hs-process{overflow:hidden}
#yb-hs-page .yb-hs-process-media{height:250px;overflow:hidden;background:#e8f0f7}
#yb-hs-page .yb-hs-process-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
#yb-hs-page .yb-hs-process:hover .yb-hs-process-media img{transform:scale(1.035)}
#yb-hs-page .yb-hs-process-copy{min-height:198px;padding:22px}
#yb-hs-page .yb-hs-process-copy p{margin:0;font-size:13px;line-height:1.58}
#yb-hs-page .yb-hs-process-tag{
  display:inline-block;
  margin-bottom:11px;
  color:#0739ac;
  font-size:10px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

/* Design guide */
#yb-hs-page .yb-hs-guide{background:#fff}
#yb-hs-page .yb-hs-guide-grid{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
  gap:56px;
  align-items:start;
}
#yb-hs-page .yb-hs-guide-copy{padding-top:8px}
#yb-hs-page .yb-hs-guide-copy p{max-width:530px}
#yb-hs-page .yb-hs-ratio{
  display:grid;
  grid-template-columns:1.05fr .55fr 1.1fr;
  border-top:1px solid #d9e5f1;
  border-left:1px solid #d9e5f1;
}
#yb-hs-page .yb-hs-ratio>div{
  min-height:82px;
  padding:15px 17px;
  border-right:1px solid #d9e5f1;
  border-bottom:1px solid #d9e5f1;
  color:#4f5f76;
  font-size:12px;
  line-height:1.5;
}
#yb-hs-page .yb-hs-ratio-head{background:#07152f!important;color:#fff!important;font-weight:700}
#yb-hs-page .yb-hs-ratio strong{display:block;color:#07152f;font-size:13px}

/* Quality */
#yb-hs-page .yb-hs-quality{background:linear-gradient(135deg,#f7fbff 0%,#eef6fd 100%)}
#yb-hs-page .yb-hs-quality-layout{
  display:grid;
  grid-template-columns:minmax(0,.98fr) minmax(520px,1.02fr);
  gap:28px;
  align-items:stretch;
}
#yb-hs-page .yb-hs-quality-image{
  min-height:520px;
  margin:0;
  overflow:hidden;
}
#yb-hs-page .yb-hs-quality-image img{width:100%;height:100%;object-fit:cover}
#yb-hs-page .yb-hs-quality-copy{display:flex;flex-direction:column}
#yb-hs-page .yb-hs-quality-copy>p{margin-bottom:22px}
#yb-hs-page .yb-hs-quality-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  flex:1;
}
#yb-hs-page .yb-hs-quality-card{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:16px;
}
#yb-hs-page .yb-hs-quality-icon{width:46px;height:46px;object-fit:contain}
#yb-hs-page .yb-hs-quality-card h3{margin-bottom:3px;font-size:14px}
#yb-hs-page .yb-hs-quality-card p{margin:0;font-size:11.5px;line-height:1.48}

/* Applications */
#yb-hs-page .yb-hs-applications{background:#fff}
#yb-hs-page .yb-hs-app-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
#yb-hs-page .yb-hs-app{
  position:relative;
  min-height:280px;
  padding:24px 20px 22px;
  overflow:hidden;
  background:linear-gradient(160deg,#fff 0%,#f5f9fd 100%);
}
#yb-hs-page .yb-hs-app::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:56px;
  height:3px;
  background:#0739ac;
}
#yb-hs-page .yb-hs-app svg{width:46px;height:46px;margin-bottom:52px;color:#0739ac}
#yb-hs-page .yb-hs-app h3{font-size:17px}
#yb-hs-page .yb-hs-app p{margin:0;font-size:12px;line-height:1.55}

/* Related products - dark blue full-width section */
#yb-hs-page .yb-hs-related{
  padding-top:78px;
  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-hs-page .yb-hs-related .yb-hs-section-head{
  position:relative;
  z-index:4;
  margin-bottom:42px;
}
#yb-hs-page .yb-hs-related .yb-hs-kicker{color:#a9c3ff!important}
#yb-hs-page .yb-hs-related h2{color:#fff!important}
#yb-hs-page .yb-hs-related .yb-hs-section-head p{color:rgba(255,255,255,.78)!important}
#yb-hs-page .yb-hs-related-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
#yb-hs-page .yb-hs-related-card{
  position:relative;
  display:flex;
  min-width:0;
  min-height:430px;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  background:
    radial-gradient(circle at 75% 8%,rgba(94,194,255,.42),transparent 31%),
    linear-gradient(150deg,#0a74c4 0%,#0750ad 47%,#082d74 100%);
  box-shadow:0 18px 34px rgba(0,12,50,.26);
  cursor:pointer;
  pointer-events:auto!important;
  touch-action:manipulation;
  transition:transform .24s ease,box-shadow .24s ease;
}
#yb-hs-page .yb-hs-related-card:nth-child(2){
  background:
    radial-gradient(circle at 75% 8%,rgba(104,214,255,.44),transparent 31%),
    linear-gradient(150deg,#0988c8 0%,#075ab6 48%,#073579 100%);
}
#yb-hs-page .yb-hs-related-card:nth-child(3){
  background:
    radial-gradient(circle at 72% 8%,rgba(91,180,255,.40),transparent 31%),
    linear-gradient(150deg,#0a6fc4 0%,#0649a6 48%,#082c70 100%);
}
#yb-hs-page .yb-hs-related-card:nth-child(4){
  background:
    radial-gradient(circle at 72% 8%,rgba(74,170,255,.38),transparent 31%),
    linear-gradient(150deg,#125aa9 0%,#0a418b 48%,#08275f 100%);
}
#yb-hs-page .yb-hs-related-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 42px rgba(0,12,50,.32);
}
#yb-hs-page .yb-hs-related-media{
  position:relative;
  z-index:1;
  height:242px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:16px 14px 0;
  overflow:hidden;
  background:rgba(255,255,255,.96);
  pointer-events:none;
}
#yb-hs-page .yb-hs-related-media::after{
  content:"";
  position:absolute;
  z-index:-1;
  left:18%;
  right:18%;
  bottom:18px;
  height:24px;
  border-radius:50%;
  background:rgba(0,13,49,.22);
  filter:blur(14px);
}
#yb-hs-page .yb-hs-related-media img{
  width:100%;
  height:220px;
  object-fit:contain;
  transform:scale(1.18);
  transform-origin:center;
  filter:drop-shadow(0 17px 14px rgba(0,15,55,.18));
  pointer-events:none;
  transition:transform .28s ease,filter .28s ease;
}
#yb-hs-page .yb-hs-related-card:nth-child(1) .yb-hs-related-media img{transform:scale(1.26)}
#yb-hs-page .yb-hs-related-card:nth-child(2) .yb-hs-related-media img{transform:scale(1.24)}
#yb-hs-page .yb-hs-related-card:nth-child(3) .yb-hs-related-media img{transform:scale(1.24)}
#yb-hs-page .yb-hs-related-card:nth-child(4) .yb-hs-related-media img{transform:scale(1.16)}
#yb-hs-page .yb-hs-related-card:hover .yb-hs-related-media img{
  transform:scale(1.22);
}
#yb-hs-page .yb-hs-related-card:nth-child(1):hover .yb-hs-related-media img{transform:scale(1.30)}
#yb-hs-page .yb-hs-related-card:nth-child(2):hover .yb-hs-related-media img{transform:scale(1.28)}
#yb-hs-page .yb-hs-related-card:nth-child(3):hover .yb-hs-related-media img{transform:scale(1.28)}
#yb-hs-page .yb-hs-related-card:nth-child(4):hover .yb-hs-related-media img{transform:scale(1.20)}
#yb-hs-page .yb-hs-related-copy{
  position:relative;
  z-index:2;
  display:flex;
  min-height:172px;
  flex:1;
  flex-direction:column;
  align-items:flex-start;
  padding:16px 23px 24px;
  pointer-events:none;
}
#yb-hs-page .yb-hs-related-copy h3{
  margin:0 0 7px;
  color:#fff!important;
  font-size:19px;
  line-height:1.35;
}
#yb-hs-page .yb-hs-related-copy p{
  max-width:290px;
  margin:0;
  color:rgba(232,241,255,.78)!important;
  font-size:12.5px;
  line-height:1.56;
}
#yb-hs-page .yb-hs-text-link{
  display:inline-flex;
  width:auto;
  min-height:40px;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:13px;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:4px;
  background:rgba(255,255,255,.06);
  color:#fff!important;
  font-size:12.5px;
  line-height:1;
  font-weight:700;
  transition:
    background .22s ease,
    border-color .22s ease,
    color .22s ease,
    transform .22s ease;
}
#yb-hs-page .yb-hs-related-card:hover .yb-hs-text-link{
  border-color:#fff;
  background:#fff;
  color:#0739ac!important;
  transform:translateX(3px);
}
#yb-hs-page .yb-hs-related-card:focus-visible{
  outline:3px solid #a8c4ff;
  outline-offset:4px;
}

/* FAQ */
#yb-hs-page .yb-hs-faq{background:#f6f8fb}
#yb-hs-page .yb-hs-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px 18px}
#yb-hs-page .yb-hs-faq details{border:1px solid #d9e5f1;border-radius:5px;background:#fff}
#yb-hs-page .yb-hs-faq summary{
  position:relative;
  padding:17px 46px 17px 18px;
  list-style:none;
  cursor:pointer;
  color:#07152f;
  font-size:13px;
  font-weight:600;
}
#yb-hs-page .yb-hs-faq summary::-webkit-details-marker{display:none}
#yb-hs-page .yb-hs-faq summary::after{
  content:"+";
  position:absolute;
  top:50%;
  right:18px;
  transform:translateY(-50%);
  color:#0739ac;
  font-size:20px;
  font-weight:400;
}
#yb-hs-page .yb-hs-faq details[open] summary::after{content:"−"}
#yb-hs-page .yb-hs-faq details p{margin:0;padding:0 18px 17px;font-size:12px;line-height:1.56}

/* CTA */
#yb-hs-page .yb-hs-cta{
  overflow:hidden;
  background:linear-gradient(110deg,#061a4d 0%,#0739ac 64%,#0d4fd1 100%);
}
#yb-hs-page .yb-hs-cta-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(260px,.48fr);
  gap:36px;
  align-items:center;
}
#yb-hs-page .yb-hs-cta .yb-hs-kicker{color:#a8c2ff}
#yb-hs-page .yb-hs-cta h2{color:#fff}
#yb-hs-page .yb-hs-cta p{max-width:620px;margin-bottom:0;color:rgba(255,255,255,.82)}
#yb-hs-page .yb-hs-cta-product{
  justify-self:end;
  width:260px;
  height:190px;
  object-fit:contain;
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.28));
}

@media(max-width:1180px){
  #yb-hs-page .yb-hs-wrap{padding:0 26px}
  #yb-hs-page .yb-hs-overview-grid,
  #yb-hs-page .yb-hs-spec-layout,
  #yb-hs-page .yb-hs-guide-grid,
  #yb-hs-page .yb-hs-quality-layout{grid-template-columns:1fr}
  #yb-hs-page .yb-hs-overview-grid{gap:40px}
  #yb-hs-page .yb-hs-product-stage{min-height:445px}
  #yb-hs-page .yb-hs-product-stage::after{top:94px}
  #yb-hs-page .yb-hs-product-stage::before{top:270px}
  #yb-hs-page .yb-hs-product-stage img{top:-36px;height:336px;transform:scale(1.31)}
  #yb-hs-page .yb-hs-table-scroll{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
  }
  #yb-hs-page .yb-hs-why-layout{grid-template-columns:1fr;gap:36px}
  #yb-hs-page .yb-hs-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #yb-hs-page .yb-hs-app-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  #yb-hs-page .yb-hs-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
  }
  #yb-hs-page .yb-hs-cta-grid{grid-template-columns:1fr auto}
  #yb-hs-page .yb-hs-cta-product{display:none}
}
@media(max-width:767px){
  #yb-hs-page .yb-hs-wrap{padding:0 18px}
  #yb-hs-page .yb-hs-section{padding:58px 0}
  #yb-hs-page .yb-hs-overview{padding:58px 0 48px}
  #yb-hs-page .yb-hs-overview-copy h1{font-size:34px}
  #yb-hs-page h2{font-size:30px}
  #yb-hs-page .yb-hs-proof-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  #yb-hs-page .yb-hs-product-stage{min-height:390px;margin-top:14px}
  #yb-hs-page .yb-hs-product-stage::after{top:82px;border-radius:22px}
  #yb-hs-page .yb-hs-product-stage::before{top:235px}
  #yb-hs-page .yb-hs-product-stage img{top:-34px;left:0;width:100%;height:284px;transform:scale(1.25)}
  #yb-hs-page .yb-hs-stage-label{right:21px;bottom:20px;left:21px}
  #yb-hs-page .yb-hs-stage-label strong{font-size:17px}
  #yb-hs-page .yb-hs-anchor-nav{gap:0 18px;min-height:58px}
  #yb-hs-page .yb-hs-anchor-nav a{padding:18px 0;font-size:12px}
  #yb-hs-page .yb-hs-benefit-grid,
  #yb-hs-page .yb-hs-process-grid,
  #yb-hs-page .yb-hs-quality-grid,
  #yb-hs-page .yb-hs-app-grid,
  #yb-hs-page .yb-hs-related-grid,
  #yb-hs-page .yb-hs-faq-grid{grid-template-columns:1fr}
  #yb-hs-page .yb-hs-related{padding-top:58px}
  #yb-hs-page .yb-hs-related .yb-hs-section-head{margin-bottom:32px}
  #yb-hs-page .yb-hs-related-grid{gap:16px}
  #yb-hs-page .yb-hs-related-card{min-height:400px}
  #yb-hs-page .yb-hs-related-media{height:224px}
  #yb-hs-page .yb-hs-related-media img{height:204px}
  #yb-hs-page .yb-hs-related-copy{min-height:176px;padding:12px 22px 23px}
  #yb-hs-page .yb-hs-related-card:hover{transform:none}
  #yb-hs-page .yb-hs-benefit{min-height:auto}
  #yb-hs-page .yb-hs-quality-image{min-height:360px}
  #yb-hs-page .yb-hs-ratio{grid-template-columns:1fr}
  #yb-hs-page .yb-hs-ratio>div{min-height:auto}
  #yb-hs-page .yb-hs-cta-grid{grid-template-columns:1fr}
  #yb-hs-page .yb-hs-cta .yb-hs-button{justify-self:start}
}
@media(max-width:480px){
  #yb-hs-page .yb-hs-proof-row{grid-template-columns:1fr}
  #yb-hs-page .yb-hs-product-stage{min-height:354px}
  #yb-hs-page .yb-hs-product-stage::after{top:74px}
  #yb-hs-page .yb-hs-product-stage::before{top:210px}
  #yb-hs-page .yb-hs-product-stage img{top:-28px;height:252px;transform:scale(1.22)}
  #yb-hs-page .yb-hs-stage-label span{font-size:9.6px}
  #yb-hs-page .yb-hs-related-card{min-height:382px}
  #yb-hs-page .yb-hs-related-media{height:210px}
  #yb-hs-page .yb-hs-related-media img{height:192px}
  #yb-hs-page .yb-hs-related-copy{min-height:172px;padding:11px 20px 22px}
}

@media(hover:none) and (pointer:coarse){
  #yb-hs-page .yb-hs-related-card,
  #yb-hs-page .yb-hs-button,
  #yb-hs-page .yb-hs-anchor-nav a{
    cursor:pointer;
    pointer-events:auto!important;
  }
  #yb-hs-page .yb-hs-related-card:active{transform:translateY(-2px)}
}

@media(max-width:1180px){
  #yb-hs-page .yb-hs-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:767px){
  #yb-hs-page .yb-hs-related-grid{
    grid-template-columns:1fr;
  }
  #yb-hs-page .yb-hs-related-card{
    min-height:398px;
  }
  #yb-hs-page .yb-hs-related-media{
    height:222px;
  }
  #yb-hs-page .yb-hs-related-media img{
    height:202px;
  }
  #yb-hs-page .yb-hs-related-copy{
    min-height:176px;
  }
}

/* Remove UEESHOP description-wrapper space before the footer */
#yb-hs-page,
#yb-hs-page .yb-hs-cta{
  margin-bottom:0!important;
}
.yb-hs-description-host,
.yb-hs-bottom-collapse{
  margin-bottom:0!important;
  padding-bottom:0!important;
}
body.yb-hs-custom-ready footer,
body.yb-hs-custom-ready .footer,
body.yb-hs-custom-ready #footer,
body.yb-hs-custom-ready .footer_outer,
body.yb-hs-custom-ready .footer-container{
  margin-top:0!important;
}
.yb-hs-empty-after-page{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

@media(max-width:767px){
  #yb-hs-page .yb-hs-benefit:hover{
    box-shadow:none;
    transform:none;
  }
  #yb-hs-page .yb-hs-benefit-top{margin-bottom:24px}
  #yb-hs-page .yb-hs-related-copy{
    min-height:160px;
    padding:15px 20px 21px;
  }
  #yb-hs-page .yb-hs-related-copy p{max-width:none}
  #yb-hs-page .yb-hs-text-link{
    min-height:38px;
    margin-top:11px;
  }
}
@media(hover:none) and (pointer:coarse){
  #yb-hs-page .yb-hs-benefit:hover{
    background:rgba(255,255,255,.30);
    box-shadow:none;
    transform:none;
  }
  #yb-hs-page .yb-hs-benefit:hover::after{width:0}
  #yb-hs-page .yb-hs-benefit:hover h3{color:#07152f}
  #yb-hs-page .yb-hs-benefit:hover p{color:#5d6b80}
  #yb-hs-page .yb-hs-related-card:hover .yb-hs-text-link{
    border-color:rgba(255,255,255,.42);
    background:rgba(255,255,255,.06);
    color:#fff!important;
    transform:none;
  }
}


/* Related shaft cards V8: clearer hierarchy, wider text-to-CTA spacing, stronger interaction */
#yb-hs-page .yb-hs-related-copy{
  min-height:218px!important;
  padding:18px 24px 26px!important;
}
#yb-hs-page .yb-hs-related-copy h3{
  margin:0 0 9px!important;
  color:#ffffff!important;
  font-size:20px!important;
  line-height:1.32!important;
  font-weight:700!important;
  letter-spacing:-.15px;
}
#yb-hs-page .yb-hs-related-copy p{
  min-height:62px;
  max-width:295px;
  margin:0!important;
  color:rgba(220,232,250,.82)!important;
  font-size:12.5px!important;
  line-height:1.62!important;
  font-weight:400!important;
}
#yb-hs-page .yb-hs-text-link{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:44px!important;
  margin-top:26px!important;
  padding:10px 16px!important;
  border:1px solid rgba(255,255,255,.56)!important;
  border-radius:5px!important;
  background:rgba(255,255,255,.08)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
  color:#ffffff!important;
  font-size:12.8px!important;
  font-weight:700!important;
  letter-spacing:.05px;
  transition:
    background .24s ease,
    border-color .24s ease,
    color .24s ease,
    transform .24s ease,
    box-shadow .24s ease!important;
}
#yb-hs-page .yb-hs-text-link::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  bottom:0;
  left:-120%;
  width:72%;
  transform:skewX(-22deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
  transition:left .48s ease;
}
#yb-hs-page .yb-hs-text-link span{
  display:inline-block;
  transition:transform .24s ease;
}
@media(hover:hover) and (pointer:fine){
  #yb-hs-page .yb-hs-related-card:hover{
    transform:translateY(-7px)!important;
    box-shadow:0 26px 46px rgba(0,12,50,.36)!important;
  }
  #yb-hs-page .yb-hs-related-card:hover .yb-hs-text-link{
    border-color:#ffffff!important;
    background:#ffffff!important;
    color:#0739ac!important;
    transform:translateY(-2px)!important;
    box-shadow:0 10px 22px rgba(0,17,63,.18)!important;
  }
  #yb-hs-page .yb-hs-related-card:hover .yb-hs-text-link::before{
    left:145%;
  }
  #yb-hs-page .yb-hs-related-card:hover .yb-hs-text-link span{
    transform:translateX(5px);
  }
}
#yb-hs-page .yb-hs-related-card:focus-visible .yb-hs-text-link{
  border-color:#ffffff!important;
  background:#ffffff!important;
  color:#0739ac!important;
  box-shadow:0 10px 22px rgba(0,17,63,.18)!important;
}
#yb-hs-page .yb-hs-related-card:active .yb-hs-text-link{
  transform:scale(.98);
}
@media(max-width:1180px){
  #yb-hs-page .yb-hs-related-copy{
    min-height:210px!important;
  }
}
@media(max-width:767px){
  #yb-hs-page .yb-hs-related-copy{
    min-height:auto!important;
    padding:16px 20px 22px!important;
  }
  #yb-hs-page .yb-hs-related-copy p{
    min-height:0;
    max-width:none;
  }
  #yb-hs-page .yb-hs-text-link{
    width:100%;
    min-height:46px!important;
    margin-top:20px!important;
    justify-content:center;
  }
}



/* V9 CTA interaction fix: works on mouse, touch-screen laptops and keyboard */
#yb-hs-page .yb-hs-related-copy{
  pointer-events:auto!important;
}
#yb-hs-page .yb-hs-text-link{
  position:relative!important;
  z-index:8!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  overflow:hidden!important;
  will-change:transform,background-color,box-shadow;
}
#yb-hs-page .yb-hs-text-link::before{
  pointer-events:none!important;
}

/* Do not depend on hover:hover / pointer:fine: some touch-enabled laptops fail that query */
@media(min-width:768px){
  #yb-hs-page .yb-hs-related-card:hover{
    transform:translateY(-8px)!important;
    box-shadow:0 28px 48px rgba(0,12,50,.38)!important;
  }

  #yb-hs-page .yb-hs-related-card:hover .yb-hs-text-link,
  #yb-hs-page .yb-hs-text-link:hover{
    border-color:#ffffff!important;
    background:#ffffff!important;
    color:#0739ac!important;
    transform:translateY(-3px) scale(1.025)!important;
    box-shadow:0 12px 26px rgba(0,17,63,.24)!important;
  }

  #yb-hs-page .yb-hs-related-card:hover .yb-hs-text-link::before,
  #yb-hs-page .yb-hs-text-link:hover::before{
    left:145%!important;
  }

  #yb-hs-page .yb-hs-related-card:hover .yb-hs-text-link span,
  #yb-hs-page .yb-hs-text-link:hover span{
    transform:translateX(6px)!important;
  }

  #yb-hs-page .yb-hs-related-card:hover .yb-hs-related-media img{
    filter:drop-shadow(0 21px 18px rgba(0,15,55,.26))!important;
  }
}

/* Touch feedback without sticky hover */
@media(max-width:767px){
  #yb-hs-page .yb-hs-related-card:active{
    transform:translateY(-2px)!important;
  }

  #yb-hs-page .yb-hs-related-card:active .yb-hs-text-link,
  #yb-hs-page .yb-hs-text-link:active{
    border-color:#ffffff!important;
    background:#ffffff!important;
    color:#0739ac!important;
    transform:scale(.98)!important;
  }

  #yb-hs-page .yb-hs-related-card:active .yb-hs-text-link span,
  #yb-hs-page .yb-hs-text-link:active span{
    transform:translateX(4px)!important;
  }
}

/* Keyboard accessibility */
#yb-hs-page .yb-hs-related-card:focus-visible .yb-hs-text-link,
#yb-hs-page .yb-hs-related-card:focus-within .yb-hs-text-link{
  border-color:#ffffff!important;
  background:#ffffff!important;
  color:#0739ac!important;
  box-shadow:0 12px 26px rgba(0,17,63,.24)!important;
}



/* V10: real anchor links for image, title and CTA */
#yb-hs-page .yb-hs-related-card{
  pointer-events:auto!important;
}
#yb-hs-page .yb-hs-related-media-link{
  position:relative;
  z-index:4;
  display:block;
  pointer-events:auto!important;
  cursor:pointer;
  text-decoration:none!important;
}
#yb-hs-page .yb-hs-related-title-link{
  display:inline-block;
  color:#fff!important;
  text-decoration:none!important;
  pointer-events:auto!important;
  cursor:pointer;
  transition:color .22s ease,transform .22s ease;
}
#yb-hs-page .yb-hs-related-copy{
  pointer-events:auto!important;
}
#yb-hs-page .yb-hs-text-link{
  position:relative!important;
  z-index:6!important;
  display:inline-flex!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  text-decoration:none!important;
}
@media(min-width:768px){
  #yb-hs-page .yb-hs-related-title-link:hover{
    color:#d9e8ff!important;
    transform:translateX(2px);
  }
  #yb-hs-page .yb-hs-text-link:hover{
    border-color:#fff!important;
    background:#fff!important;
    color:#0739ac!important;
    transform:translateY(-3px) scale(1.025)!important;
    box-shadow:0 12px 26px rgba(0,17,63,.24)!important;
  }
  #yb-hs-page .yb-hs-text-link:hover::before{
    left:145%!important;
  }
  #yb-hs-page .yb-hs-text-link:hover span{
    transform:translateX(6px)!important;
  }
}
#yb-hs-page .yb-hs-text-link:focus-visible,
#yb-hs-page .yb-hs-related-title-link:focus-visible,
#yb-hs-page .yb-hs-related-media-link:focus-visible{
  outline:3px solid #a8c4ff;
  outline-offset:4px;
}



/* V11 FAQ structure and style safeguard */
#yb-hs-page .yb-hs-faq{
  position:relative;
  width:100%;
  background:#f6f8fb!important;
}
#yb-hs-page .yb-hs-faq .yb-hs-section-head{
  max-width:850px;
  margin:0 auto 38px!important;
  text-align:center!important;
}
#yb-hs-page .yb-hs-faq .yb-hs-kicker{
  color:#0739ac!important;
}
#yb-hs-page .yb-hs-faq h2{
  color:#07152f!important;
}
#yb-hs-page .yb-hs-faq-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px 18px!important;
}
#yb-hs-page .yb-hs-faq details{
  display:block!important;
  overflow:hidden;
  border:1px solid #d9e5f1!important;
  border-radius:7px!important;
  background:#fff!important;
}
#yb-hs-page .yb-hs-faq summary{
  position:relative!important;
  display:block!important;
  padding:17px 48px 17px 18px!important;
  list-style:none!important;
  cursor:pointer!important;
  color:#07152f!important;
  font-size:13px!important;
  line-height:1.5!important;
  font-weight:600!important;
}
#yb-hs-page .yb-hs-faq summary::-webkit-details-marker{
  display:none!important;
}
#yb-hs-page .yb-hs-faq summary::marker{
  content:""!important;
}
#yb-hs-page .yb-hs-faq summary::after{
  content:"+"!important;
  position:absolute!important;
  top:50%!important;
  right:18px!important;
  transform:translateY(-50%)!important;
  color:#0739ac!important;
  font-size:20px!important;
  font-weight:400!important;
}
#yb-hs-page .yb-hs-faq details[open] summary::after{
  content:"−"!important;
}
#yb-hs-page .yb-hs-faq details p{
  margin:0!important;
  padding:0 18px 17px!important;
  color:#53627a!important;
  font-size:12px!important;
  line-height:1.58!important;
}
@media(max-width:767px){
  #yb-hs-page .yb-hs-faq-grid{
    grid-template-columns:1fr!important;
  }
  #yb-hs-page .yb-hs-faq .yb-hs-section-head{
    margin-bottom:26px!important;
    text-align:left!important;
  }
}

