:root {
  --schoollens-blue: #2d66c7;
  --schoollens-blue-dark: #173d80;
  --schoollens-blue-mid: #204d9c;
  --schoollens-blue-soft: #eff6ff;
}

.text-blue-500,
.hover\:text-blue-500:hover,
.group:hover .group-hover\:text-blue-500 {
  color: var(--schoollens-blue) !important;
}

.text-blue-400 {
  color: #60a5fa !important;
}

.text-blue-700 {
  color: var(--schoollens-blue-dark) !important;
}

.bg-blue-50 {
  background-color: var(--schoollens-blue-soft) !important;
}

.bg-blue-200 {
  background-color: #dbeafe !important;
}

.bg-blue-400,
.btn-primary {
  background-color: var(--schoollens-blue) !important;
}

.bg-blue-500,
.hover\:bg-blue-500:hover,
.btn-primary:hover {
  background-color: var(--schoollens-blue-mid) !important;
}

.border-blue-200 {
  border-color: #bfdbfe !important;
}

.hero-schoollens .text-blueGray-600,
.hero-schoollens .hover\:text-blueGray-500:hover,
.sticky-bar:not(.stick) .text-blueGray-600,
.sticky-bar:not(.stick) .hover\:text-blueGray-500:hover {
  color: rgba(255, 255, 255, 0.88) !important;
}

.hero-schoollens h1,
.hero-schoollens .font-heading:not(.text-blue-500) {
  color: #ffffff !important;
}

.main h1.font-heading,
.main h2.font-heading,
.cta-analytics h2,
.demo-form-heading h2,
.demo-aside-copy h2,
.thank-you-card h1 {
  font-weight: 400 !important;
  letter-spacing: 0;
}

.main h1.font-heading {
  font-size: clamp(1.9rem, 3.4vw, 3.1rem) !important;
  line-height: 1.22 !important;
}

.main h2.font-heading,
.cta-analytics h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.1rem) !important;
  line-height: 1.28 !important;
}

.demo-form-heading h2,
.thank-you-card h1 {
  font-size: clamp(1.35rem, 2.2vw, 1.7rem) !important;
  line-height: 1.18 !important;
}

.demo-aside-copy h2 {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem) !important;
}

.hero-schoollens .text-blue-500 {
  color: #dbeafe !important;
}

.hero-schoollens .text-blueGray-400 {
  color: rgba(255, 255, 255, 0.78) !important;
}

.hero-schoollens .hero-subtitle {
  color: #ffffff !important;
}

.hero-schoollens .hero-subtitle,
.main section p.text-blueGray-400,
.main section p.text-gray-500,
.hero-metrics p,
#key-features p:not(.text-xs),
#how-we-work p,
.carausel-2-columns .card-slider p,
.cta-analytics p {
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

.hero-schoollens .hero-metrics .text-blue-500 {
  color: #ffffff !important;
}

.hero-schoollens .hero-metrics .bg-blueGray-50 {
  background-color: var(--schoollens-blue) !important;
  box-shadow: 0 16px 34px rgba(45, 102, 199, 0.22);
}

.hero-schoollens .hero-metrics .font-heading {
  color: #10213f !important;
}

.hero-schoollens .hero-metrics .text-blueGray-400 {
  color: #64748b !important;
}

.sticky-bar:not(.stick) .btn-primary {
  background-color: #ffffff !important;
  color: var(--schoollens-blue-dark) !important;
  box-shadow: 0 14px 32px rgba(15, 35, 72, 0.18);
}

.hero-schoollens .btn-primary {
  background-color: #ffffff !important;
  color: var(--schoollens-blue-dark) !important;
  box-shadow: 0 14px 32px rgba(15, 35, 72, 0.18);
}

.hero-schoollens .btn-white {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(8px);
}

.hero-schoollens .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.22) !important;
}

.schoollens-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.schoollens-logo-shell img {
  width: auto;
  max-width: 168px;
  object-fit: contain;
}

