@charset "UTF-8";
.product-item {
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px rgba(38, 38, 38, 0.06), 0px 9px 9px 0px rgba(38, 38, 38, 0.1);
  transition: all 0.35s;
}
.product-item:hover {
  box-shadow: 0px 1px 2px 0px rgba(14, 14, 14, 0.06), 0px 9px 9px 0px rgba(0, 0, 0, 0.2);
}
.product-item__heading {
  position: relative;
}
.product-item__heading--tag {
  z-index: 1;
  position: absolute;
  top: 18px;
  left: -9px;
}
.product-item__heading--tag > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 36px;
  background-color: #FFCB03;
  border: 4px solid #FFF;
  border-radius: 8px 10px 10px 0;
  box-shadow: 0px 1.4px 2.81px -0.7px rgba(38, 38, 38, 0.06), 0px 2.81px 4.21px -0.7px rgba(38, 38, 38, 0.1);
  position: relative;
}
.product-item__heading--tag > * > * {
  color: #FFF;
}
.product-item__heading--tag > *.order {
  background-color: #FFEEA4;
}
.product-item__heading--tag > *.order p:first-child::before {
  counter-increment: item-counter;
  content: "#" counter(item-counter);
}
.product-item__heading--tag > *::before {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  left: calc(0% - 4px);
  width: 9px;
  height: 9px;
  border-top: solid 4.5px #FFDE55;
  border-right: solid 4.5px #FFDE55;
  border-left: solid 4.5px transparent;
  border-bottom: solid 4.5px transparent;
}
.product-item__heading--img {
  position: relative;
  aspect-ratio: 1;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.product-item__heading--img a img {
  transition: all 0.45s ease;
}
.product-item__heading--img:hover a img {
  transform: scale(1.12);
}
.product-item__heading--img .brand {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.product-item__body {
  padding: 12px 18px;
}
.product-item__body > ul li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #64748B;
  display: flex;
  gap: 4px;
}
.product-item__body > ul li::after {
  content: "•";
}
.product-item__body > ul li:last-child::after {
  content: none;
}
@media (max-width: 575px) {
  .product-item__body > ul li {
    font-size: 12px;
    line-height: 18px;
  }
}
.product-item__body > h3 a {
  color: #000609;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.product-item__body > h3 a:hover {
  color: #FFCB03;
  transition: all 0.2s;
}
.product-item__body > p {
  font-size: 14px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media (max-width: 575px) {
  .product-item__body {
    padding: 8px 12px;
  }
}
.product-item__footer {
  padding: 12px 18px 16px;
  border-top: 1px dashed #E2E8F0;
}
.product-item__footer__action {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 12px;
}
.product-item__footer__action--buy-now {
  padding: 12px 20px;
  display: block;
  color: #FFF !important;
  background-color: #000609;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  flex-grow: 1;
  border: none;
}
.product-item__footer__action--buy-now:hover {
  background-color: #FFCB03;
}
.product-item__footer__action--add-to-cart {
  padding: 10px 20px;
  display: block;
  background-color: #FFFFFF;
  border: 2px solid #000609;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
}
.product-item__footer__action--add-to-cart:hover {
  background-color: #FFCB03;
  border: 2px solid #FFCB03;
}
.product-item__footer__action--add-to-cart:hover svg path {
  stroke: #FFF !important;
}
@media (max-width: 575px) {
  .product-item__footer__action--buy-now {
    padding: 7px 8px;
    font-size: 14px;
    line-height: 150%;
  }
  .product-item__footer__action--add-to-cart {
    padding: 4px 8px;
  }
  .product-item__footer__action--add-to-cart svg {
    width: 20px !important;
    height: 20px !important;
  }
}
.product-item__footer--price > span:first-child {
  color: #64748B;
  margin-right: 4px;
}
.product-item__footer--price > span:nth-child(2) {
  color: #FFCB03;
  font-weight: 600;
}
.product-item__footer--price > span:nth-child(3) {
  color: #A1A1AA;
  display: block;
}
@media (max-width: 575px) {
  .product-item__footer {
    padding: 8px 12px;
  }
  .product-item__footer--price span:first-child {
    font-size: 12px;
  }
  .product-item__footer--price span:nth-child(2) {
    font-size: 14px;
  }
  .product-item__footer--price span:nth-child(3) {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .product-item {
    box-shadow: 0px 1px 2px 0px rgba(38, 38, 38, 0.06), 0px 3px 3px 0px rgba(38, 38, 38, 0.1);
  }
  .product-item:hover {
    box-shadow: 0px 1px 2px 0px rgba(14, 14, 14, 0.06), 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
}

.hydraulic-landing {
  color: #454545;
}
.hydraulic-landing h1,
.hydraulic-landing h2,
.hydraulic-landing h3,
.hydraulic-landing h4,
.hydraulic-landing p,
.hydraulic-landing dl,
.hydraulic-landing figure {
  margin-top: 0;
}
.hydraulic-landing h2,
.hydraulic-landing h3,
.hydraulic-landing h4 {
  color: #000609;
}
.hydraulic-landing :where(a, button, summary):focus-visible {
  outline: 3px solid #FFCB03 !important;
  outline-offset: 3px;
}

.hydraulic-eyebrow {
  margin-bottom: 0;
  color: #e4a300;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hydraulic-hero {
  overflow: hidden;
  background: #000609;
}
.hydraulic-hero__layout {
  display: flex;
  align-items: center;
  min-height: 560px;
  gap: 56px;
  padding-top: 72px;
  padding-bottom: 72px;
}
.hydraulic-hero__copy {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-width: 0;
}
.hydraulic-hero__media {
  flex: 1 1 52%;
  min-width: 0;
}
.hydraulic-hero .hydraulic-eyebrow {
  color: #FFCB03;
}
.hydraulic-hero h1 {
  max-width: 680px;
  margin: 10px 0 18px;
  color: #FFFFFF;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.hydraulic-hero__description {
  max-width: 560px;
  margin-bottom: 28px;
  color: #C9CCD1;
  font-size: 18px;
  line-height: 1.55;
}
.hydraulic-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hydraulic-hero__media {
  position: relative;
  margin: 0;
  flex: 1;
}
.hydraulic-hero__media::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid rgba(255, 203, 3, 0.35);
  border-radius: 6px;
  pointer-events: none;
}
.hydraulic-hero__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.38);
}

.hydraulic-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  gap: 8px;
  padding: 13px 28px;
  border: 1px solid #000609;
  border-radius: 4px;
  background: #000609;
  color: #FFFFFF !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.hydraulic-btn:hover {
  border-color: #FFCB03;
  background: #FFCB03;
  color: #000609 !important;
}
.hydraulic-btn:active {
  transform: translateY(1px);
}
.hydraulic-btn--outline-light {
  border-color: rgba(255, 255, 255, 0.58);
  background: transparent;
}
.hydraulic-btn--outline-light:hover {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #000609 !important;
}
.hydraulic-btn--yellow {
  border-color: #FFCB03;
  background: #FFCB03;
  color: #000609 !important;
}
.hydraulic-btn--yellow:hover {
  border-color: #FFFFFF;
  background: #FFFFFF;
}

