/* SchoolManager Pro — public school landing (mobile-first, CMS-driven) */

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.lp-body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--lp-navy);
  background: linear-gradient(180deg, #fff7ed 0%, #f8fafc 38%, #f1f5f9 100%);
  overflow-x: hidden;
}

/* In-page anchors: clear sticky top bar + header */
.lp-hero,
.lp-section[id] {
  scroll-margin-top: clamp(4.5rem, 12vw, 6.25rem);
}

/* —— Director welcome (below hero) —— */
.lp-section--director {
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 85% 55% at 12% 25%, rgba(234, 88, 12, 0.07) 0%, transparent 52%),
    radial-gradient(ellipse 70% 45% at 88% 70%, rgba(13, 148, 136, 0.06) 0%, transparent 48%),
    linear-gradient(105deg, rgba(255, 252, 247, 0.98) 0%, rgba(248, 250, 252, 0.94) 42%, rgba(255, 249, 242, 0.96) 100%);
}
.lp-section--director::before {
  content: "";
  position: absolute;
  inset: auto -30% -40% -30%;
  height: min(55%, 22rem);
  background: radial-gradient(closest-side, rgba(234, 88, 12, 0.045), transparent 70%);
  pointer-events: none;
}

/* Director: 25% · 50% · 25% (photo · message · skyscraper ad) */
.lp-director-layout {
  display: grid;
  gap: clamp(1.25rem, 3.5vw, 2rem);
  align-items: stretch;
  max-width: min(100%, 100rem);
  margin: 0 auto;
}

@media (prefers-reduced-motion: no-preference) {
  /* Transform only (no parent opacity): the ad carousel crossfades with child opacity; a parent
     opacity:0 would hide those transitions until the section entrance finished. */
  #welcome.lp-section--director:not(.lp-director--visible) .lp-director-layout {
    opacity: 1;
    transform: translateY(1.1rem);
  }
  #welcome.lp-section--director.lp-director--visible .lp-director-layout {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media (min-width: 992px) {
  .lp-director-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
  .lp-director-layout--no-photo {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
  .lp-director-layout--no-photo .lp-director-col--photo {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .lp-director-col--photo {
    order: 1;
  }
  .lp-director-col--message {
    order: 2;
  }
  .lp-director-col--ad {
    order: 3;
  }
}

.lp-director-col--photo,
.lp-director-col--message,
.lp-director-col--ad {
  min-width: 0;
  width: 100%;
}

.lp-director-col--photo {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.lp-director-col--message {
  text-align: left;
  position: relative;
  z-index: 1;
}

/* Message column: gradient spine + soft editorial panel */
.lp-director-editorial {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-left: clamp(0.35rem, 1.2vw, 0.55rem);
}

.lp-director-editorial::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(
    180deg,
    var(--lp-primary, #ea580c) 0%,
    #fb923c 42%,
    var(--lp-secondary, #0d9488) 100%
  );
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35) inset, 0 4px 14px rgba(234, 88, 12, 0.25);
}

.lp-director-editorial-inner {
  margin-left: clamp(0.65rem, 2vw, 1rem);
  padding: clamp(1rem, 2.8vw, 1.65rem) clamp(1rem, 2.5vw, 1.35rem) clamp(1.1rem, 2.8vw, 1.75rem);
  border-radius: 0 1rem 1.1rem 0;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 253, 248, 0.78) 100%);
  border: 1px solid rgba(234, 88, 12, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 44px rgba(15, 23, 42, 0.06),
    0 2px 8px rgba(234, 88, 12, 0.04);
}

.lp-director-editorial-inner .lp-director-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  max-width: none;
  margin-bottom: 0.65rem;
  padding: 0.38rem 0.9rem;
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: #9a3412;
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.95), rgba(255, 237, 213, 0.88));
  border: 1px solid rgba(251, 191, 36, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.lp-director-editorial-inner .lp-director-eyebrow::after {
  display: none;
}

/* Portrait: flat editorial — radius on image only, no frame card */
.lp-director-figure {
  margin: 0;
  width: 100%;
  max-width: none;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.lp-director-photo-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.55rem;
  width: 100%;
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.55) inset,
    0 0 0 1px rgba(15, 23, 42, 0.06);
}

.lp-director-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.12) 0%, transparent 42%, rgba(15, 23, 42, 0.06) 100%);
}

.lp-director-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center 18%;
  vertical-align: middle;
}

.lp-director-figure-caption {
  margin: 0.85rem 0 0;
  padding: 0.95rem 1.05rem 1.05rem;
  width: 100%;
  text-align: left;
  line-height: 1.3;
  border-radius: 0.65rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.94) 55%, rgba(255, 251, 247, 0.96) 100%);
  border: 1px solid rgba(234, 88, 12, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88) inset,
    0 10px 28px rgba(15, 23, 42, 0.07);
  position: relative;
}

.lp-director-figure-caption::before {
  content: "";
  position: absolute;
  left: 1.05rem;
  top: 0;
  width: 2.25rem;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--lp-primary, #ea580c), rgba(251, 146, 60, 0.65));
}

.lp-director-figure-name {
  display: block;
  font-family: Nunito, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(1.02rem, 2.5vw, 1.18rem);
  letter-spacing: -0.03em;
  line-height: 1.22;
  color: var(--lp-navy);
  padding-top: 0.15rem;
}

.lp-director-figure-role {
  display: inline-flex;
  align-items: center;
  margin-top: 0.45rem;
  max-width: 100%;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f766e;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.12), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(13, 148, 136, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.lp-director-figure--empty .lp-director-photo-wrap--placeholder {
  aspect-ratio: 4 / 5;
  width: 100%;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(148, 163, 184, 0.5);
  border-radius: 0.3rem;
  background: transparent;
}

.lp-director-figure-ph-ico {
  font-size: 2.75rem;
  color: rgba(100, 116, 139, 0.4);
}

.lp-director-col--ad {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

@media (min-width: 992px) {
  .lp-director-col--ad {
    border-left: 1px solid rgba(148, 163, 184, 0.42);
    padding-left: clamp(1rem, 2.2vw, 1.75rem);
    margin-left: 0;
  }
}

.lp-director-ad-carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}

.lp-director-ad-frame {
  width: 100%;
  flex: 1 1 auto;
  border-radius: 0.25rem;
  overflow: hidden;
  line-height: 0;
}

.lp-director-ad-frame--carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 400 / 600;
  max-height: min(70vh, 36rem);
  margin-inline: auto;
  flex: 0 0 auto;
  isolation: isolate;
}

.lp-director-ad-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0) scale(0.98);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-director-ad-slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-director-ad-carousel--single .lp-director-ad-slide {
  position: relative;
  inset: auto;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  #welcome.lp-section--director.lp-director--visible .lp-director-layout {
    transition: none;
  }
  .lp-director-ad-slide,
  .lp-director-ad-slide.is-active {
    transition: opacity 0.12s ease;
    transform: none;
  }
}

.lp-director-ad-slide .lp-director-ad-link,
.lp-director-ad-slide .lp-director-ad-img {
  width: 100%;
  height: 100%;
}

