@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&display=swap");

/* =========================================================================
   Hydro University landing page
   Static stack: HTML, CSS, vanilla JS, GSAP, ScrollTrigger, Lenis.
   ========================================================================= */
.hydrou-page {
  --white: #ffffff;
  --paper: #f3f6f8;
  --panel: #ffffff;
  --ink: #101820;
  --ink-soft: #4d555f;
  --muted: #8b929a;
  --black: #000000;
  --navy: #081721;
  --navy-2: #06324c;
  --hydro-blue: #19458e;
  --mid-blue: #4f70a8;
  --light-blue: #74a7f0;
  --olive: #7d9735;
  --olive-dark: #6f852f;
  --gold: #d8b642;
  --line: rgba(8, 23, 33, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.18);

  --shell: 1120px;
  --pad: 32px;
  --radius: 18px;

  --sans: Heebo, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}.hydrou-page * { box-sizing: border-box; }.hydrou-page {
  background: var(--black);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}.hydrou-page {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Break the plugin page out of any width-constrained theme content wrapper. */
.hydrou-page {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 -50vw;
  overflow-x: clip;
}.hydrou-page,
.hydrou-page * {
  font-family: var(--sans) !important;
}.hydrou-page img,
.hydrou-page svg { display: block; max-width: 100%; }.hydrou-page a { color: inherit; text-decoration: none; }.hydrou-page h1,
.hydrou-page h2,
.hydrou-page h3,
.hydrou-page p,
.hydrou-page ul,
.hydrou-page blockquote { margin: 0; }.hydrou-page ul { padding: 0; }.hydrou-page button { font: inherit; color: inherit; cursor: pointer; }

/* ---- Lenis ---- */
html.lenis,
html.lenis body { height: auto; }.lenis.lenis-smooth { scroll-behavior: auto !important; }.lenis.lenis-stopped { overflow: hidden; }

/* ---- Utilities ---- */
.hydrou-page .shell {
  width: min(100% - (var(--pad) * 2), var(--shell));
  margin-inline: auto;
}.hydrou-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}.hydrou-page .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 300;
  padding: 10.4px 16px;
  border-radius: 8px;
  background: var(--olive);
  color: var(--white);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}.hydrou-page .skip-link:focus { transform: translateY(0); }.hydrou-page a:focus-visible,
.hydrou-page button:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px var(--hydro-blue);
}.hydrou-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 53.6px;
  padding: 0 27.2px;
  border: 0;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}.hydrou-page .btn--olive {
  background: #647b28;
  color: var(--white);
  box-shadow: 0 14px 26px rgba(100, 123, 40, 0.28);
}.hydrou-page .btn--olive:hover { background: #5b6f24; transform: translateY(-2px); }.hydrou-page .btn--blue {
  background: var(--hydro-blue);
  color: var(--white);
}.hydrou-page .btn--blue:hover { background: #123978; transform: translateY(-2px); }.hydrou-page .btn--light {
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}.hydrou-page .btn--light:hover {
  background: #eef4f8;
  transform: translateY(-2px);
}html.hydrou-is-loading .hydrou-page .reveal-intro { visibility: hidden; }

/* =========================================================================
   Header
   ========================================================================= */
