:root {
  --skiisy-primary: #155eef;
  --skiisy-primary-dark: #0b3fa8;
  --skiisy-navy: #09203f;
  --skiisy-orange: #ffb020;
  --skiisy-soft: #f4f7fb;
  --skiisy-border: #e4e9f1;
  --skiisy-text: #17233d;
  --skiisy-muted: #64748b;
}

html {
  scroll-behavior: smooth;
}

html.translated-ltr,
html.translated-rtl {
  margin-top: 0 !important;
}

body {
  top: 0 !important;
  color: var(--skiisy-text);
  font-family: "Inter", sans-serif;
  background: #fff;
}

iframe.skiptranslate.goog-te-banner-frame,
.goog-te-banner-frame,
.goog-te-balloon-frame,
iframe.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
}

a {
  text-decoration: none;
}

.site-loader {
  position: fixed;
  z-index: 3000;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(21, 94, 239, 0.08), transparent 16rem),
    #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader-inner {
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(9, 32, 63, 0.16);
  animation: loader-pulse 1.3s ease-in-out infinite;
}

.site-loader img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.skip-link {
  z-index: 9999;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--skiisy-navy);
}

.site-header {
  background: #fff;
  box-shadow: 0 18px 44px rgba(9, 32, 63, 0.08);
}

.announcement-bar {
  position: relative;
  overflow: hidden;
  padding: 0.85rem 0;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(3, 76, 184, 0.2), transparent 34%),
    linear-gradient(90deg, #061c85 0%, #0730af 54%, #034fb8 100%);
  font-size: 0.84rem;
  font-weight: 800;
}

.announcement-bar a {
  color: #fff;
  font-weight: 700;
}

.announcement-strip {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.7vw, 2rem);
}

.announcement-item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  line-height: 1.25;
  white-space: nowrap;
}

.announcement-item-wide {
  min-width: min(430px, 34vw);
  justify-content: flex-start;
  white-space: normal;
}

.announcement-item > i {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  color: #0a2b91;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 18px rgba(2, 18, 75, 0.22);
}

.announcement-divider {
  width: 1px;
  height: 34px;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.62);
}

.translate-widget {
  display: inline-flex;
  min-width: 110px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.18rem 0.48rem;
  overflow: hidden;
  border: 1px solid #dce6f3;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(2, 18, 75, 0.16);
}

.translate-widget > i {
  color: var(--skiisy-primary);
  font-size: 0.9rem;
  line-height: 1;
}

.translate-widget .goog-te-gadget {
  display: flex !important;
  align-items: center;
  height: 28px;
  overflow: hidden;
  color: transparent !important;
  font-family: inherit !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.translate-widget .goog-logo-link,
.translate-widget .goog-te-gadget > span {
  display: none !important;
}

.translate-widget .goog-te-gadget-simple {
  display: inline-flex !important;
  min-height: 28px;
  align-items: center;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  line-height: 1 !important;
}

.translate-widget .goog-te-gadget-icon {
  width: 18px !important;
  height: 18px !important;
  margin-right: 0.25rem !important;
  background-size: 18px 18px !important;
}

.translate-widget .goog-te-menu-value,
.translate-widget .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  display: inline-flex !important;
  align-items: center;
  gap: 0.22rem;
  color: #41516a !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.translate-widget .goog-te-menu-value span,
.translate-widget .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  color: #41516a !important;
  font-family: inherit !important;
}

.translate-widget select.goog-te-combo {
  width: 82px;
  height: 28px;
  margin: 0 !important;
  padding: 0 0.2rem;
  color: #41516a;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  outline: 0;
}

.header-main {
  background: #fff;
}

.header-main > .container-xl {
  display: flex;
  min-height: 72px;
  max-width: min(100% - 2.25rem, 1760px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 4vw, 3rem);
}

.navbar-brand {
  flex: 0 0 auto;
  margin-right: 0;
  color: var(--skiisy-navy);
}

.navbar-brand:hover {
  color: var(--skiisy-navy);
}

.header-main-actions {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1rem, 2.4vw, 2rem);
}

.header-main-actions .navbar-toggler {
  display: none;
}

