.home-v2 {
  background: #fff;
  color: #122746
}

.hp-main {
  overflow: hidden
}

.hp-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto
}

.hp-kicker {
  margin: 0 0 8px;
  color: #bd8412;
  font-size: 12px;
  font-weight: 700
}

.hp-kicker::before {
  content: "";
  width: 24px;
  height: 1px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  background: currentColor
}

.hp-kicker--light {
  color: #e8b94e
}

.hp-button {
  min-height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s ease, background-color .2s ease
}

.hp-button:hover {
  transform: translateY(-2px)
}

.hp-button--gold {
  background: #c58a12;
  color: #fff
}

.hp-button--gold:hover {
  background: #ad760a
}

.hp-button--outline {
  border: 1px solid rgba(255, 255, 255, .6);
  color: #fff
}

.hp-section-heading {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  align-items: end;
  gap: 36px
}

.hp-section-heading--single {
  grid-template-columns: 1fr
}

.hp-section-heading h2,
.hp-list-panel h2 {
  margin: 0;
  color: #031a3d;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.25
}

.hp-section-heading>p {
  margin: 0 0 3px;
  color: #68758a;
  font-size: 13px;
  line-height: 1.7
}

.hp-hero {
  min-height: 460px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background: #031a3d
}

.hp-hero__photo,
.hp-hero__overlay {
  position: absolute;
  inset: 0
}

.hp-hero__photo {
  background-position: center 44%;
  background-size: cover
}

.hp-hero__overlay {
  background: linear-gradient(90deg, rgba(3, 26, 61, .48), rgba(3, 26, 61, .9) 65%, rgba(3, 26, 61, .96))
}

.hp-hero__inner {
  position: relative;
  padding-top: 38px
}

.hp-hero__content {
  max-width: 720px
}

.hp-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.18
}

.hp-hero__content>p:not(.hp-kicker) {
  max-width: 630px;
  margin: 0;
  color: #d5dfec;
  font-size: 15px;
  line-height: 1.8
}

.hp-hero__actions {
  margin-top: 20px;
  display: flex;
  gap: 10px
}

.hp-news-ticker {
  min-height: 50px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #05275b;
  color: #fff;
  box-shadow: 0 5px 18px rgba(3, 26, 61, .14)
}

.hp-news-ticker__label {
  min-width: 155px;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #c58a12;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap
}

.hp-news-ticker__label::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-right: 10px solid #c58a12;
  border-bottom: 10px solid transparent
}

.hp-news-ticker__label svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.hp-news-ticker__viewport {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  direction: ltr
}

.hp-news-ticker__track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: hpNewsTicker var(--news-ticker-duration, 32s) linear infinite;
  will-change: transform
}

.hp-news-ticker__viewport:hover .hp-news-ticker__track {
  animation-play-state: paused
}

.hp-news-ticker__group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  direction: rtl
}

.hp-news-ticker__item {
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #eef4fc;
  font-size: 13px;
  font-weight: 600;
  line-height: 50px;
  white-space: nowrap
}

.hp-news-ticker__item i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #e8b94e;
  box-shadow: 0 0 0 4px rgba(232, 185, 78, .12)
}

@keyframes hpNewsTicker {
  to { transform: translate3d(-50%, 0, 0) }
}

.hp-shortcuts.hp-shortcuts--after-news {
  margin-top: 15px
}

@media (prefers-reduced-motion: reduce) {
  .hp-news-ticker__track {
    animation: none
  }
}

.hp-shortcuts {
  min-height: 77px;
  position: relative;
  z-index: 2;
  margin-top: -45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1e5eb;
  border-radius: 13px;
  box-shadow: 0 12px 28px rgba(5, 39, 91, .1);
  margin-bottom: 15px;
}

.hp-shortcuts>a {
  min-width: 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-left: 1px solid #e1e5eb;
  transition: background-color .2s ease
}

.hp-shortcuts>a:last-child {
  border-left: 0
}

.hp-shortcuts>a:hover {
  background: #faf7f0
}

.hp-shortcut__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #f7f1e3;
  color: #c58a12
}

.hp-shortcut__icon svg {
  width: 22px
}

.hp-shortcuts>a>span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column
}

.hp-shortcuts strong {
  overflow: hidden;
  color: #05275b;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.hp-shortcuts small {
  margin-top: 3px;
  overflow: hidden;
  color: #68758a;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap
}