.hydrou-page .site-header {
  position: relative;
  z-index: 100;
}.hydrou-page .brandbar {
  background: var(--white);
  color: var(--ink);
}.hydrou-page .brandbar__inner {
  display: flex;
  align-items: center;
  min-height: 80px;
  gap: 16px;
}.hydrou-page .brand img {
  width: 163.2px;
  height: auto;
}.hydrou-page .brandbar__tagline {
  color: #6d737a;
  font-size: 13.28px;
  font-weight: 700;
}.hydrou-page .menubar {
  background: var(--navy);
  color: var(--white);
}.hydrou-page .main-nav {
  display: flex;
  align-items: stretch;
  min-height: 48px;
  gap: 20px;
}.hydrou-page .main-nav a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13.12px;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color 160ms ease, border-color 160ms ease;
}.hydrou-page .main-nav a:hover {
  color: var(--white);
  border-bottom-color: var(--gold);
}.hydrou-page .nav-search {
  position: relative;
  align-self: stretch;
  margin-left: auto;
  width: 51.2px;
  border: 0;
  background: var(--hydro-blue);
}.hydrou-page .nav-search span,
.hydrou-page .nav-search span::after {
  position: absolute;
  display: block;
  content: "";
}.hydrou-page .nav-search span {
  width: 12.8px;
  height: 12.8px;
  border: 2px solid var(--white);
  border-radius: 50%;
  inset: 50% auto auto 50%;
  transform: translate(-55%, -55%);
}.hydrou-page .nav-search span::after {
  width: 7.2px;
  height: 2px;
  background: var(--white);
  right: -5.76px;
  bottom: -3.2px;
  transform: rotate(45deg);
  transform-origin: center;
}

/* =========================================================================
   Hero
   ========================================================================= */
.hydrou-page .hero {
  position: relative;
  min-height: 544px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(4, 15, 56, 0.95), rgba(6, 23, 81, 0.94)),
    var(--hydro-blue);
}.hydrou-page .hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 35%, rgba(0, 0, 0, 0.16)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
}.hydrou-page .hero__ribbon {
  position: absolute;
  z-index: -2;
  width: 704px;
  height: 208px;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(94, 160, 244, 0.86), rgba(19, 63, 151, 0.52));
  transform-origin: center;
  will-change: transform;
}.hydrou-page .hero__ribbon--one {
  left: -144px;
  top: 134.4px;
  transform: rotate(43deg) skewX(-10deg);
}.hydrou-page .hero__ribbon--two {
  right: -192px;
  top: 144px;
  height: 224px;
  background: linear-gradient(135deg, rgba(126, 181, 247, 0.92), rgba(22, 74, 168, 0.46));
  transform: rotate(-41deg) skewX(8deg);
}.hydrou-page .hero__ribbon--three {
  right: 64px;
  bottom: -80px;
  width: 544px;
  height: 160px;
  background: linear-gradient(135deg, rgba(116, 167, 240, 0.72), rgba(10, 45, 128, 0.38));
  transform: rotate(-39deg);
}.hydrou-page .hero__inner {
  min-height: 544px;
  display: grid;
  grid-template-columns: 464px minmax(272px, 1fr);
  align-items: center;
  gap: 16px;
  padding-block: 35.2px;
}.hydrou-page .hero__collage {
  position: relative;
  width: 440px;
  height: 432px;
}.hydrou-page .collage-tile {
  position: absolute;
  object-fit: cover;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}.hydrou-page .collage-tile--one { left: 0; top: 0; width: 182.4px; height: 84.8px; }.hydrou-page .collage-tile--two { left: 192px; top: 0; width: 118.4px; height: 136px; }.hydrou-page .collage-tile--three { left: 320px; top: 0; width: 147.2px; height: 100px; }.hydrou-page .collage-tile--four { left: 0; top: 96px; width: 177.6px; height: 128px; }.hydrou-page .collage-tile--five { left: 192px; top: 142.4px; width: 116.8px; height: 131.2px; }.hydrou-page .collage-tile--six { left: 0; top: 236.8px; width: 161.6px; height: 212.8px; object-fit: contain; }.hydrou-page .hero__lockup {
  justify-self: center;
  width: min(464px, 100%);
}.hydrou-page .hero__lockup img {
  width: 100%;
  height: auto;
}

/* =========================================================================
   Intro
   ========================================================================= */
