
#yb-gbx-page {
  --gbx-blue: #0739ac;
  --gbx-blue-2: #0d58d4;
  --gbx-dark: #07152f;
  --gbx-text: #53627a;
  --gbx-soft: #f5f9fd;
  --gbx-faq: #f6f8fb;
  --gbx-line: #d8e4f0;
  --gbx-wrap: 1380px;
  --gbx-sticky-top: 0px;
  --gbx-anchor-height: 64px;
  --gbx-viewport-width: 100vw;
  --gbx-bleed-left: 0px;

  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: visible;
  background: transparent;
  color: var(--gbx-dark);
  font-family: Poppins, Arial, sans-serif;
}

#yb-gbx-page,
#yb-gbx-page * {
  box-sizing: border-box;
}

body.yb-gbx-page-active {
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  body.yb-gbx-page-active {
    overflow-x: hidden !important;
  }
}

#yb-gbx-page,
#yb-gbx-page * {
  font-family: Poppins, Arial, sans-serif;
}

#yb-gbx-page img {
  display: block;
  max-width: 100%;
}

#yb-gbx-page a {
  color: inherit;
  text-decoration: none;
}

#yb-gbx-page h1,
#yb-gbx-page h2,
#yb-gbx-page h3,
#yb-gbx-page h4,
#yb-gbx-page p {
  margin-top: 0;
}

#yb-gbx-page .gbx-band {
  position: relative;
  left: var(--gbx-bleed-left);
  width: var(--gbx-viewport-width);
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

#yb-gbx-page .gbx-wrap {
  width: 100%;
  max-width: var(--gbx-wrap);
  margin: 0 auto;
  padding: 0 38px;
}

#yb-gbx-page .gbx-section {
  padding: 82px 0;
}

#yb-gbx-page .gbx-kicker {
  margin: 0 0 12px;
  color: var(--gbx-blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#yb-gbx-page h1 {
  margin-bottom: 20px;
  color: var(--gbx-dark);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1.2px;
}

#yb-gbx-page h2 {
  margin-bottom: 15px;
  color: var(--gbx-dark);
  font-size: 36px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -.55px;
}

#yb-gbx-page h3 {
  margin-bottom: 8px;
  color: var(--gbx-dark);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
}

#yb-gbx-page p {
  margin-bottom: 16px;
  color: var(--gbx-text);
  font-size: 16px;
  line-height: 1.68;
}

#yb-gbx-page .gbx-section-head {
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}

#yb-gbx-page .gbx-section-head p {
  margin-bottom: 0;
}

#yb-gbx-page .gbx-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 27px;
  border: 2px solid var(--gbx-blue);
  border-radius: 4px;
  background: var(--gbx-blue);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

#yb-gbx-page .gbx-button:hover {
  background: #fff;
  color: var(--gbx-blue) !important;
  transform: translateY(-2px);
}

#yb-gbx-page .gbx-button .gbx-arrow {
  font-size: 19px;
  transition: transform .22s ease;
}

#yb-gbx-page .gbx-button:hover .gbx-arrow {
  transform: translateX(5px);
}

/* =========================================================
   HERO
   ========================================================= */
#yb-gbx-page .gbx-overview {
  padding: 72px 0 64px;
  background: linear-gradient(90deg, #fff 0%, #fff 54%, #f4f8fc 100%);
}

#yb-gbx-page .gbx-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr);
  gap: 68px;
  align-items: center;
}

#yb-gbx-page .gbx-overview-copy,
#yb-gbx-page .gbx-overview-visual {
  min-width: 0;
}

#yb-gbx-page .gbx-lead {
  font-size: 18px;
  line-height: 1.7;
}

#yb-gbx-page .gbx-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 28px;
}

#yb-gbx-page .gbx-proof {
  min-width: 0;
  min-height: 108px;
  padding: 17px 15px;
  border-left: 3px solid var(--gbx-blue);
  background: #f3f8fc;
}

#yb-gbx-page .gbx-proof strong {
  display: block;
  margin-bottom: 5px;
  color: var(--gbx-dark);
  font-size: 17px;
  line-height: 1.25;
}