.schoollens-logo-blue {
  display: none !important;
}

.sticky-bar.stick .schoollens-logo-white {
  display: none !important;
}

.sticky-bar.stick .schoollens-logo-blue {
  display: block !important;
}

.sticky-bar.stick .text-blueGray-600 {
  color: #475569 !important;
}

.sticky-bar.stick .hover\:text-blueGray-500:hover {
  color: var(--schoollens-blue) !important;
}

.sticky-bar.stick .btn-primary {
  background-color: var(--schoollens-blue) !important;
  color: #ffffff !important;
  box-shadow: none;
}

.schoollens-header-actions {
  align-items: center;
  gap: 1.4rem;
  justify-content: flex-end;
}

.schoollens-header-actions a {
  white-space: nowrap;
}

.schoollens-header-actions .btn-primary {
  padding: 0.8rem 1.15rem;
}

.navbar-burger {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
}

.navbar-burger svg,
.navbar-burger path {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.sticky-bar.stick .navbar-burger {
  color: var(--schoollens-blue) !important;
  border-color: #bfdbfe !important;
}

.sticky-bar.stick .navbar-burger svg,
.sticky-bar.stick .navbar-burger path {
  color: var(--schoollens-blue) !important;
  fill: var(--schoollens-blue) !important;
}

.schoollens-hero-frame {
  aspect-ratio: 1050 / 560;
}

.schoollens-hero-frame::before {
  content: "";
  position: absolute;
  inset: 6% 7% 18%;
  border-radius: 28px;
  background:
    radial-gradient(circle, rgba(219, 234, 254, 0.7) 2px, transparent 2px) 0 0 / 18px 18px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  opacity: 0.55;
}

.schoollens-hero-frame::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 8%;
  height: 24%;
  border-radius: 999px;
  background: rgba(15, 35, 72, 0.14);
  filter: blur(34px);
}

.schoollens-hero-shot {
  top: 0;
  left: 12%;
  z-index: 2;
  width: 76%;
  height: 90%;
}

.schoollens-desktop {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 48px rgba(15, 35, 72, 0.22));
}

.schoollens-desktop-screen {
  position: relative;
  z-index: 2;
  aspect-ratio: 2942 / 1662;
  height: auto;
  overflow: hidden;
  border: 12px solid #10213f;
  border-bottom-width: 24px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 0 1px rgba(219, 234, 254, 0.4);
}

button.schoollens-desktop-screen {
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: left;
}

button.schoollens-desktop-screen:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.88);
  outline-offset: 5px;
}

.schoollens-desktop-screen::before {
  content: "";
  position: absolute;
  bottom: -1.05rem;
  left: 50%;
  z-index: 3;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transform: translateX(-50%);
}

.schoollens-desktop-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #ffffff;
}

.schoollens-play-prompt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: max-content;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(16, 33, 63, 0.84);
  box-shadow: 0 18px 42px rgba(15, 35, 72, 0.28);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background 180ms ease;
}

.schoollens-video-trigger:hover .schoollens-play-prompt {
  background: rgba(45, 102, 199, 0.94);
  transform: translate(-50%, -50%) scale(1.03);
}

.schoollens-play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #ffffff;
  color: var(--schoollens-blue);
}

.schoollens-play-icon svg {
  width: 1rem;
  height: 1rem;
  margin-left: 0.12rem;
}

.schoollens-desktop-stand {
  position: relative;
  z-index: 1;
  width: 24%;
  height: 5.7rem;
  margin-top: -1px;
}

.schoollens-desktop-stand::before {
  content: "";
  position: absolute;
  left: 42%;
  right: 42%;
  top: -1px;
  height: 76%;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, #dbe7f8, #b8c8df);
}

.schoollens-desktop-stand span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef4ff, #c8d6ea);
}

.schoollens-modal-open {
  overflow: hidden;
}

.schoollens-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.schoollens-video-modal[hidden] {
  display: none;
}