.hydrou-page .intro {
  background: var(--white);
  color: var(--ink);
  padding-block: 52px 84px;
}.hydrou-page .intro__inner {
  width: min(100% - 64px, var(--shell));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 96px;
  align-items: start;
}.hydrou-page .intro-title {
  font-size: clamp(64px, 5.2vw, 80px);
  line-height: 0.89;
  font-weight: 900;
}.hydrou-page .intro-title .line {
  display: block;
  overflow: hidden;
}.hydrou-page .intro-title .line > span {
  display: block;
  white-space: nowrap;
}.hydrou-page .tone-muted { color: #0d2433; }.hydrou-page .tone-light { color: #526574; }.hydrou-page .intro__copy {
  padding-top: 5.6px;
  color: #303238;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 500;
}.hydrou-page .intro__copy p + p { margin-top: 20px; }

/* =========================================================================
   Training panels
   ========================================================================= */
.hydrou-page .training {
  position: relative;
  overflow: hidden;
  background: var(--white);
  padding-block: 0 80px;
}.hydrou-page .training__backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% + 16px);
  height: 496px;
  opacity: 1;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(8, 23, 33, 0.02), rgba(8, 23, 33, 0.12)),
    url("img/training-background.webp") center / cover no-repeat;
}.hydrou-page .training__inner {
  position: relative;
  width: min(100% - (var(--pad) * 2), var(--shell));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  column-gap: 0;
}.hydrou-page .training-panel {
  min-height: 0;
  padding: 40px 40px;
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}.hydrou-page .training-panel--formats {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  min-height: 0;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(8, 23, 33, 0.12);
}.hydrou-page .training__right {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-rows: 80px 400px;
  row-gap: 16px;
  width: 100%;
  margin-left: 0;
}.hydrou-page .training-panel--formats h3 {
  text-align: center;
}.hydrou-page .training-panel--impact {
  grid-column: 1;
  grid-row: 2;
  z-index: 2;
  width: 100%;
  margin-left: 0;
  min-height: 400px;
  padding: 84px 72px 56px;
  border: 1px solid #aeb8c0;
  border-radius: 72px;
  background: var(--white);
  box-shadow: none;
}.hydrou-page .training-panel h3 {
  margin-bottom: 16px;
  font-size: 27.2px;
  line-height: 1.1;
  font-weight: 900;
}.hydrou-page .training-panel ul {
  display: grid;
  gap: 12px;
  list-style: none;
  font-size: 16px;
  font-weight: 800;
}.hydrou-page .training-panel li {
  position: relative;
  padding-left: 14.4px;
}.hydrou-page .training-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5.12px;
  height: 5.12px;
  background: var(--ink);
  border-radius: 50%;
}.hydrou-page .training-panel span {
  display: block;
  margin-top: 1.6px;
  color: #252a30;
  font-size: 14.4px;
  font-weight: 700;
}.hydrou-page .training-panel--formats span {
  color: #252a30;
}.hydrou-page .training-panel--formats li::before {
  background: var(--ink);
}.hydrou-page .training-panel--formats strong::after {
  content: " –";
}.hydrou-page .training__cta {
  grid-column: 1;
  grid-row: 1;
  z-index: 3;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  margin-left: 0;
  min-height: 80px;
  border-radius: 6px;
  font-size: 19.2px;
  box-shadow: 0 10px 24px rgba(100, 123, 40, 0.2);
}.hydrou-page .training-panel--impact ul {
  grid-template-columns: 1fr;
  gap: 16px;
}

/* =========================================================================
   Featured courses
   ========================================================================= */
