/* VASTConnect School Management — refined UI */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --sch-sidebar: 268px;
  --sch-topbar: 64px;
  --sch-surface: #f3f5fb;
  --sch-card: #ffffff;
  --sch-ink: #0b1220;
  --sch-muted: #5b6b86;
  --sch-line: rgba(0, 0, 44, 0.08);
  --sch-accent: #ffeb3b;
  --sch-brand: #00008b;
  --sch-navy: #00002c;
  --sch-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sch-shadow: 0 18px 50px rgba(0, 0, 44, 0.1);
  --sch-shadow-sm: 0 8px 24px rgba(0, 0, 44, 0.06);
}

@media (min-width: 992px) {
  .vc-school-public .container {
    width: calc(100% - clamp(2rem, 4vw, 5rem));
    max-width: 1680px;
  }
}

body.vc-school-app {
  margin: 0;
  background: var(--sch-surface);
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--sch-ink);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

/* Motion */
@keyframes vcSchFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes vcSchGlow {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.05); }
}

.vc-school-reveal {
  animation: vcSchFadeUp 0.7s var(--sch-ease) both;
}

/* Public nav — matches main site .top-nav.vc-cut-nav; keep brand helpers */
.vc-school-public-nav .vc-school-brand-tag,
.vc-portal-brand-tag {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.18rem 0.6rem;
  border-radius: 4px;
  background: var(--sch-accent);
  color: var(--sch-navy);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  vertical-align: middle;
}

.vc-school-public .navbar-brand.vc-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 56px;
  padding: 0.15rem 0;
}

.vc-school-public .vc-logo-img {
  height: clamp(40px, 4.2vw, 52px);
  width: auto;
  max-width: 210px;
  object-fit: contain;
  object-position: left center;
}

/* Hero */
.vc-school-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 3.5rem 0 4.5rem;
  background:
    linear-gradient(115deg, #00002c 0%, #000055 42%, #00008b 78%, #12127a 100%);
  color: #fff;
  overflow: hidden;
  border-bottom: 6px solid var(--sch-accent);
}

.vc-school-hero__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 45% 55% at 85% 20%, rgba(255, 235, 59, 0.22), transparent 60%),
    linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

.vc-school-hero__inner {
  max-width: 640px;
}

.vc-school-hero__brand {
  font-size: clamp(2.4rem, 6.5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  color: var(--sch-accent);
  line-height: 0.98;
  margin-bottom: 1.15rem;
}

.vc-school-hero h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
  max-width: 28ch;
  line-height: 1.35;
  margin-bottom: 0.9rem;
}

.vc-school-hero__lead {
  color: rgba(255, 255, 255, 0.74);
  max-width: 42ch;
  font-size: 1.05rem;
  margin-bottom: 1.85rem;
  line-height: 1.55;
}

.vc-school-btn-primary,
.vc-school-hero__cta .btn-warning {
  background: var(--sch-accent) !important;
  border-color: var(--sch-accent) !important;
  color: var(--sch-navy) !important;
  font-weight: 800;
  border-radius: 10px;
  padding: 0.8rem 1.45rem;
  box-shadow: 0 10px 28px rgba(255, 235, 59, 0.22);
  transition: transform 0.25s var(--sch-ease), box-shadow 0.25s;
}

.vc-school-btn-primary:hover,
.vc-school-hero__cta .btn-warning:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(255, 235, 59, 0.32);
}

.vc-school-btn-ghost,
.vc-school-hero__cta .btn-outline-light {
  border-radius: 10px;
  font-weight: 700;
  padding: 0.8rem 1.3rem;
  border-width: 1.5px;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.25s, transform 0.25s var(--sch-ease);
}

.vc-school-btn-ghost:hover,
.vc-school-hero__cta .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.vc-school-hero__cta .btn {
  margin-right: 0.55rem;
  margin-bottom: 0.55rem;
}