/* ==========================================================================
   HP VALUES SECTION - SOFT WARM PARCHMENT THEME (#f7eed5 GRADIENT)
   ========================================================================== */
.hp-values-section {
  position: relative;
  padding: 22px 0 26px;
  background: linear-gradient(135deg, #fffcf5 0%, #f7eed5 50%, #ebdcb3 100%);
  overflow: hidden;
  color: #031a3d;
}

/* Background Subtle Ambient Glows */
.hp-values-section__bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  opacity: 0.3;
}

.hp-values-section__bg-glow--1 {
  width: 450px;
  height: 450px;
  top: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
}

.hp-values-section__bg-glow--2 {
  width: 450px;
  height: 450px;
  bottom: -100px;
  left: -100px;
  background: radial-gradient(circle, rgba(3, 26, 61, 0.25) 0%, rgba(3, 26, 61, 0) 70%);
}

/* Section Header */
.hp-values__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 18px;
  position: relative;
  z-index: 2;
}

.hp-values__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 14px;
  border-radius: 50px;
  background: rgba(3, 26, 61, 0.12);
  border: 1px solid rgba(3, 26, 61, 0.22);
  color: #031a3d;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  backdrop-filter: blur(8px);
}

.hp-values__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #031a3d;
  box-shadow: 0 0 8px rgba(3, 26, 61, 0.4);
  animation: hp-pulse-dot 2s infinite;
}

@keyframes hp-pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.hp-values__title {
  margin: 0 0 6px;
  color: #031a3d;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.hp-values__subtitle {
  margin: 0;
  color: #1e293b;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 500;
}

/* Layout */
.hp-values__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 1fr);
  gap: 20px;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.hp-values__content {
  display: flex;
  flex-direction: column;
}

/* Grid for 6 cards */
.hp-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* Value Card Styling */
.hp-value-card {
  position: relative;
  min-width: 0;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 6px 18px rgba(3, 26, 61, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.hp-value-card:hover {
  transform: translateY(-3px);
  background: #ffffff;
  border-color: #031a3d;
  box-shadow: 0 12px 28px rgba(3, 26, 61, 0.15);
}

/* Big Background Watermark Number */
.hp-value-card__number {
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  color: rgba(183, 147, 89, 0.25);
  font-family: inherit;
  transition: color 0.25s ease, transform 0.25s ease;
  user-select: none;
  pointer-events: none;
}

.hp-value-card:hover .hp-value-card__number {
  color: rgba(3, 26, 61, 0.16);
  transform: scale(1.08);
}

.hp-value-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.hp-value-card__mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #031a3d;
  color: #b79359;
  border: 1px solid rgba(183, 147, 89, 0.3);
  box-shadow: 0 3px 10px rgba(3, 26, 61, 0.12);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.hp-value-card:hover .hp-value-card__mark {
  transform: scale(1.06);
  background: #b79359;
  color: #ffffff;
}

.hp-value-card__mark svg {
  width: 17px;
  height: 17px;
}

.hp-value-card__title {
  color: #031a3d;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.hp-value-card__desc {
  margin: 0;
  color: #475569;
  font-size: 12px;
  line-height: 1.5;
  flex: 1;
}

/* Hover Accent Bar */
.hp-value-card__hover-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #031a3d, #b79359);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hp-value-card:hover .hp-value-card__hover-bar {
  opacity: 1;
  transform: scaleX(1);
}

/* Visual Container Side */
.hp-values__visual-wrapper {
  display: flex;
  flex-direction: column;
}

.hp-values__visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 240px;
  box-shadow: 0 14px 34px rgba(3, 26, 61, 0.15);
  border: 3px solid #ffffff;
  background: #031a3d;
}

.hp-values__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

.hp-values__visual:hover img {
  transform: scale(1.04);
}

.hp-values__visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 26, 61, 0.08) 0%, rgba(3, 26, 61, 0.6) 100%);
  pointer-events: none;
}