.hydrou-page .courses {
  background: var(--white);
  padding-block: 24px 64px;
}.hydrou-page .courses__inner {
  padding: 0;
  color: var(--ink);
}.hydrou-page .section-heading--center {
  text-align: center;
}.hydrou-page .section-heading h2 {
  color: #3d4146;
  font-size: 37.6px;
  line-height: 1;
  font-weight: 900;
}.hydrou-page .section-heading p {
  margin-top: 5.6px;
  color: #65707a;
  font-size: 20.8px;
}.hydrou-page .course-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30.4px;
  margin-top: 38.4px;
}.hydrou-page .course-card {
  position: relative;
  display: flex;
  min-height: 352px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dfe4e9;
  border-radius: 8px;
  background: var(--white);
  color: #252a31;
  transition: box-shadow 180ms ease;
}.hydrou-page .course-card:hover,
.hydrou-page .course-card:focus-visible {
  box-shadow: 0 16px 34px rgba(8, 23, 33, 0.14);
}.hydrou-page .course-card:focus-visible,
.hydrou-page .testimonial-card__nav:focus-visible {
  outline-color: var(--hydro-blue);
}.hydrou-page .course-card__price {
  position: absolute;
  z-index: 2;
  right: 12.8px;
  top: 12.8px;
  padding: 5.6px 8.8px;
  border-radius: 4px;
  background: #d9d9d9;
  color: #3c4248;
  font-size: 13.6px;
  font-weight: 800;
}.hydrou-page .course-card__media {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 25.6px;
  background: var(--paper);
}.hydrou-page .course-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.hydrou-page .course-card h3 {
  padding: 20.8px 18.4px 11.2px;
  min-height: 92.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}.hydrou-page .course-card__external {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6px;
  margin-top: auto;
  padding: 0 16px 21.6px;
  color: var(--hydro-blue);
  font-size: 13.12px;
  font-weight: 900;
}

/* =========================================================================
   Split webinar / experts section
   ========================================================================= */
.hydrou-page .split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  background: var(--black);
}.hydrou-page .split-panel {
  min-height: 464px;
  display: grid;
  place-items: center;
  padding: 60.8px var(--pad);
}.hydrou-page .split-panel--webinars { background: var(--mid-blue); }.hydrou-page .split-panel--experts { background: var(--navy-2); }.hydrou-page .split-panel__inner {
  width: min(100%, 512px);
  text-align: center;
}.hydrou-page .split-panel h2 {
  font-size: 35.2px;
  line-height: 1.06;
  font-weight: 900;
}.hydrou-page .split-panel__eyebrow {
  margin-top: 21.6px;
  font-weight: 900;
  font-size: 15.2px;
}.hydrou-page .split-panel p {
  margin-top: 8.8px;
  font-size: 14.72px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
}.hydrou-page .webinar-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14.4px;
  margin-top: 28.8px;
}.hydrou-page .webinar-actions a {
  display: grid;
  place-items: center;
  min-height: 53.6px;
  padding: 8px;
  border-radius: 2px;
  background: var(--white);
  color: var(--hydro-blue);
  font-size: 13.12px;
  font-weight: 900;
  text-align: center;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}.hydrou-page .webinar-actions a:first-child {
  background: var(--navy);
  color: var(--white);
}.hydrou-page .webinar-actions a:hover,
.hydrou-page .webinar-actions a:focus-visible {
  background: #647b28;
  color: var(--white);
  transform: translateY(-2px);
}.hydrou-page .expert-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22.4px;
  margin-top: 33.6px;
  text-align: left;
}.hydrou-page .expert {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: start;
  gap: 14.4px;
}.hydrou-page .expert img {
  width: 100px;
  height: 120px;
  object-fit: cover;
}.hydrou-page .expert h3 {
  color: var(--white);
  font-size: 16px;
  line-height: 1.05;
  font-weight: 900;
}.hydrou-page .expert__role {
  color: var(--gold) !important;
  font-weight: 900 !important;
}.hydrou-page .expert p {
  color: var(--white);
  font-size: 14.4px;
  line-height: 1.22;
}.hydrou-page .split-panel--experts .btn {
  margin-top: 48px;
  min-width: 288px;
}

/* =========================================================================
   Why choose
   ========================================================================= */