.lp-director-ad-slide .lp-director-ad-img {
  display: block;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

.lp-director-ad-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.lp-director-ad-nav-btn {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 0.25rem;
  background: #fff;
  color: #475569;
  cursor: pointer;
  line-height: 1;
}

.lp-director-ad-nav-btn:hover,
.lp-director-ad-nav-btn:focus-visible {
  border-color: var(--lp-primary, #ea580c);
  color: var(--lp-primary, #ea580c);
  outline: none;
}

.lp-director-ad-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex: 1 1 auto;
  max-width: 12rem;
}

.lp-director-ad-dot {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.55);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.lp-director-ad-dot:hover {
  background: rgba(100, 116, 139, 0.75);
}

.lp-director-ad-dot.is-active {
  background: var(--lp-primary, #ea580c);
  transform: scale(1.25);
}

.lp-director-ad-link {
  display: block;
  width: 100%;
  line-height: 0;
  height: 100%;
}

.lp-director-ad-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(70vh, 36rem);
  object-fit: contain;
  object-position: center top;
}

.lp-director-ad-placeholder {
  width: 100%;
  flex: 1 1 auto;
  min-height: 18rem;
  max-height: min(70vh, 36rem);
  padding: 1rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.45rem;
  border-radius: 0.25rem;
  border: 1px dashed rgba(148, 163, 184, 0.55);
  background: transparent;
}

.lp-director-ad-placeholder-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
}

.lp-director-ad-placeholder-size {
  font-size: 0.72rem;
  font-weight: 700;
  color: #94a3b8;
}

.lp-director-ad-placeholder-hint {
  margin: 0;
  font-size: 0.66rem;
  line-height: 1.45;
  color: #94a3b8;
}

.lp-director-eyebrow {
  margin: 0 0 0.5rem;
  width: 100%;
  max-width: none;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.lp-director-editorial-inner .lp-director-title {
  position: relative;
  padding-bottom: 0.65rem;
  margin-bottom: 1.05rem;
}

.lp-director-editorial-inner .lp-director-title:not(.visually-hidden)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(6.5rem, 48%);
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--lp-primary, #ea580c), #fb923c 55%, rgba(13, 148, 136, 0.55));
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.25);
}

.lp-director-title {
  margin: 0 0 1rem;
  width: 100%;
  max-width: none;
  font-family: Nunito, Inter, sans-serif;
  font-size: clamp(1.2rem, 2.55vw, 1.48rem);
  font-weight: 800;
  color: var(--lp-navy);
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .lp-director-editorial-inner .lp-director-title:not(.visually-hidden) {
    background-image: linear-gradient(118deg, #0f172a 0%, #1e3a5f 42%, #0f172a 88%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.lp-director-message.lp-rich {
  width: 100%;
  max-width: none;
  color: #475569;
  font-size: clamp(0.96rem, 2.1vw, 1.05rem);
  line-height: 1.45;
  margin-bottom: 1.25rem;
}

.lp-director-message.lp-rich p {
  margin: 0 0 0.45rem;
}

.lp-director-message.lp-rich p:last-child {
  margin-bottom: 0;
}

/* Highlight rows (dashed pills) */
.lp-director-points {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
}

.lp-director-point {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  border: 2px dashed transparent;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

@media (prefers-reduced-motion: no-preference) {
  .lp-director-point {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .lp-director-point:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  }
}

.lp-director-point-ico {
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
}

.lp-director-point-label {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--lp-navy);
  line-height: 1.25;
}

.lp-director-point--violet {
  border-color: rgba(139, 92, 246, 0.55);
}
.lp-director-point--violet .lp-director-point-ico {
  background: #7c3aed;
}

.lp-director-point--sky {
  border-color: rgba(14, 165, 233, 0.55);
}
.lp-director-point--sky .lp-director-point-ico {
  background: #0284c7;
}

.lp-director-point--amber {
  border-color: rgba(245, 158, 11, 0.6);
}
.lp-director-point--amber .lp-director-point-ico {
  background: #d97706;
}

.lp-director-sig {
  margin-top: 0.25rem;
  padding-top: 1.1rem;
  width: 100%;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.lp-director-sig.lp-director-sig--inline {
  border-top: none;
  margin-top: 0.65rem;
  padding: 0.95rem 1.05rem 1.05rem;
  border-radius: 0.65rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.94) 55%, rgba(255, 251, 247, 0.96) 100%);
  border: 1px solid rgba(234, 88, 12, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88) inset,
    0 10px 28px rgba(15, 23, 42, 0.07);
  position: relative;
}

.lp-director-sig.lp-director-sig--inline::before {
  content: "";
  position: absolute;
  left: 1.05rem;
  top: 0;
  width: 2.25rem;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--lp-primary, #ea580c), rgba(251, 146, 60, 0.65));
}

.lp-director-sig strong {
  font-family: Nunito, Inter, sans-serif;
  font-size: clamp(1.02rem, 2.4vw, 1.14rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--lp-navy);
}

.lp-director-sig--inline strong {
  padding-top: 0.15rem;
}

.lp-director-role {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 500;
}

.lp-director-sig--inline .lp-director-role {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 0.05rem;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f766e;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.12), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(13, 148, 136, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

/* —— Features block heading —— */
.lp-features-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(1.35rem, 4vw, 2rem);
}
.lp-features-head-title {
  margin-bottom: 0.4rem;
}
.lp-features-head-sub {
  margin: 0;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.5;
}

.lp-skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.lp-skip:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 8px;
  z-index: 10000;
  outline: 3px solid var(--lp-primary);
}

.lp-deco-frame {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  position: relative;
}

.lp-main-wrap {
  width: 100%;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.lp-deco {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(28px, 4vw, 56px);
  max-height: 100%;
  color: var(--lp-secondary);
  pointer-events: none;
  user-select: none;
  display: flex;
  align-items: flex-start;
  padding-top: 4.5rem;
  z-index: 0;
}
.lp-deco--left {
  left: 0;
}
.lp-deco--right {
  right: 0;
}
.lp-deco-svg {
  width: 100%;
  height: auto;
  max-height: 420px;
}

.lp-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: clamp(1rem, 5vw, 3rem);
  padding-right: clamp(1rem, 5vw, 3rem);
}

/* —— Top bar —— */
.lp-topbar {
  background: var(--lp-navy);
  color: #f8fafc;
  font-size: 0.8125rem;
}
.lp-topbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 0.45rem 0;
}
.lp-topbar-phone {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.lp-topbar-phone:hover {
  color: var(--lp-accent);
}
.lp-social {
  display: flex;
  gap: 0.35rem;
}
.lp-social-link {
  color: #e2e8f0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1rem;
}
.lp-social-link:hover,
.lp-social-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  outline: none;
}

/* —— Header —— */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}
.lp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
}
.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  font-weight: 800;
  font-family: Nunito, Inter, sans-serif;
  font-size: 1.05rem;
}
.lp-brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--lp-primary), #fb923c);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.35);
}

.lp-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 12px;
  background: var(--lp-navy);
  color: #fff;
  cursor: pointer;
}
@media (min-width: 992px) {
  .lp-nav-toggle {
    display: none;
  }
}
.lp-burger {
  width: 1.25rem;
  height: 2px;
  background: #fff;
  position: relative;
  border-radius: 2px;
}
.lp-burger::before,
.lp-burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.lp-burger::before {
  top: -6px;
}
.lp-burger::after {
  top: 6px;
}

.lp-nav {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
  padding: 0.75rem clamp(1rem, 4vw, 1.75rem) 1rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}