.schoollens-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(8px);
}

.schoollens-video-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 64rem);
  padding: 1rem;
  border: 1px solid rgba(219, 234, 254, 0.7);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 32px 90px rgba(15, 23, 42, 0.36);
}

.schoollens-video-dialog h2 {
  margin: 0 3rem 0.85rem 0;
  color: var(--schoollens-navy);
  font-size: 1rem;
  font-weight: 500;
}

.schoollens-video-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: #0f172a;
}

.schoollens-video-close {
  position: absolute;
  right: 0.85rem;
  top: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  color: #64748b;
}

.schoollens-video-close:hover {
  background: #eff6ff;
  color: var(--schoollens-blue);
}

.schoollens-video-close svg {
  width: 1.1rem;
  height: 1.1rem;
}

.schoollens-feature-shot {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: top left;
  border: 1px solid #dbeafe;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(23, 61, 128, 0.12);
}

.schoollens-feature-stack {
  display: grid;
  gap: 1.25rem;
}

.schoollens-feature-shot-secondary {
  aspect-ratio: 16 / 8.7;
}

.schoollens-card-shot {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: contain;
  object-position: top left;
  border: 1px solid #dbeafe;
  background: #ffffff;
}

.demo-request-page {
  min-height: 100vh;
  padding-bottom: 5rem;
}

.demo-request-intro {
  margin-bottom: 1.8rem;
}

.demo-request-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: 0;
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid rgba(219, 234, 254, 0.75);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(15, 35, 72, 0.16);
  overflow: hidden;
}

.demo-request-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: clamp(1.4rem, 3.5vw, 2rem);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: var(--schoollens-blue);
}

.demo-aside-copy span {
  display: block;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.demo-aside-copy h2 {
  max-width: 17rem;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 750;
  line-height: 1.25;
}

.demo-aside-copy p {
  max-width: 19rem;
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
}

.demo-request-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.demo-request-points div {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 0.9rem;
  align-items: center;
  min-height: auto;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.demo-point-icon {
  display: flex;
  grid-row: span 2;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: var(--schoollens-blue);
  background: #ffffff;
}

.demo-point-icon svg {
  width: 24px;
  height: 24px;
}

.demo-point-value {
  display: block;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 750;
  line-height: 1.05;
}

.demo-request-points p {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem !important;
  line-height: 1.35 !important;
}

.demo-request-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.6rem, 4vw, 2.5rem);
}

.demo-form-heading {
  margin-bottom: 1.25rem;
}

.demo-form-heading h2 {
  margin: 0;
  color: #10213f;
  font-size: clamp(1.8rem, 3.4vw, 2.35rem);
  font-weight: 750;
  line-height: 1.1;
}

.demo-form-heading p {
  margin: 0.6rem 0 0;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.55;
}

.demo-form-error {
  display: none;
  color: #b91c1c !important;
  font-weight: 600;
}

.demo-form-error.is-visible {
  display: block;
}

.demo-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.demo-form-grid label {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  color: #334155;
  font-size: 0.8rem;
  font-weight: 700;
}

.demo-form-grid input,
.demo-form-grid select,
.demo-form-grid textarea {
  width: 100%;
  border: 1px solid #d7e1ef;
  border-radius: 8px;
  color: #10213f;
  font-size: 0.95rem;
  line-height: 1.2;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.demo-form-grid input,
.demo-form-grid select {
  height: 2.9rem;
  padding: 0 0.85rem;
}

.demo-form-grid textarea {
  min-height: 5.8rem;
  padding: 0.8rem 0.85rem;
  resize: vertical;
}

.demo-form-grid input::placeholder,
.demo-form-grid textarea::placeholder {
  color: #94a3b8;
}

.demo-form-grid input:focus,
.demo-form-grid select:focus,
.demo-form-grid textarea:focus {
  border-color: var(--schoollens-blue);
  box-shadow: 0 0 0 4px rgba(45, 102, 199, 0.12);
}

.demo-form-wide {
  grid-column: 1 / -1;
}

.demo-form-button {
  align-self: flex-start;
  margin-top: 1.25rem;
  border: 0;
  cursor: pointer;
}

.demo-honey-field {
  display: none;
}

.thank-you-page {
  min-height: 72vh;
  padding-bottom: 5rem;
}

.thank-you-card {
  max-width: 560px;
  margin: 4rem auto 0;
  padding: clamp(2rem, 5vw, 3rem);
  border: 1px solid rgba(219, 234, 254, 0.8);
  border-radius: 8px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 35, 72, 0.16);
}