/* Floating Glass Badges on Image */
.hp-values__badge-float {
  position: absolute;
  z-index: 3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.hp-values__badge-float--top {
  top: 14px;
  left: 14px;
  background: #031a3d;
  border: 1px solid rgba(183, 147, 89, 0.4);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hp-values__badge-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #b79359;
  color: #ffffff;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
}

.hp-values__badge-icon svg {
  width: 15px;
  height: 15px;
}

.hp-values__badge-float--top strong {
  display: block;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.2;
}

.hp-values__badge-float--top small {
  display: block;
  color: #b79359;
  font-size: 10.5px;
  font-weight: 700;
}

.hp-values__badge-float--bottom {
  bottom: 14px;
  right: 14px;
  left: 14px;
  background: rgba(3, 26, 61, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 14px;
  color: #ffffff;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.hp-values__quote-icon {
  font-size: 26px;
  line-height: 0.8;
  color: #b79359;
  font-family: Georgia, serif;
}

.hp-values__badge-float--bottom p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #e2e8f0;
  font-weight: 500;
}

/* Values Bottom Ribbon Banner */
.hp-values__banner {
  margin-top: 16px;
  position: relative;
  z-index: 2;
  padding: 12px 20px;
  border-radius: 14px;
  background: #031a3d;
  border: 1px solid rgba(183, 147, 89, 0.35);
  box-shadow: 0 10px 28px rgba(3, 26, 61, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hp-values__banner-content {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hp-values__banner-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 10px;
  background: rgba(183, 147, 89, 0.2);
  border: 1px solid rgba(183, 147, 89, 0.4);
  color: #b79359;
  display: grid;
  place-items: center;
}

.hp-values__banner-icon svg {
  width: 20px;
  height: 20px;
}

.hp-values__banner-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hp-values__banner-text strong {
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 800;
}

.hp-values__banner-text span {
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.4;
}

.hp-values__banner-btn {
  min-height: 36px;
  padding: 0 16px;
  white-space: nowrap;
  flex-shrink: 0;
  gap: 6px;
  background: #b79359 !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(183, 147, 89, 0.3);
  border: none;
}

.hp-values__banner-btn:hover {
  background: #a27f47 !important;
  transform: translateY(-2px);
}

.hp-values__banner-btn svg {
  width: 14px;
  height: 14px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .hp-values__layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .hp-values__visual-wrapper {
    order: -1;
  }

  .hp-values__content {
    order: 1;
  }

  .hp-values__visual {
    min-height: 240px;
  }

  .hp-values__banner {
    flex-direction: column;
    text-align: center;
  }

  .hp-values__banner-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .hp-values-section {
    padding: 18px 0 22px;
  }

  .hp-values-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hp-values__badge-float--top {
    top: 10px;
    left: 10px;
    padding: 6px 10px;
  }

  .hp-values__badge-float--bottom {
    bottom: 10px;
    right: 10px;
    left: 10px;
    padding: 10px 12px;
  }

  .hp-values__banner {
    padding: 12px 14px;
  }
}

@media (max-width: 640px) {
  .hp-values-section {
    padding: 18px 0 22px;
  }

  .hp-values-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hp-values__badge-float--top {
    top: 10px;
    left: 10px;
    padding: 6px 10px;
  }

  .hp-values__badge-float--bottom {
    bottom: 10px;
    right: 10px;
    left: 10px;
    padding: 10px 12px;
  }

  .hp-values__banner {
    padding: 12px 14px;
  }
}

.hp-learning {
  padding: 48px 0;
  background: #f5f2ea
}

.hp-learning__grid {
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  grid-template-areas: "visual stages";
  gap: 20px;
  direction: ltr
}

.hp-learning__visual {
  grid-area: visual;
  min-height: 320px;
  overflow: hidden;
  border-radius: 16px;
  background: #ded8cb;
  direction: rtl
}

.hp-learning__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover
}

.hp-stages {
  grid-area: stages;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 8px;
  direction: rtl
}

.hp-stage {
  min-height: 72px;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  border: 1px solid #e1e5eb;
  border-radius: 11px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease
}

.hp-stage:hover {
  border-color: #c58a12;
  transform: translateX(-4px);
  box-shadow: 0 10px 24px rgba(5, 39, 91, .07)
}

.hp-stage__number {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #f6edda;
  color: #bd8412;
  font-size: 11px;
  font-weight: 700
}

.hp-stage__copy {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.hp-stage__copy strong {
  color: #05275b;
  font-size: 15px
}

.hp-stage__copy small {
  color: #68758a;
  font-size: 11px
}

.hp-stage>svg {
  width: 16px;
  margin-right: auto;
  color: #c58a12
}

.hp-facilities {
  padding: 60px 0 54px;
  background: #031a3d;
  color: #fff
}

.hp-facilities .hp-section-heading h2 {
  color: #fff
}

.hp-facilities .hp-section-heading>p {
  color: #d5dfec
}

.hp-section-heading--facilities {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px
}

.hp-section-heading__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px
}

.hp-facilities-arrows {
  display: flex;
  gap: 10px;
  align-items: center
}

.hp-arrow-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #e8b94e;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hp-arrow-btn:hover {
  background: #e8b94e;
  color: #031a3d;
  border-color: #e8b94e;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(232, 185, 78, 0.35);
}

.hp-arrow-btn svg {
  width: 18px;
  height: 18px
}

.hp-facilities__carousel {
  width: 100%;
  position: relative;
  padding-block: 10px;
  direction: ltr;
}

.hp-facilities__track {
  display: flex;
  gap: 16px;
  width: max-content;
  direction: ltr;
  animation: hpFacilitiesMarquee 36s linear infinite;
  will-change: transform;
}

.hp-facilities__carousel:hover .hp-facilities__track {
  animation-play-state: paused;
}

.hp-facility {
  flex: 0 0 280px;
  width: 280px;
  direction: rtl;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

@keyframes hpFacilitiesMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(calc(-25% - 4px), 0, 0);
  }
}