.lp-nav.is-open {
  display: flex;
}
@media (min-width: 992px) {
  .lp-nav {
    display: flex !important;
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 0.15rem;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    flex: 1;
    justify-content: flex-end;
  }
}
.lp-nav-link {
  text-decoration: none;
  color: #1e293b;
  font-weight: 650;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  font-size: 0.95rem;
}
.lp-nav-link:hover,
.lp-nav-link:focus-visible {
  background: rgba(234, 88, 12, 0.1);
  color: var(--lp-primary);
  outline: none;
}
@media (min-width: 992px) {
  .lp-nav-link {
    padding: 0.45rem 0.65rem;
    font-size: 0.88rem;
  }
}
.lp-login-modal-content {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.18);
}
.lp-login-role-btn {
  border-radius: 12px !important;
  font-weight: 650;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.lp-login-role-btn:focus-visible {
  outline: 2px solid var(--lp-primary);
  outline-offset: 2px;
}

/* Login modal: frosted scrim (~70% opaque) + blur behind dialog */
body.lp-body .modal-backdrop.show {
  background-color: rgba(15, 23, 42, 0.7) !important;
  opacity: 1 !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
@media (prefers-reduced-motion: reduce) {
  body.lp-body .modal-backdrop.show {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.lp-nav-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .lp-nav-cta {
    margin-top: 0;
    margin-left: 0.75rem;
  }
}

.lp-btn-primary {
  background: linear-gradient(135deg, var(--lp-navy), #1e3a5f) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
}
.lp-btn-primary:hover {
  filter: brightness(1.06);
  color: #fff !important;
}
.lp-btn-outline {
  border-radius: 999px !important;
  border: 2px solid rgba(234, 88, 12, 0.45) !important;
  color: var(--lp-primary) !important;
  font-weight: 650 !important;
  background: #fff !important;
}
.lp-btn-outline:hover {
  background: #fff7ed !important;
  color: #c2410c !important;
}

/* —— Hero: 40% copy / 60% image, soft mask on photo —— */
.lp-hero {
  position: relative;
  padding: 0;
  background: #0f172a;
}

.lp-hero-carousel {
  --lp-hero-index: 0;
  --lp-hero-count: 1;
  --lp-hero-trans-ms: 950;
  --lp-hero-trans-s: calc(var(--lp-hero-trans-ms) * 1ms);
  --lp-hero-trans-fast-s: calc(var(--lp-hero-trans-ms) * 0.72ms);
  --lp-hero-trans-slow-s: calc(var(--lp-hero-trans-ms) * 1.25ms);
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  min-height: clamp(22rem, 86dvh, 38rem);
}
@media (min-width: 900px) {
  .lp-hero-carousel {
    min-height: clamp(20rem, 48vw, 26rem);
    max-height: min(76vh, 540px);
    aspect-ratio: 2.28 / 1;
  }
}

.lp-hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 10px, 0);
  filter: brightness(0.92);
  transition:
    opacity var(--lp-hero-trans-s) cubic-bezier(0.22, 1, 0.36, 1),
    visibility var(--lp-hero-trans-s) step-end,
    transform var(--lp-hero-trans-s) cubic-bezier(0.22, 1, 0.36, 1),
    filter var(--lp-hero-trans-fast-s) ease;
}
.lp-hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  filter: brightness(1);
  transition:
    opacity var(--lp-hero-trans-fast-s) cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s step-start,
    transform var(--lp-hero-trans-fast-s) cubic-bezier(0.22, 1, 0.36, 1),
    filter calc(var(--lp-hero-trans-ms) * 0.58ms) ease;
}

.lp-hero-slide-split {
  display: grid;
  height: 100%;
  min-height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(200px, 40vh) minmax(0, 1fr);
}
@media (min-width: 900px) {
  .lp-hero-slide-split {
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    grid-template-rows: minmax(0, 1fr);
    align-items: stretch;
  }
  /* DOM: visual then copy — place copy left, image right */
  .lp-hero-slide-copy {
    grid-column: 1;
    grid-row: 1;
  }
  .lp-hero-slide-visual {
    grid-column: 2;
    grid-row: 1;
  }
}

.lp-hero-slide-copy {
  display: flex;
  align-items: flex-end;
  padding: clamp(1rem, 4vw, 1.75rem) clamp(1rem, 5vw, 3rem) clamp(3.15rem, 10vw, 4.5rem);
  background: linear-gradient(165deg, #0a1224 0%, #0f172a 48%, #121f36 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}
.lp-hero-carousel:not(.lp-hero-carousel--single) .lp-hero-slide-copy {
  padding-bottom: clamp(3.6rem, 11vw, 4.75rem);
}
@media (min-width: 900px) {
  .lp-hero-slide-copy {
    align-items: center;
    padding: clamp(1.35rem, 2.8vw, 2.25rem) clamp(1rem, 5vw, 3rem);
    border-top: 0;
    border-right: 1px solid rgba(148, 163, 184, 0.1);
  }
  .lp-hero-carousel:not(.lp-hero-carousel--single) .lp-hero-slide-copy {
    padding-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
  }
}

.lp-hero-slide-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 36rem;
  display: flex;
  align-items: flex-end;
  transform: translate3d(0, 14px, 0);
  opacity: 0.96;
  transition:
    transform var(--lp-hero-trans-fast-s) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--lp-hero-trans-ms) * 0.08ms),
    opacity calc(var(--lp-hero-trans-ms) * 0.5ms) ease calc(var(--lp-hero-trans-ms) * 0.05ms);
}
@media (min-width: 900px) {
  .lp-hero-slide-inner {
    align-items: center;
    max-width: 100%;
    padding-right: 0.35rem;
  }
}
.lp-hero-slide.is-active .lp-hero-slide-inner {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition:
    transform calc(var(--lp-hero-trans-ms) * 0.72ms) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--lp-hero-trans-ms) * 0.05ms),
    opacity calc(var(--lp-hero-trans-ms) * 0.45ms) ease calc(var(--lp-hero-trans-ms) * 0.04ms);
}

.lp-hero-carousel--single .lp-hero-slide-copy {
  padding-bottom: clamp(1.35rem, 4vw, 2rem);
}
@media (min-width: 900px) {
  .lp-hero-carousel--single .lp-hero-slide-copy {
    padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
  }
}

.lp-hero-slide-visual {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #050a14;
}

.lp-hero-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: scale(1.035) translate3d(0, 0, 0);
  pointer-events: none;
  opacity: 0.94;
  transition:
    transform var(--lp-hero-trans-slow-s) cubic-bezier(0.22, 1, 0.36, 1),
    filter var(--lp-hero-trans-fast-s) ease,
    opacity var(--lp-hero-trans-fast-s) ease;
  background-color: #040910;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lp-hero-slide-bg::after {
  content: "";
  position: absolute;
  inset: -12% -20%;
  pointer-events: none;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 15%,
    rgba(255, 255, 255, 0.15) 49%,
    rgba(255, 255, 255, 0) 78%
  );
  transform: translate3d(-70%, 0, 0);
  opacity: 0;
}
.lp-hero-slide:not(.is-active) .lp-hero-slide-bg {
  transform: scale(1.09) translate3d(0, 0, 0);
  filter: blur(2px) brightness(0.72);
  opacity: 0.84;
}
@media (prefers-reduced-motion: no-preference) {
  .lp-hero-slide.is-active.lp-hero-fx-fade-scale .lp-hero-slide-bg {
    animation: lp-hero-image-in var(--lp-hero-trans-s) cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .lp-hero-slide.is-active.lp-hero-fx-parallax .lp-hero-slide-bg {
    animation:
      lp-hero-image-in var(--lp-hero-trans-s) cubic-bezier(0.22, 1, 0.36, 1) both,
      lp-hero-parallax 12s ease-out forwards;
  }
  .lp-hero-slide.is-active.lp-hero-fx-ken-burns .lp-hero-slide-bg {
    animation:
      lp-hero-image-in var(--lp-hero-trans-s) cubic-bezier(0.22, 1, 0.36, 1) both,
      lp-hero-ken 14s ease-out forwards;
  }
  .lp-hero-slide.is-active .lp-hero-slide-bg::after {
    animation: lp-hero-glint calc(var(--lp-hero-trans-ms) * 1.08ms) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--lp-hero-trans-ms) * 0.22ms) both;
  }
}
@keyframes lp-hero-ken {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(0, 0, 0);
  }
}
@keyframes lp-hero-parallax {
  from {
    transform: scale(1.08) translate3d(2.4%, 0, 0);
  }
  to {
    transform: scale(1.06) translate3d(-2.8%, 0, 0);
  }
}
@keyframes lp-hero-image-in {
  from {
    opacity: 0.62;
    filter: brightness(0.64) saturate(0.9);
    transform: scale(1.11) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    filter: brightness(1) saturate(1);
    transform: scale(1.02) translate3d(0, 0, 0);
  }
}
@keyframes lp-hero-glint {
  0% {
    opacity: 0;
    transform: translate3d(-78%, 0, 0);
  }
  24% {
    opacity: 0.42;
  }
  100% {
    opacity: 0;
    transform: translate3d(84%, 0, 0);
  }
}