.thank-you-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  border-radius: 8px;
  color: #ffffff;
  background: var(--schoollens-blue);
}

.thank-you-icon svg {
  width: 28px;
  height: 28px;
}

.thank-you-card h1 {
  margin: 0;
  color: #10213f;
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 750;
  line-height: 1.1;
}

.thank-you-card p {
  max-width: 26rem;
  margin: 0.8rem auto 1.6rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.legal-page {
  padding: 4rem 0 5rem;
  background: linear-gradient(180deg, #f8fbff, #ffffff 18rem);
}

.legal-content {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #475569;
  font-size: 0.9rem;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 35, 72, 0.08);
}

.legal-header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2e8f0;
}

.legal-header h1 {
  margin: 0 0 1rem;
  color: #10213f;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 400;
  line-height: 1.2;
}

.legal-header p,
.legal-content p {
  margin: 0.55rem 0;
  line-height: 1.55;
}

.legal-content section {
  margin-top: 1.45rem;
}

.legal-content h2 {
  margin: 0 0 0.7rem;
  color: #10213f;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}

.legal-content h3 {
  margin: 1rem 0 0.45rem;
  color: #10213f;
  font-size: 0.9rem;
  font-weight: 600;
}

.legal-content ul {
  margin: 0.65rem 0 0.8rem 1.2rem;
  padding: 0;
  list-style: disc;
}

.legal-content li {
  margin: 0.35rem 0;
  line-height: 1.55;
}

.legal-content a {
  color: var(--schoollens-blue);
  font-weight: 600;
}

.process-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 520px;
}

.process-card h3 {
  min-height: 1.6rem;
}

.process-card p {
  min-height: 5.1rem;
}

.process-image-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 190px;
  margin: 1rem auto 1.5rem;
  overflow: hidden;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(23, 61, 128, 0.08);
}

.process-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.process-illustration {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.process-illustration svg {
  width: 100%;
  height: 100%;
}

.process-illustration .screen,
.process-illustration .file,
.process-illustration .report-page {
  fill: #ffffff;
  stroke: #334155;
  stroke-width: 5;
}

.process-illustration .report-page.back,
.process-illustration .folder-back {
  fill: #eef4ff;
  stroke: none;
}

.process-illustration .folder {
  fill: #dbeafe;
  stroke: #2d66c7;
  stroke-width: 4;
  stroke-linejoin: round;
}

.process-illustration .panel,
.process-illustration .bar,
.process-illustration .badge {
  fill: #2d66c7;
}

.process-illustration .panel.pale,
.process-illustration .base,
.process-illustration .stand {
  fill: #dbeafe;
}

.process-illustration .axis,
.process-illustration .line,
.process-illustration .file-line,
.process-illustration .badge-mark,
.process-illustration .shield-mark,
.process-illustration .tick {
  fill: none;
  stroke: #2d66c7;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-illustration .file-line {
  stroke: #cbd5e1;
  stroke-width: 4;
}

.process-illustration .dot {
  fill: #2d66c7;
}

.process-illustration .shield {
  fill: #eef4ff;
  stroke: #2d66c7;
  stroke-width: 4;
}

.process-illustration .small {
  opacity: 0.45;
}

.process-illustration .mid {
  opacity: 0.68;
}

.process-illustration .tall {
  opacity: 0.9;
}

.carausel-2-columns .slick-track {
  display: flex !important;
}

.carausel-2-columns .slick-slide {
  height: auto;
}

.carausel-2-columns .slick-slide > div,
.carausel-2-columns .slick-slide .px-3,
.carausel-2-columns .card-slider {
  height: 100%;
}

.carausel-2-columns .card-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-height: 430px;
}