.hp-facility:hover {
  transform: translateY(-6px);
  border-color: #e8b94e;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
  background: rgba(255, 255, 255, 0.08)
}

.hp-facility__image-wrap {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #0a2d61
}

.hp-facility__image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease
}

.hp-facility:hover .hp-facility__image-wrap img {
  transform: scale(1.06)
}

.hp-facility__mark {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0a2d61, #052450);
  color: #e8b94e
}

.hp-facility__mark svg {
  width: 48px;
  height: 48px
}

.hp-facility__copy {
  min-width: 0;
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px
}

.hp-facility__copy strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 2px
}

.hp-facility__copy>span:not(.hp-facility__more) {
  color: #bcd0e8;
  font-size: 12px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.hp-facility__more {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #e8b94e;
  font-size: 12px;
  font-weight: 700;
  transition: gap 0.2s ease
}

.hp-facility__more svg {
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease
}

.hp-facility:hover .hp-facility__more {
  gap: 9px;
  color: #f3cc73
}

.hp-facility:hover .hp-facility__more svg {
  transform: translateX(-4px)
}

.hp-empty {
  padding: 26px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #d5dfec;
  text-align: center
}

/* ==========================================================================
   قسم المراحل التعليمية (Educational Levels Section)
   ========================================================================== */
.hp-levels-section {
  padding: 72px 0 80px;
  background: #ffffff;
  position: relative;
}

.hp-levels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.hp-level-card {
  position: relative;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 26px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), 
              border-color 0.35s ease, 
              box-shadow 0.35s ease, 
              background-color 0.35s ease;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: hpFadeUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation-delay: calc(var(--level-index, 0) * 0.12s + 0.1s);
}

.hp-level-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hp-level-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  border-color: rgba(197, 138, 18, 0.4);
  box-shadow: 0 18px 36px rgba(5, 39, 91, 0.12);
}

.hp-level-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hp-level-card__tag {
  font-size: 11.5px;
  font-weight: 700;
  color: #bd8412;
  background: rgba(197, 138, 18, 0.1);
  padding: 4px 10px;
  border-radius: 20px;
}

.hp-level-card__num {
  font-size: 13px;
  font-weight: 800;
  color: #94a3b8;
}

.hp-level-card__main {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hp-level-card__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #05275b 0%, #0a3a83 100%);
  color: #e8b94e;
  box-shadow: 0 6px 14px rgba(5, 39, 91, 0.2);
  transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}

.hp-level-card__icon svg {
  width: 24px;
  height: 24px;
}