#yb-gbx-page .gbx-proof span {
  display: block;
  color: #68778c;
  font-size: 11.5px;
  line-height: 1.45;
}

#yb-gbx-page .gbx-note {
  max-width: 820px;
  margin: 18px 0 0;
  padding-left: 17px;
  border-left: 2px solid #aec5e6;
  color: #68778c;
  font-size: 12.5px;
  line-height: 1.58;
}

#yb-gbx-page .gbx-product-stage {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 72% 18%, rgba(71, 190, 255, .46), transparent 32%),
    linear-gradient(145deg, #0984d5 0%, #0754ba 48%, #082d76 100%);
  box-shadow: 0 26px 46px rgba(7, 42, 113, .22);
  isolation: isolate;
}

#yb-gbx-page .gbx-product-stage::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 16%;
  right: 16%;
  bottom: 98px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 10, 39, .32);
  filter: blur(20px);
}

#yb-gbx-page .gbx-hero-product {
  position: absolute;
  z-index: 3;
  object-fit: contain;
  filter: drop-shadow(0 19px 17px rgba(0, 9, 38, .28));
}

#yb-gbx-page .gbx-hero-product--main {
  top: 55px;
  left: 23%;
  width: 56%;
  height: 300px;
}

#yb-gbx-page .gbx-hero-product--left {
  top: 172px;
  left: 2%;
  width: 35%;
  height: 205px;
}

#yb-gbx-page .gbx-hero-product--right {
  top: 168px;
  right: 1%;
  width: 36%;
  height: 212px;
}

#yb-gbx-page .gbx-stage-label {
  position: absolute;
  z-index: 4;
  right: 31px;
  bottom: 27px;
  left: 31px;
  color: #fff;
}

#yb-gbx-page .gbx-stage-label strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
}

#yb-gbx-page .gbx-stage-label span {
  display: block;
  color: rgba(255, 255, 255, .80);
  font-size: 10.5px;
  line-height: 1.5;
  letter-spacing: .85px;
  text-transform: uppercase;
}

/* =========================================================
   STICKY NAVIGATION
   ========================================================= */
#yb-gbx-page .gbx-nav-placeholder {
  height: 0;
}

#yb-gbx-page .gbx-anchor-band {
  z-index: 90;
  border-top: 1px solid rgba(216, 228, 240, .9);
  border-bottom: 1px solid rgba(216, 228, 240, .95);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 7px 20px rgba(7, 21, 47, .07);
  backdrop-filter: blur(12px);
}

#yb-gbx-page .gbx-anchor-band.is-fixed {
  position: fixed;
  top: var(--gbx-sticky-top);
  left: 0;
  width: 100vw;
}

#yb-gbx-page .gbx-anchor-nav {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

#yb-gbx-page .gbx-anchor-nav::-webkit-scrollbar {
  display: none;
}

#yb-gbx-page .gbx-anchor-nav a {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: #53627a;
  font-size: 13px;
  font-weight: 700;
}

#yb-gbx-page .gbx-anchor-nav a:not(.gbx-inquiry) {
  padding: 0 18px;
  border-radius: 5px;
  background: transparent;
  transition: color .2s ease, background-color .2s ease;
}

#yb-gbx-page .gbx-anchor-nav a:not(.gbx-inquiry)::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 3px;
  background: var(--gbx-blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

#yb-gbx-page .gbx-anchor-nav a:not(.gbx-inquiry):hover {
  color: var(--gbx-blue);
  background: #f3f7fd;
}

#yb-gbx-page .gbx-anchor-nav a:not(.gbx-inquiry).is-active,
#yb-gbx-page .gbx-anchor-nav a:not(.gbx-inquiry)[aria-current="location"] {
  color: var(--gbx-blue);
  background: #edf4fc;
}

#yb-gbx-page .gbx-anchor-nav a:not(.gbx-inquiry):hover::after,
#yb-gbx-page .gbx-anchor-nav a:not(.gbx-inquiry).is-active::after,
#yb-gbx-page .gbx-anchor-nav a:not(.gbx-inquiry)[aria-current="location"]::after {
  transform: scaleX(1);
}