.hydraulic-proof {
  border-bottom: 1px solid #E8E9EE;
  background: #FFFFFF;
}
.hydraulic-proof dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.hydraulic-proof dl > div {
  display: flex;
  width: 25%;
  min-height: 112px;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 4px;
  padding: 24px 28px;
  border-left: 1px solid #E8E9EE;
}
.hydraulic-proof dl > div:last-child {
  border-right: 1px solid #E8E9EE;
}
@media (max-width: 767px) {
  .hydraulic-proof dl > div {
    width: 50%;
  }
}
.hydraulic-proof dt {
  color: #595959;
  font-size: 12px;
  font-weight: 500;
}
.hydraulic-proof dd {
  margin: 0;
  color: #000609;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.hydraulic-breadcrumb {
  padding: 12px 0;
  background: #ECEDEF;
}
.hydraulic-breadcrumb nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: #454545;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.hydraulic-breadcrumb a {
  color: #e4a300;
}
.hydraulic-breadcrumb a:hover {
  color: #000609;
}
.hydraulic-breadcrumb [aria-hidden=true] {
  color: #9EA3AA;
}

.hydraulic-section {
  padding: 68px 0;
}
.hydraulic-section--muted {
  background: #ECEDEF;
}
.hydraulic-section__heading {
  margin-bottom: 36px;
}
.hydraulic-section__heading h2 {
  margin: 8px 0 12px;
  font-size: clamp(30px, 3.3vw, 44px);
  line-height: 1.16;
  letter-spacing: -0.02em;
}
.hydraulic-section__heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: #595959;
  line-height: 1.65;
}
.hydraulic-section__heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.hydraulic-section__heading--center > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.hydraulic-definition {
  display: flex;
  align-items: center;
  gap: 64px;
}
.hydraulic-definition__content {
  flex: 1 1 0;
}
.hydraulic-definition__content h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 3vw, 40px);
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.hydraulic-definition__content > p {
  margin-bottom: 16px;
  color: #595959;
  line-height: 1.65;
}
.hydraulic-definition__image {
  display: flex;
  flex: 0 1 44%;
  min-height: 400px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #E8E9EE;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 203, 3, 0.12), rgba(255, 255, 255, 0) 45%), #ECEDEF;
}
.hydraulic-definition__image-media {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
}

.hydraulic-check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  padding-left: 0;
  list-style: none;
}
.hydraulic-check-list li {
  padding: 8px 0 8px 16px;
  border-left: 4px solid #FFCB03;
  color: #454545;
  font-size: 16px;
  line-height: 1.5;
}

.hydraulic-series-index {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.hydraulic-series-group {
  flex: 1 1 calc(50% - 24px);
  min-width: 0;
  border-top: 4px solid #000609;
}
.hydraulic-series-group > h3 {
  margin: 0;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 800;
}

.hydraulic-series-row {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid #E8E9EE;
}
.hydraulic-series-row > span {
  flex: 0 0 112px;
  color: #e4a300;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.hydraulic-series-row > div {
  flex: 1 1 0;
  min-width: 0;
}
.hydraulic-series-row h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}
.hydraulic-series-row p {
  margin-bottom: 0;
  color: #595959;
  font-size: 14px;
  line-height: 1.6;
}

.hydraulic-products {
  scroll-margin-top: 76px;
}
.hydraulic-products__intro {
  max-width: 920px;
  margin: -12px 0 30px;
  color: #595959;
  line-height: 1.65;
}

.hydraulic-product-grid .product-item {
  height: 100%;
  overflow: hidden;
}
.hydraulic-product-grid .product-item__heading--img {
  background: #ECEDEF;
}

.hydraulic-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 38px;
}
.hydraulic-pagination .page-numbers {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #E8E9EE;
  border-radius: 4px;
  background: #FFFFFF;
  color: #000609;
  font-weight: 700;
}
.hydraulic-pagination .page-numbers:hover, .hydraulic-pagination .page-numbers.current {
  border-color: #FFCB03;
  background: #FFCB03;
}

.hydraulic-applications {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.hydraulic-applications__media {
  gap: 10px;
  min-height: 540px;
}
.hydraulic-applications__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 6px;
  object-fit: cover;
  aspect-ratio: 10/3.5;
}
.hydraulic-applications__list {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 0;
  min-width: 0;
  column-gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hydraulic-applications__list li {
  display: flex;
  width: calc(50% - 14px);
  align-items: flex-start;
  gap: 12px;
  padding: 24px 0;
  border-top: 1px solid #E8E9EE;
}
.hydraulic-applications__list li > span {
  flex: 0 0 34px;
}
.hydraulic-applications__list li > div {
  flex: 1 1 0;
  min-width: 0;
}
.hydraulic-applications__list span {
  color: #e4a300;
  font-size: 12px;
  font-weight: 800;
}
.hydraulic-applications__list h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}
.hydraulic-applications__list p {
  margin-bottom: 10px;
  color: #595959;
  font-size: 14px;
  line-height: 1.55;
}
.hydraulic-applications__list small {
  color: #e4a300;
  font-size: 12px;
  font-weight: 700;
}

.hydraulic-process {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hydraulic-process li {
  padding-top: 20px;
  border-top: 3px solid #000609;
}
.hydraulic-process span {
  display: inline-block;
  margin-bottom: 26px;
  color: #e4a300;
  font-size: 15px;
  font-weight: 800;
}
.hydraulic-process h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}
.hydraulic-process p {
  margin-bottom: 0;
  color: #595959;
  font-size: 14px;
  line-height: 1.6;
}