.hp-level-card:hover .hp-level-card__icon {
  transform: scale(1.1) rotate(-5deg);
  background: linear-gradient(135deg, #c58a12 0%, #e8b94e 100%);
  color: #031a3d;
}

.hp-level-card__title {
  margin: 0 0 3px;
  color: #031a3d;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.hp-level-card__subtitle {
  color: #64748b;
  font-size: 12.5px;
  font-weight: 500;
}

.hp-level-card__desc {
  margin: 0;
  color: #475569;
  font-size: 13.5px;
  line-height: 1.65;
  flex: 1;
}

.hp-level-card__footer {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #c58a12;
  font-size: 12.5px;
  font-weight: 700;
  margin-top: auto;
  padding-top: 8px;
  transition: gap 0.2s ease;
}

.hp-level-card__footer svg {
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease;
}

.hp-level-card:hover .hp-level-card__footer {
  gap: 10px;
  color: #ad760a;
}

.hp-level-card:hover .hp-level-card__footer svg {
  transform: translateX(-4px);
}

@media (max-width: 1024px) {
  .hp-levels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hp-levels-grid {
    grid-template-columns: 1fr;
  }
  .hp-levels-section {
    padding: 48px 0 54px;
  }
}

/* ==========================================================================
   قسم البرامج اليومية (Daily Programs Section - Standalone & Animated)
   ========================================================================== */
.hp-daily-programs {
  position: relative;
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #fbfafd 0%, #f4f6fa 100%);
  overflow: hidden;
}

.hp-daily-programs__bg-glow {
  position: absolute;
  top: -120px;
  right: 50%;
  transform: translateX(50%);
  width: 650px;
  height: 350px;
  background: radial-gradient(circle, rgba(232, 185, 78, 0.12) 0%, rgba(3, 26, 61, 0) 70%);
  pointer-events: none;
  animation: hpPulseGlow 8s ease-in-out infinite alternate;
}

@keyframes hpPulseGlow {
  0% { transform: translateX(50%) scale(0.95); opacity: 0.7; }
  100% { transform: translateX(50%) scale(1.15); opacity: 1; }
}

.hp-daily-programs__heading {
  margin-bottom: 36px;
  align-items: center;
}

.hp-daily-programs__intro {
  margin: 0;
  color: #55657e;
  font-size: 14px;
  line-height: 1.7;
}

.hp-daily-programs__timeline {
  position: relative;
  margin-top: 15px;
}

.hp-daily-programs__line {
  position: absolute;
  top: 48px;
  right: 4%;
  left: 4%;
  height: 3px;
  background: linear-gradient(90deg, rgba(197, 138, 18, 0.15), #c58a12, rgba(197, 138, 18, 0.15));
  z-index: 1;
  border-radius: 4px;
}

.hp-daily-programs__line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #e8b94e, transparent);
  animation: hpShimmerLine 3.5s ease-in-out infinite;
}

@keyframes hpShimmerLine {
  0% { left: -30%; }
  100% { left: 100%; }
}

.hp-daily-programs__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

/* بطاقات البرامج اليومية */
.hp-program-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e3e8f0;
  border-radius: 18px;
  padding: 24px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 10px 25px rgba(3, 26, 61, 0.05);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), 
              border-color 0.35s ease, 
              box-shadow 0.35s ease, 
              background-color 0.35s ease;
  overflow: hidden;
  opacity: 0;
  transform: translateY(32px);
  animation: hpFadeUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation-delay: calc(var(--card-index, 0) * 0.14s + 0.1s);
}