#yb-gbx-page .gbx-anchor-nav .gbx-inquiry {
  min-height: 44px;
  margin-left: auto;
  padding: 0 28px;
  background: var(--gbx-blue);
  color: #fff !important;
}

#yb-gbx-page [id^="gearboxes-"] {
  scroll-margin-top: 86px;
}

/* =========================================================
   ENGINEERING VALUE
   ========================================================= */
#yb-gbx-page .gbx-why {
  background: var(--gbx-soft);
}

#yb-gbx-page .gbx-why-layout {
  display: grid;
  grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr);
  gap: 92px;
  align-items: start;
}

#yb-gbx-page .gbx-why-copy h2 {
  font-size: 42px;
  line-height: 1.12;
}

#yb-gbx-page .gbx-point {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--gbx-line);
}

#yb-gbx-page .gbx-point:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#yb-gbx-page .gbx-point-no {
  padding-top: 3px;
  color: var(--gbx-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

#yb-gbx-page .gbx-point p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.62;
}

/* =========================================================
   TECHNICAL CAPABILITIES
   ========================================================= */
#yb-gbx-page .gbx-capabilities {
  background: #fff;
}

#yb-gbx-page .gbx-capability-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 30px;
  align-items: start;
}

#yb-gbx-page .gbx-capability-main {
  min-width: 0;
}

#yb-gbx-page .gbx-table-card {
  overflow: hidden;
  border: 1px solid var(--gbx-line);
  background: #fff;
  font-size: 0;
}

#yb-gbx-page .gbx-table-scroll {
  display: block;
  overflow-x: auto;
  background: #fff;
  line-height: 0;
  scrollbar-width: none;
}

#yb-gbx-page .gbx-table-scroll::-webkit-scrollbar {
  display: none;
}

#yb-gbx-page table {
  width: 100%;
  border-collapse: collapse;
}

#yb-gbx-page .gbx-capability-table {
  min-width: 820px;
  margin: 0;
  background: #fff;
  border-spacing: 0;
  line-height: normal;
}

#yb-gbx-page .gbx-capability-table th {
  padding: 16px 17px;
  border-right: 1px solid rgba(255, 255, 255, .28);
  background: #0a43b6;
  color: #fff;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}

#yb-gbx-page .gbx-capability-table td {
  padding: 17px;
  border-right: 1px solid var(--gbx-line);
  border-bottom: 1px solid var(--gbx-line);
  color: #53627a;
  font-size: 12px;
  line-height: 1.56;
  vertical-align: top;
}

#yb-gbx-page .gbx-capability-table td:first-child {
  color: var(--gbx-dark);
  font-weight: 700;
}

#yb-gbx-page .gbx-capability-table td:nth-child(2) {
  color: var(--gbx-blue);
  font-weight: 700;
}

#yb-gbx-page .gbx-capability-table tbody tr:nth-child(even) {
  background: #f8fbfe;
}

#yb-gbx-page .gbx-quote-panel {
  position: sticky;
  top: 94px;
  padding: 27px 24px 24px;
  border-left: 4px solid var(--gbx-blue);
  background: #eef4fb;
}

#yb-gbx-page .gbx-quote-panel h3 {
  font-size: 25px;
  line-height: 1.18;
}

#yb-gbx-page .gbx-quote-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
  margin: 22px 0;
}

#yb-gbx-page .gbx-quote-item {
  position: relative;
  padding-left: 16px;
  color: #526179;
  font-size: 11.5px;
  line-height: 1.45;
}

#yb-gbx-page .gbx-quote-item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--gbx-blue);
}

#yb-gbx-page .gbx-quote-panel .gbx-button {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  font-size: 12px;
}

#yb-gbx-page .gbx-panel-note {
  margin: 15px 0 0;
  font-size: 11px;
  line-height: 1.55;
}

#yb-gbx-page .gbx-technical-details {
  margin-top: 22px;
}

#yb-gbx-page details.gbx-details {
  margin-bottom: 10px;
  border: 1px solid var(--gbx-line);
  background: #f3f8fc;
}

#yb-gbx-page details.gbx-details summary {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 0 52px 0 20px;
  cursor: pointer;
  color: var(--gbx-dark);
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