.hydraulic-safety-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 34px;
  padding: 18px 22px;
  border: 1px solid #FFEEA4;
  border-left: 4px solid #e4a300;
  border-radius: 4px;
  background: #FFF6D8;
}
.hydraulic-safety-note strong {
  flex: 0 0 auto;
  color: #000609;
}
.hydraulic-safety-note p {
  margin: 0;
  color: #454545;
  font-size: 14px;
}

.hydraulic-trust {
  display: flex;
  align-items: stretch;
  gap: 42px;
  margin-bottom: 42px;
}
.hydraulic-trust__media {
  flex: 0 0 44%;
  min-height: 430px;
  margin: 0;
}
.hydraulic-trust__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.hydraulic-trust__facts {
  display: flex;
  flex: 1 1 0;
  flex-wrap: wrap;
  align-content: start;
  min-width: 0;
  margin: 0;
}
.hydraulic-trust__facts > div {
  width: 50%;
  padding-top: 16px;
  border-top: 3px solid #000609;
}
.hydraulic-trust__facts dt {
  margin-bottom: 8px;
  color: #000609;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}
.hydraulic-trust__facts dd {
  margin: 0;
  color: #595959;
  font-size: 14px;
  line-height: 1.6;
}
.hydraulic-trust__fact--lead {
  width: 100%;
}
.hydraulic-trust__fact--lead dt {
  color: #e4a300;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.03em;
}
.hydraulic-trust__fact--lead dd {
  max-width: 480px;
  font-size: 16px;
}

.hydraulic-table-wrap {
  overflow-x: auto;
  border: 1px solid #E8E9EE;
  border-radius: 6px;
  background: #FFFFFF;
}

.hydraulic-compare-wrap {
  margin-top: 6px;
}

.hydraulic-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 14px;
}
.hydraulic-table th,
.hydraulic-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #E8E9EE;
  text-align: left;
  vertical-align: top;
}
.hydraulic-table thead th {
  border-bottom-color: #000609;
  background: #000609;
  color: #FFFFFF;
  font-weight: 700;
}
.hydraulic-table tbody tr:last-child > * {
  border-bottom: 0;
}
.hydraulic-table tbody th {
  color: #595959;
  font-weight: 600;
}
.hydraulic-table td > span {
  display: block;
  margin-bottom: 4px;
  color: #6E737A;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hydraulic-table .is-brand {
  background: #FFF6D8;
  color: #000609;
  font-weight: 600;
}
.hydraulic-table .is-brand > span {
  color: #e4a300;
}

.hydraulic-table-note {
  margin-top: 16px;
  color: #6E737A;
  font-size: 13px;
}

.hydraulic-quote {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 28px 0 0;
  padding: 30px 36px;
  border: 0;
  border-left: 5px solid #FFCB03;
  border-radius: 0 6px 6px 0;
  background: #000609;
}
.hydraulic-quote p {
  max-width: 860px;
  margin: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.hydraulic-quote cite {
  color: #9EA3AA;
  font-size: 13px;
  font-style: normal;
}

.hydraulic-spec-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 48px;
}

.hydraulic-spec-group {
  padding-top: 16px;
  border-top: 4px solid #000609;
}
.hydraulic-spec-group > h3 {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 800;
}

.hydraulic-spec-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hydraulic-spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 0;
}
.hydraulic-spec-row > div {
  flex: 1 1 0;
  min-width: 0;
}
.hydraulic-spec-row__model {
  flex: 0 0 100%;
}
.hydraulic-spec-row dt {
  margin-bottom: 4px;
  color: #6E737A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hydraulic-spec-row dd {
  margin: 0;
  color: #454545;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.hydraulic-spec-row__model dd {
  color: #e4a300;
  font-size: 18px;
  font-weight: 800;
}

.hydraulic-faq-accordion {
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid #E8E9EE;
}
.hydraulic-faq-accordion .accordion-item {
  border: 0;
  border-top: 1px solid #E8E9EE;
  border-radius: 0;
  background: transparent;
}
.hydraulic-faq-accordion .accordion-header {
  margin: 0;
}
.hydraulic-faq-accordion .accordion-button {
  gap: 18px;
  padding: 22px 0;
  background: transparent;
  color: #000609;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  box-shadow: none;
}
.hydraulic-faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000609;
}
.hydraulic-faq-accordion .accordion-button > span {
  color: #e4a300;
  font-size: 13px;
  font-weight: 800;
}
.hydraulic-faq-accordion .accordion-body {
  padding: 0 52px 24px;
}
.hydraulic-faq-accordion .accordion-body p {
  max-width: 720px;
  margin: 0;
  color: #595959;
  line-height: 1.65;
}