.header-phone-group {
  display: inline-flex;
  align-items: center;
  gap: 1.45rem;
  color: #081646;
  font-size: clamp(1rem, 1.35vw, 1.42rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.header-phone-group a {
  color: inherit;
}

.header-phone-group a:hover {
  color: var(--skiisy-primary);
}

.header-phone-group span {
  width: 1px;
  height: 25px;
  background: #9aa7bb;
}

.navbar {
  min-height: 72px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar > .container-xl {
  max-width: min(100% - 3rem, 1760px);
}

.site-nav-shell {
  position: relative;
  z-index: 2;
  margin-bottom: -34px;
  background: transparent;
}

.site-nav-shell > .container-xl {
  position: relative;
  min-height: 72px;
  border-radius: 0 0 26px 26px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(9, 32, 63, 0.12);
}

.site-nav-shell > .container-xl::before,
.site-nav-shell > .container-xl::after {
  position: absolute;
  top: 0;
  bottom: 8px;
  width: 76px;
  background: #0736ad;
  content: "";
}

.site-nav-shell > .container-xl::before {
  right: calc(100% - 16px);
  border-radius: 0 22px 22px 0;
}

.site-nav-shell > .container-xl::after {
  left: calc(100% - 16px);
  border-radius: 22px 0 0 22px;
}

.navbar-collapse {
  min-height: 72px;
  gap: 0;
}

.navbar-nav {
  gap: 0;
}

.navbar .nav-item {
  display: flex;
  min-height: 72px;
  align-items: stretch;
}

.brand-logo {
  display: block;
  width: clamp(170px, 14vw, 210px);
  height: 84px;
  object-fit: contain;
  object-position: left center;
  border-radius: 8px;
  transition: filter 0.3s ease, transform 0.3s ease;
}

.mobile-brand-logo {
  width: 190px;
  height: 64px;
}

.navbar .nav-link {
  position: relative;
  display: inline-flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(0.78rem, 1.15vw, 1.18rem) !important;
  color: #071643;
  border-radius: 0;
  font-size: clamp(0.76rem, 0.86vw, 0.96rem);
  font-family: inherit;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar button.nav-link {
  margin: 0;
  appearance: none;
}

.navbar .dropdown-toggle::after {
  align-self: center;
  margin-left: 0.35rem;
  vertical-align: 0;
}

.navbar .nav-item + .nav-item {
  border-left: 1px solid #dfe5ef;
}

.navbar .nav-link:hover,
.navbar .nav-link.active,
.navbar .nav-link.show {
  color: var(--skiisy-primary);
}

.dropdown-menu {
  padding: 0.65rem;
  border: 1px solid var(--skiisy-border);
  border-radius: 14px;
}

.dropdown-item {
  padding: 0.7rem 0.8rem;
  border-radius: 9px;
  color: #41516a;
  font-size: 0.90rem;
  font-weight: 700;
}

.dropdown-item:hover {
  color: var(--skiisy-primary);
  background: #eef4ff;
}

.header-portal-choices {
  flex: 0 0 auto;
  padding-left: 0;
  margin-left: auto;
  border-left: 0;
}

.header-login-card {
  display: flex;
  width: 108px;
  min-height: 50px;
  align-items: center;
  gap: 0.38rem;
  padding: 0.38rem 0.5rem 0.38rem 0.42rem;
  color: var(--skiisy-text);
  border: 1px solid #d8e3f2;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 8px 22px rgba(9, 32, 63, 0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.header-login-card:hover {
  color: var(--skiisy-primary);
  border-color: rgba(21, 94, 239, 0.32);
  box-shadow: 0 12px 28px rgba(21, 94, 239, 0.16);
  transform: translateY(-2px);
}

.header-login-icon,
.portal-option-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
}

.header-login-icon {
  width: 34px;
  height: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--skiisy-primary), #0ec7b5);
  box-shadow: 0 8px 18px rgba(21, 94, 239, 0.2);
  font-size: 0.96rem;
}

.header-login-card:hover .header-login-icon {
  transform: scale(1.05) rotate(-4deg);
}

.header-login-icon,
.portal-option-icon {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-login-card span:not(.header-login-icon),
.portal-option-card span:not(.portal-option-icon) {
  min-width: 0;
}

.header-login-card small,
.header-login-card strong,
.portal-option-card small,
.portal-option-card strong {
  display: block;
  line-height: 1.08;
}

.header-login-card small {
  color: var(--skiisy-muted);
  font-size: 0.54rem;
  font-weight: 800;
  text-transform: uppercase;
}

.header-login-card strong {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 800;
}

.header-portal-choices .header-apply-button {
  flex: 0 0 166px;
  width: 166px !important;
  min-width: 166px;
  max-width: 166px;
  height: 50px !important;
  min-height: 50px;
  max-height: 50px;
  padding-right: 0.85rem !important;
  padding-left: 0.85rem !important;
  font-size: 0.84rem;
  aspect-ratio: auto !important;
  box-shadow: 0 14px 28px rgba(21, 94, 239, 0.22);
  line-height: 1.1;
}

.header-apply-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  flex: 0 0 auto;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, #155eef 0%, #7c3aed 50%, #0ec7b5 100%) !important;
  border-color: transparent !important;
  border-radius: 999px !important;
  box-shadow:
    0 15px 30px rgba(21, 94, 239, 0.28),
    0 0 0 0 rgba(21, 94, 239, 0.34);
  contain: paint;
  transform-origin: center;
  transform: translateZ(0);
  animation:
    apply-cta-pulse 2.4s ease-in-out infinite,
    apply-cta-button-zoom 2.2s ease-in-out infinite;
  transition: box-shadow 0.25s ease, transform 0.25s ease, filter 0.25s ease;
  will-change: transform;
}

.header-apply-button::before {
  position: absolute;
  z-index: 0;
  inset: -40% auto -40% -45%;
  width: 42%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  filter: blur(1px);
  transform: skewX(-18deg);
  animation: apply-cta-shine 3.2s ease-in-out infinite;
}

.header-apply-button::after {
  position: absolute;
  z-index: 0;
  inset: 7px;
  border-radius: inherit;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.45), transparent 56%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02));
  opacity: 0.28;
  transform: scale(0.78);
  animation: apply-cta-glow-zoom 2.2s ease-in-out infinite;
  transition: opacity 0.25s ease;
}