#yb-gbx-page details.gbx-details summary::-webkit-details-marker {
  display: none;
}

#yb-gbx-page details.gbx-details summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  color: var(--gbx-blue);
  font-size: 22px;
}

#yb-gbx-page details.gbx-details[open] summary::after {
  content: "-";
}

#yb-gbx-page .gbx-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--gbx-line);
  background: #fff;
}

#yb-gbx-page .gbx-detail-item {
  padding: 17px 20px;
  border-right: 1px solid var(--gbx-line);
  border-bottom: 1px solid var(--gbx-line);
}

#yb-gbx-page .gbx-detail-item:nth-child(even) {
  border-right: 0;
}

#yb-gbx-page .gbx-detail-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gbx-dark);
  font-size: 12px;
}

#yb-gbx-page .gbx-detail-item span {
  display: block;
  color: #5c6a7f;
  font-size: 11.5px;
  line-height: 1.5;
}

/* =========================================================
   MANUFACTURING & QUALITY
   ========================================================= */
#yb-gbx-page .gbx-manufacturing {
  background: var(--gbx-faq);
}

#yb-gbx-page .gbx-process-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 42px;
}

#yb-gbx-page .gbx-process-row:last-child {
  margin-bottom: 0;
}

#yb-gbx-page .gbx-process-row--reverse .gbx-process-media {
  order: 2;
}

#yb-gbx-page .gbx-process-media {
  min-height: 320px;
}

#yb-gbx-page .gbx-process-media img {
  width: 100%;
  height: 320px;
  object-fit: contain;
}

#yb-gbx-page .gbx-process-copy p {
  font-size: 14px;
  line-height: 1.65;
}

#yb-gbx-page .gbx-process-line {
  display: inline-block;
  padding: 8px 12px;
  background: #e7f1fb;
  color: var(--gbx-blue);
  font-size: 10px;
  line-height: 1.45;
  font-weight: 700;
  text-transform: uppercase;
}

/* =========================================================
   APPLICATION / PRODUCT FAMILIES
   ========================================================= */
#yb-gbx-page .gbx-applications {
  background: #fff;
}

#yb-gbx-page .gbx-app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

#yb-gbx-page .gbx-app-card {
  position: relative;
  min-width: 0;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--gbx-line);
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

#yb-gbx-page .gbx-app-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(7, 38, 92, .12);
}

#yb-gbx-page .gbx-app-media {
  display: block;
  aspect-ratio: 4 / 3;
  height: auto;
  overflow: hidden;
  background: transparent;
}

#yb-gbx-page .gbx-app-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .3s ease;
}

#yb-gbx-page .gbx-app-card:hover .gbx-app-media img {
  transform: scale(1.045);
}

#yb-gbx-page .gbx-app-copy {
  padding: 21px 20px 22px;
}

#yb-gbx-page .gbx-app-number {
  display: block;
  margin-bottom: 7px;
  color: var(--gbx-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

#yb-gbx-page .gbx-app-copy h3 {
  min-height: 51px;
  margin-bottom: 8px;
  font-size: 18px;
}

#yb-gbx-page .gbx-app-copy p {
  min-height: 100px;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.56;
}

#yb-gbx-page .gbx-spec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

#yb-gbx-page .gbx-spec-tags span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  background: #edf4fc;
  color: var(--gbx-blue);
  font-size: 9.5px;
  line-height: 1.3;
  font-weight: 700;
}

/* =========================================================
   RELATED COMPONENTS
   ========================================================= */
#yb-gbx-page .gbx-related {
  background: linear-gradient(115deg, #0b2d76 0%, #0739ac 58%, #1158d7 100%);
}

#yb-gbx-page .gbx-related .gbx-kicker {
  color: #adc6ff;
}

#yb-gbx-page .gbx-related h2 {
  color: #fff;
}

#yb-gbx-page .gbx-related .gbx-section-head p {
  color: rgba(255, 255, 255, .76);
}

#yb-gbx-page .gbx-related-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

#yb-gbx-page .gbx-related-card {
  min-width: 0;
}

#yb-gbx-page .gbx-related-media {
  display: block;
  height: 190px;
  padding: 18px;
  overflow: hidden;
  background: #f5f8fb;
}