.hydrou-page .why {
  background: var(--white);
  padding-block: 80px 104px;
  overflow: hidden;
}.hydrou-page .why__inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}.hydrou-page .why-card {
  min-height: 352px;
  padding: 48px 54.4px;
}.hydrou-page .why-card--white {
  grid-column: 1 / 7;
  grid-row: 1;
  z-index: 2;
  border: 1px solid #164765;
  border-radius: 64px;
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}.hydrou-page .why-card--green {
  grid-column: 6 / 13;
  grid-row: 1;
  z-index: 1;
  min-height: 320px;
  margin: 38.4px 0 0 44px;
  padding: 48px 56px;
  border-radius: 64px;
  background: var(--olive);
  color: var(--white);
  box-shadow: none;
}.hydrou-page .why-card h2 {
  font-size: 27.2px;
  line-height: 1.15;
  font-weight: 900;
}.hydrou-page .why-card--green h2 {
  font-size: 26.4px;
  line-height: 1.22;
  color: var(--white);
}.hydrou-page .why-card p {
  margin-top: 14.4px;
  font-size: 16.8px;
  font-weight: 900;
  line-height: 1.35;
}.hydrou-page .why-card ul {
  display: grid;
  gap: 7.2px;
  margin-top: 16px;
  list-style: none;
  font-weight: 800;
}.hydrou-page .why-card li {
  position: relative;
  padding-left: 13.6px;
}.hydrou-page .why-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 4.8px;
  height: 4.8px;
  border-radius: 50%;
  background: currentColor;
}.hydrou-page .learn-bubbles {
  display: grid;
  gap: 4px;
}.hydrou-page .learn-bubble {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  will-change: transform;
}.hydrou-page .learn-bubble:nth-child(1) {
  animation: learn-bubble-one 7.4s ease-in-out -1.1s infinite alternate;
}.hydrou-page .learn-bubble:nth-child(2) {
  margin-left: 5.6px;
  animation: learn-bubble-two 8.6s ease-in-out -3.2s infinite alternate;
}.hydrou-page .learn-bubble:nth-child(3) {
  margin-left: 11.2px;
  animation: learn-bubble-three 6.3s ease-in-out -2.2s infinite alternate;
}.hydrou-page .why-card--green p {
  margin: 32px 0 0;
  color: var(--navy);
  font-size: 21.6px;
}@keyframes learn-bubble-one {to { translate: 5px -3px; }
}@keyframes learn-bubble-two {to { translate: -6px 4px; }
}@keyframes learn-bubble-three {to { translate: 4px 5px; }
}

/* =========================================================================
   IMPEL
   ========================================================================= */
.hydrou-page .impel {
  background: var(--white);
  padding-block: 48px 88px;
}.hydrou-page .impel__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(288px, 0.88fr);
  align-items: start;
  gap: clamp(32px, 4vw, 56px);
}.hydrou-page .impel__media {
  width: 100%;
}.hydrou-page .impel__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 16px 36px rgba(8, 23, 33, 0.12);
}.hydrou-page .impel__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}.hydrou-page .impel__logo {
  width: min(100%, 368px);
  height: auto;
  border: 1px solid #303238;
  background: var(--white);
}.hydrou-page .impel__copy p {
  max-width: 448px;
  margin-top: 24px;
  color: #252a30;
  font-size: 22.4px;
  line-height: 1.25;
  font-weight: 500;
}

/* =========================================================================
   Testimonial
   ========================================================================= */