.hp-program-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hpFadeUp {
  0% {
    opacity: 0;
    transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hp-program-card__top-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #c58a12, #e8b94e);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

.hp-program-card:hover .hp-program-card__top-bar {
  transform: scaleX(1);
}

.hp-program-card:hover {
  transform: translateY(-8px);
  border-color: rgba(197, 138, 18, 0.4);
  box-shadow: 0 18px 36px rgba(197, 138, 18, 0.16);
  background: #ffffff;
}

.hp-program-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hp-program-card__num {
  font-size: 13px;
  font-weight: 800;
  color: #c58a12;
  background: rgba(197, 138, 18, 0.1);
  padding: 4px 10px;
  border-radius: 20px;
  line-height: 1;
}

.hp-program-card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #05275b 0%, #0a3a83 100%);
  color: #e8b94e;
  box-shadow: 0 4px 12px rgba(5, 39, 91, 0.2);
  transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}

.hp-program-card__icon svg {
  width: 22px;
  height: 22px;
  transition: transform 0.35s ease;
}

.hp-program-card:hover .hp-program-card__icon {
  transform: scale(1.12) rotate(-5deg);
  background: linear-gradient(135deg, #c58a12 0%, #e8b94e 100%);
  color: #031a3d;
  box-shadow: 0 6px 16px rgba(197, 138, 18, 0.35);
}

.hp-program-card__content p {
  margin: 0;
  color: #1a2e4b;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.65;
}

.hp-program-card__dot {
  position: absolute;
  bottom: -6px;
  right: 50%;
  transform: translateX(50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e3e8f0;
  border: 2px solid #fff;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.hp-program-card:hover .hp-program-card__dot {
  background: #c58a12;
  transform: translateX(50%) scale(1.4);
}

/* قسم أهدافنا المستقل */
.hp-goals-section {
  padding: 76px 0 84px;
  background: linear-gradient(180deg, #02122b 0%, #052453 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.hp-goals-section__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}

.hp-goals-section__glow--1 {
  top: -80px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: rgba(232, 185, 78, 0.12);
  animation: hpPulseGlow 9s ease-in-out infinite alternate;
}

.hp-goals-section__glow--2 {
  bottom: -100px;
  left: -50px;
  width: 450px;
  height: 450px;
  background: rgba(5, 39, 91, 0.4);
}

.hp-goals-panel {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 44px 38px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.hp-goals-heading {
  margin-bottom: 32px;
  align-items: center;
}

.hp-goals-intro {
  margin: 0;
  color: #c4d6eb;
  font-size: 14px;
  line-height: 1.75;
}

/* بطاقات وأجهزة العرض لقسم أهدافنا المتحرك */
.hp-goals__carousel {
  width: 100%;
  position: relative;
  padding-block: 10px;
  direction: ltr;
  overflow: hidden;
}

.hp-goals__track {
  display: flex;
  gap: 20px;
  width: max-content;
  direction: ltr;
  animation: hpGoalsMarquee 36s linear infinite;
  will-change: transform;
}

.hp-goals__carousel:hover .hp-goals__track {
  animation-play-state: paused;
}

@keyframes hpGoalsMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-25% - 5px), 0, 0);
  }
}

.hp-goal-card {
  flex: 0 0 300px;
  width: 300px;
  direction: rtl;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 26px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), 
              border-color 0.35s ease, 
              box-shadow 0.35s ease, 
              background-color 0.35s ease;
  overflow: hidden;
}

.hp-goal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hp-goal-card__top-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #c58a12, #e8b94e);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

.hp-goal-card:hover .hp-goal-card__top-bar {
  transform: scaleX(1);
}

.hp-goal-card:hover {
  transform: translateY(-8px);
  border-color: rgba(232, 185, 78, 0.45);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 20px rgba(232, 185, 78, 0.15);
}

.hp-goal-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hp-goal-card__num {
  font-size: 13px;
  font-weight: 800;
  color: #e8b94e;
  background: rgba(232, 185, 78, 0.15);
  padding: 4px 11px;
  border-radius: 20px;
  line-height: 1;
  border: 1px solid rgba(232, 185, 78, 0.25);
}

.hp-goal-card__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(232, 185, 78, 0.2) 0%, rgba(197, 138, 18, 0.08) 100%);
  color: #e8b94e;
  border: 1px solid rgba(232, 185, 78, 0.3);
  transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.hp-goal-card__icon svg {
  width: 22px;
  height: 22px;
  transition: transform 0.35s ease;
}