/* Feather image into left column (desktop); soften into copy block on mobile */
.lp-hero-slide-visual-fade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(15, 23, 42, 0.98) 0%,
    rgba(15, 23, 42, 0.52) 9%,
    rgba(15, 23, 42, 0.16) 21%,
    transparent 36%
  );
}
@media (max-width: 899px) {
  .lp-hero-slide-visual-fade {
    background: linear-gradient(
      180deg,
      transparent 0%,
      transparent 48%,
      rgba(15, 23, 42, 0.28) 72%,
      rgba(15, 23, 42, 0.94) 100%
    );
  }
}

.lp-hero-slide-vignette {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  box-shadow: inset 0 0 90px rgba(15, 23, 42, 0.32);
}

.lp-hero-banner-content {
  width: 100%;
  max-width: none;
  padding: clamp(1.05rem, 2.8vw, 1.5rem) clamp(1.1rem, 2.8vw, 1.65rem);
  border-radius: clamp(12px, 1.8vw, 18px);
  background: rgba(15, 23, 42, 0.52);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  backdrop-filter: blur(12px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
  transform: translate3d(0, 10px, 0) scale(0.99);
  opacity: 0;
  transition:
    transform calc(var(--lp-hero-trans-ms) * 0.66ms) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--lp-hero-trans-ms) * 0.1ms),
    opacity calc(var(--lp-hero-trans-ms) * 0.45ms) ease calc(var(--lp-hero-trans-ms) * 0.07ms);
}
.lp-hero-slide.is-active .lp-hero-banner-content {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
  transition:
    transform calc(var(--lp-hero-trans-ms) * 0.68ms) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--lp-hero-trans-ms) * 0.06ms),
    opacity calc(var(--lp-hero-trans-ms) * 0.42ms) ease calc(var(--lp-hero-trans-ms) * 0.05ms);
}
.lp-hero-eyebrow,
.lp-hero-banner-title,
.lp-hero-banner-lead,
.lp-hero-banner-cta {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
}
@media (prefers-reduced-motion: no-preference) {
  .lp-hero-slide.is-active .lp-hero-eyebrow {
    animation: lp-hero-copy-in calc(var(--lp-hero-trans-ms) * 0.45ms) ease-out calc(var(--lp-hero-trans-ms) * 0.15ms) both;
  }
  .lp-hero-slide.is-active .lp-hero-banner-title {
    animation: lp-hero-copy-in calc(var(--lp-hero-trans-ms) * 0.58ms) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--lp-hero-trans-ms) * 0.24ms) both;
  }
  .lp-hero-slide.is-active .lp-hero-banner-lead {
    animation: lp-hero-copy-in calc(var(--lp-hero-trans-ms) * 0.62ms) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--lp-hero-trans-ms) * 0.34ms) both;
  }
  .lp-hero-slide.is-active .lp-hero-banner-cta {
    animation: lp-hero-copy-in calc(var(--lp-hero-trans-ms) * 0.56ms) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--lp-hero-trans-ms) * 0.45ms) both;
  }
}
@keyframes lp-hero-copy-in {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 900px) {
  .lp-hero-banner-lead {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-slide {
    transform: none !important;
    filter: none !important;
    transition: opacity 0.35s ease, visibility 0.35s step-end;
  }
  .lp-hero-slide.is-active {
    transition: opacity 0.35s ease, visibility 0s step-start;
  }
  .lp-hero-slide:not(.is-active) .lp-hero-slide-bg {
    transform: scale(1.02);
    filter: none;
    opacity: 1;
  }
  .lp-hero-slide.is-active .lp-hero-slide-bg {
    animation: none;
  }
  .lp-hero-slide-bg::after {
    display: none;
  }
  .lp-hero-slide-inner {
    transform: none !important;
    opacity: 1;
    transition: none;
  }
  .lp-hero-banner-content,
  .lp-hero-slide.is-active .lp-hero-banner-content {
    transform: none !important;
    opacity: 1;
    transition: none;
  }
  .lp-hero-eyebrow,
  .lp-hero-banner-title,
  .lp-hero-banner-lead,
  .lp-hero-banner-cta {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.lp-hero-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.95);
}

.lp-hero-banner-title {
  margin: 0 0 0.55rem;
  font-family: Nunito, Inter, system-ui, sans-serif;
  font-size: clamp(1.45rem, 4.2vw + 0.4rem, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #f8fafc;
  text-wrap: balance;
}

.lp-hero-banner-lead {
  margin: 0 0 1.15rem;
  font-size: clamp(0.9rem, 1.35vw + 0.55rem, 1.1rem);
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.92);
  max-width: 38rem;
}

.lp-hero-banner-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

@media (max-width: 767.98px) {
  /* Hide hero CTA buttons on mobile as requested. */
  .lp-hero-cta-primary,
  .lp-hero-cta-secondary {
    display: none !important;
  }
}

.lp-hero-cta {
  border-radius: 999px !important;
  font-weight: 700 !important;
  padding-left: 1.35rem !important;
  padding-right: 1.35rem !important;
  min-height: 2.85rem;
  border-width: 2px !important;
}

.lp-hero-cta-primary {
  background: #fff !important;
  color: var(--lp-navy) !important;
  border-color: transparent !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}
.lp-hero-cta-primary:hover {
  filter: brightness(1.05);
  color: var(--lp-navy) !important;
}

.lp-hero-cta-secondary {
  background: transparent !important;
  color: #f8fafc !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}
.lp-hero-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
}

/* Progress segment (multi-slide) */
.lp-hero-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}
.lp-hero-progress-fill {
  position: absolute;
  top: 0;
  left: calc(100% * var(--lp-hero-index, 0) / var(--lp-hero-count, 1));
  height: 100%;
  width: calc(100% / var(--lp-hero-count, 1));
  background: linear-gradient(90deg, var(--lp-primary), var(--lp-accent));
  transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0 2px 2px 0;
}

/* Arrows */
.lp-hero-nav {
  position: absolute;
  z-index: 7;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.45);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.lp-hero-nav:hover,
.lp-hero-nav:focus-visible {
  background: rgba(15, 23, 42, 0.72);
  border-color: rgba(255, 255, 255, 0.45);
  outline: none;
}
.lp-hero-nav:active {
  transform: translateY(-50%) scale(0.96);
}
.lp-hero-prev {
  left: clamp(0.5rem, 2.5vw, 1.25rem);
}
.lp-hero-next {
  right: clamp(0.5rem, 2.5vw, 1.25rem);
}
@media (max-width: 575px) {
  .lp-hero-nav {
    width: 2.65rem;
    height: 2.65rem;
    font-size: 1.15rem;
  }
}

/* Dot indicators */
.lp-hero-dots {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: clamp(1rem, 3vw, 1.45rem);
  transform: translateX(-50%);
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.35);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.lp-hero-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: width 0.28s ease, background 0.28s ease, transform 0.2s ease;
}
.lp-hero-dot:hover {
  background: rgba(255, 255, 255, 0.75);
}
.lp-hero-dot.is-active {
  width: 1.35rem;
  background: linear-gradient(90deg, var(--lp-primary), var(--lp-accent));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

/* —— Sections —— */
.lp-section {
  padding: clamp(2.25rem, 5.5vw, 3.25rem) 0;
  position: relative;
}

/* Improve first render time on mobile/slow devices for below-the-fold sections. */
#welcome.lp-section,
#features.lp-section,
#about.lp-section,
#programs.lp-section,
#testimonials.lp-section,
#contact.lp-section {
  content-visibility: auto;
  contain-intrinsic-size: 780px;
}
.lp-section-title {
  font-family: Nunito, Inter, sans-serif;
  font-size: clamp(1.45rem, 4vw, 2.1rem);
  margin: 0 0 0.75rem;
  color: var(--lp-navy);
}
.lp-center {
  text-align: center;
}