.hydrou-page .testimonial {
  background: var(--paper);
  color: var(--navy-2);
  padding-block: 57.6px 73.6px;
}.hydrou-page .testimonial__inner {
  text-align: center;
}.hydrou-page .testimonial h2 {
  font-size: 26.4px;
  font-weight: 900;
}.hydrou-page .testimonial-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  max-width: 1024px;
  min-height: 201.6px;
  margin: 38.4px auto 0;
  padding: 16px 19.2px;
  border-radius: 74px;
  background: var(--white);
}.hydrou-page .testimonial-card blockquote {
  color: #252b31;
}.hydrou-page .testimonial-card__quote {
  font-size: 24.8px;
  line-height: 1.2;
}.hydrou-page .testimonial-card__cite {
  display: block;
  margin-top: 16px;
  color: #555d66;
  font-size: 16px;
  font-style: normal;
}.hydrou-page .testimonial-card__nav {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--navy);
  font-size: 35.2px;
  font-weight: 900;
  line-height: 1;
}.hydrou-page .testimonial-card__nav:hover { color: var(--hydro-blue); }

/* =========================================================================
   FAQ / contact
   ========================================================================= */
.hydrou-page .faq {
  background: var(--black);
  padding-block: 41.6px 57.6px;
}.hydrou-page .faq__inner {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  gap: 80px;
  max-width: 768px;
}.hydrou-page .faq__icon-placeholder {
  display: grid;
  place-items: center;
  justify-self: center;
  width: 176px;
  aspect-ratio: 1;
  border: 2px solid rgba(116, 167, 240, 0.62);
  border-radius: 50%;
  background: rgba(25, 69, 142, 0.18);
  color: var(--white);
  text-align: center;
}.hydrou-page .faq__icon-placeholder span {
  font-size: 36.8px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
}.hydrou-page .faq__icon-placeholder small {
  max-width: 112px;
  margin-top: -36.8px;
  color: #aeb8c2;
  font-size: 9.92px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.hydrou-page .faq__copy p {
  max-width: 464px;
  color: #737b84;
  font-weight: 900;
}.hydrou-page .faq__copy .btn {
  margin-top: 32px;
  min-width: 320px;
}.hydrou-page .contact {
  background: #2b5098;
  padding-block: 67.2px 83.2px;
}.hydrou-page .contact h2 {
  font-size: 28px;
  font-weight: 900;
}.hydrou-page .contact-list {
  display: grid;
  gap: 19.2px;
  margin-top: 35.2px;
  font-style: normal;
  font-weight: 900;
}.hydrou-page .contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 14.4px;
  width: fit-content;
  border-radius: 6px;
}.hydrou-page .contact-list__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38.4px;
  height: 38.4px;
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}.hydrou-page .contact-list a > span:last-child {
  display: grid;
  gap: 0.96px;
}.hydrou-page .contact-list strong {
  font-size: 15.68px;
}.hydrou-page .contact-list small {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13.44px;
  font-weight: 700;
}.hydrou-page .contact-list a:hover strong,
.hydrou-page .contact-list a:hover small {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* =========================================================================
   Footer
   ========================================================================= */
.hydrou-page .footer {
  background: #111521;
  color: var(--white);
  padding-block: 35.2px 51.2px;
}.hydrou-page .footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(160px, 288px);
  gap: 44.8px;
  align-items: start;
}.hydrou-page .footer h2 {
  margin-bottom: 12.8px;
  font-size: 14.4px;
  font-weight: 900;
}.hydrou-page .footer p,
.hydrou-page .footer a {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12.48px;
  font-weight: 700;
}.hydrou-page .footer a + a { margin-top: 5.6px; }.hydrou-page .footer a:hover { color: var(--white); }.hydrou-page .footer__member {
  width: 256px;
  height: auto;
  justify-self: start;
}.hydrou-page .footer__fine {
  grid-column: 1 / -1;
  margin-top: 25.6px;
}

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1100px) {.hydrou-page { --pad: 24px; }.hydrou-page .main-nav {
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }.hydrou-page .main-nav::-webkit-scrollbar { display: none; }.hydrou-page .intro-title { font-size: 67.2px; }.hydrou-page .intro__inner { gap: 56px; }.hydrou-page .training-panel {
    padding: 40px 44.8px;
  }.hydrou-page .training-panel--impact {
    padding: 48px 50.4px;
  }.hydrou-page .why-card--green {
    padding-inline: 38.4px;
  }.hydrou-page .course-grid { gap: 16px; }.hydrou-page .expert-list {
    grid-template-columns: 1fr;
    max-width: 336px;
    margin-inline: auto;
  }
}@media (max-width: 840px) {.hydrou-page {
    left: auto;
    width: 100%;
    margin-left: 0;
  }.hydrou-page .brandbar__inner { min-height: 64px; }.hydrou-page .brandbar__tagline { display: none; }.hydrou-page .hero,
.hydrou-page .hero__inner {
    min-height: auto;
  }.hydrou-page .hero__inner {
    grid-template-columns: 1fr;
    gap: 25.6px;
    padding-block: 48px 57.6px;
  }.hydrou-page .hero__lockup {
    order: 1;
    justify-self: center;
    width: min(352px, 90%);
  }.hydrou-page .hero__collage {
    order: 3;
    grid-row: auto;
    justify-self: center;
    width: min(100%, 400px);
    height: 384px;
    transform: scale(0.9);
    transform-origin: top center;
  }.hydrou-page .intro {
    padding-top: 48px;
  }.hydrou-page .intro__inner,
.hydrou-page .training__inner,
.hydrou-page .why__inner,
.hydrou-page .impel__inner,
.hydrou-page .split,
.hydrou-page .footer__inner {
    grid-template-columns: 1fr;
  }.hydrou-page .intro__inner {
    width: min(100% - (var(--pad) * 2), var(--shell));
  }.hydrou-page .intro-title { font-size: 59.2px; }.hydrou-page .intro__copy { padding-top: 0; }.hydrou-page .training__backdrop {
    width: 100%;
    height: 496px;
    opacity: 1;
    border-radius: 0;
  }.hydrou-page .training__inner {
    grid-template-rows: auto;
    gap: 20px;
  }.hydrou-page .training__right {
    grid-column: 1;
    grid-row: 2;
    grid-template-rows: auto;
    gap: 20px;
    width: 100%;
    margin-left: 0;
  }.hydrou-page .training-panel,
.hydrou-page .training-panel--formats,
.hydrou-page .training-panel--impact {
    min-height: auto;
    border-radius: 42px;
    transform: none;
  }.hydrou-page .training-panel--formats {
    grid-column: 1;
    grid-row: 1;
    min-height: 496px;
    margin-left: 0;
  }.hydrou-page .training__cta {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    margin-left: 0;
    min-height: 72px;
  }.hydrou-page .training-panel--impact {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin-left: 0;
    min-height: auto;
    padding: 51.2px 44.8px;
  }.hydrou-page .training-panel--impact ul {
    grid-template-columns: 1fr;
  }.hydrou-page .course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.hydrou-page .split-panel { min-height: auto; }.hydrou-page .why-card--green {
    grid-column: 1;
    grid-row: auto;
    min-height: auto;
    margin: 16px 0 0;
    transform: none;
  }.hydrou-page .why-card--white {
    grid-column: 1;
    grid-row: auto;
    min-height: auto;
    transform: none;
  }.hydrou-page .impel__copy {
    order: -1;
  }.hydrou-page .testimonial-card {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    border-radius: 42px;
  }.hydrou-page .testimonial-card__quote { font-size: 20px; }.hydrou-page .faq__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }.hydrou-page .faq__icon-placeholder {
    justify-self: center;
  }.hydrou-page .faq__copy .btn {
    min-width: 0;
    width: min(100%, 320px);
  }
}@media (max-width: 560px) {.hydrou-page { --pad: 16px; }.hydrou-page .brand img { width: 140.8px; }.hydrou-page .main-nav { min-height: 44px; }.hydrou-page .nav-search { width: 44.8px; flex: 0 0 auto; }.hydrou-page .hero__ribbon--one { left: -304px; top: 160px; }.hydrou-page .hero__ribbon--two { right: -352px; top: 224px; }.hydrou-page .hero__ribbon--three { right: -192px; bottom: -64px; }.hydrou-page .hero__collage {
    height: 352px;
    transform: scale(0.66);
    margin-bottom: -92.8px;
  }.hydrou-page .collage-tile--three {
    left: 275.2px;
  }.hydrou-page .intro-title { font-size: 48px; }.hydrou-page .intro__copy {
    color: #4b545e;
    font-size: 15.2px;
  }.hydrou-page .training__backdrop {
    height: 544px;
  }.hydrou-page .training-panel--formats {
    min-height: 544px;
    padding: 40px 32px;
  }.hydrou-page .courses__inner {
    width: 100%;
    padding: 32px 16px;
  }.hydrou-page .course-grid {
    grid-template-columns: 1fr;
  }.hydrou-page .webinar-actions {
    grid-template-columns: 1fr;
  }.hydrou-page .expert {
    grid-template-columns: 88px minmax(0, 1fr);
  }.hydrou-page .expert img {
    width: 88px;
    height: 105.6px;
  }.hydrou-page .why-card,
.hydrou-page .why-card--green {
    padding: 36.8px 32px;
    border-radius: 36px;
  }.hydrou-page .learn-bubble {
    max-width: calc(100% - 12px);
    padding-inline: 16px;
  }.hydrou-page .learn-bubble:nth-child(2) {
    margin-left: 4px;
  }.hydrou-page .learn-bubble:nth-child(3) {
    margin-left: 8px;
  }.hydrou-page .why-card--green p {
    margin-left: 0;
    font-size: 20px;
  }.hydrou-page .impel__logo { width: min(100%, 368px); }.hydrou-page .impel__copy p { font-size: 17.6px; color: #252a30; }.hydrou-page .testimonial-card {
    grid-template-columns: 1fr;
    gap: 4.8px;
    padding: 32px 22.4px;
  }.hydrou-page .testimonial-card__nav {
    width: 40px;
    height: 40px;
    margin-inline: auto;
  }.hydrou-page .contact-list a {
    word-break: break-word;
  }.hydrou-page .footer__inner {
    gap: 27.2px;
  }
}