#yb-gbx-page .gbx-related-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .3s ease;
}

#yb-gbx-page .gbx-related-card:hover .gbx-related-media img {
  transform: scale(1.055);
}

#yb-gbx-page .gbx-related-card h3 {
  margin: 13px 0 6px;
  color: #fff;
  font-size: 15px;
}

#yb-gbx-page .gbx-related-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .80) !important;
  font-size: 11.5px;
  transition: transform .2s ease, color .2s ease;
}

#yb-gbx-page .gbx-related-card:hover .gbx-related-link {
  color: #fff !important;
  transform: translateX(4px);
}

/* =========================================================
   INQUIRY CTA
   ========================================================= */
#yb-gbx-page .gbx-inquiry-band {
  background: #07152f;
}

#yb-gbx-page .gbx-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 70px;
  align-items: center;
}

#yb-gbx-page .gbx-inquiry-band .gbx-kicker {
  color: #9ebdff;
}

#yb-gbx-page .gbx-inquiry-band h2 {
  max-width: 720px;
  color: #fff;
}

#yb-gbx-page .gbx-inquiry-band p {
  color: rgba(255, 255, 255, .74);
}

#yb-gbx-page .gbx-inquiry-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

#yb-gbx-page .gbx-inquiry-point {
  min-height: 72px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .82);
  font-size: 11.5px;
  line-height: 1.5;
}

#yb-gbx-page .gbx-inquiry-point strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 12px;
}

/* =========================================================
   FAQ
   ========================================================= */
#yb-gbx-page .gbx-faq {
  margin: 0;
  padding: 72px 0 90px;
  overflow: visible;
  background: var(--gbx-faq);
  box-shadow: none;
}

#yb-gbx-page .gbx-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

#yb-gbx-page .gbx-faq > .gbx-wrap,
#yb-gbx-page .gbx-faq .gbx-faq-grid {
  margin-bottom: 0;
  background: var(--gbx-faq);
}

#yb-gbx-page .gbx-faq details {
  border: 1px solid var(--gbx-line);
  background: #fff;
}

#yb-gbx-page .gbx-faq summary {
  position: relative;
  display: flex;
  min-height: 70px;
  align-items: center;
  padding: 0 50px 0 21px;
  cursor: pointer;
  color: var(--gbx-dark);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  list-style: none;
}

#yb-gbx-page .gbx-faq summary::-webkit-details-marker {
  display: none;
}

#yb-gbx-page .gbx-faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  color: var(--gbx-blue);
  font-size: 22px;
}

#yb-gbx-page .gbx-faq details[open] summary::after {
  content: "-";
}

#yb-gbx-page .gbx-faq details p {
  margin: 0;
  padding: 0 21px 21px;
  font-size: 12px;
  line-height: 1.6;
}

#yb-gbx-page .gbx-native-inquiry-anchor {
  display: block;
  width: 100%;
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
}

.yb-gbx-native-hidden {
  display: none !important;
}

.yb-gbx-ancestor-unlock {
  overflow: visible !important;
}

.yb-gbx-faq-gap-collapse-host {
  margin-bottom: calc(
    var(--gbx-host-original-margin-bottom, 0px)
    - var(--gbx-external-gap, 0px)
  ) !important;
}

/* Structural safeguards: custom page only, never the native RFQ. */
#yb-gbx-page .gbx-overview-copy,
#yb-gbx-page .gbx-overview-visual,
#yb-gbx-page .gbx-why-copy,
#yb-gbx-page .gbx-why-points,
#yb-gbx-page .gbx-capability-main,
#yb-gbx-page .gbx-quote-panel,
#yb-gbx-page .gbx-process-media,
#yb-gbx-page .gbx-process-copy,
#yb-gbx-page .gbx-app-card,
#yb-gbx-page .gbx-related-card,
#yb-gbx-page .gbx-faq details {
  min-width: 0;
}

#yb-gbx-page h1,
#yb-gbx-page h2,
#yb-gbx-page h3,
#yb-gbx-page h4,
#yb-gbx-page p,
#yb-gbx-page summary,
#yb-gbx-page th,
#yb-gbx-page td {
  overflow-wrap: break-word;
}