.lp-wave-top {
  height: clamp(32px, 7vw, 48px);
  margin-top: -1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48'%3E%3Cpath fill='%23ffffff' d='M0 0h1440v20c-120 18-240 18-360 6S720 0 540 0 300 14 180 26 60 32 0 20V0z'/%3E%3C/svg%3E")
    center top / 100% 100% no-repeat;
}
.lp-wave-top--navy {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48'%3E%3Cpath fill='%230f172a' d='M0 0h1440v20c-120 18-240 18-360 6S720 0 540 0 300 14 180 26 60 32 0 20V0z'/%3E%3C/svg%3E")
    center top / 100% 100% no-repeat;
}
.lp-wave-top--quotes {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48'%3E%3Cpath fill='%23fff7ed' d='M0 0h1440v20c-120 18-240 18-360 6S720 0 540 0 300 14 180 26 60 32 0 20V0z'/%3E%3C/svg%3E")
    center top / 100% 100% no-repeat;
}

.lp-section--features {
  background: #fff;
  margin-top: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.lp-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 3vw, 1.5rem);
}
@media (min-width: 576px) {
  .lp-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .lp-feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.lp-feature-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.06);
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
}
.lp-feature-photo {
  height: clamp(8rem, 28vw, 11rem);
  background-size: cover;
  background-position: center;
}
.lp-feature-body {
  position: relative;
  padding: clamp(1.1rem, 3vw, 1.35rem);
  padding-top: 1.75rem;
  background: var(--lp-card, #334155);
  color: #f8fafc;
  min-height: 9.5rem;
}
.lp-feature-icon {
  position: absolute;
  top: -1.35rem;
  left: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #fff;
  color: var(--lp-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.lp-feature-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-family: Nunito, Inter, sans-serif;
}
.lp-feature-text {
  margin: 0;
  font-size: 0.88rem;
  opacity: 0.95;
  line-height: 1.45;
}

/* —— About —— */
.lp-section--about {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}
.lp-about-grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
}
@media (min-width: 992px) {
  .lp-about-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }
}
.lp-about-collage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  border-radius: 22px;
  overflow: hidden;
  min-height: clamp(12rem, 40vw, 18rem);
}
.lp-about-cell {
  min-height: clamp(5.5rem, 22vw, 9rem);
  background-size: cover;
  background-position: center;
}
.lp-rich {
  color: #475569;
  line-height: 1.65;
  font-size: 0.98rem;
}
.lp-rich p {
  margin-top: 0;
}
.lp-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin: 1rem 0;
}
@media (min-width: 576px) {
  .lp-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-hl {
  border-radius: 14px;
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.lp-hl--orange {
  background: rgba(234, 88, 12, 0.15);
  color: #9a3412;
}
.lp-hl--navy {
  background: rgba(15, 23, 42, 0.08);
  color: var(--lp-navy);
}
.lp-hl--teal {
  background: rgba(13, 148, 136, 0.15);
  color: #115e59;
}
.lp-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
  font-weight: 500;
  color: #334155;
}
.lp-checklist .bi {
  color: var(--lp-secondary);
  margin-top: 0.12rem;
}

/* —— Dark band —— */
.lp-section--band {
  background: var(--lp-navy);
  color: #e2e8f0;
  padding-top: clamp(2rem, 5vw, 2.75rem);
  padding-bottom: clamp(2rem, 5vw, 2.75rem);
  border-top: 1px solid rgba(15, 23, 42, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.lp-band-title {
  font-family: Nunito, Inter, sans-serif;
  font-size: clamp(1.45rem, 4vw, 2rem);
  margin: 0 0 0.5rem;
  color: #fff;
}
.lp-band-sub {
  margin: 0 0 1.5rem;
  max-width: none;
  width: 100%;
  color: #cbd5e1;
  font-size: 0.95rem;
}
.lp-band-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .lp-band-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .lp-band-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.lp-band-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 0.95rem 1rem 1rem;
}
.lp-band-card h3 {
  margin: 0.35rem 0 0.25rem;
  font-size: 1rem;
  color: #fff;
}
.lp-band-card p {
  margin: 0;
  font-size: 0.82rem;
  color: #cbd5e1;
  line-height: 1.45;
}
.lp-band-ico {
  font-size: 1.35rem;
  color: var(--lp-accent);
}
.lp-stat {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(1.35rem, 3.5vw, 2rem);
  padding-top: clamp(1.25rem, 3vw, 1.65rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}
.lp-stat-ring {
  width: clamp(4.5rem, 14vw, 5.5rem);
  height: clamp(4.5rem, 14vw, 5.5rem);
  border-radius: 50%;
  border: 4px solid var(--lp-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: #fff;
}
.lp-stat-label {
  font-weight: 600;
  color: #cbd5e1;
}

/* —— Programs (Preschool / Primary / JHS) —— */
.lp-section--programs-levels {
  position: relative;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 55%, #f1f5f9 100%);
  padding-top: clamp(2.25rem, 5vw, 3.25rem);
  padding-bottom: clamp(2.25rem, 5vw, 3.25rem);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  overflow: hidden;
}
.lp-programs-levels {
  position: relative;
  z-index: 1;
}
.lp-programs-levels__grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}
@media (min-width: 992px) {
  .lp-programs-levels__grid {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
  }
}
.lp-programs-levels__copy {
  position: relative;
  padding-left: 0.25rem;
}
.lp-programs-levels__deco {
  position: absolute;
  inset: auto auto 0 -1.25rem;
  width: 6rem;
  height: 5rem;
  pointer-events: none;
  opacity: 0.9;
}
.lp-programs-levels__deco-arc {
  position: absolute;
  left: -2.5rem;
  top: -6rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgba(236, 72, 153, 0.18);
}
.lp-programs-levels__deco-ring {
  position: absolute;
  left: 0.5rem;
  bottom: 0.25rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 3px solid rgba(56, 189, 248, 0.55);
  background: transparent;
}
.lp-programs-levels__deco-squiggle {
  position: absolute;
  left: 0.25rem;
  bottom: -0.5rem;
  width: 4.5rem;
  height: 2.5rem;
  border: none;
  border-bottom: 2px dotted rgba(37, 99, 235, 0.35);
  border-radius: 0 0 50% 40% / 0 0 55% 45%;
  transform: rotate(-6deg);
}
.lp-programs-levels__title {
  font-family: Nunito, Inter, system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.55rem, 3.8vw, 2.15rem);
  line-height: 1.2;
  color: var(--lp-navy);
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
}
.lp-programs-levels__lead {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
  max-width: 36rem;
}
.lp-programs-levels__bullets {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem 1.25rem;
}
@media (min-width: 520px) {
  .lp-programs-levels__bullets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.lp-programs-levels__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #1e3a5f;
  line-height: 1.35;
}
.lp-programs-levels__bullet-ico {
  flex-shrink: 0;
  color: #ec4899;
  font-size: 1rem;
  margin-top: 0.08rem;
}
.lp-programs-levels__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.65rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #ff4d8d 0%, #ec4899 100%);
  box-shadow: 0 10px 28px rgba(236, 72, 153, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.lp-programs-levels__cta:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(236, 72, 153, 0.42);
}
.lp-programs-levels__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .lp-programs-levels__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    align-items: stretch;
  }
}
.lp-prog-card {
  --lp-prog-accent: #ec4899;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 17rem;
  background: #fff;
  box-shadow:
    0 14px 40px rgba(15, 23, 42, 0.08),
    0 2px 8px rgba(15, 23, 42, 0.04);
}
.lp-prog-card--photo {
  display: flex;
  flex-direction: column;
}
.lp-prog-card__photo-top {
  position: relative;
  flex: 1 1 auto;
  min-height: 11.5rem;
  background: linear-gradient(145deg, #e2e8f0, #f1f5f9);
}
.lp-prog-card__photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-prog-card__bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem 0.85rem;
  background: var(--lp-prog-accent);
  color: #fff;
}
.lp-prog-card__num {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  background: #fff;
  color: var(--lp-prog-accent);
  line-height: 1;
}
.lp-prog-card__bar-title {
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}
.lp-prog-card--spotlight {
  padding-top: 4.75rem;
  background: var(--lp-prog-accent);
  color: #fff;
  text-align: center;
}
.lp-prog-card__spotlight-inner {
  position: relative;
  padding: 0 1rem 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-prog-card__spotlight-photo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -52%);
  width: clamp(7.5rem, 42vw, 9.25rem);
  height: clamp(7.5rem, 42vw, 9.25rem);
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.18);
  background: rgba(255, 255, 255, 0.25);
}
.lp-prog-card__spotlight-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-prog-card__spotlight-body {
  padding-top: 0.25rem;
  max-width: 15rem;
  margin: 0 auto;
}
.lp-prog-card__num--light {
  background: #fff;
  color: var(--lp-prog-accent);
  margin-bottom: 0.5rem;
}
.lp-prog-card__spotlight-title {
  font-family: Nunito, Inter, system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
  color: #fff;
}
.lp-prog-card__spotlight-text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