.header-apply-button span {
  position: relative;
  z-index: 1;
  display: inline-block;
  transform: translateZ(0);
}

.header-apply-button:hover,
.header-apply-button:focus,
.header-apply-button:focus-visible,
.header-apply-button:active {
  filter: saturate(1.08);
  box-shadow:
    0 20px 38px rgba(21, 94, 239, 0.36),
    0 0 0 6px rgba(14, 199, 181, 0.14);
}

.header-apply-button:hover::after,
.header-apply-button:focus::after,
.header-apply-button:focus-visible::after,
.header-apply-button:active::after {
  opacity: 0.36;
}

.header-portal-menu > .btn-primary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding-right: 1.1rem !important;
  padding-left: 1.1rem !important;
  box-shadow: 0 12px 24px rgba(21, 94, 239, 0.2);
}

.portal-options-menu {
  width: min(360px, calc(100vw - 2rem));
  padding: 0.75rem;
}

.portal-option-card {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem;
  color: var(--skiisy-text);
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.portal-option-card + .portal-option-card {
  margin-top: 0.6rem;
}

.portal-option-card:hover {
  color: var(--skiisy-primary);
  border-color: rgba(21, 94, 239, 0.32);
  background: #f4f8ff;
  transform: translateX(3px);
}

.portal-option-icon {
  width: 52px;
  height: 52px;
  color: #fff;
  background: linear-gradient(135deg, var(--skiisy-primary), #0ec7b5);
  box-shadow: 0 10px 22px rgba(21, 94, 239, 0.2);
  font-size: 1.3rem;
}

.portal-option-card:hover .portal-option-icon {
  transform: scale(1.05) rotate(-4deg);
}

.portal-option-card small {
  margin-bottom: 0.18rem;
  color: var(--skiisy-muted);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.portal-option-card strong {
  color: inherit;
  font-size: 1.08rem;
  font-weight: 800;
}

.portal-option-card > i {
  margin-left: auto;
  color: var(--skiisy-primary);
  font-size: 1.3rem;
}

.portal-apply-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem;
  padding: 0.72rem 0.9rem;
  color: #fff;
  border-radius: 999px;
  background: var(--skiisy-primary);
  font-size: 0.9rem;
  font-weight: 800;
}

.portal-apply-link:hover {
  color: #fff;
  background: var(--skiisy-primary-dark);
}

.student-mega-menu {
  top: 72px;
  left: 50% !important;
  width: min(680px, calc(100vw - 2rem));
  transform: translateX(-50%);
  border-radius: 18px;
}

.mega-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem;
  color: var(--skiisy-text);
  border-radius: 12px;
  transition: 0.2s ease;
}

.mega-link:hover {
  color: var(--skiisy-primary);
  background: #f3f7ff;
  transform: translateX(3px);
}

.mega-link > i {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--skiisy-primary);
  border-radius: 10px;
  background: #eaf1ff;
  font-size: 1.1rem;
}

