:root {
  --home-bg: #f7f2eb;
  --home-surface: rgba(255, 255, 255, 0.9);
  --home-surface-strong: #ffffff;
  --home-ink: #173b63;
  --home-ink-active: #3d6996;
  --home-ink-soft: #62758f;
  --home-brand: #f3b56b;
  --home-brand-strong: #e69847;
  --home-line: rgba(23, 59, 99, 0.1);
  --home-shadow: 0 20px 50px rgba(16, 43, 74, 0.1);
}

body.home-page {
  background:
    radial-gradient(circle at top left, rgba(243, 181, 107, 0.14), transparent 24%),
    radial-gradient(circle at 88% 10%, rgba(23, 59, 99, 0.08), transparent 22%),
    linear-gradient(180deg, #faf6ef 0%, var(--home-bg) 44%, #f6efe4 100%);
  color: var(--home-ink);
}

.home-page .home-main {
  overflow-x: clip;
}

.home-page .home-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.home-page .top-bar {
  background: linear-gradient(90deg, #0f2f57 0%, #1f5487 100%);
  padding: 10px 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-page .top-bar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.home-page .top-bar__meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.home-page .top-bar__item {
  margin-right: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem !important;
}

.home-page .top-bar__socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.home-page .top-bar__socials a {
  width: 32px;
  height: 32px;
  margin-left: 0;
  border-radius: 50%;
  /*border: 1px solid rgb(255, 255, 255);*/
  /*background: rgba(185, 3, 3, 0.08);*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.home-page .top-bar__socials a:hover,
.home-page .top-bar__socials a:focus-visible {
  transform: translateY(-1px);
  background: rgba(243, 181, 107, 0.18);
  border-color: rgba(243, 181, 107, 0.34);
}

.home-page .home-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #edf1f7;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.home-page .navbar.home-navbar.navbar-light {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.home-page .home-navbar.scrolled,
.home-page .navbar.shadow.scrolled {
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1) !important;
}

.home-page .home-navbar__container {
  width: min(1300px, calc(100% - 1rem));
  min-height: 82px;
  padding: 0 30px;
  gap: 20px;
  justify-content: space-between !important;
}

.home-page .home-navbar__brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
}

.home-page .home-navbar__logo {
  height: 56px;
  width: auto;
  max-height: none;
  display: block;
  flex: 0 0 auto;
}

.home-page .home-navbar__toggler {
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 10px;
  background: #f3f6fb;
  border: 0;
  box-shadow: none;
}

.home-page .home-navbar__toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 181, 107, 0.24);
}

.home-page .home-navbar__toggler .navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
  background-size: 100%;
}

.home-page .home-navbar__menu-shell {
  width: 100%;
  order: 4;
  flex-basis: 100%;
  min-width: 0;
}

.home-page #templatemo_main_nav .home-nav-list {
  max-width: none !important;
}

.home-page .home-navbar__menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  padding: 12px 20px 20px;
  background: #ffffff;
  border-top: 1px solid #edf1f7;
}

.home-page #templatemo_main_nav .home-nav-list {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  display: flex;
  flex-direction: column;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.home-page #templatemo_main_nav .home-nav-list .nav-item {
  width: 100%;
  position: relative;
}

.home-page #templatemo_main_nav .home-nav-list .nav-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 15px !important;
  border: 0;
  border-bottom: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--home-ink) !important;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  transition: 0.3s ease;
}

.home-page #templatemo_main_nav .home-nav-list .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
}

.home-page #templatemo_main_nav .home-nav-list .nav-link:hover,
.home-page #templatemo_main_nav .home-nav-list .nav-link.show {
  background: rgba(243, 181, 107, 0.14);
  color: var(--home-brand-strong) !important;
  box-shadow: none;
}

.home-page #templatemo_main_nav .home-nav-list .nav-link[aria-current="page"] {
  background: var(--home-ink-active);
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(29, 84, 135, 0.2);
}

.home-page #templatemo_main_nav .dropdown-menu {
  position: static !important;
  transform: none !important;
  float: none;
  display: none;
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 4px 0 0 12px;
  margin: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1200;
}

.home-page #templatemo_main_nav .dropdown-menu.show {
  display: block;
}

.home-page #templatemo_main_nav .dropdown-item {
  display: block;
  padding: 11px 14px;
  border-radius: 10px;
  color: var(--home-ink);
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 500;
  transition: 0.3s ease;
}

.home-page #templatemo_main_nav .dropdown-item:hover,
.home-page #templatemo_main_nav .dropdown-item:focus,
.home-page #templatemo_main_nav .dropdown-item[aria-current="page"] {
  background: rgba(243, 181, 107, 0.12);
  color: var(--home-brand-strong);
  padding-left: 18px;
}

.home-page .home-nav-cta {
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1;
  transition: 0.3s ease;
}

.home-page .home-nav-cta--desktop,
.home-page .home-nav-cta--mobile {
  background: linear-gradient(135deg, var(--home-brand) 0%, #f8d1a5 100%);
  color: #112e4c !important;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(243, 181, 107, 0.24);
}

.home-page .home-nav-cta--desktop:hover,
.home-page .home-nav-cta--desktop:focus-visible,
.home-page .home-nav-cta--mobile:hover,
.home-page .home-nav-cta--mobile:focus-visible {
  background: linear-gradient(135deg, var(--home-brand-strong) 0%, #efb374 100%);
  color: #112e4c !important;
  transform: translateY(-2px);
}

.home-page .home-nav-cta--mobile {
  display: block !important;
  width: 100%;
  padding: 14px 18px !important;
  text-align: center;
}

@media (max-width: 991.98px) {
  .home-page .home-navbar__brand {
    max-width: calc(100% - 92px);
  }

  .home-page .home-navbar__menu-shell.show,
  .home-page .home-navbar__menu-shell.collapsing {
    display: block;
  }

  .home-page .home-navbar__menu-shell.show .home-navbar__menu,
  .home-page .home-navbar__menu-shell.collapsing .home-navbar__menu {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  }
}

@media (min-width: 992px) {
  .home-page .home-navbar__container {
    width: min(1300px, calc(100% - 2rem));
    min-height: 82px;
    padding: 0 0 0 30px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .home-page .home-navbar__logo {
    height: 60px;
  }

  .home-page #templatemo_main_nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end !important;
    flex: 1 1 auto !important;
    align-self: stretch;
    min-width: 0;
    width: auto;
    flex-basis: auto;
    order: 0;
    padding: 0;
    overflow: visible;
  }

  .home-page .home-navbar__menu {
    width: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    justify-content: flex-end;
    gap: 24px;
    padding: 0;
    height: 100%;
    background: transparent;
    border-top: 0;
    box-shadow: none;
  }

  .home-page #templatemo_main_nav .home-nav-list {
    width: auto !important;
    flex-direction: row;
    align-items: center;
    gap: 6px !important;
    margin: 0 !important;
  }

  .home-page #templatemo_main_nav .home-nav-list .nav-item {
    width: auto;
  }

  .home-page #templatemo_main_nav .home-nav-list .dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
  }

  .home-page #templatemo_main_nav .home-nav-list .nav-link {
    width: auto;
    min-height: 46px;
    padding: 12px 15px !important;
    justify-content: center;
    white-space: nowrap;
    border-radius: 10px;
  }

  .home-page #templatemo_main_nav .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    display: block;
    min-width: 230px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
    padding: 10px;
    margin-top: 2px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) !important;
    transition: 0.3s ease;
  }

  .home-page #templatemo_main_nav .dropdown:hover > .dropdown-menu,
  .home-page #templatemo_main_nav .dropdown:focus-within > .dropdown-menu,
  .home-page #templatemo_main_nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) !important;
  }

  .home-page .home-nav-cta--desktop {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 100%;
    margin: 0;
    padding: 0 28px !important;
    border-radius: 10px;
    box-shadow: none;
  }

  .home-page .home-nav-cta--mobile {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .home-page .home-navbar__container {
    padding: 0 16px;
  }

  .home-page .home-navbar__logo {
    height: 48px;
  }
}

body.site-header-page .top-bar {
  background: linear-gradient(90deg, #0f2f57 0%, #1f5487 100%);
  padding: 10px 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.site-header-page .top-bar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

body.site-header-page .top-bar__meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

body.site-header-page .top-bar__item {
  margin-right: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem !important;
}

body.site-header-page .top-bar__socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

body.site-header-page .top-bar__socials a {
  width: 32px;
  height: 32px;
  margin-left: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

body.site-header-page .top-bar__socials a:hover,
body.site-header-page .top-bar__socials a:focus-visible {
  transform: translateY(-1px);
  background: rgba(243, 181, 107, 0.18);
  border-color: rgba(243, 181, 107, 0.34);
}

body.site-header-page .home-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #edf1f7;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

body.site-header-page .navbar.home-navbar.navbar-light {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body.site-header-page .home-navbar.scrolled,
body.site-header-page .navbar.shadow.scrolled {
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1) !important;
}

body.site-header-page .home-navbar__container {
  width: min(1300px, calc(100% - 1rem));
  min-height: 82px;
  padding: 0 30px;
  gap: 20px;
  justify-content: space-between !important;
}

body.site-header-page .home-navbar__brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
}

body.site-header-page .home-navbar__logo {
  height: 56px;
  width: auto;
  max-height: none;
  display: block;
  flex: 0 0 auto;
}

body.site-header-page .home-navbar__toggler {
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 10px;
  background: #f3f6fb;
  border: 0;
  box-shadow: none;
}

body.site-header-page .home-navbar__toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 181, 107, 0.24);
}

body.site-header-page .home-navbar__toggler .navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
  background-size: 100%;
}

body.site-header-page .home-navbar__menu-shell {
  width: 100%;
  order: 4;
  flex-basis: 100%;
  min-width: 0;
}

body.site-header-page #templatemo_main_nav .home-nav-list {
  max-width: none !important;
}

body.site-header-page .home-navbar__menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  padding: 12px 20px 20px;
  background: #ffffff;
  border-top: 1px solid #edf1f7;
}

body.site-header-page #templatemo_main_nav .home-nav-list {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  display: flex;
  flex-direction: column;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

body.site-header-page #templatemo_main_nav .home-nav-list .nav-item {
  width: 100%;
  position: relative;
}

body.site-header-page #templatemo_main_nav .home-nav-list .nav-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 15px !important;
  border: 0;
  border-bottom: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--home-ink) !important;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  transition: 0.3s ease;
}

body.site-header-page #templatemo_main_nav .home-nav-list .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
}

body.site-header-page #templatemo_main_nav .home-nav-list .nav-link:hover,
body.site-header-page #templatemo_main_nav .home-nav-list .nav-link.show {
  background: rgba(243, 181, 107, 0.14);
  color: var(--home-brand-strong) !important;
  box-shadow: none;
}

body.site-header-page #templatemo_main_nav .home-nav-list .nav-link[aria-current="page"] {
  background: var(--home-ink-active);
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(29, 84, 135, 0.2);
}

body.site-header-page #templatemo_main_nav .dropdown-menu {
  position: static !important;
  transform: none !important;
  float: none;
  display: none;
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 4px 0 0 12px;
  margin: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1200;
}

body.site-header-page #templatemo_main_nav .dropdown-menu.show {
  display: block;
}

body.site-header-page #templatemo_main_nav .dropdown-item {
  display: block;
  padding: 11px 14px;
  border-radius: 10px;
  color: var(--home-ink);
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 500;
  transition: 0.3s ease;
}

body.site-header-page #templatemo_main_nav .dropdown-item:hover,
body.site-header-page #templatemo_main_nav .dropdown-item:focus,
body.site-header-page #templatemo_main_nav .dropdown-item[aria-current="page"] {
  background: rgba(243, 181, 107, 0.12);
  color: var(--home-brand-strong);
  padding-left: 18px;
}

body.site-header-page .home-nav-cta {
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1;
  transition: 0.3s ease;
}

body.site-header-page .home-nav-cta--desktop,
body.site-header-page .home-nav-cta--mobile {
  background: linear-gradient(135deg, var(--home-brand) 0%, #f8d1a5 100%);
  color: #112e4c !important;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(243, 181, 107, 0.24);
}

body.site-header-page .home-nav-cta--desktop:hover,
body.site-header-page .home-nav-cta--desktop:focus-visible,
body.site-header-page .home-nav-cta--mobile:hover,
body.site-header-page .home-nav-cta--mobile:focus-visible {
  background: linear-gradient(135deg, var(--home-brand-strong) 0%, #efb374 100%);
  color: #112e4c !important;
  transform: translateY(-2px);
}

body.site-header-page .home-nav-cta--mobile {
  display: block !important;
  width: 100%;
  padding: 14px 18px !important;
  text-align: center;
}

@media (max-width: 991.98px) {
  body.site-header-page .home-navbar__brand {
    max-width: calc(100% - 92px);
  }

  body.site-header-page .home-navbar__menu-shell.show,
  body.site-header-page .home-navbar__menu-shell.collapsing {
    display: block;
  }

  body.site-header-page .home-navbar__menu-shell.show .home-navbar__menu,
  body.site-header-page .home-navbar__menu-shell.collapsing .home-navbar__menu {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  }
}

@media (min-width: 992px) {
  body.site-header-page .home-navbar__container {
    width: min(1300px, calc(100% - 2rem));
    min-height: 82px;
    padding: 0 0 0 30px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  body.site-header-page .home-navbar__logo {
    height: 60px;
  }

  body.site-header-page #templatemo_main_nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end !important;
    flex: 1 1 auto !important;
    align-self: stretch;
    min-width: 0;
    width: auto;
    flex-basis: auto;
    order: 0;
    padding: 0;
    overflow: visible;
  }

  body.site-header-page .home-navbar__menu {
    width: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    justify-content: flex-end;
    gap: 24px;
    padding: 0;
    height: 100%;
    background: transparent;
    border-top: 0;
    box-shadow: none;
  }

  body.site-header-page #templatemo_main_nav .home-nav-list {
    width: auto !important;
    flex-direction: row;
    align-items: center;
    gap: 6px !important;
    margin: 0 !important;
  }

  body.site-header-page #templatemo_main_nav .home-nav-list .nav-item {
    width: auto;
  }

  body.site-header-page #templatemo_main_nav .home-nav-list .dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
  }

  body.site-header-page #templatemo_main_nav .home-nav-list .nav-link {
    width: auto;
    min-height: 46px;
    padding: 12px 15px !important;
    justify-content: center;
    white-space: nowrap;
    border-radius: 10px;
  }

  body.site-header-page #templatemo_main_nav .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    display: block;
    min-width: 230px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
    padding: 10px;
    margin-top: 2px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) !important;
    transition: 0.3s ease;
  }

  body.site-header-page #templatemo_main_nav .dropdown:hover > .dropdown-menu,
  body.site-header-page #templatemo_main_nav .dropdown:focus-within > .dropdown-menu,
  body.site-header-page #templatemo_main_nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) !important;
  }

  body.site-header-page .home-nav-cta--desktop {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 100%;
    margin: 0;
    padding: 0 28px !important;
    border-radius: 10px;
    box-shadow: none;
  }

  body.site-header-page .home-nav-cta--mobile {
    display: none !important;
  }
}

@media (max-width: 576px) {
  body.site-header-page .home-navbar__container {
    padding: 0 16px;
  }

  body.site-header-page .home-navbar__logo {
    height: 48px;
  }
}

.home-page .home-kicker,
.home-page .home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.45rem 0.8rem;
  border-radius:8px;
  background: rgba(23, 59, 99, 0.08);
  color: var(--home-ink);
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .home-section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.home-page .home-divisions .home-section-heading,
.home-page .home-testimonials .home-section-heading,
.home-page .hayl_academic .home-section-heading,
.home-page .whychoose_hayl .home-section-heading,
.home-page .hayl_academic__header,
.home-page .whychoose_hayl__header {
  width: 100%;
  max-width: none;
}

.home-page .hayl_academic__container,
.home-page .whychoose_hayl__container {
  width: min(1320px, calc(100% - 2rem));
  max-width: none;
}

.home-page .home-section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-page .hayl_academic__subtitle,
.home-page .whychoose_hayl__subtitle {
  width: 100%;
  max-width: none;
}

.home-page .home-divisions .home-section-heading,
.home-page .home-testimonials .home-section-heading,
.home-page .hayl_academic .home-section-heading,
.home-page .whychoose_hayl .home-section-heading,
.home-page .hayl_academic__header,
.home-page .whychoose_hayl__header {
  text-align: center;
}

.home-page .hayl_academic__title,
.home-page .whychoose_hayl__title {
  width: 100%;
  text-align: center;
}

.home-page .home-divisions .home-section-heading p,
.home-page .home-testimonials .home-section-heading p,
.home-page .hayl_academic .home-section-heading p,
.home-page .whychoose_hayl .home-section-heading p,
.home-page .hayl_academic__subtitle,
.home-page .whychoose_hayl__subtitle {
  text-align: center !important;
  text-align-last: center;
}

.home-page .home-section-heading h2,
.home-page .home-director__body h2,
.home-page .home-panel h2,
.home-page .home-testimonial-card__meta h3,
.home-page .home-division-card__body h3 {
  color: var(--home-ink);
}

.home-page .home-section-heading h2,
.home-page .home-director__body h2,
.home-page .home-panel h2 {
  margin: 16px 0 0;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
  line-height: 1.08;
}

.home-page .home-section-heading p,
.home-page .home-panel p,
.home-page .home-division-card__body p,
.home-page .home-testimonial-card__quote {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: var(--home-ink-soft);
}

.home-page .home-section-heading p,
.home-page .home-hero__intro-copy p,
.home-page .home-panel--warm > p,
.home-page .home-panel--events > p,
.home-page .home-director__quote,
.home-page .home-division-card__body > p,
.home-page .home-testimonial-card__quote,
.home-page .hayl-hero__sub,
.home-page .hayl_academic__subtitle,
.home-page .whychoose_hayl__subtitle {
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
}

.home-page .whychoose_hayl .home-section-heading p {
  text-align: center !important;
  text-align-last: center;
}

.home-page .home-hero {
  padding: 0 0 48px;
}

.home-page .home-hero__slider {
  position: relative;
  height: clamp(620px, 88vh, 860px);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.home-page .home-hero__track {
  display: flex;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
}

.home-page .home-hero__slide {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  overflow: hidden;
}

.home-page .home-hero__image {
  position: absolute;
  inset: 0;
}

.home-page .home-hero__image,
.home-page .home-director__media img,
.home-page .home-division-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-page .home-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 181, 107, 0.22), transparent 24%),
    linear-gradient(105deg, rgba(8, 24, 46, 0.92) 0%, rgba(13, 41, 74, 0.72) 38%, rgba(15, 47, 87, 0.18) 100%);
}

.home-page .home-hero__caption {
  position: relative !important;
  inset: auto !important;
  z-index: 1;
  display: block !important;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: clamp(4.5rem, 7vw, 6.5rem);
  padding-right: clamp(4.5rem, 7vw, 6.5rem);
  margin: 0 auto !important;
}

.home-page .home-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: clamp(4rem, 10vw, 8rem) 0 7.5rem;
  text-align: justify;
  text-justify: inter-word;
}

.home-page .home-hero h1,
.home-page .home-hero h2,
.home-page .home-hero p {
  width: 100%;
}

.home-page .home-hero__eyebrow {
  align-self: center;
}

.home-page .home-hero__eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

.home-page .home-hero h1,
.home-page .home-hero h2 {
  margin: 16px 0 18px;
  color: #ffffff !important;
  font-size: clamp(2.2rem, 3.3vw, 3.35rem) !important;
  font-weight: 600 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.01.5em;
  text-align: justify !important;
  text-justify: inter-word;
  text-align-last: left;
}

.home-page .home-hero p {
  max-width: 100%;
  width: 100%;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 1.08rem !important;
  line-height: 1.78 !important;
  text-align: justify !important;
  text-justify: inter-word;
  text-align-last: left;
}

.home-page .home-hero__intro {
  position: relative;
  z-index: 4;
  margin-top: -72px;
}

.home-page .home-hero__intro-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
  gap: 16px;
  align-items: start;
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 181, 107, 0.22), transparent 26%),
    radial-gradient(circle at 0% 100%, rgba(243, 181, 107, 0.1), transparent 28%),
    linear-gradient(135deg, #11355f 0%, #1b4f82 56%, #0d2847 100%);

}

.home-page .home-hero__intro-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  pointer-events: none;
  z-index: 0;
}

.home-page .home-hero__intro-copy,
.home-page .home-hero__intro-pills {
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
}

.home-page .home-hero__intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.15rem;
  padding: 0;
}

.home-page .home-hero__intro-copy .home-kicker {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.home-page .home-hero__intro-copy h2 {
  margin: 12px 0 10px;
  color: #fff8ec;
  font-size: clamp(1.65rem, 2.7vw, 2.25rem) !important;
  font-weight: 800 !important;
  line-height: 1.06 !important;
}

.home-page .home-hero__intro-copy p {
  margin: 0;
  max-width: 100%;
  width: 100%;
  color: rgba(255, 244, 220, 0.84);
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
}

.home-page .home-hero__intro-pills {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 0 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  justify-content: flex-start;
}

.home-page .home-hero__intro-pills-head {
  display: grid;
  gap: 6px;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page .home-hero__intro-pills-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3b56b 0%, #f8d8b4 100%);
  color: #112e4c;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .home-hero__intro-pills-head p {
  margin: 0;
  color: rgba(255, 244, 220, 0.8);
  font-size: 0.82rem !important;
  line-height: 1.42 !important;
  text-align: left;
}

.home-page .home-hero__intro-pills-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.home-page .home-hero__intro-pill {
  min-height: 0;
  padding: 0.65rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: none;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  box-shadow: none;
}

.home-page .home-hero__intro-pill:last-child {
  border-bottom: 0;
}

.home-page .home-hero__intro-pill-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3b56b 0%, #f8d8b4 100%);
  color: #112e4c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem !important;
  box-shadow: none;
}

.home-page .home-hero__intro-pill-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.home-page .home-hero__intro-pill-copy strong {
  color: #fff8ec;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
}

.home-page .home-hero__intro-pill-copy span {
  color: rgba(255, 244, 220, 0.76);
  font-size: 0.72rem !important;
  line-height: 1.35 !important;
}

.home-page .home-hero__actions,
.home-page .home-story__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.home-page .home-hero__actions {
  width: 100%;
  justify-content: center;
  padding-top: 0.9rem;
}

.home-page .home-button {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.home-page .home-button:hover,
.home-page .home-button:focus-visible {
  transform: translateY(-2px);
}

.home-page .home-button--primary {
  background: linear-gradient(135deg, var(--home-brand) 0%, #f8d1a5 100%);
  color: #112e4c;
  box-shadow: 0 18px 32px rgba(243, 181, 107, 0.24);
}

.home-page .home-button--secondary,
.home-page .home-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.home-page .home-button--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.home-page .home-button--ghost {
  background: rgba(23, 59, 99, 0.06);
  color: var(--home-ink);
  border-color: rgba(23, 59, 99, 0.12);
}

.home-page .home-hero__arrow {
  position: absolute;
  top: 50%;
  width: 46px !important;
  height: 46px !important;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff;
  backdrop-filter: blur(12px);
  transform: translateY(-50%);
  z-index: 2;
}

.home-page .home-hero__arrow.left {
  left: 24px;
}

.home-page .home-hero__arrow.right {
  right: 24px;
}

.home-page .home-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 96px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 12px;
}

.home-page .home-hero__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.home-page .home-hero__dot.is-active {
  background: var(--home-brand);
  box-shadow: 0 0 0 6px rgba(243, 181, 107, 0.16);
}

.home-page .home-feature-strip {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 10px 0 42px;
}

.home-page .home-feature-strip__header {
  margin-bottom: 24px;
}

.home-page .home-feature-grid,
.home-page .home-partners__grid,
.home-page .home-testimonials__grid {
  display: grid;
  gap: 18px;
}

.home-page .home-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .home-feature-card,
.home-page .home-panel,
.home-page .home-division-card,
.home-page .home-testimonial-card,
.home-page .home-partner-card,
.home-page .hayl-stats__wrap,
.home-page .hayl_academic__card {
  background: var(--home-surface-strong);

  box-shadow: var(--home-shadow);
}

.home-page .home-feature-card {
  position: relative;
  min-height: 245px;
  padding: 24px;
  border-radius: 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.home-page .home-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(243, 181, 107, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.home-page .home-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 54px rgba(16, 43, 74, 0.14);
  border-color: rgba(243, 181, 107, 0.28);
}

.home-page .home-feature-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-page .home-feature-card__number {
  color: rgba(23, 59, 99, 0.36);
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em;
}

.home-page .home-feature-card__icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: rgba(243, 181, 107, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--home-brand-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.home-page .home-feature-card__icon i {
  font-size: 1.24rem;
}

.home-page .home-feature-card h2,
.home-page .home-feature-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: var(--home-ink);
  letter-spacing: -0.02em;
}

.home-page .home-feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.95rem !important;
  line-height: 1.72 !important;
  color: var(--home-ink-soft);
}

.home-page .home-feature-card__tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(23, 59, 99, 0.06);
  color: var(--home-ink);
  font-size: 0.8rem !important;
  font-weight: 700 !important;
}

.home-page .home-director,
.home-page .home-story,
.home-page .home-divisions,
.home-page .home-testimonials,
.home-page .home-partners {
  padding-top: 30px;
}

.home-page .home-testimonials {
  padding-bottom: 18px;
}

.home-page .home-testimonials__slider {
  position: relative;
  outline: none;
  touch-action: pan-y;
}

.home-page .home-testimonials__viewport {
  overflow: hidden;
}

.home-page .home-testimonials__track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.home-page .home-testimonial-slide {
  flex: 0 0 100%;
  min-width: 100%;
  width: 100%;
  margin: 0;
}

.home-page .home-card,
.home-page .home-panel,
.home-page .home-division-card,
.home-page .home-testimonial-card {
  border-radius: 20px;
  overflow: hidden;
}

.home-page .home-director__card,
.home-page .home-story__grid {
  display: grid;
  gap: 24px;
}

.home-page .home-director__card {
  border: 1px solid var(--home-brand-strong);
}

.home-page .home-director__card,
.home-page .home-story__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-page .home-director__media {
  min-height: 100%;
}

.home-page .home-director__body,
.home-page .home-panel,
.home-page .home-division-card__body,
.home-page .home-testimonial-card {
  padding: clamp(1.6rem, 4vw, 2.6rem);
}

.home-page .home-testimonial-card {
  width: min(100%, 920px);
  min-height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: none;
}

.home-page .home-testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 24px;
  right: clamp(22px, 4vw, 34px);
  color: rgba(243, 181, 107, 0.18);
  font-size: clamp(3rem, 7vw, 4.6rem);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.home-page .home-testimonials__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.home-page .home-testimonials__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(23, 59, 99, 0.2);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.home-page .home-testimonials__dot.is-active {
  background: var(--home-brand);
  box-shadow: 0 0 0 6px rgba(243, 181, 107, 0.16);
  transform: scale(1.05);
}

.home-page .home-testimonials__dot:focus-visible {
  outline: 2px solid var(--home-brand);
  outline-offset: 3px;
}

@media (min-width: 1101px) {
  .home-page .hayl_academic__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-page .home-testimonials__track {
    display: flex;
    gap: 18px;
  }

  .home-page .home-testimonial-slide {
    flex: 0 0 calc((100% - 36px) / 3);
    min-width: calc((100% - 36px) / 3);
    width: calc((100% - 36px) / 3);
  }

  .home-page .home-testimonial-card {
    width: 100%;
  }
}

.home-page .home-director__quote {
  margin: 18px 0 0;
  font-size: 1rem !important;
  line-height: 1.9 !important;
  color: var(--home-ink-soft);
}

.home-page .home-director__signature {
  margin: 24px 0 0;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: var(--home-brand-strong);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .home-panel--warm {
  background: linear-gradient(180deg, #fff7ea 0%, #ffffff 100%);
}

.home-page .home-panel--events {
  background: linear-gradient(135deg, #11355f 0%, #24578c 100%);
  color: #ffffff;
}

.home-page .home-panel--events .home-kicker,
.home-page .home-panel--events h2,
.home-page .home-panel--events p,
.home-page .home-event__content h3,
.home-page .home-event__content p,
.home-page .home-text-link {
  color: #ffffff !important;
}

.home-page .home-panel--events .home-kicker {
  background: rgba(255, 255, 255, 0.12);
}

.home-page .home-story__checks {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.home-page .home-story__checks li {
  position: relative;
  padding-left: 30px;
  font-size: 0.97rem !important;
  line-height: 1.75 !important;
  color: var(--home-ink-soft);
}

.home-page .home-story__checks li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--home-brand-strong);
}

.home-page .home-events {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.home-page .home-event {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  padding: 16px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page .home-event__date {
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: rgba(243, 181, 107, 0.16);
  color: #ffffff;
  text-align: center;
}

.home-page .home-event__date-day {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  line-height: 1.3;
}

.home-page .home-event__date-month {
  font-size: 0.64rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
}

.home-page .home-event__content h3 {
  margin: 0 0 4px;
  font-size: 1.02rem !important;
  font-weight: 700 !important;
}

.home-page .home-event__content p,
.home-page .home-text-link {
  margin: 0;
  font-size: 0.92rem !important;
}

.home-page .home-text-link {
  display: inline-flex;
  margin-top: 18px;
  text-decoration: none;
  font-weight: 700 !important;
}

.home-page .home-division-card__media {
  position: relative;
  aspect-ratio: 4 / 4.6;
}

.home-page .home-divisions .row > [class*="col-"] {
  display: flex;
}

.home-page .home-division-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.home-page .home-division-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.home-page .home-division-card__badge,
.home-page .home-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 700 !important;
}

.home-page .home-division-card__badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 0.7rem 1rem;
  background: rgba(17, 46, 76, 0.9);
  color: #ffffff;
  font-size: 0.88rem !important;
}

.home-page .home-division-card__body h3 {
  margin: 0 0 10px;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
}

.home-page .home-division-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: auto;
  padding-top: 20px;
}

.home-page .home-pill {
  padding: 0.55rem 0.9rem;
  background: rgba(243, 181, 107, 0.14);
  color: var(--home-brand-strong);
  font-size: 0.8rem !important;
}

.home-page .home-pill--link {
  width: fit-content;
  padding: 0 0 0.18rem;
  border-radius: 0;
  justify-content: flex-start;
  background: none;
  color: var(--home-brand-strong);
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  line-height: 1.35;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-page .home-pill--link::after {
  content: "\2192";
  margin-left: 0.42rem;
  font-size: 0.82em;
  opacity: 0.8;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-page .home-pill--link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.12rem;
  height: 1px;
  background: currentColor;
  opacity: 0.18;
  transform-origin: left center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-page .home-pill--link:hover,
.home-page .home-pill--link:focus-visible {
  color: var(--home-brand);
  transform: translateX(2px);
}

.home-page .home-pill--link:hover::after,
.home-page .home-pill--link:focus-visible::after {
  opacity: 1;
  transform: translateX(2px);
}

.home-page .home-pill--link:hover::before,
.home-page .home-pill--link:focus-visible::before {
  opacity: 0.36;
}

.home-page .home-pill--link:focus-visible {
  outline: none;
}

.home-page .hayl-learning,
.home-page .hayl_academic,
.home-page .whychoose_hayl {
  padding-top: 34px;
}

.home-page .hayl-hero,
.home-page .whychoose_hayl__metrics {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--home-shadow);
}

.home-page .hayl-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-page .hayl-hero__inner {
  max-width: none;
  padding-left: clamp(24px, 5vw, 72px);
  padding-right: clamp(24px, 5vw, 72px);
}

.home-page .whychoose_hayl__metrics {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

.home-page .whychoose_hayl__grid {
  padding-left: 0;
  padding-right: 0;
}

.home-page .hayl-stats {
  background: transparent;
  padding-top: 0;
  margin-top: 0;
}

.home-page .hayl_academic__container,
.home-page .whychoose_hayl__container {
  width: min(1180px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

.home-page .hayl-stats__wrap {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  border-radius: 0;
}

.home-page .hayl_academic__card {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.home-page .hayl_academic__media {
  aspect-ratio: 4 / 2.85;
}

.home-page .hayl_academic__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 1.35rem 1.3rem 1.3rem;
}

.home-page .hayl_academic__stage {
  margin: 0;
  font-size: clamp(1.1rem, 1.55vw, 1.3rem);
  line-height: 1.18;
}

.home-page .hayl_academic__years {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.55;
  color: var(--home-ink-soft);
}

.home-page .hayl_academic__btn {
  margin-top: auto;
  width: fit-content;
  min-height: 44px;
  padding: 0.68rem 0.98rem;
  border-radius: 10px;
  font-size: 0.9rem;
  box-shadow: none;
}

@media (min-width: 1101px) {
  .home-page .hayl_academic__grid {
    gap: 20px;
  }

  .home-page .hayl_academic__content {
    min-height: 168px;
  }
}

.home-page .home-testimonials__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .home-testimonial-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.home-page .home-testimonial-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 64px;
}

.home-page .home-testimonial-card__meta h3 {
  margin: 0 0 4px;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
}

.home-page .home-testimonial-card__meta p {
  margin: 0;
  font-size: 0.88rem !important;
  color: var(--home-ink-soft);
}

.home-page .home-testimonial-card__quote {
  margin: 0;
}

.home-page .home-testimonial-card__rating {
  display: flex;
  gap: 6px;
  margin-top: 18px;
  color: var(--home-brand);
}

.home-page .home-partners__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .home-partner-card {
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border-radius: 24px;
}

.home-page .home-partner-card img {
  max-width: 100%;
  max-height: 58px;
}

.home-page .partners-section {
  padding-top: 56px !important;
  padding-bottom: 0 !important;
}

.home-page .partners-section .row.text-center {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.home-page .footer-section--home {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .home-page .home-feature-grid,
  .home-page .home-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-testimonials__grid,
  .home-page .home-director__card,
  .home-page .home-story__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-hero__intro-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-page .home-hero__intro-pills {
    justify-content: flex-start;
    padding-left: 0;
    padding-top: 1rem;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-page .home-hero__intro-pills-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home-page .top-bar__meta {
    display: none;
  }

  .home-page .home-hero {
    padding-bottom: 34px;
  }

  .home-page .home-hero__slider,
  .home-page .home-hero__slide {
    height: 620px;
    border-radius: 0;
  }

  .home-page .home-hero__slide {
    padding: 0;
  }

  .home-page .home-hero__content {
    width: 100%;
    max-width: none;
    padding: 4.8rem 0 6.3rem;
    align-items: center;
  }

  .home-page .home-hero__caption {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-page .home-hero__actions {
    gap: 10px;
    padding-top: 0.75rem;
  }

  .home-page .home-button {
    min-height: 46px;
    padding: 0 16px;
    font-size: 0.88rem !important;
  }

  .home-page .home-hero__overlay {
    background:
      radial-gradient(circle at 78% 16%, rgba(243, 181, 107, 0.16), transparent 24%),
      linear-gradient(105deg, rgba(8, 24, 46, 0.96) 0%, rgba(11, 35, 63, 0.84) 45%, rgba(15, 47, 87, 0.44) 100%);
  }

  .home-page .home-hero h1,
  .home-page .home-hero h2 {
    font-size: clamp(1.28rem, 5.8vw, 1.8rem) !important;
    line-height: 1.14 !important;
    text-align: center !important;
    text-align-last: center;
  }

  .home-page .home-hero p {
    max-width: 100%;
    width: 100%;
    font-size: 1rem !important;
    line-height: 1.68 !important;
    text-align: justify !important;
    text-justify: inter-word;
    text-align-last: left;
  }

  .home-page .hayl_academic .home-section-heading p,
  .home-page .whychoose_hayl .home-section-heading p {
    text-align: justify !important;
    text-justify: inter-word;
    text-align-last: left;
  }

  .home-page .home-hero__eyebrow {
    font-size: 0.72rem !important;
    letter-spacing: 0.06em;
    align-self: center;
  }

  .home-page .home-hero__intro {
    margin-top: -52px;
  }

  .home-page .home-hero__dots {
    bottom: 78px;
  }

  .home-page .home-hero__arrow {
    width: 36px !important;
    height: 36px !important;
  }

  .home-page .home-hero__arrow.left {
    left: 10px;
  }

  .home-page .home-hero__arrow.right {
    right: 10px;
  }

  .home-page .home-hero__intro-card {
    gap: 20px;
    padding: 1.15rem;
    border-radius: 24px;
  }

  .home-page .home-hero__intro-card::before {
    inset: 10px;
    border-radius: 18px;
  }

  .home-page .home-hero__intro-copy {
    padding: 0;
  }

  .home-page .home-hero__intro-copy h2 {
    font-size: 1.75rem !important;
  }

  .home-page .home-hero__intro-pills {
    padding: 0.9rem 0 0;
    gap: 10px;
  }

  .home-page .home-hero__intro-pills-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-hero__intro-pill {
    min-height: 0;
  }

  .home-page .home-feature-strip {
    margin-top: 0;
    padding-top: 6px;
  }

  .home-page .home-feature-grid,
  .home-page .home-partners__grid,
  .home-page .home-director__card,
  .home-page .home-story__grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-feature-card {
    min-height: auto;
    padding: 1.25rem;
  }

  .home-page .home-testimonial-card {
    width: 100%;
  }

  .home-page .home-hero__arrow {
    width: 40px !important;
    height: 40px !important;
  }
}