.vc-school-btn-navy {
  background: var(--sch-brand) !important;
  border-color: var(--sch-brand) !important;
  border-radius: 12px;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.vc-school-foot {
  background: #fff;
  border-top: 1px solid var(--sch-line);
  padding: 1.25rem 0;
  font-size: 0.85rem;
  color: var(--sch-muted);
}

.vc-school-foot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.vc-school-foot a {
  color: var(--sch-brand);
  font-weight: 600;
  margin-left: 1rem;
  text-decoration: none;
}

.vc-school-foot a:hover { text-decoration: underline; }

/* Modules / include cards */
.vc-school-module {
  background: var(--sch-card);
  border-radius: 18px;
  padding: 1.5rem;
  height: 100%;
  border: 1px solid var(--sch-line);
  box-shadow: var(--sch-shadow-sm);
  transition: transform 0.3s var(--sch-ease), box-shadow 0.3s;
}

.vc-school-module:hover {
  transform: translateY(-5px);
  box-shadow: var(--sch-shadow);
}

.vc-school-module__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #00008b, #00002c);
  color: var(--sch-accent);
  margin-bottom: 0.9rem;
  font-size: 1rem;
}

.vc-school-module h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
}

.vc-school-section-title {
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.45rem;
  font-size: 1.6rem;
}

.vc-school-section-lead {
  color: var(--sch-muted);
  margin-bottom: 1.5rem;
}

/* Login */
.vc-school-login-wrap {
  padding: 7rem 0 3.5rem;
  min-height: 100vh;
  background:
    radial-gradient(ellipse 60% 40% at 10% 20%, rgba(0, 0, 139, 0.08), transparent),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(255, 235, 59, 0.12), transparent),
    linear-gradient(165deg, #eef1f8 0%, #f7f8fc 50%, #e8ecf8 100%);
}

.vc-school-login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.95fr;
  gap: 1.25rem;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
}

@media (max-width: 992px) {
  .vc-school-login-grid { grid-template-columns: 1fr; }
}

.vc-school-login-brand {
  background: linear-gradient(160deg, #00002c, #00008b);
  color: #fff;
  border-radius: 22px;
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  box-shadow: var(--sch-shadow);
  position: relative;
  overflow: hidden;
}

.vc-school-login-brand::before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  right: -40px;
  top: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 235, 59, 0.3), transparent 70%);
}

.vc-school-login-brand__tag {
  color: var(--sch-accent);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  position: relative;
}

.vc-school-login-brand h1 {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
  position: relative;
}

.vc-school-login-brand p {
  opacity: 0.78;
  margin: 0;
  position: relative;
  max-width: 26ch;
}

.vc-school-login-card,
.vc-school-demo-card {
  background: #fff;
  border-radius: 22px;
  padding: 2rem;
  box-shadow: var(--sch-shadow);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.vc-school-input,
.vc-school-login-card .form-control,
.vc-school-price-section .form-control {
  border-radius: 12px;
  border: 1.5px solid rgba(0, 0, 44, 0.1);
  background: #f8faff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.vc-school-input:focus,
.vc-school-login-card .form-control:focus,
.vc-school-price-section .form-control:focus {
  border-color: var(--sch-brand);
  box-shadow: 0 0 0 3px rgba(0, 0, 139, 0.12);
  background: #fff;
}

.vc-school-demo-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  border: 1.5px solid var(--sch-line);
  background: linear-gradient(180deg, #fff, #f7f9ff);
  border-radius: 14px;
  padding: 0.95rem 1.1rem;
  margin-bottom: 0.65rem;
  transition: border-color 0.2s, transform 0.25s var(--sch-ease), box-shadow 0.25s;
  cursor: pointer;
  color: inherit;
}

.vc-school-demo-btn:hover {
  border-color: var(--sch-brand);
  transform: translateX(4px);
  box-shadow: var(--sch-shadow-sm);
  text-decoration: none;
  color: inherit;
}

.vc-school-demo-btn i {
  color: var(--sch-brand);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 139, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

.vc-school-badge-demo {
  display: inline-block;
  background: linear-gradient(135deg, rgba(255, 235, 59, 0.35), rgba(255, 235, 59, 0.15));
  color: var(--sch-navy);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}

/* App shell */
.vc-school-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--sch-sidebar);
  background: linear-gradient(185deg, #00002c 0%, #00008b 100%);
  color: #fff;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  padding: 1rem 0.85rem;
  overflow-y: auto;
  transition: transform 0.35s var(--sch-ease);
  box-shadow: 8px 0 40px rgba(0, 0, 44, 0.2);
}

.vc-school-sidebar__brand a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  padding: 0.35rem 0.5rem 1rem;
}

.vc-school-sidebar__product {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.vc-school-sidebar__product strong {
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}

.vc-school-sidebar__product em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--sch-accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vc-school-logo {
  display: block;
  height: 34px;
  width: auto;
  max-width: 140px;
  border-radius: 8px;
  object-fit: contain;
  object-position: left center;
}

.vc-school-sidebar__brand span {
  line-height: 1.1;
}

.vc-school-sidebar__meta {
  padding: 0.75rem 0.9rem;
  margin: 0 0.35rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  font-size: 0.82rem;
}

.vc-school-sidebar__meta strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
}

.vc-school-sidebar__meta span { opacity: 0.72; }

.vc-school-nav {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
}

.vc-school-nav__link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.72rem 0.95rem;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.vc-school-nav__link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transform: translateX(2px);
}