.hp-goal-card:hover .hp-goal-card__icon {
  transform: scale(1.12) rotate(-5deg);
  background: linear-gradient(135deg, #c58a12 0%, #e8b94e 100%);
  color: #031a3d;
  border-color: #e8b94e;
  box-shadow: 0 6px 18px rgba(232, 185, 78, 0.35);
}

.hp-goal-card__body p {
  margin: 0;
  color: #e2ebf6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

/* التجاوب (Responsive) */
@media (max-width: 1024px) {
  .hp-daily-programs__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hp-goals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hp-daily-programs__line {
    display: none;
  }
}

@media (max-width: 640px) {
  .hp-daily-programs {
    padding: 48px 0 54px;
  }
  .hp-daily-programs__grid {
    grid-template-columns: 1fr;
  }
  .hp-goals-grid {
    grid-template-columns: 1fr;
  }
  .hp-goals-panel {
    padding: 24px 18px;
  }
}

.hp-parent-services {
  padding: 60px 0 64px;
  background: #031a3d;
  color: #fff
}

.hp-section-heading--light {
  align-items: center
}

.hp-section-heading--light h2 {
  color: #fff
}

.hp-parent-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 14px;
}

.hp-parent-service-card {
  min-height: 140px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1), border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.hp-parent-service-card:hover {
  transform: translateY(-5px);
  border-color: #e8b94e;
  background: rgba(255, 255, 255, 0.085);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.hp-parent-service-card__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(232, 185, 78, 0.14);
  color: #e8b94e;
  border: 1px solid rgba(232, 185, 78, 0.25);
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.hp-parent-service-card__icon svg {
  width: 20px;
  height: 20px;
}

.hp-parent-service-card:hover .hp-parent-service-card__icon {
  transform: scale(1.08);
  background: #e8b94e;
  color: #031a3d;
}

.hp-parent-service-card__copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.hp-parent-service-card__copy strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.hp-parent-service-card__copy p {
  margin: 0;
  color: #c9d8eb;
  font-size: 12.5px;
  line-height: 1.6;
}

@media(max-width:900px) {
  .hp-learning__grid {
    grid-template-columns: minmax(290px, .8fr) minmax(0, 1.2fr);
    gap: 18px
  }

  .hp-values__layout {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .hp-values__visual {
    order: -1;
    min-height: 280px;
    height: 280px
  }

  .hp-values-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .hp-parent-services__grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:760px) {
  .hp-container {
    width: min(100% - 32px, 1180px)
  }

  .hp-section-heading {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 18px
  }

  .hp-section-heading--facilities {
    flex-direction: column;
    align-items: flex-start
  }

  .hp-section-heading__actions {
    align-items: flex-start;
    width: 100%
  }

  .hp-facilities-arrows {
    align-self: flex-end
  }

  .hp-hero {
    min-height: 420px
  }

  .hp-hero__inner {
    padding-top: 30px
  }

  .hp-hero h1 {
    font-size: clamp(37px, 10vw, 50px)
  }

  .hp-shortcuts {
    grid-template-columns: 1fr 1fr;
    margin-top: -30px
  }

  .hp-shortcuts>a {
    min-height: 68px;
    padding: 10px 12px;
    border-bottom: 1px solid #e1e5eb
  }

  .hp-shortcuts>a:nth-child(2) {
    border-left: 0
  }

  .hp-shortcuts>a:nth-child(3),
  .hp-shortcuts>a:nth-child(4) {
    border-bottom: 0
  }

  .hp-values-section {
    padding: 38px 0 40px
  }

  .hp-learning {
    padding: 40px 0
  }

  .hp-learning__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "stages" "visual";
    gap: 14px
  }

  .hp-stage {
    min-height: 64px
  }

  .hp-learning__visual {
    min-height: 220px;
    height: 220px
  }

  .hp-facilities {
    padding: 42px 0 46px
  }

  .hp-facilities__carousel {
    margin-inline: -16px;
    padding-inline: 16px
  }

  .hp-facility {
    flex: 0 0 240px;
    width: 240px
  }

  .hp-facility__image-wrap {
    height: 160px
  }

  .hp-facility__copy {
    padding: 14px
  }

  .hp-facility__copy strong {
    font-size: 15px
  }

  .hp-school-content {
    padding: 44px 0
  }

  .hp-school-content__grid {
    grid-template-columns: 1fr
  }

  .hp-parent-services {
    padding: 42px 0 46px
  }
}

@media(max-width:500px) {
  .hp-container {
    width: min(100% - 28px, 1180px)
  }

  .hp-hero {
    min-height: 380px
  }

  .hp-hero__inner {
    padding-top: 22px
  }

  .hp-hero__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%
  }

  .hp-hero__actions .hp-button {
    flex: 1;
    min-height: 40px;
    padding: 0 6px;
    font-size: 11.5px;
    white-space: nowrap;
    text-align: center
  }

  .hp-news-ticker {
    min-height: 45px
  }

  .hp-news-ticker__label {
    min-width: 104px;
    padding: 0 12px;
    font-size: 11px
  }

  .hp-news-ticker__label svg {
    width: 17px
  }

  .hp-news-ticker__item {
    padding: 0 20px;
    font-size: 11.5px;
    line-height: 45px
  }

  .hp-shortcuts {
    grid-template-columns: 1fr;
    margin-top: -46px;
    margin-bottom: 19px;
  }

  .hp-shortcuts>a {
    min-height: 62px;
    border-left: 0;
    border-bottom: 1px solid #e1e5eb
  }

  .hp-shortcuts>a:nth-child(3) {
    border-bottom: 1px solid #e1e5eb
  }

  .hp-facility {
    flex: 0 0 220px;
    width: 220px
  }

  .hp-facility__image-wrap {
    height: 150px
  }

  .hp-values-grid {
    grid-template-columns: 1fr
  }

  .hp-list-panel {
    padding: 22px 18px
  }

  .hp-parent-services__grid {
    grid-template-columns: 1fr
  }

  .hp-parent-services article {
    min-height: 0
  }
}