/* —— Programs band (PlayGroup / PreSchool / Primary / JHS) —— */
.lp-section--programs-levels {
  background: #edf4f0;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}
.lp-programs-band-head {
  text-align: center;
  margin: 0 auto clamp(1.2rem, 3vw, 2rem);
  max-width: 44rem;
}
.lp-programs-band-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(234, 88, 12, 0.2);
  color: #334155;
  padding: 0.32rem 0.72rem;
  font-weight: 700;
  font-size: 0.76rem;
  margin-bottom: 0.75rem;
}
.lp-programs-band-chip i {
  color: #ea580c;
}
.lp-programs-band-head .lp-programs-levels__title {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1.08;
}
.lp-programs-levels__cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 700px) {
  .lp-programs-levels__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .lp-programs-levels__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.lp-program-band-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.lp-program-band-card__image-wrap {
  position: relative;
  min-height: 14rem;
}
.lp-program-band-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-program-band-card__body {
  background: #ff734c;
  color: #fff;
  text-align: center;
  padding: 0 1rem 1rem;
  border-radius: 1.2rem 1.2rem 0 0 / 2rem 2rem 0 0;
  margin-top: -1.2rem;
  position: relative;
  z-index: 1;
}
.lp-program-band-card__icon {
  width: 2.7rem;
  height: 2.7rem;
  margin: -1.3rem auto 0.6rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0e7490;
  border: 4px solid #ff734c;
}
.lp-program-band-card__body h3 {
  margin: 0 0 0.35rem;
  font-weight: 800;
  font-size: 1.04rem;
}
.lp-program-band-card__body p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}
.lp-program-band-card__link {
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8rem;
}
.lp-program-band-card__link:hover {
  color: #fff;
  text-decoration: underline;
}