/* =========================================================================
   Reduced motion
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {.hydrou-page *,
.hydrou-page *::before,
.hydrou-page *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }html.hydrou-is-loading .hydrou-page .reveal-intro { visibility: visible; }
}

/* Shared Hydro University quick-link submenu. Build output scopes these rules per page wrapper. */
.hydrou-page .hydrou-submenu {
  position: fixed;
  top: 50%;
  right: clamp(16px, 2vw, 32px);
  z-index: 400;
  display: grid;
  gap: 6px;
  width: 184px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  background: rgba(113, 137, 176, 0.8);
  box-shadow: 0 14px 32px rgba(0, 18, 49, 0.24);
  transform: translateY(-50%);
  backdrop-filter: blur(2px);
}.hydrou-page .hydrou-submenu a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(5, 46, 72, 0.06);
  border-radius: 5px;
  background: #ffffff;
  color: #052e48;
  font-family: Heebo, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}.hydrou-page .hydrou-submenu a:hover,
.hydrou-page .hydrou-submenu a.is-active {
  background: #003b5c;
  color: #ffffff;
  transform: translateY(-1px);
}.hydrou-page .hydrou-submenu a.is-active { transform: none; }@media (max-width: 840px) {.hydrou-page .hydrou-submenu {
    top: auto;
    right: auto;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 50%;
    width: min(calc(100vw - 24px), 512px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 7px;
    border-radius: 12px;
    transform: translateX(-50%);
    backdrop-filter: blur(5px);
  }.hydrou-page .hydrou-submenu a {
    min-height: 50px;
    padding: 6px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }
}@media (prefers-reduced-motion: reduce) {.hydrou-page .hydrou-submenu a { transition: none; }
}