.carausel-2-columns .card-slider h3 {
  min-height: 3.25rem;
}

.carausel-2-columns .card-slider p {
  min-height: 2.6rem;
}

.cta-analytics {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(45, 102, 199, 0.08), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(96, 165, 250, 0.1), transparent 26%),
    #ffffff;
}

.cta-analytics::before {
  content: "";
  position: absolute;
  inset: 5% 6%;
  background:
    linear-gradient(rgba(219, 231, 248, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(219, 231, 248, 0.45) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, transparent 0 26%, black 54%, transparent 82%);
  opacity: 0.5;
}

.cta-analytics::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(45, 102, 199, 0.14) 2px, transparent 2px) 12% 18% / 22px 22px,
    radial-gradient(circle, rgba(45, 102, 199, 0.12) 2px, transparent 2px) 88% 22% / 22px 22px,
    radial-gradient(circle, rgba(45, 102, 199, 0.1) 2px, transparent 2px) 78% 84% / 22px 22px;
  opacity: 0.7;
}

.cta-analytics .container,
.cta-analytics .relative {
  position: relative;
  z-index: 1;
}

.cta-copy {
  position: relative;
  z-index: 3;
}

.cta-data-card,
.cta-trend-card {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 54px rgba(23, 61, 128, 0.08);
}

.cta-data-card {
  width: 16rem;
  height: 9.5rem;
  padding: 0.65rem;
}

.cta-data-card img,
.cta-trend-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.34;
}

.cta-data-card-left {
  left: -2rem;
  top: 4%;
  transform: rotate(-4deg);
}

.cta-data-card-right {
  right: -2rem;
  bottom: 4%;
  transform: rotate(4deg);
}

.cta-trend-card {
  left: 5%;
  bottom: 6%;
  width: 18rem;
  height: 8rem;
  padding: 0.6rem;
}

.schoollens-footer {
  border-top: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 1.15rem 0;
}

.schoollens-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #64748b;
  font-size: 0.8rem;
}

.schoollens-footer-inner p {
  margin: 0;
}

.schoollens-footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.schoollens-footer-inner a {
  color: #475569;
  font-weight: 600;
}

.schoollens-footer-inner a:hover {
  color: var(--schoollens-blue);
}

.downloads-page {
  background: #ffffff;
  color: var(--schoollens-navy);
}

.downloads-hero {
  background: var(--schoollens-blue);
  color: #ffffff;
  padding: 4.8rem 0 3.2rem;
}

.downloads-hero-inner {
  max-width: 40rem;
}

.downloads-kicker {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.downloads-hero h1 {
  margin: 0 0 0.7rem;
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 400;
  line-height: 1.12;
}

.downloads-hero p {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.65;
}

.downloads-section {
  padding: 3.25rem 0 4rem;
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.download-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 9.5rem;
  padding: 1.25rem;
  border: 1px solid #dbe5f3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.06);
}

.download-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 8px;
  background: var(--schoollens-blue);
  color: #ffffff;
}

.download-icon svg {
  width: 1.7rem;
  height: 1.7rem;
}

.download-card h2 {
  margin: 0 0 0.35rem;
  color: var(--schoollens-navy);
  font-size: 1.05rem;
  font-weight: 500;
}

.download-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.55;
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7rem;
  padding: 0.7rem 0.85rem;
  border-radius: 6px;
  background: #eef4ff;
  color: var(--schoollens-blue);
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
}

.download-button.is-disabled {
  cursor: default;
  opacity: 0.72;
  pointer-events: none;
}