.hydraulic-cta {
  background: #000609;
}
.hydraulic-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hydraulic-cta h2 {
  max-width: 580px;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
}
.hydraulic-cta h2 span {
  color: #FFCB03;
}
.hydraulic-cta p {
  margin-bottom: 0;
  color: #C9CCD1;
}
.hydraulic-cta__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1199.98px) {
  .hydraulic-hero__layout {
    gap: 40px;
  }
  .hydraulic-applications {
    gap: 36px;
  }
  .hydraulic-applications__list li {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .hydraulic-hero__layout {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    gap: 42px;
    padding-top: 64px;
    padding-bottom: 56px;
  }
  .hydraulic-hero__media img {
    aspect-ratio: 16/8;
    object-position: center 42%;
  }
  .hydraulic-section {
    padding: 52px 0;
  }
  .hydraulic-definition {
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }
  .hydraulic-definition__image {
    flex-basis: auto;
  }
  .hydraulic-applications,
  .hydraulic-trust {
    flex-direction: column;
    gap: 36px;
  }
  .hydraulic-applications__media,
  .hydraulic-trust__media {
    flex-basis: auto;
  }
  .hydraulic-applications__media {
    position: static;
    min-height: 430px;
  }
  .hydraulic-trust__media {
    min-height: 380px;
  }
  .hydraulic-spec-group,
  .hydraulic-spec-group:nth-child(4n+2),
  .hydraulic-spec-group:nth-child(4n+3) {
    width: 100%;
  }
  .hydraulic-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .hydraulic-hero h1 {
    font-size: 38px;
  }
  .hydraulic-hero__layout {
    gap: 34px;
    padding-top: 52px;
    padding-bottom: 44px;
  }
  .hydraulic-hero__description {
    font-size: 16px;
  }
  .hydraulic-hero__media::before {
    inset: -10px 10px 10px -10px;
  }
  .hydraulic-hero__media img {
    aspect-ratio: 16/9;
  }
  .hydraulic-proof dl > div {
    min-height: 94px;
    padding: 18px;
    border-bottom: 1px solid #E8E9EE;
  }
  .hydraulic-proof dl > div:nth-child(even) {
    border-right: 1px solid #E8E9EE;
  }
  .hydraulic-proof dd {
    font-size: 21px;
  }
  .hydraulic-section__heading {
    margin-bottom: 28px;
  }
  .hydraulic-series-group {
    flex-basis: 100%;
  }
  .hydraulic-applications__list li,
  .hydraulic-trust__facts > div {
    width: 100%;
  }
  .hydraulic-trust__fact--lead {
    grid-column: auto;
  }
  .hydraulic-safety-note {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .hydraulic-section {
    padding: 38px 0;
  }
  .hydraulic-section__heading h2,
  .hydraulic-definition__content h2 {
    font-size: 29px;
  }
  .hydraulic-hero h1 {
    font-size: 34px;
  }
  .hydraulic-hero__actions {
    width: 100%;
    flex-direction: column;
  }
  .hydraulic-btn {
    width: 100%;
    min-height: 48px;
    padding: 11px 18px;
  }
  .hydraulic-definition__image {
    min-height: 290px;
    padding: 18px;
  }
  .hydraulic-series-row {
    flex-direction: column;
    gap: 8px;
  }
  .hydraulic-series-row > span {
    flex-basis: auto;
  }
  .hydraulic-applications__media {
    min-height: 360px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
    grid-template-rows: repeat(2, minmax(120px, 1fr));
  }
  .hydraulic-trust__media {
    min-height: 300px;
  }
  .hydraulic-table-wrap {
    margin-right: -12px;
  }
  .hydraulic-quote {
    padding: 24px;
  }
  .hydraulic-spec-row > div {
    flex: 0 0 calc(50% - 8px);
  }
  .hydraulic-spec-row__model {
    flex: 0 0 100%;
  }
  .hydraulic-faq-accordion .accordion-button {
    gap: 12px;
    padding: 18px 0;
    font-size: 16px;
  }
  .hydraulic-faq-accordion .accordion-body {
    padding: 0 0 20px 34px;
  }
  .hydraulic-cta__actions {
    width: 100%;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hydraulic-btn {
    transition: none;
  }
}
.hydraulic-btn {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.hydraulic-btn:hover, .hydraulic-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.hydraulic-btn:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}

.hydraulic-proof {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  background: radial-gradient(circle at 88% -30%, rgba(255, 203, 3, 0.26), transparent 38%), linear-gradient(112deg, #000609 0%, #151b1e 52%, #232a2d 100%);
}
.hydraulic-proof::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.28;
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}
.hydraulic-proof::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 34%;
  height: 3px;
  background: linear-gradient(90deg, #FFCB03, transparent);
}
.hydraulic-proof .container-xl {
  position: relative;
}
.hydraulic-proof dl > div {
  position: relative;
  min-height: 126px;
  padding: 26px 30px;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.018);
  transition: background-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}
.hydraulic-proof dl > div::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 14px;
  width: 3px;
  height: 0;
  border-radius: 2px;
  background: #FFCB03;
  transition: height 0.28s ease;
}
.hydraulic-proof dl > div:nth-child(even) {
  background: rgba(255, 255, 255, 0.04);
}
.hydraulic-proof dl > div:hover {
  z-index: 1;
  background: linear-gradient(145deg, rgba(255, 203, 3, 0.15), rgba(255, 255, 255, 0.055));
  box-shadow: inset 0 3px 0 #FFCB03, 0 14px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}
.hydraulic-proof dl > div:hover::before {
  height: 28px;
}
.hydraulic-proof dt {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hydraulic-proof dd {
  color: #FFFFFF;
  font-size: clamp(23px, 2.2vw, 31px);
  letter-spacing: -0.025em;
}

.hydraulic-series-row,
.hydraulic-applications__list li,
.hydraulic-process li,
.hydraulic-trust__facts > div {
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.hydraulic-series-row:hover,
.hydraulic-applications__list li:hover {
  border-color: #FFEEA4;
  background: linear-gradient(90deg, rgba(255, 203, 3, 0.1), transparent 82%);
  transform: translateX(5px);
}

.hydraulic-process li:hover {
  border-top-color: #FFCB03;
  transform: translateY(-4px);
}

.hydraulic-trust__facts > div:hover {
  border-top-color: #FFCB03;
  transform: translateY(-3px);
}

.hydraulic-applications__media img,
.hydraulic-trust__media img {
  transition: filter 0.35s ease, transform 0.35s ease;
}

.hydraulic-applications__media img:hover,
.hydraulic-trust__media img:hover {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.015);
}

.hydraulic-product-grid .product-item {
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}
.hydraulic-product-grid .product-item:hover, .hydraulic-product-grid .product-item:focus-within {
  border-color: #FFEEA4;
  box-shadow: 0 18px 34px rgba(38, 38, 38, 0.13);
  transform: translateY(-5px);
}

.hydraulic-pagination .page-numbers {
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.hydraulic-pagination .page-numbers:hover, .hydraulic-pagination .page-numbers:focus-visible {
  box-shadow: 0 8px 18px rgba(38, 38, 38, 0.12);
  transform: translateY(-2px);
}

.hydraulic-spec-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 10% 12%, rgba(255, 203, 3, 0.22), transparent 29%), radial-gradient(circle at 93% 88%, rgba(255, 203, 3, 0.12), transparent 28%), linear-gradient(135deg, #fffdf5 0%, #f3f5f6 58%, #ffffff 100%);
}
.hydraulic-spec-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.34;
  background-image: linear-gradient(rgba(0, 6, 9, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 6, 9, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
  pointer-events: none;
}
.hydraulic-spec-section__inner {
  position: relative;
  z-index: 1;
}
.hydraulic-spec-section .hydraulic-section__heading {
  max-width: 760px;
}
.hydraulic-spec-section .hydraulic-table-note {
  max-width: 760px;
  margin-top: 24px;
  padding-left: 15px;
  border-left: 3px solid #FFCB03;
}

.hydraulic-spec-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.hydraulic-spec-group {
  position: relative;
  width: calc((100% - 24px) * 7 / 12);
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 6, 9, 0.12);
  border-top: 1px solid rgba(0, 6, 9, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(38, 38, 38, 0.07);
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}
.hydraulic-spec-group:nth-child(4n+2), .hydraulic-spec-group:nth-child(4n+3) {
  width: calc((100% - 24px) * 5 / 12);
}
.hydraulic-spec-group::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border: 26px solid rgba(255, 203, 3, 0.1);
  border-radius: 50%;
  pointer-events: none;
}
.hydraulic-spec-group:hover {
  border-color: #FFEEA4;
  box-shadow: 0 22px 46px rgba(38, 38, 38, 0.12);
  transform: translateY(-5px);
}
.hydraulic-spec-group__heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}
.hydraulic-spec-group__heading > span {
  display: inline-flex;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #000609;
  color: #FFCB03;
  font-size: 13px;
  font-weight: 800;
}
.hydraulic-spec-group__heading h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.hydraulic-spec-list {
  position: relative;
  z-index: 1;
  gap: 10px;
}

.hydraulic-spec-row {
  padding: 15px 16px;
  border-left: 3px solid transparent;
  border-radius: 4px;
  background: linear-gradient(90deg, #f3f5f6, rgba(243, 245, 246, 0.35));
  transition: border-color 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}
.hydraulic-spec-row:hover {
  border-left-color: #FFCB03;
  background: #FFFFFF;
  box-shadow: 0 9px 22px rgba(38, 38, 38, 0.09);
  transform: translateX(5px);
}

.hydraulic-faq-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 3% 12%, rgba(255, 203, 3, 0.22), transparent 26%), linear-gradient(125deg, #f1f3f4 0%, #ffffff 52%, #fff9df 100%);
}
.hydraulic-faq-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -150px;
  bottom: -230px;
  width: 500px;
  height: 500px;
  border: 78px solid rgba(255, 203, 3, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.hydraulic-faq-layout {
  display: flex;
  align-items: flex-start;
  gap: 72px;
}

.hydraulic-faq-intro {
  position: sticky;
  flex: 0 0 36%;
  top: 96px;
  margin-bottom: 0;
  padding-top: 10px;
}
.hydraulic-faq-intro__count {
  display: block;
  margin-bottom: 14px;
  color: transparent;
  font-size: clamp(72px, 8vw, 118px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 2px #FFCB03;
}
.hydraulic-faq-intro h2 {
  margin-top: 0;
}

.hydraulic-faq-accordion {
  display: flex;
  flex: 1 1 0;
  max-width: none;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  border: 0;
}
.hydraulic-faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(0, 6, 9, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 7px 18px rgba(38, 38, 38, 0.045);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.hydraulic-faq-accordion .accordion-item:hover, .hydraulic-faq-accordion .accordion-item:has(.accordion-button:focus-visible) {
  border-color: #FFEEA4;
  box-shadow: 0 13px 28px rgba(38, 38, 38, 0.09);
  transform: translateX(4px);
}
.hydraulic-faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: #FFEEA4;
  background: #FFFFFF;
  box-shadow: 0 16px 34px rgba(38, 38, 38, 0.1);
}
.hydraulic-faq-accordion .accordion-button {
  gap: 16px;
  padding: 20px 22px;
  background: transparent;
  transition: background-color 0.22s ease, color 0.22s ease, padding-left 0.22s ease;
}
.hydraulic-faq-accordion .accordion-button:hover {
  padding-left: 27px;
  background: linear-gradient(90deg, rgba(255, 203, 3, 0.12), transparent 72%);
}
.hydraulic-faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, rgba(255, 203, 3, 0.16), rgba(255, 255, 255, 0));
}
.hydraulic-faq-accordion .accordion-button > span {
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #FFF6D8;
  color: #e4a300;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}
.hydraulic-faq-accordion .accordion-button:hover > span, .hydraulic-faq-accordion .accordion-button:not(.collapsed) > span {
  background: #FFCB03;
  color: #000609;
  transform: rotate(-3deg);
}
.hydraulic-faq-accordion .accordion-body {
  padding: 0 26px 24px 72px;
}

.hydraulic-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 70px 0;
  background: radial-gradient(circle at 12% 22%, rgba(255, 203, 3, 0.32), transparent 24%), linear-gradient(135deg, #f4f5f5 0%, #fff9df 48%, #ffffff 100%);
}
.hydraulic-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.36;
  background-image: repeating-linear-gradient(125deg, rgba(0, 6, 9, 0.07) 0, rgba(0, 6, 9, 0.07) 1px, transparent 1px, transparent 32px);
  pointer-events: none;
}
.hydraulic-cta__panel {
  position: relative;
  isolation: isolate;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 54px 58px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: radial-gradient(circle at 82% 15%, rgba(255, 203, 3, 0.22), transparent 28%), linear-gradient(115deg, #000609 0%, #151b1e 58%, #242b2e 100%);
  box-shadow: 0 30px 65px rgba(38, 38, 38, 0.2);
}
.hydraulic-cta__panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -90px;
  right: -75px;
  width: 270px;
  height: 270px;
  border: 44px solid rgba(255, 203, 3, 0.14);
  border-radius: 50%;
  pointer-events: none;
}
.hydraulic-cta__panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 38%;
  height: 4px;
  background: linear-gradient(90deg, #FFCB03, transparent);
}
.hydraulic-cta__copy, .hydraulic-cta__actions {
  position: relative;
  z-index: 1;
}
.hydraulic-cta h2 {
  max-width: 620px;
  margin-bottom: 10px;
}
.hydraulic-cta p {
  color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 991.98px) {
  .hydraulic-spec-group,
  .hydraulic-spec-group:nth-child(4n+2),
  .hydraulic-spec-group:nth-child(4n+3) {
    width: 100%;
  }
  .hydraulic-faq-layout {
    flex-direction: column;
    gap: 36px;
  }
  .hydraulic-faq-intro {
    position: static;
  }
  .hydraulic-cta__panel {
    align-items: flex-start;
    flex-direction: column;
    padding: 46px;
  }
}
@media (max-width: 767.98px) {
  .hydraulic-proof dl > div {
    min-height: 100px;
    padding: 20px 22px;
    border-color: rgba(255, 255, 255, 0.13);
  }
  .hydraulic-spec-group {
    padding: 22px;
  }
  .hydraulic-faq-intro {
    display: block;
  }
  .hydraulic-faq-intro__count {
    margin-bottom: 18px;
    font-size: 76px;
  }
  .hydraulic-cta {
    padding: 50px 0;
  }
  .hydraulic-cta__panel {
    padding: 36px 30px;
  }
}
@media (max-width: 575.98px) {
  .hydraulic-proof dl > div::before {
    left: 9px;
  }
  .hydraulic-proof dl > div:hover {
    transform: none;
  }
  .hydraulic-spec-group {
    padding: 18px;
  }
  .hydraulic-spec-group__heading {
    align-items: flex-start;
  }
  .hydraulic-spec-group__heading h3 {
    font-size: 18px;
  }
  .hydraulic-spec-row:hover {
    transform: none;
  }
  .hydraulic-faq-accordion .accordion-button {
    padding: 17px 16px;
  }
  .hydraulic-faq-accordion .accordion-button:hover {
    padding-left: 16px;
  }
  .hydraulic-faq-accordion .accordion-body {
    padding: 0 18px 20px 64px;
  }
  .hydraulic-cta__panel {
    padding: 32px 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hydraulic-btn,
  .hydraulic-proof dl > div,
  .hydraulic-proof dl > div::before,
  .hydraulic-series-row,
  .hydraulic-applications__list li,
  .hydraulic-applications__media img,
  .hydraulic-process li,
  .hydraulic-trust__facts > div,
  .hydraulic-trust__media img,
  .hydraulic-product-grid .product-item,
  .hydraulic-pagination .page-numbers,
  .hydraulic-spec-group,
  .hydraulic-spec-row,
  .hydraulic-faq-accordion .accordion-item,
  .hydraulic-faq-accordion .accordion-button,
  .hydraulic-faq-accordion .accordion-button > span {
    transition: none !important;
  }
  .hydraulic-btn:hover,
  .hydraulic-btn:focus-visible,
  .hydraulic-proof dl > div:hover,
  .hydraulic-series-row:hover,
  .hydraulic-applications__list li:hover,
  .hydraulic-applications__media img:hover,
  .hydraulic-process li:hover,
  .hydraulic-trust__facts > div:hover,
  .hydraulic-trust__media img:hover,
  .hydraulic-product-grid .product-item:hover,
  .hydraulic-product-grid .product-item:focus-within,
  .hydraulic-pagination .page-numbers:hover,
  .hydraulic-pagination .page-numbers:focus-visible,
  .hydraulic-spec-group:hover,
  .hydraulic-spec-row:hover,
  .hydraulic-faq-accordion .accordion-item:hover,
  .hydraulic-faq-accordion .accordion-item:has(.accordion-button:focus-visible),
  .hydraulic-faq-accordion .accordion-button:hover > span,
  .hydraulic-faq-accordion .accordion-button:not(.collapsed) > span {
    transform: none !important;
  }
}
.hydraulic-landing {
  overflow: clip;
}

.hydraulic-hero {
  position: relative;
  isolation: isolate;
  background: radial-gradient(circle at 78% 18%, rgba(255, 203, 3, 0.2), transparent 28%), linear-gradient(115deg, #000609 0%, #151b1e 58%, #242b2e 100%);
}
.hydraulic-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.22;
  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: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
  pointer-events: none;
}
.hydraulic-hero__copy::before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-bottom: 22px;
  background: #FFCB03;
}
.hydraulic-hero__media {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}
.hydraulic-hero__media::before {
  inset: -13px 23px 23px -13px;
  border-radius: 8px;
}
.hydraulic-hero__media img {
  border-radius: 4px;
}

.hydraulic-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.hydraulic-proof dl > div,
.hydraulic-proof dl > div:hover {
  box-shadow: none;
  transform: none;
}
.hydraulic-proof dl > div:hover {
  background: rgba(255, 203, 3, 0.085);
}

.hydraulic-breadcrumb {
  position: relative;
  border-bottom: 1px solid #E8E9EE;
  background: #FFFFFF;
}
.hydraulic-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(34vw, 430px);
  height: 3px;
  background: linear-gradient(90deg, #FFCB03, transparent);
}
.hydraulic-breadcrumb [aria-current=page] {
  color: #000609;
  font-weight: 800;
}

.hydraulic-section {
  position: relative;
}
.hydraulic-section__heading h2::after,
.hydraulic-section .hydraulic-definition__content h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 16px;
  background: #FFCB03;
}
.hydraulic-section__heading--center h2::after {
  margin-right: auto;
  margin-left: auto;
}

.hydraulic-section:has(.hydraulic-definition) {
  background: radial-gradient(circle at 8% 82%, rgba(255, 203, 3, 0.11), transparent 24%), linear-gradient(180deg, #fff 0%, #f8f9f9 100%);
}

.hydraulic-definition__content {
  padding-left: 26px;
  border-left: 1px solid #C9CCD1;
}
.hydraulic-definition__image {
  position: relative;
  border-color: #C9CCD1;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 203, 3, 0.16), transparent 38%), repeating-linear-gradient(135deg, rgba(0, 6, 9, 0.025) 0, rgba(0, 6, 9, 0.025) 1px, transparent 1px, transparent 24px), #FFFFFF;
  box-shadow: 0 20px 44px rgba(38, 38, 38, 0.09);
}
.hydraulic-definition__image::after {
  content: "PRODUCT SYSTEM";
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: rgba(0, 6, 9, 0.38);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hydraulic-check-list li {
  border-left-width: 4px;
  background: linear-gradient(90deg, rgba(255, 203, 3, 0.08), transparent 75%);
}

.hydraulic-section:has(.hydraulic-series-index) {
  overflow: hidden;
  background: linear-gradient(rgba(0, 6, 9, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 6, 9, 0.035) 1px, transparent 1px), #ECEDEF;
  background-size: 48px 48px;
}

.hydraulic-series-index {
  gap: 28px;
}

.hydraulic-series-group {
  overflow: hidden;
  border: 1px solid #C9CCD1;
  border-top: 4px solid #000609;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}
.hydraulic-series-group > h3 {
  padding: 20px 24px;
  border-bottom: 1px solid #C9CCD1;
  background: linear-gradient(90deg, rgba(255, 203, 3, 0.15), transparent 62%);
}

.hydraulic-series-row {
  margin: 0 24px;
  padding: 24px 0;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.hydraulic-series-row:first-of-type {
  border-top: 0;
}
.hydraulic-series-row:hover {
  border-color: #E8E9EE;
  background: transparent;
  transform: none;
}

.hydraulic-products {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(rgba(0, 6, 9, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 6, 9, 0.028) 1px, transparent 1px), #eef1f2;
  background-size: 52px 52px;
}
.hydraulic-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 5px;
  background: linear-gradient(90deg, #FFCB03, transparent);
}
.hydraulic-products__masthead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 34px;
  padding: 44px 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: radial-gradient(circle at 88% 18%, rgba(255, 203, 3, 0.24), transparent 27%), linear-gradient(116deg, #000609 0%, #151b1e 58%, #242b2e 100%);
  box-shadow: 0 24px 48px rgba(38, 38, 38, 0.17);
}
.hydraulic-products__masthead::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(90deg, transparent 28%, #000 72%);
  pointer-events: none;
}
.hydraulic-products__masthead::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #FFCB03);
}
.hydraulic-products__masthead .hydraulic-eyebrow {
  color: #FFCB03;
}
.hydraulic-products__masthead .hydraulic-section__heading {
  max-width: 780px;
  margin-bottom: 25px;
}
.hydraulic-products__masthead h2 {
  color: #FFFFFF;
}
.hydraulic-products__masthead .hydraulic-section__heading > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}
.hydraulic-products__intro {
  max-width: 920px;
  margin: 0;
  padding: 2px 0 2px 20px;
  border: 0;
  border-left: 4px solid #FFCB03;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.hydraulic-product-grid .product-item {
  border: 1px solid rgba(0, 6, 9, 0.12);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(38, 38, 38, 0.08);
}
.hydraulic-product-grid .product-item:hover, .hydraulic-product-grid .product-item:focus-within {
  border-color: #FFEEA4;
  box-shadow: 0 18px 36px rgba(38, 38, 38, 0.14);
}
.hydraulic-product-grid .product-item__heading--img {
  border-bottom: 1px solid #C9CCD1;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(145deg, rgba(255, 203, 3, 0.09), transparent 42%), #f5f6f6;
}
.hydraulic-product-grid .product-item__footer {
  border-top: 1px solid #E8E9EE;
}

.hydraulic-pagination .page-numbers {
  border-radius: 8px;
}

.hydraulic-section:has(.hydraulic-applications) {
  background: radial-gradient(circle at 4% 8%, rgba(255, 203, 3, 0.12), transparent 22%), linear-gradient(145deg, #eef1f2 0%, #f8f9f9 72%, #fffaf0 100%);
}

.hydraulic-applications__media {
  gap: 8px;
  padding: 8px;
  border: 1px solid #C9CCD1;
  border-radius: 8px;
  background: #000609;
  box-shadow: 0 22px 46px rgba(38, 38, 38, 0.16);
}
.hydraulic-applications__media img,
.hydraulic-applications__media img:hover {
  border-radius: 3px;
  filter: none;
  transform: none;
}
.hydraulic-applications__list {
  border-top: 4px solid #000609;
  border-bottom: 1px solid #C9CCD1;
}
.hydraulic-applications__list li {
  position: relative;
  padding-right: 14px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.hydraulic-applications__list li::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  width: 4px;
  height: 22px;
  background: #FFCB03;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hydraulic-applications__list li:hover {
  border-color: #E8E9EE;
  background: rgba(255, 255, 255, 0.38);
  transform: none;
}
.hydraulic-applications__list li:hover::after {
  opacity: 1;
}

.hydraulic-section:has(.hydraulic-process) {
  overflow: hidden;
  background: radial-gradient(circle at 8% 12%, rgba(255, 203, 3, 0.1), transparent 22%), linear-gradient(145deg, #ffffff 0%, #f3f5f6 68%, #fffaf0 100%);
}
.hydraulic-section:has(.hydraulic-process) .hydraulic-section__heading {
  margin-bottom: 28px;
}

.hydraulic-process {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0px 0px 24px 0px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 0;
  border-radius: 8px;
  background: #000609;
  box-shadow: 0 20px 42px rgba(38, 38, 38, 0.16);
}
.hydraulic-process::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 39px;
  right: 28px;
  left: 28px;
  height: 2px;
  background: linear-gradient(90deg, #FFCB03, rgba(255, 203, 3, 0.28));
}
.hydraulic-process li {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  padding: 24px 16px 24px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  background: transparent;
  text-align: left;
  transition: background-color 0.2s ease;
}
.hydraulic-process li:last-child {
  border-right: 0;
}
.hydraulic-process li::before {
  content: "";
  display: none;
}
.hydraulic-process li::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 35px;
  right: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFCB03;
  border-right: 2px solid #FFCB03;
  background: #000609;
  transform: rotate(45deg);
}
.hydraulic-process li:last-child::after {
  display: none;
}
.hydraulic-process li:hover {
  border-top-color: transparent;
  background: rgba(255, 203, 3, 0.065);
  transform: none;
}
.hydraulic-process span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-width: 42px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 0 10px;
  border: 1px solid #FFCB03;
  border-radius: 3px;
  background: #FFCB03;
  color: #000609;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.hydraulic-process h3 {
  min-height: 48px;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 16px;
}
.hydraulic-process p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

.hydraulic-safety-note {
  position: relative;
  margin-top: 0;
  padding: 20px 24px;
  border: 1px solid #FFEEA4;
  border-left-width: 4px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FFF6D8, #FFFAF1);
  box-shadow: 0 16px 34px rgba(38, 38, 38, 0.1);
}
.hydraulic-safety-note::before {
  content: none;
}

.hydraulic-section:has(.hydraulic-trust) {
  background: radial-gradient(circle at 90% 10%, rgba(255, 203, 3, 0.14), transparent 22%), #ECEDEF;
}

.hydraulic-trust {
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000609;
  box-shadow: 0 24px 50px rgba(38, 38, 38, 0.16);
}
.hydraulic-trust__media {
  min-height: 470px;
  padding: 8px 0 8px 8px;
}
.hydraulic-trust__media img,
.hydraulic-trust__media img:hover {
  border-radius: 4px 0 0 4px;
  filter: none;
  transform: none;
}
.hydraulic-trust__facts {
  gap: 0;
  padding: 38px;
}
.hydraulic-trust__facts > div,
.hydraulic-trust__facts > div:hover {
  padding: 22px 18px;
  border-top-color: rgba(255, 255, 255, 0.15);
  background: transparent;
  transform: none;
}
.hydraulic-trust__facts dt {
  color: #FFFFFF;
}
.hydraulic-trust__facts dd {
  color: rgba(255, 255, 255, 0.62);
}
.hydraulic-trust__fact--lead dt {
  color: #FFCB03;
}

.hydraulic-table-wrap {
  border-color: #C9CCD1;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(38, 38, 38, 0.07);
}

.hydraulic-table .is-brand {
  background: linear-gradient(90deg, #FFF6D8, #fffaf0);
  color: #000609;
}
.hydraulic-table .is-brand > span {
  color: #000609;
}

.hydraulic-quote {
  border-radius: 0 8px 8px 0;
}

.hydraulic-spec-group,
.hydraulic-spec-group:hover {
  border-color: rgba(0, 6, 9, 0.12);
  box-shadow: 0 12px 30px rgba(38, 38, 38, 0.07);
  transform: none;
}

.hydraulic-spec-row,
.hydraulic-spec-row:hover {
  border-left-color: #FFCB03;
  box-shadow: none;
  transform: none;
}

.hydraulic-faq-section {
  background: radial-gradient(circle at 4% 12%, rgba(255, 203, 3, 0.14), transparent 24%), linear-gradient(125deg, #eceff0 0%, #f7f8f8 62%, #fffdf6 100%);
}

.hydraulic-cta {
  padding: 62px 0;
}
.hydraulic-cta__panel {
  box-shadow: 0 24px 54px rgba(38, 38, 38, 0.18);
}

@media (max-width: 991.98px) {
  .hydraulic-definition__content {
    padding-left: 0;
    border-left: 0;
  }
  .hydraulic-trust__media {
    min-height: 390px;
    padding: 8px 8px 0;
  }
  .hydraulic-trust__media img,
  .hydraulic-trust__media img:hover {
    border-radius: 4px 4px 0 0;
  }
}
@media (max-width: 575.98px) {
  .hydraulic-hero__copy::before {
    margin-bottom: 18px;
  }
  .hydraulic-series-row {
    flex-direction: column;
    margin: 0 16px;
  }
  .hydraulic-process {
    border-top: 0;
  }
  .hydraulic-process li,
  .hydraulic-process li:first-child,
  .hydraulic-process li:nth-child(odd) {
    min-height: 0;
    padding: 26px 18px;
    border-top: 1px solid #C9CCD1;
    border-right: 1px solid #C9CCD1;
    border-left: 1px solid #C9CCD1;
  }
  .hydraulic-process li::before {
    top: 22px;
    left: auto;
    right: 18px;
  }
  .hydraulic-process span {
    margin-bottom: 20px;
  }
  .hydraulic-trust__facts {
    padding: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hydraulic-landing *,
  .hydraulic-landing *::before,
  .hydraulic-landing *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .hydraulic-faq-accordion .accordion-collapse {
    transition: none !important;
  }
}
@media (max-width: 991.98px) {
  .hydraulic-products__masthead {
    padding: 38px 40px;
  }
  .hydraulic-process::before {
    display: none;
  }
  .hydraulic-process li {
    flex: 0 0 33.3333333333%;
    min-height: 188px;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }
  .hydraulic-process li::after {
    display: none;
  }
  .hydraulic-process li:nth-child(3n) {
    border-right: 0;
  }
  .hydraulic-process li:nth-last-child(-n+3) {
    border-bottom: 0;
  }
  .hydraulic-process h3 {
    min-height: 0;
  }
}
@media (max-width: 767.98px) {
  .hydraulic-products__masthead {
    padding: 32px 28px;
  }
  .hydraulic-process {
    overflow: visible;
    flex-direction: column;
    gap: 0;
    padding: 0 0 0 34px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .hydraulic-process::before {
    display: block;
    top: 20px;
    right: auto;
    bottom: 20px;
    left: 7px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #FFCB03, #000609 18%, #000609 82%, #FFCB03);
    transform: none;
  }
  .hydraulic-process li,
  .hydraulic-process li:first-child,
  .hydraulic-process li:nth-child(odd),
  .hydraulic-process li:nth-child(even),
  .hydraulic-process li:nth-child(3n),
  .hydraulic-process li:nth-last-child(-n+3) {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    padding: 24px 0 24px 18px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #C9CCD1;
    border-left: 0;
    background: transparent;
    text-align: left;
  }
  .hydraulic-process li::before,
  .hydraulic-process li:first-child::before,
  .hydraulic-process li:nth-child(odd)::before,
  .hydraulic-process li:nth-child(even)::before,
  .hydraulic-process li:nth-child(3n)::before,
  .hydraulic-process li:nth-last-child(-n+3)::before {
    content: "";
    position: absolute;
    display: block;
    top: 30px;
    right: auto;
    left: -34px;
    width: 14px;
    height: 14px;
    border: 3px solid #000609;
    border-radius: 50%;
    background: #FFCB03;
    box-shadow: 0 0 0 5px #ECEDEF;
  }
  .hydraulic-process li::after,
  .hydraulic-process li:first-child::after,
  .hydraulic-process li:nth-child(odd)::after,
  .hydraulic-process li:nth-child(even)::after,
  .hydraulic-process li:nth-child(3n)::after,
  .hydraulic-process li:nth-last-child(-n+3)::after {
    content: none;
  }
  .hydraulic-process li h3,
  .hydraulic-process li p,
  .hydraulic-process li:first-child h3,
  .hydraulic-process li:first-child p,
  .hydraulic-process li:nth-child(odd) h3,
  .hydraulic-process li:nth-child(odd) p,
  .hydraulic-process li:nth-child(even) h3,
  .hydraulic-process li:nth-child(even) p,
  .hydraulic-process li:nth-child(3n) h3,
  .hydraulic-process li:nth-child(3n) p,
  .hydraulic-process li:nth-last-child(-n+3) h3,
  .hydraulic-process li:nth-last-child(-n+3) p {
    margin-right: 0;
    margin-left: 0;
  }
  .hydraulic-process span {
    margin-bottom: 20px;
    border-color: #000609;
    background: #000609;
    color: #FFCB03;
  }
  .hydraulic-process h3 {
    min-height: 0;
    color: #000609;
    font-size: 18px;
  }
  .hydraulic-process p {
    color: #595959;
    font-size: 14px;
    line-height: 1.6;
  }
  .hydraulic-safety-note {
    margin-top: 32px;
    border-radius: 8px;
  }
  .hydraulic-safety-note::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 100%;
    left: 40px;
    width: 2px;
    height: 32px;
    background: #000609;
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .hydraulic-products__masthead {
    padding: 28px 20px;
  }
  .hydraulic-products__intro {
    padding: 2px 0 2px 16px;
  }
  .hydraulic-safety-note {
    padding: 19px 18px;
  }
}