.vc-school-nav__link.is-active {
  background: var(--sch-accent);
  color: var(--sch-navy);
  box-shadow: 0 8px 20px rgba(255, 235, 59, 0.25);
}

.vc-school-nav__link i {
  width: 1.15rem;
  text-align: center;
}

.vc-school-sidebar__foot {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.vc-school-userchip { padding: 0.65rem 0.9rem; margin-bottom: 0.35rem; }
.vc-school-userchip__name { display: block; font-weight: 700; font-size: 0.9rem; }
.vc-school-userchip__role { font-size: 0.75rem; opacity: 0.7; }

.vc-school-main {
  margin-left: var(--sch-sidebar);
  min-height: 100vh;
}

.vc-school-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--sch-topbar);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1.5rem;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--sch-line);
}

.vc-school-topbar__title {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  flex: 1;
  letter-spacing: -0.02em;
}

.vc-school-topbar__link {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--sch-brand);
  text-decoration: none;
}

.vc-school-menu-btn {
  display: none;
  border: none;
  background: var(--sch-surface);
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: var(--sch-navy);
}

.vc-school-content { padding: 1.6rem; }
.vc-school-sidebar-backdrop { display: none; }

@media (max-width: 991px) {
  .vc-school-public .vc-logo-img { height: 38px; max-width: 170px; }
  .vc-school-sidebar { transform: translateX(-105%); }
  body.vc-school-sidebar-open .vc-school-sidebar { transform: translateX(0); }
  body.vc-school-sidebar-open .vc-school-sidebar-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 44, 0.5);
    z-index: 1035;
  }
  .vc-school-main { margin-left: 0; }
  .vc-school-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* KPI */
.vc-school-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 900px) { .vc-school-kpi-grid { grid-template-columns: 1fr; } }

.vc-school-kpi {
  background: var(--sch-card);
  border-radius: 18px;
  padding: 1.3rem 1.4rem;
  border: 1px solid var(--sch-line);
  box-shadow: var(--sch-shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s var(--sch-ease);
}

.vc-school-kpi::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--sch-accent), var(--sch-brand));
}

.vc-school-kpi:hover { transform: translateY(-3px); }

.vc-school-kpi__label {
  font-size: 0.75rem;
  color: var(--sch-muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}

.vc-school-kpi__value {
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--sch-navy);
  line-height: 1.1;
}

.vc-school-kpi__meta {
  font-size: 0.82rem;
  color: var(--sch-muted);
  margin-top: 0.3rem;
}

.vc-school-panel {
  background: var(--sch-card);
  border-radius: 18px;
  border: 1px solid var(--sch-line);
  box-shadow: var(--sch-shadow-sm);
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.vc-school-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.35rem;
  border-bottom: 1px solid var(--sch-line);
  background: linear-gradient(180deg, #fff, #fafbff);
}

.vc-school-panel__head h2,
.vc-school-panel__head h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.vc-school-panel__body { padding: 1.35rem; }

.vc-school-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
}

.vc-school-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.05rem 1.15rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f5f7ff);
  border: 1.5px solid var(--sch-line);
  color: var(--sch-ink);
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.25s var(--sch-ease), box-shadow 0.25s;
}

.vc-school-action:hover {
  border-color: var(--sch-brand);
  color: var(--sch-brand);
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: var(--sch-shadow-sm);
}

.vc-school-table { width: 100%; margin: 0; }