/* —— Department detail page —— */
.lp-dept-page {
  background:
    radial-gradient(1200px 520px at 10% -10%, rgba(59, 130, 246, 0.08), transparent 60%),
    radial-gradient(900px 460px at 95% 0%, rgba(236, 72, 153, 0.08), transparent 58%),
    linear-gradient(180deg, #f8fafc 0%, #eef4f0 52%, #ffffff 100%);
  min-height: 100dvh;
}
.lp-dept-main {
  padding: clamp(1.5rem, 4vw, 3.2rem) 0 clamp(2rem, 5vw, 4rem);
}
.lp-dept-topbar {
  width: 100%;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.92) 100%),
    radial-gradient(600px 180px at 12% -20%, rgba(59, 130, 246, 0.1), transparent 70%);
  backdrop-filter: blur(4px);
}
.lp-dept-topbar-inner {
  width: 100%;
  max-width: none;
  padding: 0.72rem clamp(0.8rem, 2.4vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}
.lp-dept-topbar-title-wrap {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  min-width: 0;
}
.lp-dept-topbar-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.52rem;
  border-radius: 999px;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e3a8a;
  background: rgba(219, 234, 254, 0.9);
  border: 1px solid rgba(59, 130, 246, 0.3);
  font-weight: 800;
}
.lp-dept-topbar-title {
  margin: 0;
  font-family: Nunito, Inter, sans-serif;
  font-size: clamp(1.08rem, 2.2vw, 1.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0f172a;
  font-weight: 800;
}
.lp-dept-topbar-back {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.42rem 0.78rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #0f172a;
  border: 1px solid rgba(148, 163, 184, 0.42);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.07);
}
.lp-dept-topbar-back:hover {
  color: #0f172a;
  background: #fff;
}
.lp-dept-shell {
  width: 100%;
  max-width: none;
  padding-inline: clamp(0.8rem, 2.4vw, 2rem);
}
.lp-dept-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #0f172a;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 1rem;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.35);
}
.lp-dept-back:hover {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.96);
}
.lp-dept-hero {
  display: grid;
  gap: clamp(1rem, 2.6vw, 1.4rem);
}
@media (min-width: 980px) {
  .lp-dept-hero {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    align-items: stretch;
  }
}
.lp-dept-card,
.lp-dept-panel {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.09);
}
.lp-dept-card {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  display: flex;
  flex-direction: column;
  position: relative;
}
.lp-dept-back--on-card {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 3;
  color: #fff;
  background: rgba(15, 23, 42, 0.58);
  border-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(4px);
}
.lp-dept-back--on-card:hover {
  color: #fff;
  background: rgba(15, 23, 42, 0.74);
}
.lp-dept-card img {
  width: 100%;
  height: clamp(14rem, 45vw, 22rem);
  object-fit: cover;
}
.lp-dept-card-body {
  padding: clamp(1rem, 2.5vw, 1.45rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.lp-dept-kicker {
  color: #0e7490;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.lp-dept-title {
  margin: 0.1rem 0 0;
  color: var(--lp-navy);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 800;
  line-height: 1.14;
}
.lp-dept-summary {
  margin: 0;
  color: #475569;
  line-height: 1.65;
  max-width: 48ch;
}
.lp-dept-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.lp-dept-meta-box {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #dbe6f1;
  border-radius: 13px;
  padding: 0.74rem 0.82rem;
}
.lp-dept-meta-box strong {
  display: block;
  font-size: 0.74rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.lp-dept-meta-box span {
  display: block;
  margin-top: 0.2rem;
  color: #0f172a;
  font-weight: 700;
}
.lp-dept-panel {
  padding: clamp(0.95rem, 2.5vw, 1.3rem);
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 64%, #334155 100%);
  color: #e2e8f0;
  border: 0;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.26);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.lp-dept-panel::before {
  content: "";
  position: absolute;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  right: -5.5rem;
  top: -5.5rem;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.24) 0%, rgba(34, 211, 238, 0) 68%);
  pointer-events: none;
}
.lp-dept-panel::after {
  content: "";
  position: absolute;
  inset: auto auto -3.6rem -3.8rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 146, 60, 0.2) 0%, rgba(251, 146, 60, 0) 70%);
  pointer-events: none;
}
.lp-dept-panel > * {
  position: relative;
  z-index: 1;
}
.lp-dept-head {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
}
.lp-dept-head img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.35);
}
.lp-dept-head h3 {
  margin: 0;
  font-size: 1.03rem;
  color: #fff;
}
.lp-dept-head p {
  margin: 0.2rem 0 0;
  color: #cbd5e1;
  font-size: 0.88rem;
}
.lp-dept-head-msg {
  margin: 0;
  line-height: 1.65;
  color: #e2e8f0;
  font-size: 0.95rem;
}
.lp-dept-panel .lp-dept-kicker {
  color: #67e8f9;
  margin: 0;
}
.lp-dept-list-card--nested {
  margin-top: 0.2rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(148, 163, 184, 0.32);
  backdrop-filter: blur(2px);
  box-shadow: none;
  padding: 0.9rem;
}
.lp-dept-list-card--nested h4 {
  color: #fff;
  font-size: 0.94rem;
}
.lp-dept-list-card--nested li {
  color: #e2e8f0;
  font-size: 0.9rem;
}
.lp-dept-list-card--nested li i {
  color: #22d3ee;
}
.lp-dept-sections {
  display: grid;
  gap: clamp(0.85rem, 2.3vw, 1.05rem);
  margin-top: clamp(0.95rem, 2.6vw, 1.35rem);
  align-items: stretch;
}
@media (min-width: 980px) {
  .lp-dept-sections {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lp-dept-list-card {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 16px;
  padding: 1rem 1rem 0.95rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.lp-dept-list-card h4 {
  margin: 0 0 0.65rem;
  color: var(--lp-navy);
  font-size: 1rem;
}
.lp-dept-list-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  align-content: start;
}
.lp-dept-list-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #334155;
}
.lp-dept-list-card li i {
  color: #ea580c;
}
.lp-dept-list-card--overview {
  margin-top: 0.15rem;
}
@media (max-width: 979.98px) {
  .lp-dept-hero {
    grid-template-columns: 1fr;
  }
  .lp-dept-panel {
    order: 2;
  }
  .lp-dept-card {
    order: 1;
  }
  .lp-dept-meta {
    grid-template-columns: 1fr;
  }
  .lp-dept-sections {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .lp-dept-topbar-inner {
    padding-block: 0.65rem;
  }
  .lp-dept-topbar-title-wrap {
    gap: 0.4rem;
  }
  .lp-dept-topbar-kicker {
    font-size: 0.58rem;
    padding: 0.16rem 0.42rem;
  }
  .lp-dept-topbar-title {
    font-size: 1rem;
  }
  .lp-dept-topbar-back span {
    display: none;
  }
  .lp-dept-topbar-back {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    justify-content: center;
  }
  .lp-dept-main {
    padding-top: 1rem;
  }
  .lp-dept-head {
    grid-template-columns: 4.2rem minmax(0, 1fr);
  }
  .lp-dept-head img {
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .lp-dept-panel::before,
  .lp-dept-panel::after {
    animation: lpDeptGlowFloat 9s ease-in-out infinite;
  }
}
@keyframes lpDeptGlowFloat {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(6px);
    opacity: 0.86;
  }
}

.lp-backtop {
  position: fixed;
  right: clamp(0.8rem, 2.2vw, 1.35rem);
  bottom: clamp(0.8rem, 2.4vw, 1.5rem);
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.36);
  z-index: 1200;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.96);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.lp-backtop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.lp-backtop:hover {
  transform: translateY(-2px);
}

/* Department-specific art direction (shared system, unique personality) */
.lp-dept-page {
  --lp-dept-spot-a: rgba(59, 130, 246, 0.08);
  --lp-dept-spot-b: rgba(236, 72, 153, 0.08);
  --lp-dept-panel-grad: linear-gradient(160deg, #0f172a 0%, #1e293b 64%, #334155 100%);
  --lp-dept-kicker: #0e7490;
  --lp-dept-panel-kicker: #67e8f9;
  --lp-dept-accent: #2563eb;
}

.lp-dept-theme-playgroup {
  --lp-dept-spot-a: rgba(249, 115, 22, 0.12);
  --lp-dept-spot-b: rgba(14, 165, 233, 0.11);
  --lp-dept-panel-grad: linear-gradient(160deg, #7c2d12 0%, #c2410c 58%, #ea580c 100%);
  --lp-dept-kicker: #c2410c;
  --lp-dept-panel-kicker: #fde68a;
  --lp-dept-accent: #f97316;
}

.lp-dept-theme-preschool {
  --lp-dept-spot-a: rgba(217, 70, 239, 0.11);
  --lp-dept-spot-b: rgba(16, 185, 129, 0.1);
  --lp-dept-panel-grad: linear-gradient(160deg, #581c87 0%, #7e22ce 62%, #a855f7 100%);
  --lp-dept-kicker: #7e22ce;
  --lp-dept-panel-kicker: #d8b4fe;
  --lp-dept-accent: #a855f7;
}

.lp-dept-theme-primary {
  --lp-dept-spot-a: rgba(59, 130, 246, 0.08);
  --lp-dept-spot-b: rgba(34, 197, 94, 0.08);
  --lp-dept-panel-grad: linear-gradient(160deg, #0f172a 0%, #1e3a8a 58%, #2563eb 100%);
  --lp-dept-kicker: #1d4ed8;
  --lp-dept-panel-kicker: #bfdbfe;
  --lp-dept-accent: #2563eb;
}

.lp-dept-theme-jhs {
  --lp-dept-spot-a: rgba(14, 116, 144, 0.1);
  --lp-dept-spot-b: rgba(99, 102, 241, 0.1);
  --lp-dept-panel-grad: linear-gradient(160deg, #111827 0%, #1f2937 54%, #0f766e 100%);
  --lp-dept-kicker: #0f766e;
  --lp-dept-panel-kicker: #99f6e4;
  --lp-dept-accent: #0f766e;
}

.lp-dept-page {
  background:
    radial-gradient(1200px 520px at 10% -10%, var(--lp-dept-spot-a), transparent 60%),
    radial-gradient(900px 460px at 95% 0%, var(--lp-dept-spot-b), transparent 58%),
    linear-gradient(180deg, #f8fafc 0%, #eef4f0 52%, #ffffff 100%);
}

.lp-dept-kicker {
  color: var(--lp-dept-kicker);
}

.lp-dept-panel {
  background: var(--lp-dept-panel-grad);
}

.lp-dept-panel .lp-dept-kicker {
  color: var(--lp-dept-panel-kicker);
}

.lp-backtop {
  background: linear-gradient(135deg, #0ea5e9 0%, var(--lp-dept-accent) 100%);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.36);
}

/* Department head message adopts Director editorial style */
.lp-dept-panel.lp-director-editorial {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.lp-dept-panel.lp-director-editorial::before,
.lp-dept-panel.lp-director-editorial::after {
  display: none;
}
.lp-dept-panel.lp-director-editorial > .lp-director-editorial-inner {
  margin-left: 0;
  border-radius: 1rem;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
}
.lp-dept-panel.lp-director-editorial > .lp-director-editorial-inner .lp-director-eyebrow {
  color: #1e3a8a;
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.95), rgba(239, 246, 255, 0.92));
  border: 1px solid rgba(59, 130, 246, 0.32);
}
.lp-dept-head-editorial-grid {
  display: grid;
  gap: 0.95rem;
  align-items: start;
}
@media (min-width: 700px) {
  .lp-dept-head-editorial-grid {
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  }
}
.lp-dept-head-figure {
  max-width: 100%;
  width: min(100%, 15rem);
}
.lp-dept-head-figure .lp-director-photo-wrap {
  border-radius: 0.55rem;
}
.lp-dept-head-figure .lp-director-figure-name {
  color: #000;
}
.lp-dept-head-title {
  margin: 0 0 0.15rem;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.lp-dept-head-role {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #64748b;
}
.lp-dept-panel.lp-director-editorial .lp-dept-head {
  grid-template-columns: 5.6rem minmax(0, 1fr);
  gap: 0.95rem;
  align-items: start;
}
.lp-dept-head-bio {
  min-width: 0;
}
.lp-dept-head-copy {
  position: relative;
}
.lp-dept-panel.lp-director-editorial .lp-dept-head-msg {
  margin: 0;
  color: #334155;
  line-height: 1.52;
  text-align: justify;
}
.lp-dept-panel.lp-director-editorial .lp-dept-head-msg::first-letter {
  float: left;
  font-family: Nunito, Inter, serif;
  font-size: 2em;
  line-height: 0.9;
  font-weight: 800;
  color: var(--lp-dept-accent);
  margin: 0.1em 0.14em 0 0;
}
.lp-dept-head-copy::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 24rem;
  height: 1px;
  margin-top: 0.7rem;
  background: linear-gradient(
    90deg,
    rgba(148, 163, 184, 0) 0%,
    rgba(100, 116, 139, 0.58) 14%,
    rgba(71, 85, 105, 0.72) 50%,
    rgba(100, 116, 139, 0.58) 86%,
    rgba(148, 163, 184, 0) 100%
  );
}
.lp-dept-cur-title {
  margin: 0.55rem 0 0.3rem;
  font-family: Nunito, Inter, sans-serif;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
  font-size: 1rem;
}
.lp-dept-cur-points {
  margin-bottom: 0.1rem;
}
.lp-dept-cur-points .lp-director-point-label {
  color: #0f172a;
  font-weight: 700;
}
.lp-dept-cur-points--two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 0.55rem;
}
@media (max-width: 700px) {
  .lp-dept-cur-points--two-col {
    grid-template-columns: 1fr;
  }
}
.lp-dept-card-body {
  gap: 0.62rem;
}
.lp-dept-summary {
  line-height: 1.48;
}
.lp-dept-meta {
  gap: 0.58rem;
}
.lp-dept-meta-box {
  padding: 0.62rem 0.72rem;
}
.lp-dept-list-card--overview {
  margin-top: 0;
  padding: 0.85rem 0.9rem 0.8rem;
}
.lp-dept-list-card--overview h4 {
  margin-bottom: 0.45rem;
}
.lp-dept-list-card--overview ul {
  gap: 0.36rem;
}
.lp-dept-list-card--overview li {
  line-height: 1.35;
}
@media (max-width: 575.98px) {
  .lp-dept-back--on-card {
    top: 0.65rem;
    right: 0.65rem;
    font-size: 0.75rem;
    padding: 0.28rem 0.62rem;
  }
  .lp-dept-head-editorial-grid {
    gap: 0.7rem;
  }
}

/* —— Testimonials (parents) —— */
.lp-section--quotes {
  position: relative;
  background: linear-gradient(180deg, #f8faf5 0%, #f5f7f2 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.lp-testi-grid {
  display: grid;
  gap: clamp(1.25rem, 3.5vw, 2.4rem);
}
@media (min-width: 992px) {
  .lp-testi-grid {
    grid-template-columns: minmax(0, 0.36fr) minmax(0, 1fr);
    align-items: stretch;
  }
}
.lp-testi-aside {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  justify-content: center;
}
.lp-testi-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  padding: 0.32rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.32);
  font-size: 0.72rem;
  font-weight: 700;
  color: #475569;
}
.lp-testi-badge .bi {
  color: var(--lp-primary);
}
.lp-testi-title {
  margin: 0;
  font-family: Nunito, Inter, sans-serif;
  font-size: clamp(2rem, 4.7vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #0f172a;
  max-width: 13ch;
}
.lp-testi-divider {
  width: min(86%, 18rem);
  height: 1px;
  background: rgba(148, 163, 184, 0.35);
  margin-top: 0.45rem;
}
.lp-testi-score {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.lp-testi-score-g {
  width: 2.22rem;
  height: 2.22rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.45rem;
  color: #4285f4;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.lp-testi-score-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.lp-testi-score-text strong {
  font-size: 2.16rem;
  font-weight: 800;
  color: #0f172a;
}
.lp-testi-stars {
  color: #fb7185;
  font-size: 1.02rem;
  letter-spacing: 0.13em;
}
.lp-testi-score-text span {
  color: #64748b;
  font-size: 1rem;
}
.lp-testi-carousel-shell {
  position: relative;
  display: block;
  padding-inline: clamp(2.2rem, 4.8vw, 3.2rem);
}
.lp-testi-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 2.88rem;
  height: 2.88rem;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}
.lp-testi-nav--prev {
  left: -0.35rem;
}
.lp-testi-nav--next {
  right: -0.35rem;
}
.lp-testi-nav:hover,
.lp-testi-nav:focus-visible {
  background: #fff;
  color: var(--lp-primary);
  outline: none;
}
.lp-quote-slider {
  overflow: hidden;
  border-radius: 1.2rem;
}
.lp-quote-track {
  display: flex;
  width: 100%;
  transform: translate3d(calc(var(--lp-quote-index, 0) * -100%), 0, 0);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-quote-card {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.39fr) minmax(0, 1fr);
  gap: 0.95rem;
  padding: 0.58rem;
  border-radius: 1.08rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 20px 44px rgba(15, 23, 42, 0.09);
}
.lp-quote-card-photo {
  border-radius: 0.85rem;
  overflow: hidden;
  background: #e2e8f0;
  min-height: 22.2rem;
}
.lp-quote-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-quote-card-body {
  display: flex;
  flex-direction: column;
  padding: clamp(0.45rem, 1.2vw, 0.75rem) clamp(0.28rem, 0.8vw, 0.48rem);
}
.lp-quote-card-stars {
  color: #fb7185;
  letter-spacing: 0.2em;
  font-size: 0.82rem;
  margin-bottom: 0.62rem;
}
.lp-quote-card blockquote {
  margin: 0 0 1.25rem;
  color: #334155;
  font-size: clamp(1.01rem, 1.75vw, 1.1rem);
  line-height: 1.58;
}
.lp-quote-card-meta {
  margin-top: auto;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  padding-top: 0.85rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.12rem 0.5rem;
  align-items: end;
}
.lp-quote-card-meta strong {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  color: #1e293b;
  font-size: 1.03rem;
}
.lp-quote-card-meta span {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  color: #64748b;
  font-size: 0.88rem;
}
.lp-quote-card-meta .bi {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  color: #fb7185;
  font-size: 1.42rem;
}
@media (max-width: 991.98px) {
  .lp-testi-carousel-shell {
    padding-inline: 0;
  }
  .lp-testi-nav {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .lp-quote-card {
    grid-template-columns: 1fr;
  }
  .lp-quote-card-photo {
    min-height: 12.5rem;
  }
}
.lp-quote-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin-top: clamp(1.1rem, 3vw, 1.5rem);
  padding-top: 0.15rem;
}
.lp-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(148, 163, 184, 0.55);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, transform 0.2s ease;
}
.lp-dot:hover {
  background: rgba(100, 116, 139, 0.75);
  transform: scale(1.08);
}
.lp-dot:focus-visible {
  outline: 2px solid var(--lp-primary);
  outline-offset: 3px;
}
.lp-dot.is-active {
  width: 1.3rem;
  background: linear-gradient(90deg, #fb7185, #f97316);
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.3);
}

/* —— Contact —— */
.lp-section--contact {
  background: #f8fafc;
  padding-bottom: clamp(2.5rem, 6vw, 3.5rem);
}
.lp-contact-grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2rem);
}
@media (min-width: 992px) {
  .lp-contact-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.lp-contact-line {
  margin: 0 0 0.65rem;
  color: #475569;
}
.lp-contact-form-wrap {
  background: #fff;
  border-radius: 14px;
  padding: clamp(1.1rem, 3vw, 1.45rem);
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03), 0 6px 18px rgba(15, 23, 42, 0.04);
}
.lp-form-intro {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 1rem;
}
.lp-form .form-control {
  border-radius: 12px;
}
.lp-hp {
  position: absolute !important;
  left: -9999px !important;
  height: 1px !important;
  width: 1px !important;
  opacity: 0 !important;
}
.lp-form-status.ok {
  color: #15803d !important;
}
.lp-form-status.err {
  color: #b91c1c !important;
}
.lp-hidden {
  display: none !important;
}

/* —— Footer —— */
.lp-footer {
  background: var(--lp-navy);
  color: #e2e8f0;
  padding: clamp(1.25rem, 3vw, 1.65rem) 0;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.lp-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .lp-footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