.mega-link strong,
.mega-link small {
  display: block;
}

.mega-link strong {
  font-size: 0.8rem;
}

.mega-link small {
  margin-top: 0.15rem;
  color: var(--skiisy-muted);
  font-size: 0.68rem;
}

.btn-primary {
  --bs-btn-bg: var(--skiisy-primary);
  --bs-btn-border-color: var(--skiisy-primary);
  --bs-btn-hover-bg: var(--skiisy-primary-dark);
  --bs-btn-hover-border-color: var(--skiisy-primary-dark);
}

.offcanvas {
  --bs-offcanvas-width: min(390px, 92vw);
}

.mobile-nav-link {
  display: block;
  padding: 1rem 0;
  color: var(--skiisy-text);
  border-bottom: 1px solid var(--skiisy-border);
  font-size: 1rem;
  font-weight: 600;
}

.offcanvas .accordion-button {
  color: var(--skiisy-text);
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 600;
}

.offcanvas .accordion-body a {
  display: block;
  padding: 0.55rem 0;
  color: var(--skiisy-muted);
  font-size: 0.94rem;
}

.mobile-login-options {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.mobile-login-options .portal-option-card + .portal-option-card {
  margin-top: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg {
  max-width: 100%;
}

.section-space {
  position: relative;
  padding: 6.5rem 0;
}

.section-space > .container-xl {
  position: relative;
  z-index: 1;
}

.soft-bg {
  background: var(--skiisy-soft);
}

.section-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--skiisy-primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-eyebrow::before {
  display: inline-block;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transition: width 0.65s ease 0.15s;
}

.section-eyebrow.is-revealed::before {
  width: 28px;
}

.section-title {
  color: var(--skiisy-navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.section-heading {
  max-width: 720px;
}

.credential-strip {
  position: relative;
  overflow: hidden;
  padding: 3.2rem 0;
  border-top: 1px solid #e8edf6;
  background:
    radial-gradient(circle at 8% 15%, rgba(35, 124, 224, 0.09), transparent 18rem),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.credential-strip-heading {
  margin-bottom: 1.5rem;
  text-align: center;
}

.credential-strip-heading span {
  color: var(--brand-blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.credential-strip-heading h2 {
  margin: 0.35rem 0 0;
  color: #14213d;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
}

.credential-slider {
  position: relative;
  overflow: hidden;
  padding: 0.25rem 0.1rem 0.6rem;
}

.credential-slider::before,
.credential-slider::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(120px, 16vw);
  pointer-events: none;
  content: "";
}

.credential-slider::before {
  left: 0;
  background: linear-gradient(90deg, #f8fbff 0%, rgba(248, 251, 255, 0) 100%);
}

.credential-slider::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.credential-slider-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: credential-slider 42s linear infinite;
}

.credential-slider:hover .credential-slider-track,
.credential-slider:focus-within .credential-slider-track {
  animation-play-state: paused;
}

.credential-slider-group {
  display: flex;
  flex: 0 0 auto;
  gap: 1rem;
}

.credential-logo-link {
  display: block;
  flex: 0 0 clamp(210px, 23vw, 285px);
  color: inherit;
  text-decoration: none;
}

.credential-logo-link .credential-logo-card {
  width: 100%;
  height: 100%;
}

.credential-logo-card {
  flex: 0 0 clamp(210px, 23vw, 285px);
  margin: 0;
  padding: 0.85rem;
  border: 1px solid #e3e9f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(30, 54, 94, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.credential-logo-card:hover {
  border-color: rgba(35, 124, 224, 0.3);
  box-shadow: 0 20px 44px rgba(30, 54, 94, 0.13);
  transform: translateY(-3px);
}

.credential-logo-frame {
  display: flex;
  height: 155px;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 13px;
  background: #fff;
}

.credential-logo-frame img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center;
}

.credential-logo-card figcaption {
  min-height: 2.4em;
  margin-top: 0.7rem;
  color: #4e5c75;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@keyframes credential-slider {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.footer {
  position: relative;
  color: rgba(255, 255, 255, 0.58);
  background: #06172d;
  overflow: hidden;
}

.footer::before {
  position: absolute;
  top: -220px;
  right: -130px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(85, 214, 255, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 75px rgba(85, 214, 255, 0.02),
    0 0 0 150px rgba(85, 214, 255, 0.015);
  content: "";
}

.footer-brand,
.footer-brand:hover {
  color: #fff;
}

.footer h3 {
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  line-height: 1.7;
}

.footer .col-6 > a,
.footer .col-lg-3 > a {
  display: block;
  margin-bottom: 0.6rem;
}

.footer a:hover {
  color: #fff;
}

.footer-logo {
  width: 240px;
  height: 100px;
  padding: 0.5rem;
  border-radius: 14px;
  background: #fff;
}

.social-btn {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  font-size: 0.95rem;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.social-btn:hover {
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px);
}

.social-facebook:hover {
  background: #1877f2;
}

.social-instagram:hover {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.social-youtube:hover {
  background: #ff0000;
}

.social-linkedin:hover {
  background: #0a66c2;
}

.footer-disclaimer {
  padding: 1rem 1.2rem;
  color: rgba(255, 255, 255, 0.43);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.7rem;
  line-height: 1.65;
}

.footer-disclaimer strong {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom {
  color: rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.7rem;
}

.footer-credit {
  color: rgba(255, 255, 255, 0.65);
  font-size: inherit;
  font-weight: 700;
}

.footer-credit:hover {
  color: #fff;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.55);
  font-size: inherit;
  line-height: inherit;
}

.footer-legal-links a:hover {
  color: #fff;
}

.footer-legal-links span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.floating-call {
  position: fixed;
  z-index: 1030;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  color: #fff;
  border-radius: 999px;
  background: #16a34a;
  font-size: 0.8rem;
  font-weight: 700;
  transition: 0.2s ease;
}

.floating-call:hover {
  color: #fff;
  background: #12843d;
  transform: translateY(-3px);
}

.scroll-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--skiisy-orange), #55d6ff, var(--skiisy-primary));
  box-shadow: 0 0 12px rgba(21, 94, 239, 0.45);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.scroll-navigator {
  position: fixed;
  z-index: 1025;
  top: 50%;
  right: 1rem;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.55rem;
  transform: translateY(-50%);
}

.scroll-navigator a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
  color: var(--skiisy-muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.scroll-navigator a span {
  padding: 0.28rem 0.5rem;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 18px rgba(9, 32, 63, 0.1);
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.scroll-navigator a i {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(21, 94, 239, 0.38);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(21, 94, 239, 0.2);
  transition: width 0.25s ease, height 0.25s ease, background 0.25s ease,
    box-shadow 0.25s ease;
}

.scroll-navigator a:hover span,
.scroll-navigator a.active span {
  opacity: 1;
  transform: translateX(0);
}

.scroll-navigator a:hover i,
.scroll-navigator a.active i {
  width: 11px;
  height: 11px;
  background: var(--skiisy-primary);
  box-shadow: 0 0 0 5px rgba(21, 94, 239, 0.11);
}

.animated-heading {
  position: relative;
  display: inline-block;
  padding-bottom: 0.25rem;
}

.animated-heading::after {
  position: absolute;
  right: 0;
  bottom: -0.2rem;
  left: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--skiisy-primary), #0ec7b5, transparent 85%);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.9s cubic-bezier(0.2, 0.75, 0.25, 1) 0.25s;
}

.animated-heading.is-revealed::after {
  transform: scaleX(1);
}

.reveal-element {
  opacity: 0;
  filter: blur(6px);
  transition:
    opacity 0.75s ease var(--reveal-delay, 0ms),
    filter 0.75s ease var(--reveal-delay, 0ms),
    transform 0.75s cubic-bezier(0.2, 0.72, 0.25, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-up {
  transform: translateY(32px);
}

.reveal-left {
  transform: translateX(-38px);
}

.reveal-right {
  transform: translateX(38px);
}

.reveal-element.is-revealed {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.interactive-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.interactive-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(
    280px circle at var(--pointer-x) var(--pointer-y),
    rgba(21, 94, 239, 0.1),
    transparent 55%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.interactive-card:hover::before {
  opacity: 1;
}

.interactive-card > * {
  position: relative;
  z-index: 1;
}

.animated-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease,
    background-color 0.25s ease;
}

.animated-button:hover {
  box-shadow: 0 12px 28px rgba(9, 32, 63, 0.18);
  transform: translateY(-3px);
}

.animated-button:active {
  transform: translateY(-1px) scale(0.98);
}

.button-ripple {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
  transform: scale(0);
  animation: button-ripple 0.55s ease-out;
}

.announcement-bar {
  position: relative;
  overflow: hidden;
}

.announcement-bar::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  width: 25%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  content: "";
  transform: skewX(-20deg);
  animation: announcement-shine 7s ease-in-out infinite;
}

header .navbar {
  transition: min-height 0.3s ease, box-shadow 0.3s ease;
}

header.header-scrolled .site-nav-shell > .container-xl {
  box-shadow: 0 12px 35px rgba(9, 32, 63, 0.14);
}

header.header-scrolled .header-main > .container-xl {
  min-height: 68px;
}

.navbar-brand:hover .brand-logo,
.footer-brand:hover .brand-logo {
  filter: saturate(1.08) drop-shadow(0 8px 16px rgba(21, 94, 239, 0.15));
  transform: translateY(-2px);
}

.navbar .nav-link {
  position: relative;
}

.navbar .nav-link:not(.dropdown-toggle)::before,
.navbar .dropdown-toggle::before {
  position: absolute;
  right: 0.55rem;
  bottom: 0;
  left: 0.55rem;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: #17c9cf;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.navbar .nav-link:not(.dropdown-toggle):hover::before,
.navbar .nav-link:not(.dropdown-toggle).active::before,
.navbar .dropdown-toggle:hover::before,
.navbar .dropdown-toggle.active::before,
.navbar .dropdown-toggle.show::before {
  transform: scaleX(1);
  transform-origin: left;
}

.dropdown-menu.show {
  animation: dropdown-enter 0.22s ease both;
}

.student-mega-menu.show {
  animation: mega-menu-enter 0.25s ease both;
}

.mega-link:hover > i {
  transform: rotate(-7deg) scale(1.08);
}

.mega-link > i {
  transition: transform 0.3s ease;
}

@keyframes announcement-shine {
  0%,
  58% {
    left: -30%;
  }

  85%,
  100% {
    left: 120%;
  }
}

@keyframes announcement-marquee {
  to {
    transform: translateX(-100%);
  }
}

@keyframes apply-cta-pulse {
  0%,
  100% {
    box-shadow:
      0 15px 30px rgba(21, 94, 239, 0.28),
      0 0 0 0 rgba(21, 94, 239, 0.28);
  }

  50% {
    box-shadow:
      0 18px 34px rgba(21, 94, 239, 0.36),
      0 0 0 8px rgba(14, 199, 181, 0.08);
  }
}

@keyframes apply-cta-shine {
  0%,
  55% {
    left: -45%;
  }

  78%,
  100% {
    left: 118%;
  }
}

@keyframes apply-cta-button-zoom {
  0%,
  100% {
    transform: translateZ(0) scale(1);
  }

  50% {
    transform: translateZ(0) scale(1.07);
  }
}

@keyframes apply-cta-glow-zoom {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.78);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

@keyframes dropdown-enter {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes mega-menu-enter {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(10px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

@keyframes button-ripple {
  to {
    opacity: 0;
    transform: scale(2.4);
  }
}

@keyframes badge-pulse {
  70% {
    box-shadow: 0 0 0 8px rgba(110, 231, 183, 0);
  }
}

@keyframes loader-pulse {
  50% {
    box-shadow: 0 30px 82px rgba(21, 94, 239, 0.22);
    transform: translateY(-3px) scale(1.03);
  }
}

@media (max-width: 1199.98px) {
  .site-nav-shell {
    display: none;
  }

  .header-main-actions .navbar-toggler {
    display: grid;
  }

  .header-main > .container-xl {
    min-height: 98px;
  }

  .scroll-navigator {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .brand-logo {
    width: 190px;
    height: 84px;
  }

  .header-main > .container-xl {
    min-height: 72px;
    gap: 1rem;
  }

  header.header-scrolled .header-main > .container-xl {
    min-height: 68px;
  }

  .header-phone-group {
    gap: 0.9rem;
    font-size: 1rem;
  }

  .navbar-collapse {
    gap: 0.2rem;
  }

  .navbar .nav-link {
    padding-right: 0.58rem !important;
    padding-left: 0.58rem !important;
    font-size: 0.68rem;
  }

  .header-portal-choices {
    gap: 0.22rem !important;
    padding-left: 0;
  }

  .header-login-card {
    width: 82px;
    min-height: 44px;
    gap: 0.26rem;
    padding: 0.32rem 0.34rem 0.32rem 0.3rem;
  }

  .header-login-icon {
    width: 28px;
    height: 28px;
    font-size: 0.78rem;
  }

  .header-login-card small {
    font-size: 0.48rem;
  }

  .header-login-card strong {
    font-size: 0.64rem;
  }

  .header-portal-choices .header-apply-button {
    flex-basis: 128px;
    width: 128px !important;
    min-width: 128px;
    max-width: 128px;
    height: 44px !important;
    min-height: 44px;
    max-height: 44px;
    padding-right: 0.55rem !important;
    padding-left: 0.55rem !important;
    font-size: 0.68rem;
  }
}

@media (max-width: 991.98px) {
  .announcement-strip {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.7rem 1rem;
  }

  .announcement-item-wide {
    width: 100%;
    min-width: 0;
  }

  .announcement-divider {
    display: none;
  }

  .header-phone-group {
    display: none;
  }

  .section-space {
    padding: 4.75rem 0;
  }

  .credential-slider-track,
  .credential-slider-group {
    gap: 0.85rem;
  }

  .credential-logo-card {
    flex-basis: clamp(190px, 38vw, 245px);
  }

  .footer .row {
    --bs-gutter-y: 2.75rem;
  }
}

@media (max-width: 767.98px) {
  :root {
    scroll-padding-top: 76px;
  }

  .container-xl {
    --bs-gutter-x: 2rem;
  }

  .announcement-bar {
    padding: 0.48rem 0;
    font-size: 0.72rem;
  }

  .announcement-strip {
    min-height: 0;
  }

  .announcement-item {
    gap: 0.5rem;
    white-space: normal;
  }

  .announcement-item > i {
    width: 28px;
    height: 28px;
  }

  .translate-widget {
    min-width: 104px;
    min-height: 30px;
  }

  .header-main > .container-xl,
  header.header-scrolled .header-main > .container-xl {
    min-height: 82px;
  }

  .brand-logo {
    width: 186px;
    height: 64px;
  }

  .navbar-toggler {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    color: var(--skiisy-navy);
    border-radius: 13px;
    background: #f0f5ff;
  }

  .offcanvas {
    --bs-offcanvas-width: min(360px, 94vw);
  }

  .offcanvas-header {
    padding: 0.7rem 1rem;
  }

  .offcanvas-body {
    padding: 0.7rem 1.25rem 1.5rem;
  }

  .mobile-brand-logo {
    width: 154px;
    height: 54px;
  }

  .mobile-nav-link,
  .offcanvas .accordion-button {
    min-height: 50px;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    font-size: 1rem;
  }

  .section-space {
    padding: 4rem 0;
  }

  .section-title {
    font-size: clamp(1.85rem, 8.5vw, 2.55rem);
    line-height: 1.15;
  }

  .section-eyebrow {
    font-size: 0.68rem;
  }

  .credential-strip {
    padding: 2.6rem 0;
  }

  .credential-logo-frame {
    height: 145px;
  }

  .footer-logo {
    width: 210px;
    height: 88px;
  }

  .footer .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 2.4rem;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .footer-legal-links {
    order: 3;
    flex-wrap: wrap;
  }

  .floating-call {
    right: max(0.8rem, env(safe-area-inset-right));
    bottom: max(0.8rem, env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
    justify-content: center;
    padding: 0;
    font-size: 1.05rem;
  }

  .reveal-element {
    transition-duration: 0.65s;
  }
}

@media (max-width: 575.98px) {
  .credential-logo-card {
    flex-basis: 210px;
    padding: 0.7rem;
  }

  .credential-logo-frame {
    height: 155px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .scroll-navigator {
    display: none;
  }

  .credential-slider {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .credential-slider::-webkit-scrollbar {
    display: none;
  }

  .credential-slider-track {
    animation: none !important;
  }

  .reveal-element {
    opacity: 1;
    filter: none;
    transform: none !important;
  }

  .animated-heading::after {
    transform: scaleX(1);
  }

  .section-eyebrow::before {
    width: 28px;
  }
}