.vc-school-table th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--sch-muted);
  border-top: none;
  font-weight: 700;
  background: #f8faff;
}

.vc-school-table td { vertical-align: middle; }

.vc-school-status {
  display: inline-block;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vc-school-status--paid { background: #dcfce7; color: #166534; }
.vc-school-status--partial { background: #fef9c3; color: #854d0e; }
.vc-school-status--unpaid { background: #fee2e2; color: #991b1b; }
.vc-school-status--present { background: #dcfce7; color: #166534; }
.vc-school-status--absent { background: #fee2e2; color: #991b1b; }
.vc-school-status--late { background: #ffedd5; color: #9a3412; }
.vc-school-status--excused { background: #e0e7ff; color: #3730a3; }

.vc-school-greeting {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.2rem;
}

.vc-school-greeting-sub {
  color: var(--sch-muted);
  margin-bottom: 1.5rem;
}

.vc-school-print-only { display: none; }

@media print {
  .vc-school-sidebar,
  .vc-school-topbar,
  .vc-school-menu-btn,
  .no-print { display: none !important; }
  .vc-school-main { margin: 0; }
  .vc-school-print-only { display: block; }
  .vc-school-content { padding: 0; }
}

/* Pricing */
.vc-school-price-hero {
  position: relative;
  padding: 7.5rem 0 3.25rem;
  background: linear-gradient(145deg, #00002c 0%, #00006e 50%, #0a0a9e 100%);
  color: #fff;
  overflow: hidden;
}

.vc-school-price-hero .vc-school-hero__grid,
.vc-school-price-hero .vc-school-hero__glow {
  position: absolute;
}

.vc-school-price-kicker {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sch-accent);
  margin-bottom: 0.65rem;
}

.vc-school-price-hero h1 {
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
}

.vc-school-price-lead {
  max-width: 38ch;
  opacity: 0.8;
  margin-bottom: 1.35rem;
  font-size: 1.05rem;
}

.vc-school-price-pills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.vc-school-price-pills li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 0.4rem 0.95rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.vc-school-price-section { padding: 2.75rem 0; }

.vc-school-price-section--alt {
  background:
    radial-gradient(ellipse 50% 60% at 100% 0%, rgba(255, 235, 59, 0.08), transparent),
    #e9eefc;
}

.vc-school-price-sub {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}

.vc-school-mod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0.85rem;
}

.vc-school-mod-card {
  display: block;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.vc-school-mod-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vc-school-mod-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  height: 100%;
  padding: 1.05rem 1.1rem 1.1rem;
  border: 1.5px solid var(--sch-line);
  border-radius: 16px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.25s, transform 0.25s var(--sch-ease);
  position: relative;
}

.vc-school-mod-card:hover .vc-school-mod-card__body {
  transform: translateY(-2px);
  box-shadow: var(--sch-shadow-sm);
}

.vc-school-mod-card input:checked + .vc-school-mod-card__body {
  border-color: var(--sch-brand);
  box-shadow: 0 0 0 3px rgba(0, 0, 139, 0.12), var(--sch-shadow-sm);
  background: linear-gradient(180deg, #f7f9ff, #eef2ff);
}

.vc-school-mod-card__check {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 44, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: transparent;
  transition: all 0.2s;
}

.vc-school-mod-card input:checked + .vc-school-mod-card__body .vc-school-mod-card__check {
  background: var(--sch-brand);
  border-color: var(--sch-brand);
  color: var(--sch-accent);
}

.vc-school-mod-card__code {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--sch-muted);
  letter-spacing: 0.05em;
}

.vc-school-mod-card__desc {
  font-size: 0.78rem;
  color: var(--sch-muted);
  flex: 1;
  line-height: 1.35;
  padding-right: 1.2rem;
}

.vc-school-mod-card__price {
  font-weight: 800;
  color: var(--sch-navy);
  margin-top: 0.45rem;
  font-size: 1.05rem;
}

.vc-school-quote-sticky {
  position: sticky;
  top: 88px;
}

.vc-school-quote-card {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(165deg, #00002c 0%, #00008b 100%);
  color: #fff;
  box-shadow: var(--sch-shadow);
}

.vc-school-quote-card__head {
  padding: 1.15rem 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vc-school-quote-card__head h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.vc-school-quote-card__head span {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--sch-accent);
}

.vc-school-quote-card__body { padding: 1.25rem 1.35rem 1.5rem; }

.vc-school-quote-lines li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
}

.vc-school-quote-lines li strong { white-space: nowrap; color: #fff; }
.vc-school-quote-lines .text-muted { color: rgba(255, 255, 255, 0.55) !important; }

.vc-school-quote-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: var(--sch-accent);
  color: var(--sch-navy);
}

.vc-school-quote-total strong {
  font-size: 1.35rem;
  font-weight: 800;
}

.vc-school-quote-note {
  font-size: 0.78rem;
  opacity: 0.7;
  margin: 1rem 0;
}

.vc-school-quote-card .btn-outline-light {
  border-radius: 12px;
  font-weight: 700;
}

.vc-school-quote-card .btn-warning {
  border-radius: 12px;
}

.vc-school-price-cta .btn {
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.vc-school-print-sheet { display: none; }

body.vc-printing-quote .vc-school-public,
body.vc-printing-quote .top-nav.vc-cut-nav,
body.vc-printing-quote .vc-cut-nav-stripe,
body.vc-printing-quote .vc-school-price-hero,
body.vc-printing-quote .vc-school-price-section,
body.vc-printing-quote footer,
body.vc-printing-quote .vc-floating-actions {
  display: none !important;
}

body.vc-printing-quote .vc-school-print-sheet {
  display: block !important;
  padding: 2rem;
}

body.vc-printing-quote .vc-school-print-sheet__inner h1 {
  font-size: 1.4rem;
  font-weight: 800;
}

@media print {
  body.vc-printing-quote .vc-school-print-sheet {
    display: block !important;
  }
}

/* Landing: hide default footer strip padding conflict */
body.vc-school-landing .vc-school-public {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.vc-school-landing .vc-school-hero { flex: 1; }

/* Landing extras */
.vc-school-stats {
  background: #fff;
  border-bottom: 1px solid var(--sch-line);
  padding: 1.75rem 0;
}

.vc-school-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: left;
}

@media (max-width: 768px) {
  .vc-school-stats__grid { grid-template-columns: repeat(2, 1fr); }
}

.vc-school-stats__grid--outcomes strong {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.vc-school-stats__grid strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--sch-navy);
  letter-spacing: -0.03em;
  margin-bottom: 0.25rem;
}

.vc-school-stats__grid span {
  font-size: 0.85rem;
  color: var(--sch-muted);
  font-weight: 600;
  line-height: 1.35;
}

.vc-school-modules { padding: 3.5rem 0; }

.vc-school-module--link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.vc-school-module--link:hover {
  color: inherit;
  text-decoration: none;
}

.vc-school-journey {
  padding: 3.25rem 0 1rem;
  background:
    linear-gradient(180deg, #eef2fb 0%, #f7f8fc 100%);
  border-top: 1px solid var(--sch-line);
}

.vc-school-journey__card {
  height: 100%;
  padding: 1.35rem 1.25rem;
  background: #fff;
  border: 1px solid var(--sch-line);
  border-left: 4px solid var(--sch-brand);
  border-radius: 4px 16px 16px 4px;
  box-shadow: var(--sch-shadow-sm);
}

.vc-school-journey__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sch-navy);
  color: var(--sch-accent);
  border-radius: 10px;
  margin-bottom: 0.85rem;
}

.vc-school-journey__card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.vc-school-journey__card p {
  margin: 0;
  color: var(--sch-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.vc-school-inline-link {
  font-weight: 700;
  color: var(--sch-brand);
}

.vc-school-demo-tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.2rem;
  margin-bottom: 1.35rem;
  background: linear-gradient(90deg, rgba(255, 235, 59, 0.28), rgba(255, 235, 59, 0.08));
  border: 1px solid rgba(0, 0, 44, 0.08);
  border-left: 5px solid var(--sch-accent);
  border-radius: 4px 14px 14px 4px;
}

.vc-school-demo-tip strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
  color: var(--sch-navy);
}

.vc-school-demo-tip p {
  margin: 0;
  color: var(--sch-muted);
  font-size: 0.9rem;
  max-width: 62ch;
}

.vc-school-empty {
  text-align: left;
  padding: 0.35rem 0;
  color: var(--sch-muted);
}

.vc-school-empty p {
  margin-bottom: 0.75rem;
  max-width: 48ch;
  line-height: 1.45;
}

.vc-school-kpi-grid {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 992px) {
  .vc-school-kpi-grid { grid-template-columns: repeat(4, 1fr); }
}

.vc-school-split { padding: 1rem 0 3rem; }

.vc-school-split__card {
  background: linear-gradient(160deg, #00002c, #00008b);
  color: #fff;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  box-shadow: var(--sch-shadow);
}

.vc-school-split__card--alt {
  background: linear-gradient(160deg, #0a1a4a, #1212a8);
}

.vc-school-split__card h3 {
  color: var(--sch-accent);
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.vc-school-split__card p {
  margin: 0;
  opacity: 0.85;
}

.vc-school-capability {
  background: linear-gradient(145deg, #00002c, #00008b);
  color: #fff;
  padding: 3.5rem 0;
}

.vc-school-capability__item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.25rem;
  height: 100%;
}

.vc-school-capability__item strong {
  display: block;
  color: var(--sch-accent);
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
}

.vc-school-capability__item p {
  margin: 0;
  opacity: 0.8;
  font-size: 0.92rem;
}

.vc-school-kpi-grid--6 {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 1200px) {
  .vc-school-kpi-grid--6 { grid-template-columns: repeat(6, 1fr); }
}

.vc-school-role-accountant .vc-school-kpi::before { background: linear-gradient(180deg, #14b8a6, #00008b); }
.vc-school-role-teacher .vc-school-kpi::before { background: linear-gradient(180deg, #fbbf24, #00008b); }
.vc-school-role-student .vc-school-kpi::before { background: linear-gradient(180deg, #60a5fa, #00008b); }

.vc-school-status {
  text-transform: capitalize;
}

/* Hero motion + slider */
.vc-school-hero--compact {
  min-height: auto;
  padding: 2.75rem 0 3rem;
}

.vc-school-hero__orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.vc-school-hero__orbs::before,
.vc-school-hero__orbs::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  animation: vcSchoolOrb 14s ease-in-out infinite;
}

.vc-school-hero__orbs::before {
  width: 280px;
  height: 280px;
  top: -60px;
  right: 8%;
  background: radial-gradient(circle, rgba(255, 235, 59, 0.35), transparent 70%);
}

.vc-school-hero__orbs::after {
  width: 360px;
  height: 360px;
  bottom: -120px;
  left: -40px;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.28), transparent 68%);
  animation-delay: -5s;
}

.vc-school-hero__gridlines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
  opacity: 0.55;
}

@keyframes vcSchoolOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(18px, -22px) scale(1.08); }
}

.vc-school-hero-slider {
  position: relative;
  min-height: 280px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.vc-school-hero-slide {
  position: absolute;
  inset: 0;
  padding: 2rem 1.75rem 3.25rem;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vc-school-hero-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 1;
}

.vc-school-hero-slide--navy {
  background:
    linear-gradient(160deg, rgba(0, 0, 44, 0.2), rgba(0, 0, 0, 0.55)),
    linear-gradient(135deg, #000055, #00008b);
}

.vc-school-hero-slide--blue {
  background:
    linear-gradient(160deg, rgba(0, 0, 44, 0.15), rgba(0, 0, 0, 0.5)),
    linear-gradient(135deg, #0a2a6e, #1e40af);
}

.vc-school-hero-slide--gold {
  background:
    linear-gradient(160deg, rgba(0, 0, 44, 0.35), rgba(0, 0, 0, 0.45)),
    linear-gradient(135deg, #1a1a00, #8a7400 55%, #00008b);
}

.vc-school-hero-slide__label {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sch-navy);
  background: var(--sch-accent);
  padding: 0.28rem 0.65rem;
  border-radius: 6px;
  margin-bottom: 0.85rem;
}

.vc-school-hero-slide h3 {
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
  letter-spacing: -0.02em;
}

.vc-school-hero-slide p {
  margin: 0;
  max-width: 28ch;
  opacity: 0.88;
  line-height: 1.45;
}

.vc-school-hero-slider__dots {
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.4rem;
}

.vc-school-hero-slider__dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

.vc-school-hero-slider__dots button.is-active {
  background: var(--sch-accent);
  transform: scale(1.25);
}

.vc-school-card-lift {
  transition: transform 0.35s var(--sch-ease), box-shadow 0.35s;
}

.vc-school-card-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 44, 0.14);
}

a.vc-school-journey__card {
  display: block;
  color: inherit;
  text-decoration: none;
}

a.vc-school-journey__card:hover {
  color: inherit;
  text-decoration: none;
}

.vc-school-stats--glow .vc-school-stat-card {
  background: #fff;
  border: 1px solid var(--sch-line);
  border-radius: 14px;
  padding: 1.1rem 1.15rem;
  box-shadow: var(--sch-shadow-sm);
  transition: transform 0.3s var(--sch-ease), box-shadow 0.3s;
}

.vc-school-stats--glow .vc-school-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sch-shadow);
}

.vc-school-reveal {
  animation: vcSchoolReveal 0.7s var(--sch-ease) both;
}

@keyframes vcSchoolReveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.vc-school-module.vc-school-module--link {
  animation: vcSchoolReveal 0.65s var(--sch-ease) both;
}

/* Rich public footer */
.vc-school-foot--rich {
  background: linear-gradient(180deg, #f4f6fb 0%, #eef1f8 100%);
  border-top: 1px solid var(--sch-line);
  padding: 2.5rem 0 1.25rem;
  margin-top: auto;
  color: var(--sch-muted);
}

.vc-school-foot--rich .container {
  display: block;
}

.vc-school-foot__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 1.75rem;
  margin-bottom: 1.75rem;
}

.vc-school-foot__grid strong {
  display: block;
  color: var(--sch-navy);
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.vc-school-foot__grid a {
  display: block;
  margin: 0.3rem 0 0;
  margin-left: 0;
  color: var(--sch-brand);
  font-weight: 600;
  font-size: 0.9rem;
}

.vc-school-foot__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--sch-line);
  font-size: 0.85rem;
}

.vc-school-foot__bar nav a {
  margin-left: 1rem;
}

@media (max-width: 900px) {
  .vc-school-foot__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .vc-school-foot__grid {
    grid-template-columns: 1fr;
  }
}


/* Admin CMS dashboard */
.vc-school-cms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.vc-school-cms-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .vc-school-cms-stat-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1200px) {
  .vc-school-cms-stat-grid { grid-template-columns: repeat(4, 1fr); }
}

.vc-school-cms-stat {
  background: #fff;
  border: 1px solid var(--sch-line);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  box-shadow: var(--sch-shadow-sm);
  border-left: 4px solid var(--sch-brand);
}

.vc-school-cms-stat--accent { border-left-color: #2563eb; }
.vc-school-cms-stat--green { border-left-color: #0d9488; }
.vc-school-cms-stat--gold { border-left-color: var(--sch-accent); }
.vc-school-cms-stat--warn { border-left-color: #ea580c; }

.vc-school-cms-stat strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--sch-navy);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.vc-school-cms-stat span {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--sch-muted);
  margin-top: 0.2rem;
}

.vc-school-cms-stat small {
  display: block;
  font-size: 0.78rem;
  color: #94a3b8;
  margin-top: 0.25rem;
}

.vc-school-cms-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  min-height: 130px;
  overflow-x: auto;
  padding-top: 0.5rem;
}

.vc-school-cms-chart__col {
  flex: 1;
  min-width: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}

.vc-school-cms-chart__fill {
  width: 100%;
  max-width: 28px;
  background: linear-gradient(180deg, #00008b, #00002c);
  border-radius: 6px 6px 2px 2px;
}

.vc-school-cms-chart__col span {
  font-size: 0.65rem;
  color: var(--sch-muted);
  white-space: nowrap;
}

.vc-school-cms-thumb {
  max-width: 280px;
  max-height: 140px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--sch-line);
}

.vc-school-cms-slide-row {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--sch-line);
}

.vc-school-cms-slide-row:last-child { border-bottom: 0; padding-bottom: 0; }
.vc-school-cms-slide-row:first-child { padding-top: 0; }

.vc-school-cms-slide-row__preview {
  width: 120px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--sch-line);
}

.vc-school-cms-slide-row__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-school-cms-slide-row__tone {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.vc-school-cms-slide-row__body { flex: 1; min-width: 0; }