#yb-gbx-page a:focus-visible,
#yb-gbx-page summary:focus-visible {
  outline: 3px solid rgba(7, 57, 172, .28);
  outline-offset: 3px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1180px) {
  #yb-gbx-page h1 {
    font-size: clamp(36px, 4vw, 56px);
  }

  #yb-gbx-page .gbx-overview-grid {
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 38px;
  }

  #yb-gbx-page .gbx-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #yb-gbx-page .gbx-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  #yb-gbx-page .gbx-wrap {
    padding: 0 24px;
  }

  #yb-gbx-page .gbx-overview-grid,
  #yb-gbx-page .gbx-why-layout,
  #yb-gbx-page .gbx-capability-layout,
  #yb-gbx-page .gbx-process-row,
  #yb-gbx-page .gbx-inquiry-layout {
    grid-template-columns: 1fr;
  }

  #yb-gbx-page .gbx-product-stage {
    min-height: 440px;
  }

  #yb-gbx-page .gbx-why-layout {
    gap: 42px;
  }

  #yb-gbx-page .gbx-quote-panel {
    position: relative;
    top: auto;
  }

  #yb-gbx-page .gbx-process-row--reverse .gbx-process-media {
    order: 0;
  }

  #yb-gbx-page .gbx-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  #yb-gbx-page {
    --gbx-anchor-height: 56px;
  }

  #yb-gbx-page .gbx-faq {
    padding-top: 52px;
    padding-bottom: 82px;
  }

  #yb-gbx-page .gbx-section {
    padding: 58px 0;
  }

  #yb-gbx-page .gbx-overview {
    padding-top: 50px;
  }

  #yb-gbx-page .gbx-wrap {
    padding: 0 18px;
  }

  #yb-gbx-page h1 {
    font-size: 36px;
    line-height: 1.12;
    letter-spacing: -.7px;
  }

  #yb-gbx-page h2 {
    font-size: 29px;
    line-height: 1.18;
    letter-spacing: -.45px;
  }

  #yb-gbx-page .gbx-lead {
    font-size: 16px;
  }

  #yb-gbx-page .gbx-proof-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  #yb-gbx-page .gbx-proof {
    min-height: 96px;
    padding: 14px 12px;
  }

  #yb-gbx-page .gbx-product-stage {
    min-height: 365px;
  }

  #yb-gbx-page .gbx-hero-product--main {
    top: 38px;
    left: 19%;
    width: 62%;
    height: 220px;
  }

  #yb-gbx-page .gbx-hero-product--left {
    top: 145px;
    left: -1%;
    width: 40%;
    height: 150px;
  }

  #yb-gbx-page .gbx-hero-product--right {
    top: 145px;
    right: -2%;
    width: 42%;
    height: 155px;
  }

  #yb-gbx-page .gbx-stage-label {
    right: 20px;
    bottom: 19px;
    left: 20px;
  }

  #yb-gbx-page .gbx-anchor-nav {
    gap: 4px;
  }

  #yb-gbx-page .gbx-anchor-nav a {
    min-height: 46px;
    font-size: 12px;
  }

  #yb-gbx-page .gbx-anchor-nav a:not(.gbx-inquiry) {
    padding: 0 12px;
  }

  #yb-gbx-page .gbx-anchor-nav a:not(.gbx-inquiry)::after {
    right: 12px;
    left: 12px;
  }

  #yb-gbx-page .gbx-anchor-nav .gbx-inquiry {
    padding: 0 18px;
  }

  #yb-gbx-page .gbx-detail-grid,
  #yb-gbx-page .gbx-app-grid,
  #yb-gbx-page .gbx-related-grid,
  #yb-gbx-page .gbx-inquiry-points,
  #yb-gbx-page .gbx-faq-grid {
    grid-template-columns: 1fr;
  }

  #yb-gbx-page .gbx-detail-item {
    border-right: 0;
  }

  #yb-gbx-page .gbx-app-copy h3,
  #yb-gbx-page .gbx-app-copy p {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #yb-gbx-page *,
  #yb-gbx-page *::before,
  #yb-gbx-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