.support-page {
  background: #ffffff;
  color: var(--schoollens-navy);
}

.support-hero {
  background: var(--schoollens-blue);
  color: #ffffff;
  padding: 4.8rem 0 3rem;
}

.support-hero-inner {
  max-width: 44rem;
}

.support-hero h1 {
  margin: 0 0 0.75rem;
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 400;
  line-height: 1.12;
}

.support-hero p {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  line-height: 1.65;
}

.support-library {
  padding: 3rem 0 4rem;
}

.support-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.support-search {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: min(100%, 24rem);
  min-height: 3rem;
  padding: 0 0.95rem;
  border: 1px solid #dbe5f3;
  border-radius: 8px;
  background: #ffffff;
  color: #64748b;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
}

.support-search .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.support-search svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
}

.support-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--schoollens-navy);
  font-size: 0.86rem;
}

.support-search input::placeholder {
  color: #94a3b8;
}

.support-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.support-filter {
  min-height: 2.4rem;
  padding: 0 0.85rem;
  border: 1px solid #dbe5f3;
  border-radius: 999px;
  background: #ffffff;
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 600;
}

.support-filter.is-active {
  border-color: var(--schoollens-blue);
  background: var(--schoollens-blue);
  color: #ffffff;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.support-video-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 11rem;
  padding: 1.25rem;
  border: 1px solid #dbe5f3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.06);
}

.support-video-card[hidden] {
  display: none;
}

.support-video-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 8px;
  background: var(--schoollens-blue);
  color: #ffffff;
}

.support-video-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.support-video-category {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--schoollens-blue);
  font-size: 0.68rem;
  font-weight: 600;
}

.support-video-content h2 {
  margin: 0 0 0.35rem;
  color: var(--schoollens-navy);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.35;
}

.support-video-content p {
  margin: 0;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.55;
}

.support-video-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7rem;
  padding: 0.7rem 0.85rem;
  border-radius: 6px;
  background: #eef4ff;
  color: var(--schoollens-blue);
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
}

.support-video-link:hover {
  background: var(--schoollens-blue);
  color: #ffffff;
}

.support-empty {
  margin: 2rem 0 0;
  color: #64748b;
  font-size: 0.9rem;
  text-align: center;
}

#preloader-active img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

#preloader-active .logo {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.schoollens-loader-mark {
  align-items: center;
  color: var(--schoollens-navy);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  justify-content: center;
  text-align: center;
}

.schoollens-loader-mark h1 {
  margin: 0;
}

@media (max-width: 768px) {
  .schoollens-logo-shell img {
    max-width: 140px;
  }

  .schoollens-hero-frame {
    aspect-ratio: 1 / 0.72;
  }

  .schoollens-hero-shot {
    left: 2%;
    width: 96%;
    height: 90%;
  }

  .schoollens-desktop-screen {
    border-width: 7px;
    border-bottom-width: 14px;
    border-radius: 12px;
  }

  .schoollens-play-prompt {
    gap: 0.45rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.72rem;
  }

  .schoollens-play-icon {
    width: 1.6rem;
    height: 1.6rem;
  }

  .demo-request-shell {
    grid-template-columns: 1fr;
  }

  .demo-request-points {
    grid-template-columns: 1fr;
  }

  .demo-form-grid {
    grid-template-columns: 1fr;
  }

  .demo-form-button {
    width: 100%;
  }

  .process-card {
    min-height: auto;
  }

  .cta-data-card,
  .cta-trend-card {
    opacity: 0.28;
    transform: none;
  }

  .cta-data-card-left {
    left: -7rem;
  }

  .cta-data-card-right {
    right: -7rem;
  }

  .schoollens-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .downloads-grid {
    grid-template-columns: 1fr;
  }

  .support-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .support-search {
    width: 100%;
  }

  .support-filters {
    justify-content: flex-start;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .download-card {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .download-button {
    width: 100%;
  }

  .support-video-card {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .support-video-link {
    width: 100%;
  }
}
