:root {
  --color-bg: #f7faff;
  --color-bg-soft: #edf4ff;
  --color-surface: #ffffff;
  --color-surface-soft: #f6f9ff;
  --color-text: #0f172a;
  --color-muted: #334155;
  --color-primary: #0d5bff;
  --color-primary-dark: #0b1f52;
  --color-primary-soft: #d9ecff;
  --color-violet: #a89bff;
  --color-mint: #22d3a6;
  --color-warm: #ffc857;
  --color-border: #c7d9ff;
  --color-border-strong: #9abaf7;
  --color-focus: #2d76ff;
  --color-whatsapp: #0d5bff;
  --color-whatsapp-dark: #0a49cf;
  --font-display: "Sora", "Segoe UI", sans-serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
  --radius-sm: 0.9rem;
  --radius-md: 1.3rem;
  --radius-lg: 1.8rem;
  --radius-xl: 2.2rem;
  --shadow-soft: 0 12px 35px rgba(13, 91, 255, 0.12);
  --shadow-lg: 0 24px 55px rgba(11, 31, 82, 0.18);
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--ui-font-min);
  line-height: 1.6;
  color: var(--color-text);
  background:
    radial-gradient(circle at 0% 18%, rgba(168, 155, 255, 0.18), transparent 34%),
    radial-gradient(circle at 98% 8%, rgba(34, 211, 166, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fbff, #f3f8ff 46%, #eef4ff);
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
}

a,
button,
.btn,
.nav-link,
.accordion-button {
  min-height: 44px;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.accordion-button:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  top: -120%;
  left: 0;
  z-index: 9999;
  padding: var(--space-2) var(--space-3);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  background: var(--color-primary-dark);
}

.skip-link:focus {
  top: 0;
}

.section-block {
  position: relative;
  padding: var(--space-7) 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(238, 246, 255, 0.84));
}

.section-heading {
  max-width: 840px;
  margin: 0 auto var(--space-6);
}

.section-tag {
  margin-bottom: var(--space-2);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: var(--color-primary);
  font-size: max(var(--ui-font-min), 0.76rem);
}

.section-heading h2,
.section-title,
.contact-shell h2 {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  line-height: 1.12;
  font-size: max(var(--ui-font-min), clamp(2rem, 3.7vw, 3.3rem));
  color: var(--color-primary-dark);
  text-wrap: balance;
}

.section-subtitle,
.section-lead {
  margin: 0;
  color: var(--color-muted);
}

.academic-nav {
  padding: 0.64rem 0;
  border-bottom: 1px solid rgba(11, 31, 82, 0.16);
  background: rgba(248, 252, 255, 0.9);
  backdrop-filter: blur(14px);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
  color: var(--color-primary-dark);
}

.navbar-brand:hover {
  color: var(--color-primary-dark);
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(13, 91, 255, 0.32);
  box-shadow: 0 10px 24px rgba(11, 31, 82, 0.2);
}

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

.navbar-toggler {
  border-color: rgba(11, 31, 82, 0.28);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(11,31,82,0.92)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
  border-radius: 999px;
  padding: 0.46rem 0.82rem;
  color: #274172;
  font-weight: 650;
  transition: color 180ms ease, background-color 180ms ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-primary-dark);
  background: rgba(13, 91, 255, 0.12);
}

.btn {
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.74rem 1.24rem;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-ingreso {
  color: #fff;
  background: linear-gradient(140deg, #0d5bff, #0b1f52);
  border-color: rgba(11, 31, 82, 0.52);
  box-shadow: 0 14px 24px rgba(11, 31, 82, 0.24);
}

.btn-ingreso:hover {
  color: #fff;
}

.btn-whatsapp {
  color: #fff;
  background: var(--color-whatsapp);
  border-color: var(--color-whatsapp);
  box-shadow: 0 14px 26px rgba(13, 91, 255, 0.28);
}

.btn-whatsapp:hover {
  color: #fff;
  background: var(--color-whatsapp-dark);
  border-color: var(--color-whatsapp-dark);
}

.btn-outline-academic {
  color: var(--color-primary-dark);
  border-color: rgba(11, 31, 82, 0.22);
  background: rgba(255, 255, 255, 0.86);
}

.btn-outline-academic:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary), #234ec8);
  border-color: transparent;
}

.hero-studio {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: 8.7rem;
  padding-bottom: var(--space-7);
  overflow: hidden;
}

.hero-blob {
  position: absolute;
  right: -120px;
  top: 64px;
  width: min(56vw, 420px);
  opacity: 0.85;
  pointer-events: none;
}

.hero-shade {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-shade-a {
  width: 520px;
  height: 520px;
  top: -160px;
  left: -180px;
  background: radial-gradient(circle, rgba(13, 91, 255, 0.16), transparent 70%);
}

.hero-shade-b {
  width: 440px;
  height: 440px;
  right: -170px;
  bottom: -170px;
  background: radial-gradient(circle, rgba(34, 211, 166, 0.18), transparent 70%);
}

.hero-kicker {
  margin-bottom: var(--space-2);
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
  color: var(--color-primary-dark);
  font-weight: 800;
}

.hero-title {
  margin-bottom: var(--space-3);
  font-family: var(--font-display);
  line-height: 1.03;
  max-width: 14ch;
  font-size: max(var(--ui-font-min), clamp(1.95rem, 3.8vw, 3.6rem));
}

.hero-subtitle {
  color: var(--color-muted);
  max-width: 58ch;
  font-size: max(var(--ui-font-min), clamp(1rem, 1.9vw, 1.22rem));
}

.hero-actions {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
}

.hero-pill-list {
  margin: var(--space-4) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.hero-pill-list li {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 91, 255, 0.2);
  padding: 0.42rem 0.95rem;
  background: rgba(255, 255, 255, 0.88);
  color: #17315d;
  box-shadow: var(--shadow-soft);
}

.hero-pill-list i {
  color: var(--color-mint);
}

.glass-card {
  position: relative;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(154, 186, 247, 0.75);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(236, 245, 255, 0.92));
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hero-dashboard {
  padding: 0;
  isolation: isolate;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-grid-pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  z-index: -1;
}

.hero-promo-stack {
  position: relative;
  width: min(100%, 560px);
  min-height: 420px;
}

.hero-promo-card {
  position: absolute;
  width: 92%;
  display: flex;
  align-items: flex-start;
  gap: 0.82rem;
  border-radius: 1.28rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 1.08rem 1.15rem;
  box-shadow: 0 16px 28px rgba(11, 31, 82, 0.22);
  color: #08214a;
  backdrop-filter: blur(3px);
  transform-origin: center;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero-promo-card p {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 760;
  line-height: 1.24;
  font-size: max(var(--ui-font-min), clamp(1.07rem, 1.55vw, 1.3rem));
  letter-spacing: 0.01em;
}

.hero-promo-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-primary-dark);
  border: 1px solid rgba(13, 91, 255, 0.18);
  font-size: max(var(--ui-font-min), 1.08rem);
}

.hero-promo-card--1 {
  top: 2px;
  left: 2%;
  --hm-rot: -6deg;
  --hm-x: 0px;
  --hm-y: 0px;
  --hm-dx: 2px;
  --hm-dy: 8px;
  --hm-drot: -0.8deg;
  transform: rotate(-6deg);
  z-index: 4;
  background: linear-gradient(145deg, rgba(233, 243, 255, 0.96), rgba(248, 252, 255, 0.95));
}

.hero-promo-card--2 {
  top: 108px;
  right: 0;
  --hm-rot: 4deg;
  --hm-x: 0px;
  --hm-y: 0px;
  --hm-dx: -2px;
  --hm-dy: 9px;
  --hm-drot: 0.8deg;
  transform: rotate(4deg);
  z-index: 3;
  background: linear-gradient(145deg, rgba(223, 252, 244, 0.97), rgba(244, 255, 251, 0.95));
}

.hero-promo-card--3 {
  top: 216px;
  left: 8%;
  --hm-rot: -3deg;
  --hm-x: 0px;
  --hm-y: 0px;
  --hm-dx: 2px;
  --hm-dy: 8px;
  --hm-drot: -0.7deg;
  transform: rotate(-3deg);
  z-index: 2;
  background: linear-gradient(145deg, rgba(239, 242, 255, 0.97), rgba(250, 251, 255, 0.95));
}

.hero-promo-card--4 {
  top: 322px;
  right: 4%;
  --hm-rot: 5deg;
  --hm-x: 0px;
  --hm-y: 0px;
  --hm-dx: -2px;
  --hm-dy: 9px;
  --hm-drot: 0.85deg;
  transform: rotate(5deg);
  z-index: 1;
  background: linear-gradient(145deg, rgba(255, 247, 225, 0.98), rgba(255, 253, 244, 0.95));
}

.hero-promo-stack:hover .hero-promo-card--1,
.hero-promo-card--1:hover {
  transform: translateY(-4px) rotate(-7deg) scale(1.01);
  box-shadow: 0 18px 30px rgba(11, 31, 82, 0.24);
}

.hero-promo-stack:hover .hero-promo-card--2,
.hero-promo-card--2:hover {
  transform: translateY(-4px) rotate(5deg) scale(1.01);
  box-shadow: 0 18px 30px rgba(11, 31, 82, 0.24);
}

.hero-promo-stack:hover .hero-promo-card--3,
.hero-promo-card--3:hover {
  transform: translateY(-4px) rotate(-4deg) scale(1.01);
  box-shadow: 0 18px 30px rgba(11, 31, 82, 0.24);
}

.hero-promo-stack:hover .hero-promo-card--4,
.hero-promo-card--4:hover {
  transform: translateY(-4px) rotate(6deg) scale(1.01);
  box-shadow: 0 18px 30px rgba(11, 31, 82, 0.24);
}

.hero-dashboard-head h2 {
  margin: 0.55rem 0 1rem;
  font-family: var(--font-display);
  color: var(--color-primary-dark);
  font-size: max(var(--ui-font-min), 1.48rem);
}

.hero-chip {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 200, 87, 0.82);
  background: rgba(255, 200, 87, 0.34);
  color: #6a4f00;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: max(var(--ui-font-min), 0.72rem);
  font-weight: 800;
  padding: 0.24rem 0.68rem;
}

.dashboard-question {
  padding: 0.88rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(13, 91, 255, 0.2);
  background: rgba(255, 255, 255, 0.84);
}

.question-tag {
  margin-bottom: 0.24rem;
  color: var(--color-primary-dark);
  font-weight: 750;
}

.question-text {
  margin: 0;
  color: #1f355e;
}

.dashboard-bars {
  margin-top: 1rem;
  display: grid;
  gap: 0.72rem;
}

.dashboard-bar-item {
  padding: 0.68rem 0.82rem;
  border-radius: 1rem;
  border: 1px solid rgba(13, 91, 255, 0.18);
  background: rgba(255, 255, 255, 0.9);
}

.dashboard-bar-copy {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.45rem;
}

.dashboard-bar-copy span {
  color: #294471;
  font-weight: 650;
}

.dashboard-bar-copy strong {
  color: var(--color-primary-dark);
}

.dashboard-bar-track {
  height: 9px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(13, 91, 255, 0.13);
}

.dashboard-bar-track .progress-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  width: 0;
  background: linear-gradient(90deg, #0d5bff, #22d3a6);
}

.floating-kpi {
  position: absolute;
  border-radius: 0.94rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(11, 31, 82, 0.84);
  color: #fff;
  padding: 0.58rem 0.72rem;
  box-shadow: 0 10px 18px rgba(11, 31, 82, 0.24);
}

.floating-kpi small {
  display: block;
  font-size: max(var(--ui-font-min), 0.74rem);
  opacity: 0.86;
}

.floating-kpi strong {
  font-size: max(var(--ui-font-min), 0.95rem);
}

.kpi-a {
  top: 16px;
  right: 16px;
}

.kpi-b {
  bottom: 16px;
  left: 16px;
}

.section-schedule {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 200, 87, 0.2), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(13, 91, 255, 0.16), transparent 36%),
    radial-gradient(circle at 82% 86%, rgba(34, 211, 166, 0.16), transparent 34%),
    linear-gradient(180deg, #f9fcff 0%, #edf5ff 50%, #f8fbff 100%);
}

.section-schedule::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 30%, rgba(13, 91, 255, 0.08) 0 2px, transparent 2.2px),
    radial-gradient(circle at 78% 68%, rgba(168, 155, 255, 0.14) 0 2px, transparent 2.2px);
  background-size: 42px 42px, 50px 50px;
  opacity: 0.5;
}

.schedule-stage {
  position: relative;
  z-index: 1;
  border-radius: 34px;
  border: 1px solid rgba(154, 188, 248, 0.62);
  padding: clamp(1rem, 2.4vw, 1.4rem);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(236, 246, 255, 0.9));
  box-shadow:
    0 22px 44px rgba(13, 91, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.schedule-note {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-radius: 999px;
  padding: 0.34rem 0.72rem;
  font-size: max(var(--ui-font-min), 0.74rem);
  font-weight: 760;
  color: #0f3f93;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(114, 169, 248, 0.44);
  box-shadow: 0 12px 24px rgba(13, 91, 255, 0.18);
  animation: scheduleNoteFloat 5.2s ease-in-out infinite;
}

.schedule-note i {
  color: #0d5bff;
}

.schedule-note--a {
  top: -14px;
  left: clamp(10px, 2.8vw, 30px);
}

.schedule-note--b {
  top: -14px;
  right: clamp(10px, 2.8vw, 30px);
  animation-delay: 0.22s;
}

.schedule-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.92rem;
  align-items: stretch;
}

.schedule-address-card {
  grid-row: span 2;
  position: relative;
  overflow: hidden;
  border-radius: 30px 22px 32px 24px;
  border: 1px solid rgba(145, 186, 248, 0.66);
  padding: 1.12rem 1rem;
  background:
    linear-gradient(158deg, rgba(255, 255, 255, 0.98), rgba(233, 245, 255, 0.94));
  box-shadow:
    0 16px 30px rgba(13, 91, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.schedule-address-card::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.94), rgba(13, 91, 255, 0.24));
}

.schedule-address-label {
  margin: 0;
  display: inline-flex;
  border-radius: 999px;
  padding: 0.24rem 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: max(var(--ui-font-min), 0.7rem);
  font-weight: 800;
  color: #0f488f;
  border: 1px solid rgba(99, 173, 255, 0.4);
  background: rgba(255, 255, 255, 0.86);
}

.schedule-address-card h2 {
  margin: 0.74rem 0 0.58rem;
  font-family: var(--font-display);
  font-size: max(var(--ui-font-min), clamp(1.3rem, 2.5vw, 2.1rem));
  color: #0c2f67;
  line-height: 1.15;
  text-wrap: balance;
}

.schedule-address-copy {
  margin: 0;
  color: #2e537f;
  line-height: 1.42;
}

.schedule-address-landmark {
  margin: 0 0 0.56rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.3rem 0.68rem;
  color: #0f437f;
  font-weight: 700;
  background: rgba(214, 236, 255, 0.7);
  border: 1px solid rgba(113, 171, 250, 0.42);
}

.schedule-address-landmark i {
  color: #0d5bff;
}

.schedule-slot {
  --slot-tilt: -1deg;
  --slot-rise: 9px;
  --slot-side: 2px;
  --slot-tilt-shift: 0.8deg;
  --slot-duration: 5s;
  --slot-delay: 0s;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(145, 186, 248, 0.64);
  padding: 0.9rem 0.92rem;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(236, 247, 255, 0.94));
  box-shadow:
    0 14px 26px rgba(13, 91, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transform: rotate(var(--slot-tilt));
  animation: scheduleSlotFloat var(--slot-duration) ease-in-out infinite var(--slot-delay);
}

.schedule-slot--11 {
  --slot-tilt: -1.4deg;
  --slot-duration: 5.3s;
}

.schedule-slot--10 {
  --slot-tilt: 1.2deg;
  --slot-side: -2px;
  --slot-tilt-shift: -0.8deg;
  --slot-duration: 5.8s;
  --slot-delay: 0.2s;
}

.schedule-grade {
  margin: 0;
  color: #0c3f86;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: max(var(--ui-font-min), 0.78rem);
}

.schedule-time {
  margin: 0.42rem 0 0;
  color: #0b2f70;
  font-family: var(--font-display);
  font-size: max(var(--ui-font-min), clamp(1.1rem, 2.1vw, 1.45rem));
  line-height: 1.16;
}

@keyframes scheduleNoteFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes scheduleSlotFloat {
  0%,
  100% {
    transform: rotate(var(--slot-tilt));
  }
  50% {
    transform: translate(var(--slot-side), calc(var(--slot-rise) * -1))
      rotate(calc(var(--slot-tilt) + var(--slot-tilt-shift)));
  }
}

.section-value {
  overflow: hidden;
}

.section-value::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("landing/noise-dots.svg");
  background-repeat: repeat;
  background-size: 220px;
  opacity: 0.42;
}

.value-card,
.method-card,
.area-card,
.student-card,
.metric-card,
.trust-card,
.faq-accordion .accordion-item,
.contact-shell,
.experience-panel,
.virtual-summary,
.virtual-metrics {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(154, 186, 247, 0.68);
  background: var(--color-surface);
}

.value-card {
  position: relative;
  height: 100%;
  padding: var(--space-4);
  box-shadow: var(--shadow-soft);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.96), rgba(240, 247, 255, 0.92));
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.value-card i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--color-primary-dark);
  background: rgba(168, 155, 255, 0.2);
  font-size: max(var(--ui-font-min), 1.08rem);
}

.value-card h3,
.area-card h3,
.method-card h3 {
  margin: 0.76rem 0 0.4rem;
  font-size: max(var(--ui-font-min), 1.16rem);
  font-weight: 800;
  color: var(--color-primary-dark);
}

.value-card p,
.area-card p,
.method-card p {
  margin: 0;
  color: var(--color-muted);
}

.section-presencial {
  overflow: hidden;
}

.bullet-list {
  margin: var(--space-4) 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.56rem;
  color: var(--color-muted);
}

.bullet-list i {
  color: var(--color-mint);
}

.experience-panel {
  padding: var(--space-5);
  background:
    linear-gradient(145deg, rgba(11, 31, 82, 0.95), rgba(13, 91, 255, 0.86));
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.experience-panel h3 {
  margin: 0.75rem 0 1rem;
  font-family: var(--font-display);
  font-size: max(var(--ui-font-min), 1.4rem);
}

.experience-grid {
  display: grid;
  gap: 0.9rem;
}

.experience-grid div {
  padding: 0.65rem 0.72rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.experience-grid small {
  display: block;
  opacity: 0.86;
}

.experience-grid strong {
  font-size: max(var(--ui-font-min), 0.98rem);
}

.section-virtual {
  overflow: hidden;
}

.virtual-layout {
  display: grid;
  gap: var(--space-4);
}

.virtual-summary,
.virtual-metrics {
  padding: var(--space-4);
  box-shadow: var(--shadow-soft);
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.96), rgba(240, 247, 255, 0.93));
}

.virtual-summary h3,
.virtual-metrics h3 {
  margin: 0.72rem 0 0;
  font-family: var(--font-display);
  font-size: max(var(--ui-font-min), 1.36rem);
  color: var(--color-primary-dark);
}

.virtual-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.74rem;
}

.virtual-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0.65rem;
  align-items: flex-start;
}

.virtual-list i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--color-primary-dark);
  background: rgba(168, 155, 255, 0.18);
}

.virtual-list strong {
  color: var(--color-primary-dark);
}

.virtual-list p {
  margin: 0.2rem 0 0;
  color: var(--color-muted);
}

.metric-stack {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}

.metric-stack-item span {
  font-weight: 700;
  color: #234170;
}

.metric-stack-item .dashboard-bar-track {
  margin-top: 0.44rem;
}

.virtual-metrics .btn {
  margin-top: 1rem;
}

.section-methodology {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 22%, rgba(34, 211, 166, 0.2), transparent 36%),
    radial-gradient(circle at 92% 78%, rgba(168, 155, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(237, 251, 247, 0.9), rgba(240, 244, 255, 0.92));
}

.section-methodology::before,
.section-methodology::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
}

.section-methodology::before {
  width: 240px;
  height: 240px;
  left: -92px;
  top: 54px;
  background: radial-gradient(circle, rgba(255, 200, 87, 0.32), rgba(255, 200, 87, 0));
}

.section-methodology::after {
  width: 300px;
  height: 300px;
  right: -110px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(13, 91, 255, 0.22), rgba(13, 91, 255, 0));
}

.method-showcase {
  position: relative;
  z-index: 1;
  margin-top: clamp(1.2rem, 3vw, 2.6rem);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem 1.15rem;
}

.method-path {
  position: absolute;
  left: 50%;
  top: 0.8rem;
  bottom: 0.8rem;
  width: 4px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(13, 91, 255, 0.32), rgba(34, 211, 166, 0.5), rgba(168, 155, 255, 0.34));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38);
  opacity: 0.9;
}

.method-path::before {
  content: "";
  position: absolute;
  inset: 10px -2px;
  border-radius: inherit;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0 8px, rgba(255, 255, 255, 0) 8px 16px);
  opacity: 0.65;
}

.method-path::after {
  content: none;
}

.method-slot {
  position: relative;
}

.method-slot::before {
  content: "";
  position: absolute;
  top: 44%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(13, 91, 255, 0.64);
  box-shadow: 0 0 0 7px rgba(13, 91, 255, 0.1);
  animation: methodNodePulse 3s ease-in-out infinite;
}

.method-slot--1::before,
.method-slot--3::before,
.method-slot--5::before {
  right: -25px;
}

.method-slot--2::before,
.method-slot--4::before,
.method-slot--6::before {
  left: -25px;
}

.section-methodology .method-card {
  --card-y: 0px;
  --card-x: 0px;
  --card-tilt: 0deg;
  --float-shift: 10px;
  --float-side: 2px;
  --float-tilt: 1.25deg;
  --float-duration: 5.6s;
  --float-delay: 0s;
  --pulse-duration: 5.8s;
  --pulse-delay: 0s;
  --icon-duration: 4.8s;
  --icon-delay: 0s;
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 1.16rem 1.14rem 1.08rem;
  border-radius: 24px;
  border: 1px solid rgba(160, 187, 241, 0.72);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.94));
  box-shadow:
    0 18px 30px rgba(12, 36, 84, 0.15),
    0 1px 0 rgba(255, 255, 255, 0.7) inset;
  transform: translate(var(--card-x), var(--card-y)) rotate(var(--card-tilt));
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, filter 260ms ease;
  animation:
    methodCardFloat var(--float-duration) ease-in-out infinite var(--float-delay),
    methodCardPulse var(--pulse-duration) ease-in-out infinite var(--pulse-delay);
}

.section-methodology .method-card::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, #0d5bff, #22d3a6, #a89bff);
  background-size: 180% 100%;
  animation: methodTopFlow 5.6s linear infinite;
}

.section-methodology .method-card::after {
  content: "";
  position: absolute;
  inset: -68% -115%;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.42) 50%, rgba(255, 255, 255, 0) 56%);
  opacity: 0;
  transform: translateX(-62%) rotate(8deg);
  pointer-events: none;
  animation: methodCardSheen 6.9s ease-in-out infinite;
}

.section-methodology .method-card:hover {
  transform: translate(var(--card-x), calc(var(--card-y) - 7px)) rotate(calc(var(--card-tilt) * 1.2)) scale(1.016);
  box-shadow: 0 24px 40px rgba(12, 36, 84, 0.2);
  border-color: rgba(13, 91, 255, 0.34);
  filter: saturate(1.12);
}

.method-card-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
}

.method-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #124183;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(13, 91, 255, 0.2);
  box-shadow: 0 8px 16px rgba(13, 91, 255, 0.14);
  transform: translateZ(0);
  animation: methodIconDrift var(--icon-duration) ease-in-out infinite var(--icon-delay);
}

.method-icon i {
  font-size: max(var(--ui-font-min), 1.12rem);
}

.section-methodology .method-card:hover .method-icon {
  transform: translateY(-2px) scale(1.07) rotate(-5deg);
}

.section-methodology .method-card h3 {
  margin: 0.82rem 0 0.42rem;
  font-size: max(var(--ui-font-min), 1.24rem);
  line-height: 1.18;
  color: #0f2f63;
}

.section-methodology .method-card p {
  margin: 0;
  color: #23487d;
  line-height: 1.44;
}

.method-slot--1 {
  grid-column: 1 / span 5;
}

.method-slot--2 {
  grid-column: 8 / span 5;
}

.method-slot--3 {
  grid-column: 2 / span 5;
}

.method-slot--4 {
  grid-column: 7 / span 5;
}

.method-slot--5 {
  grid-column: 1 / span 5;
}

.method-slot--6 {
  grid-column: 8 / span 5;
}

.method-slot--1 {
  --card-y: 8px;
  --card-x: -5px;
  --card-tilt: -0.8deg;
  --float-delay: 0.06s;
  --float-duration: 5.1s;
  --float-shift: 11px;
  --float-tilt: 1.35deg;
  --pulse-delay: 0.12s;
  --icon-delay: 0.1s;
}

.method-slot--2 {
  --card-y: -10px;
  --card-x: 4px;
  --card-tilt: 0.95deg;
  --float-delay: 0.2s;
  --float-duration: 5.7s;
  --float-shift: 12px;
  --float-side: -3px;
  --float-tilt: -1.05deg;
  --pulse-delay: 0.24s;
  --icon-delay: 0.35s;
}

.method-slot--3 {
  --card-y: 2px;
  --card-x: -3px;
  --card-tilt: -0.55deg;
  --float-delay: 0.1s;
  --float-duration: 4.8s;
  --float-shift: 10px;
  --float-side: 2px;
  --float-tilt: 1.15deg;
  --pulse-delay: 0.18s;
  --icon-delay: 0.2s;
}

.method-slot--4 {
  --card-y: -8px;
  --card-x: 7px;
  --card-tilt: 1.15deg;
  --float-delay: 0.28s;
  --float-duration: 5.9s;
  --float-shift: 13px;
  --float-side: -4px;
  --float-tilt: -1.15deg;
  --pulse-delay: 0.28s;
  --icon-delay: 0.42s;
}

.method-slot--5 {
  --card-y: 6px;
  --card-x: -6px;
  --card-tilt: -0.95deg;
  --float-delay: 0.14s;
  --float-duration: 5.2s;
  --float-shift: 11px;
  --float-side: 3px;
  --float-tilt: 1.2deg;
  --pulse-delay: 0.16s;
  --icon-delay: 0.26s;
}

.method-slot--6 {
  --card-y: 12px;
  --card-x: 3px;
  --card-tilt: 0.8deg;
  --float-delay: 0.34s;
  --float-duration: 5.4s;
  --float-shift: 12px;
  --float-side: -3px;
  --float-tilt: -1deg;
  --pulse-delay: 0.32s;
  --icon-delay: 0.48s;
}

@keyframes methodCardFloat {
  0%,
  100% {
    transform: translate(var(--card-x), var(--card-y)) rotate(var(--card-tilt));
  }
  25% {
    transform: translate(calc(var(--card-x) + calc(var(--float-side, 0px) * 0.65)), calc(var(--card-y) - calc(var(--float-shift, 8px) * 0.45)))
      rotate(calc(var(--card-tilt) + calc(var(--float-tilt, 1deg) * 0.45)));
  }
  50% {
    transform: translate(calc(var(--card-x) + var(--float-side, 0px)), calc(var(--card-y) - var(--float-shift, 8px)))
      rotate(calc(var(--card-tilt) + var(--float-tilt, 1deg)));
  }
  75% {
    transform: translate(calc(var(--card-x) + calc(var(--float-side, 0px) * 0.55)), calc(var(--card-y) - calc(var(--float-shift, 8px) * 0.55)))
      rotate(calc(var(--card-tilt) + calc(var(--float-tilt, 1deg) * 0.55)));
  }
}

@keyframes methodCardSheen {
  0%,
  14% {
    opacity: 0;
    transform: translateX(-62%) rotate(8deg);
  }
  32% {
    opacity: 0.6;
  }
  48% {
    opacity: 0.16;
    transform: translateX(20%) rotate(8deg);
  }
  100% {
    opacity: 0;
    transform: translateX(118%) rotate(8deg);
  }
}

@keyframes methodCardPulse {
  0%,
  100% {
    box-shadow:
      0 18px 30px rgba(12, 36, 84, 0.15),
      0 1px 0 rgba(255, 255, 255, 0.7) inset;
  }
  50% {
    box-shadow:
      0 24px 36px rgba(12, 36, 84, 0.2),
      0 1px 0 rgba(255, 255, 255, 0.75) inset;
  }
}

@keyframes methodTopFlow {
  from {
    background-position: 0% 0;
  }
  to {
    background-position: 180% 0;
  }
}

@keyframes methodIconDrift {
  0%,
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  50% {
    transform: translateY(-3px) scale(1.04) rotate(-4deg);
  }
}

@keyframes methodNodePulse {
  0%,
  100% {
    box-shadow: 0 0 0 7px rgba(13, 91, 255, 0.08);
  }
  50% {
    box-shadow: 0 0 0 11px rgba(13, 91, 255, 0.15);
  }
}

@keyframes heroMobileFloat {
  0%,
  100% {
    transform: translate(var(--hm-x, 0px), var(--hm-y, 0px)) rotate(var(--hm-rot, 0deg));
  }
  50% {
    transform: translate(calc(var(--hm-x, 0px) + var(--hm-dx, 0px)), calc(var(--hm-y, 0px) - var(--hm-dy, 8px)))
      rotate(calc(var(--hm-rot, 0deg) + var(--hm-drot, 0.9deg)));
  }
}

@keyframes mobileCardDrift {
  0%,
  100% {
    transform: translate(var(--m-x, 0px), var(--m-y, 0px)) rotate(var(--m-r, 0deg));
  }
  50% {
    transform: translate(calc(var(--m-x, 0px) + var(--m-dx, 0px)), calc(var(--m-y, 0px) - var(--m-dy, 7px)))
      rotate(calc(var(--m-r, 0deg) + var(--m-dr, 0.8deg)));
  }
}

.section-sim-lab {
  overflow: hidden;
  border-top: 1px solid rgba(13, 91, 255, 0.18);
  border-bottom: 1px solid rgba(13, 91, 255, 0.14);
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 200, 87, 0.16), transparent 34%),
    radial-gradient(circle at 92% 84%, rgba(34, 211, 166, 0.14), transparent 32%),
    linear-gradient(140deg, #f8fbff 5%, #eaf3ff 50%, #dcecff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(13, 91, 255, 0.08);
}

.section-sim-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(13, 91, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 91, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.26;
}

.section-sim-lab .section-tag {
  color: #0f3f8f;
  border-color: rgba(13, 91, 255, 0.26);
  background: rgba(255, 255, 255, 0.88);
}

.section-sim-lab .section-heading h2,
.section-sim-lab .section-subtitle {
  color: #0b1f52;
}

.section-sim-lab .section-subtitle {
  color: #1d3766;
}

.section-sim-lab .section-heading h2 {
  max-width: 18ch;
  margin-inline: auto;
}

.sim-lab-layout {
  position: relative;
  z-index: 1;
  margin-top: clamp(1.1rem, 2.5vw, 2rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.sim-lab-card {
  --sim-tilt: -1deg;
  --sim-drift: 2px;
  --sim-rise: 9px;
  --sim-accent: #22d3a6;
  --sim-accent-soft: rgba(34, 211, 166, 0.2);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(148, 184, 247, 0.58);
  padding: 1.2rem 1.05rem 1.08rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(236, 245, 255, 0.95));
  box-shadow: 0 20px 38px rgba(12, 36, 84, 0.18);
  backdrop-filter: blur(6px);
  transform: rotate(var(--sim-tilt));
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, filter 260ms ease;
  animation: simCardFloat var(--sim-duration, 5.8s) ease-in-out infinite var(--sim-delay, 0s);
}

.sim-lab-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  border: 1px solid rgba(167, 198, 250, 0.58);
  z-index: -1;
}

.sim-lab-card::after {
  content: "";
  position: absolute;
  inset: -70% -130%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 56%);
  opacity: 0;
  transform: translateX(-58%) rotate(9deg);
  animation: simSheen 7.1s ease-in-out infinite;
  pointer-events: none;
}

.sim-lab-card:hover {
  transform: rotate(var(--sim-tilt)) translateY(-8px) scale(1.014);
  box-shadow: 0 26px 46px rgba(12, 36, 84, 0.24);
  border-color: rgba(13, 91, 255, 0.4);
  filter: saturate(1.08);
}

.sim-lab-card--virtual {
  --sim-tilt: -1.8deg;
  --sim-drift: 2px;
  --sim-rise: 10px;
  --sim-duration: 5.4s;
  --sim-delay: 0.12s;
  --sim-accent: #22d3a6;
  --sim-accent-soft: rgba(34, 211, 166, 0.24);
}

.sim-lab-card--presencial {
  --sim-tilt: 1.7deg;
  --sim-drift: -2px;
  --sim-rise: 11px;
  --sim-duration: 5.8s;
  --sim-delay: 0.28s;
  --sim-accent: #ffc857;
  --sim-accent-soft: rgba(255, 200, 87, 0.28);
}

.sim-lab-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.72rem;
}

.sim-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  border-radius: 999px;
  padding: 0.24rem 0.58rem;
  font-size: max(var(--ui-font-min), 0.74rem);
  font-weight: 760;
  color: #14366f;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(13, 91, 255, 0.18);
  animation: simBadgeDrift 3.9s ease-in-out infinite;
}

.sim-badge i {
  color: #0d5bff;
}

.sim-badge--two {
  animation-delay: 0.2s;
}

.sim-lab-chip {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.34rem 0.9rem;
  font-size: max(var(--ui-font-min), 0.76rem);
  font-weight: 840;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #f8fcff;
  background: linear-gradient(120deg, #61c7ff 0%, #57adff 52%, #6f9dff 100%);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 10px 24px rgba(70, 140, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  text-shadow: 0 1px 2px rgba(8, 37, 96, 0.24);
}

.sim-lab-card--virtual .sim-lab-chip {
  background: linear-gradient(120deg, #58c9ff 0%, #4caeff 54%, #5d9bff 100%);
}

.sim-lab-card--presencial .sim-lab-chip {
  background: linear-gradient(120deg, #67bcff 0%, #7aa8ff 58%, #8f9fff 100%);
}

.sim-lab-card h3 {
  margin: 0.8rem 0 0.45rem;
  font-family: var(--font-display);
  font-size: max(var(--ui-font-min), 1.38rem);
  line-height: 1.16;
  color: #0d2659;
}

.sim-lab-card > p:not(.sim-lab-chip) {
  margin: 0;
  color: #2b4d84;
}

.sim-lab-list {
  margin: 0.88rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.sim-lab-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 0.5rem;
  color: #1f3f73;
  line-height: 1.36;
}

.sim-lab-list i {
  margin-top: 0.05rem;
  color: var(--sim-accent);
}

.sim-lab-card .btn {
  margin-top: 0.92rem;
  width: 100%;
  box-shadow: 0 14px 26px rgba(13, 91, 255, 0.24);
}

@keyframes simCardFloat {
  0%,
  100% {
    transform: rotate(var(--sim-tilt)) translate(0, 0);
  }
  50% {
    transform: rotate(calc(var(--sim-tilt) * 1.12)) translate(var(--sim-drift), calc(var(--sim-rise) * -1));
  }
}

@keyframes simSheen {
  0%,
  12% {
    opacity: 0;
    transform: translateX(-58%) rotate(9deg);
  }
  30% {
    opacity: 0.6;
  }
  45% {
    opacity: 0.16;
    transform: translateX(16%) rotate(9deg);
  }
  100% {
    opacity: 0;
    transform: translateX(120%) rotate(9deg);
  }
}

@keyframes simBadgeDrift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

.section-areas {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(13, 91, 255, 0.18), transparent 34%),
    radial-gradient(circle at 92% 14%, rgba(168, 155, 255, 0.24), transparent 36%),
    radial-gradient(circle at 36% 100%, rgba(34, 211, 166, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(248, 252, 255, 0.98), rgba(233, 243, 255, 0.94));
}

.section-areas::before,
.section-areas::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(4px);
  z-index: 0;
}

.section-areas::before {
  width: 180px;
  height: 180px;
  left: -42px;
  bottom: 24px;
  background: radial-gradient(circle, rgba(255, 200, 87, 0.3), rgba(255, 200, 87, 0));
}

.section-areas::after {
  width: 220px;
  height: 220px;
  right: -70px;
  top: 34px;
  background: radial-gradient(circle, rgba(13, 91, 255, 0.16), rgba(13, 91, 255, 0));
}

.area-showcase {
  position: relative;
  margin-top: clamp(1.1rem, 2.8vw, 2.2rem);
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.95rem;
}

.area-slot {
  position: relative;
  display: block;
}

.section-areas .area-card {
  --tilt: -0.8deg;
  --drop: 0px;
  --drift-x: 0px;
  --tilt-swing: 0.35deg;
  --float-x: 0px;
  --accent: var(--color-primary);
  --accent-soft: rgba(13, 91, 255, 0.12);
  --card-bg: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(237, 245, 255, 0.94));
  --text-heading: #0b2d63;
  --text-body: #214274;
  position: relative;
  isolation: isolate;
  height: 100%;
  overflow: hidden;
  padding: 1.2rem 1.14rem 1.05rem;
  border-radius: 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  background: var(--card-bg);
  box-shadow:
    0 20px 35px rgba(12, 36, 84, 0.2),
    0 2px 0 rgba(255, 255, 255, 0.6) inset;
  transform: rotate(var(--tilt)) translate(var(--drift-x), var(--drop));
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease, border-color 260ms ease;
  animation: areaCardFloat var(--float-duration, 6.8s) ease-in-out infinite var(--float-delay, 0s);
}

.section-areas .area-card > * {
  position: relative;
  z-index: 2;
}

.section-areas .area-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -44px;
  top: -56px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-soft), rgba(255, 255, 255, 0));
  z-index: -1;
}

.section-areas .area-card::after {
  content: "";
  position: absolute;
  inset: -75% -130%;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0) 57%);
  opacity: 0;
  transform: translateX(-54%) rotate(9deg);
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  animation: areaSheen var(--sheen-duration, 7.6s) ease-in-out infinite var(--sheen-delay, 0s);
}

.section-areas .area-card:hover {
  transform: rotate(calc(var(--tilt) + var(--tilt-swing))) translate(var(--drift-x), calc(var(--drop) - 6px)) scale(1.018);
  box-shadow: 0 26px 42px rgba(11, 31, 82, 0.24);
  border-color: rgba(255, 255, 255, 0.94);
  filter: saturate(1.08);
}

.area-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.area-icon-wrap {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 16px rgba(12, 36, 84, 0.14);
  transform: none;
}

.area-icon-wrap i {
  font-size: max(var(--ui-font-min), 1.32rem);
}

.area-icon-wrap--science {
  padding: 0;
}

.section-areas .area-icon-svg {
  width: 25px;
  height: 25px;
  display: block;
}

.area-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.28rem 0.66rem;
  font-size: max(var(--ui-font-min), 0.72rem);
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(8, 21, 48, 0.86);
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 6px 12px rgba(11, 31, 82, 0.12);
}

.section-areas .area-card h3 {
  margin: 0.88rem 0 0.36rem;
  font-size: max(var(--ui-font-min), clamp(1.18rem, 1.2vw, 1.34rem));
  color: var(--text-heading);
  line-height: 1.16;
}

.section-areas .area-card p {
  margin: 0;
  color: var(--text-body);
  line-height: 1.42;
}

.area-card--math {
  --tilt: -2.8deg;
  --drop: 3px;
  --drift-x: -6px;
  --tilt-swing: 0.55deg;
  --float-x: 2px;
  --accent: #1858db;
  --accent-soft: rgba(24, 88, 219, 0.22);
  --card-bg: linear-gradient(150deg, rgba(231, 241, 255, 0.98), rgba(207, 228, 255, 0.92));
  --float-duration: 6.4s;
  --float-delay: 0.1s;
  --float-shift: 3px;
  --sheen-delay: 0.3s;
  --sheen-duration: 8.2s;
}

.area-card--reading {
  --tilt: 2.35deg;
  --drop: 6px;
  --drift-x: 8px;
  --tilt-swing: -0.4deg;
  --float-x: -2px;
  --accent: #036f62;
  --accent-soft: rgba(34, 211, 166, 0.26);
  --card-bg: linear-gradient(160deg, rgba(225, 255, 247, 0.95), rgba(197, 244, 232, 0.9));
  --float-duration: 7.1s;
  --float-delay: 0.3s;
  --float-shift: 3.5px;
  --sheen-delay: 0.9s;
  --sheen-duration: 7.8s;
}

.area-card--science {
  --tilt: -1.45deg;
  --drop: 0px;
  --drift-x: -2px;
  --tilt-swing: 0.25deg;
  --float-x: 1px;
  --accent: #5c4ec7;
  --accent-soft: rgba(168, 155, 255, 0.32);
  --card-bg: linear-gradient(160deg, rgba(245, 240, 255, 0.96), rgba(223, 217, 255, 0.9));
  --float-duration: 6.8s;
  --float-delay: 0.2s;
  --float-shift: 2.6px;
  --sheen-delay: 0.5s;
  --sheen-duration: 8.4s;
}

.area-card--social {
  --tilt: 2.75deg;
  --drop: 5px;
  --drift-x: 6px;
  --tilt-swing: -0.5deg;
  --float-x: -3px;
  --accent: #0f5ca2;
  --accent-soft: rgba(13, 91, 255, 0.22);
  --card-bg: linear-gradient(160deg, rgba(227, 245, 255, 0.98), rgba(196, 231, 255, 0.92));
  --float-duration: 7.2s;
  --float-delay: 0.45s;
  --float-shift: 3.4px;
  --sheen-delay: 1.2s;
  --sheen-duration: 7.6s;
}

.area-card--english {
  --tilt: -2.15deg;
  --drop: 2px;
  --drift-x: -7px;
  --tilt-swing: 0.45deg;
  --float-x: 2px;
  --accent: #9c5b00;
  --accent-soft: rgba(255, 200, 87, 0.3);
  --card-bg: linear-gradient(155deg, rgba(255, 246, 224, 0.96), rgba(255, 232, 173, 0.9));
  --float-duration: 6.6s;
  --float-delay: 0.18s;
  --float-shift: 3px;
  --sheen-delay: 0.7s;
  --sheen-duration: 8s;
}

.area-slot--1 {
  grid-column: 1 / span 4;
  transform: translateY(8px);
}

.area-slot--2 {
  grid-column: 5 / span 4;
  transform: translateY(-10px);
}

.area-slot--3 {
  grid-column: 9 / span 4;
  transform: translateY(6px);
}

.area-slot--4 {
  grid-column: 2 / span 5;
  transform: translateY(-6px);
}

.area-slot--5 {
  grid-column: 7 / span 5;
  transform: translateY(12px);
}

@keyframes areaCardFloat {
  0%,
  100% {
    transform: rotate(var(--tilt)) translate(var(--drift-x), var(--drop));
  }
  50% {
    transform: rotate(calc(var(--tilt) + var(--tilt-swing))) translate(calc(var(--drift-x) + var(--float-x, 0px)), calc(var(--drop) - var(--float-shift, 3px)));
  }
}

@keyframes areaSheen {
  0%,
  16% {
    opacity: 0;
    transform: translateX(-58%) rotate(9deg);
  }
  34% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.16;
    transform: translateX(24%) rotate(9deg);
  }
  100% {
    opacity: 0;
    transform: translateX(130%) rotate(9deg);
  }
}

.trust-swiper-controls {
  margin-top: var(--space-3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
}

.trust-swiper-controls .swiper-button-prev,
.trust-swiper-controls .swiper-button-next {
  position: static;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(11, 31, 82, 0.28);
  background: #fff;
  color: var(--color-primary-dark);
}

.trust-swiper-controls .swiper-button-prev::after,
.trust-swiper-controls .swiper-button-next::after {
  font-size: max(var(--ui-font-min), 0.9rem);
  font-weight: 900;
}

.trust-swiper-controls .swiper-pagination {
  position: static;
  width: auto;
}

.swiper-pagination-bullet {
  background: #96acd6;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.section-student::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("landing/noise-dots.svg");
  background-size: 240px;
  opacity: 0.28;
  pointer-events: none;
}

.student-cards {
  display: grid;
  gap: var(--space-3);
}

.student-card {
  padding: var(--space-4);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  gap: 0.72rem;
}

.student-card i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-dark);
  background: rgba(13, 91, 255, 0.14);
}

.student-card p {
  margin: 0;
  color: #1f3863;
}

.section-multimedia {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 200, 87, 0.22), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(13, 91, 255, 0.16), transparent 36%),
    radial-gradient(circle at 76% 86%, rgba(34, 211, 166, 0.16), transparent 34%),
    linear-gradient(180deg, #f9fcff 0%, #edf5ff 48%, #f7fbff 100%);
}

.section-multimedia::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 30%, rgba(13, 91, 255, 0.07) 0 2px, transparent 2.2px),
    radial-gradient(circle at 78% 70%, rgba(168, 155, 255, 0.16) 0 2px, transparent 2.2px);
  background-size: 40px 40px, 52px 52px;
  opacity: 0.52;
}

.section-multimedia .section-heading h2 {
  max-width: 14ch;
  margin-inline: auto;
}

.section-multimedia .section-subtitle {
  max-width: 62ch;
  margin-inline: auto;
  color: #294f80;
}

.multimedia-stage {
  position: relative;
  z-index: 1;
  margin-top: var(--space-3);
}

.multimedia-stage::before,
.multimedia-stage::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.multimedia-stage::before {
  width: clamp(86px, 12vw, 142px);
  height: clamp(86px, 12vw, 142px);
  right: 1%;
  top: -6%;
  background: radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.95), rgba(13, 91, 255, 0.28));
}

.multimedia-stage::after {
  width: clamp(76px, 10vw, 124px);
  height: clamp(76px, 10vw, 124px);
  left: 2%;
  bottom: -8%;
  background: radial-gradient(circle at 36% 36%, rgba(255, 255, 255, 0.95), rgba(255, 200, 87, 0.34));
}

.multimedia-swiper {
  overflow: visible;
  padding: 0.46rem 0.18rem 0.74rem;
}

.multimedia-card {
  --media-tilt: -1.2deg;
  --media-rise: 13px;
  --media-side: 2px;
  --media-tilt-shift: 1deg;
  --media-duration: 5.8s;
  --media-delay: 0s;
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(154, 188, 248, 0.62);
  box-shadow:
    0 18px 34px rgba(13, 91, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  background: #fff;
  transform: rotate(var(--media-tilt));
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  animation: multimediaFloat var(--media-duration) ease-in-out infinite var(--media-delay);
}

.multimedia-card::after {
  content: "";
  position: absolute;
  inset: -72% -130%;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 58%);
  opacity: 0;
  transform: translateX(-56%) rotate(8deg);
  pointer-events: none;
  animation: multimediaSheen 6.6s ease-in-out infinite;
}

.multimedia-card img {
  width: 100%;
  height: clamp(240px, 31vw, 350px);
  display: block;
  object-fit: cover;
  object-position: center;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.01);
  transform: translateZ(0) scale(1.01);
  transition: transform 260ms ease, filter 260ms ease, opacity 260ms ease;
}

.multimedia-card:hover {
  transform: rotate(var(--media-tilt)) translateY(-8px) scale(1.018);
  border-color: rgba(13, 91, 255, 0.44);
  box-shadow:
    0 28px 44px rgba(13, 91, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.multimedia-card:hover img {
  -webkit-transform: translateZ(0) scale(1.06);
  transform: translateZ(0) scale(1.06);
}

.multimedia-empty {
  min-height: clamp(220px, 30vw, 340px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.42rem;
  padding: 1.4rem;
  border: 1px dashed rgba(13, 91, 255, 0.35);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(232, 244, 255, 0.86));
  color: var(--color-primary-dark);
  text-align: center;
}

.multimedia-empty strong {
  font-size: max(var(--ui-font-min), 1.05rem);
}

.multimedia-empty span {
  color: var(--color-muted);
}

.multimedia-stage.is-empty .multimedia-swiper-controls {
  display: none;
}

.multimedia-card--1 {
  --media-tilt: -1.6deg;
  --media-duration: 5.2s;
}

.multimedia-card--2 {
  --media-tilt: 1.4deg;
  --media-side: -2px;
  --media-tilt-shift: -1deg;
  --media-delay: 0.18s;
}

.multimedia-card--3 {
  --media-tilt: -0.9deg;
  --media-rise: 12px;
  --media-delay: 0.08s;
}

.multimedia-card--4 {
  --media-tilt: 1.55deg;
  --media-side: -2px;
  --media-tilt-shift: -0.9deg;
  --media-duration: 6.1s;
  --media-delay: 0.22s;
}

.multimedia-card--5 {
  --media-tilt: -1.25deg;
  --media-delay: 0.14s;
}

.multimedia-card--6 {
  --media-tilt: 1.15deg;
  --media-side: -1px;
  --media-tilt-shift: -0.7deg;
  --media-duration: 5.5s;
  --media-delay: 0.28s;
}

.multimedia-swiper-controls {
  margin-top: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
}

.multimedia-swiper-controls .swiper-button-prev,
.multimedia-swiper-controls .swiper-button-next {
  position: static;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(121, 178, 255, 0.4);
  background: linear-gradient(145deg, #ffffff, #e7f2ff);
  color: #0d3f8f;
  box-shadow: 0 10px 20px rgba(13, 91, 255, 0.15);
}

.multimedia-swiper-controls .swiper-button-prev::after,
.multimedia-swiper-controls .swiper-button-next::after {
  font-size: max(var(--ui-font-min), 0.9rem);
  font-weight: 900;
}

.multimedia-swiper-controls .swiper-pagination {
  position: static;
  width: auto;
}

.multimedia-swiper-controls .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

@keyframes multimediaFloat {
  0%,
  100% {
    transform: rotate(var(--media-tilt));
  }
  50% {
    transform: translate(var(--media-side), calc(var(--media-rise) * -1)) rotate(calc(var(--media-tilt) + var(--media-tilt-shift)));
  }
}

@keyframes multimediaSheen {
  0%,
  15% {
    opacity: 0;
    transform: translateX(-56%) rotate(8deg);
  }
  34% {
    opacity: 0.58;
  }
  50% {
    opacity: 0.14;
    transform: translateX(20%) rotate(8deg);
  }
  100% {
    opacity: 0;
    transform: translateX(118%) rotate(8deg);
  }
}

.section-trust {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 200, 87, 0.2), transparent 34%),
    radial-gradient(circle at 88% 15%, rgba(13, 91, 255, 0.14), transparent 36%),
    radial-gradient(circle at 84% 86%, rgba(34, 211, 166, 0.15), transparent 34%),
    linear-gradient(180deg, #f9fcff 0%, #edf5ff 48%, #f8fbff 100%);
}

.section-trust::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 30%, rgba(13, 91, 255, 0.08) 0 2px, transparent 2.3px),
    radial-gradient(circle at 78% 68%, rgba(168, 155, 255, 0.14) 0 2px, transparent 2.3px);
  background-size: 42px 42px, 48px 48px;
  opacity: 0.5;
}

.trust-stage {
  position: relative;
  z-index: 1;
  border-radius: 36px;
  border: 1px solid rgba(155, 187, 244, 0.65);
  padding: clamp(1rem, 2.4vw, 1.4rem);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.9), rgba(236, 246, 255, 0.9));
  box-shadow:
    0 26px 48px rgba(13, 91, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.trust-float-note {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-radius: 999px;
  padding: 0.34rem 0.72rem;
  font-size: max(var(--ui-font-min), 0.74rem);
  font-weight: 760;
  color: #0f3f93;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(114, 169, 248, 0.48);
  box-shadow: 0 12px 26px rgba(13, 91, 255, 0.2);
  animation: trustFloatNote 5.4s ease-in-out infinite;
}

.trust-float-note i {
  color: #0d5bff;
}

.trust-float-note--a {
  top: -16px;
  left: clamp(10px, 2.6vw, 28px);
}

.trust-float-note--b {
  top: -16px;
  right: clamp(10px, 2.6vw, 28px);
  animation-delay: 0.32s;
}

.section-trust .section-heading {
  margin-bottom: var(--space-5);
}

.section-trust .section-heading h2 {
  max-width: 16ch;
  margin-inline: auto;
}

.section-trust .section-subtitle {
  max-width: 60ch;
  margin-inline: auto;
  color: #295084;
}

.trust-metrics {
  margin-bottom: var(--space-4);
}

.trust-metrics .metric-card {
  --metric-y: 8px;
  --metric-x: -2px;
  --metric-tilt: -1deg;
  --metric-float: 8px;
  --metric-side: 2px;
  --metric-tilt-float: 0.8deg;
  --metric-duration: 5.1s;
  --metric-delay: 0s;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 0.9rem 0.86rem;
  border-radius: 24px;
  border: 1px solid rgba(152, 188, 248, 0.68);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(232, 244, 255, 0.94));
  box-shadow:
    0 16px 30px rgba(13, 91, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transform: translate(var(--metric-x), var(--metric-y)) rotate(var(--metric-tilt));
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  animation: trustMetricFloat var(--metric-duration) ease-in-out infinite var(--metric-delay);
}

.trust-metrics .metric-card::after {
  content: "";
  position: absolute;
  inset: -60% -120%;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0.56) 50%, rgba(255, 255, 255, 0) 58%);
  opacity: 0;
  transform: translateX(-56%) rotate(8deg);
  pointer-events: none;
  animation: trustSheen 6.8s ease-in-out infinite;
}

.metric-card--a {
  --metric-tilt: -1.4deg;
  --metric-y: 10px;
  --metric-duration: 5s;
}

.metric-card--b {
  --metric-tilt: 1.2deg;
  --metric-x: 2px;
  --metric-y: -4px;
  --metric-side: -2px;
  --metric-tilt-float: -0.9deg;
  --metric-delay: 0.2s;
  --metric-duration: 5.6s;
}

.metric-card--c {
  --metric-tilt: -0.8deg;
  --metric-y: 6px;
  --metric-side: 1px;
  --metric-delay: 0.1s;
  --metric-duration: 5.9s;
}

.metric-card--d {
  --metric-tilt: 1.45deg;
  --metric-x: 1px;
  --metric-y: -2px;
  --metric-side: -1px;
  --metric-tilt-float: -0.7deg;
  --metric-delay: 0.3s;
  --metric-duration: 5.3s;
}

.trust-metric-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: max(var(--ui-font-min), 1rem);
  color: #0b3f95;
  background: linear-gradient(145deg, rgba(102, 197, 255, 0.28), rgba(168, 155, 255, 0.24));
  border: 1px solid rgba(117, 177, 255, 0.44);
}

.metric-value {
  margin: 0.52rem 0 0.1rem;
  color: #0b2f70;
  font-weight: 830;
  letter-spacing: -0.02em;
  line-height: 1.04;
  font-size: max(var(--ui-font-min), clamp(1.45rem, 2.5vw, 2.25rem));
}

.metric-value small {
  font-size: max(var(--ui-font-min), 0.68rem);
  font-weight: 760;
  color: #2f5f9d;
}

.metric-label {
  margin: 0;
  color: #30517f;
  line-height: 1.35;
  font-weight: 610;
}

.trust-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: stretch;
}

.trust-highlight-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 1.1rem 1rem;
  border: 1px solid rgba(145, 185, 248, 0.64);
  background:
    linear-gradient(162deg, rgba(255, 255, 255, 0.97), rgba(236, 247, 255, 0.94));
  box-shadow: 0 16px 32px rgba(13, 91, 255, 0.13);
}

.trust-highlight-card::before {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 36%, rgba(255, 255, 255, 0.88), rgba(13, 91, 255, 0.22));
}

.trust-highlight-tag {
  display: inline-flex;
  margin: 0;
  border-radius: 999px;
  padding: 0.26rem 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: max(var(--ui-font-min), 0.68rem);
  font-weight: 790;
  color: #0f488f;
  border: 1px solid rgba(99, 173, 255, 0.4);
  background: rgba(255, 255, 255, 0.82);
}

.trust-highlight-card h3 {
  margin: 0.74rem 0 0.65rem;
  color: #0c2f67;
  font-family: var(--font-display);
  font-size: max(var(--ui-font-min), 1.3rem);
  line-height: 1.2;
}

.trust-highlight-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.48rem;
}

.trust-highlight-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0.48rem;
  align-items: start;
  color: #2f537f;
  line-height: 1.36;
}

.trust-highlight-list i {
  color: #0d5bff;
  margin-top: 0.06rem;
}

.trust-swiper {
  align-self: stretch;
  padding-bottom: 0.38rem;
}

.trust-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(155, 188, 248, 0.68);
  padding: 1.12rem 1rem 1rem;
  box-shadow: 0 16px 34px rgba(13, 91, 255, 0.13);
  background:
    linear-gradient(158deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 255, 0.94));
}

.trust-card::before {
  content: "\201C";
  position: absolute;
  left: 0.82rem;
  top: 0.3rem;
  color: rgba(13, 91, 255, 0.2);
  font-size: max(var(--ui-font-min), 2.4rem);
  font-family: Georgia, serif;
  font-weight: 700;
}

.trust-card p {
  margin: 0 0 0.7rem;
  color: #1d4274;
  line-height: 1.48;
  font-weight: 620;
}

.trust-card p em {
  font-style: normal;
  color: #3f6398;
  font-weight: 700;
}

.trust-card span {
  color: #31547f;
  font-weight: 700;
}

.trust-swiper-controls {
  margin-top: 0.82rem;
  gap: 0.72rem;
}

.trust-swiper-controls .swiper-button-prev,
.trust-swiper-controls .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(120, 177, 255, 0.42);
  background: linear-gradient(145deg, #ffffff, #e8f2ff);
  color: #0d3f8d;
  box-shadow: 0 10px 20px rgba(13, 91, 255, 0.14);
}

.trust-swiper-controls .swiper-button-prev:hover,
.trust-swiper-controls .swiper-button-next:hover {
  background: linear-gradient(145deg, #ffffff, #dcecff);
}

.trust-swiper-controls .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

@keyframes trustFloatNote {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes trustMetricFloat {
  0%,
  100% {
    transform: translate(var(--metric-x), var(--metric-y)) rotate(var(--metric-tilt));
  }
  50% {
    transform: translate(calc(var(--metric-x) + var(--metric-side)), calc(var(--metric-y) - var(--metric-float)))
      rotate(calc(var(--metric-tilt) + var(--metric-tilt-float)));
  }
}

@keyframes trustSheen {
  0%,
  14% {
    opacity: 0;
    transform: translateX(-56%) rotate(8deg);
  }
  34% {
    opacity: 0.58;
  }
  50% {
    opacity: 0.14;
    transform: translateX(20%) rotate(8deg);
  }
  100% {
    opacity: 0;
    transform: translateX(118%) rotate(8deg);
  }
}

.section-faq {
  overflow: hidden;
}

.faq-accordion .accordion-item {
  margin-bottom: 0.74rem;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.faq-accordion .accordion-button {
  color: var(--color-text);
  font-weight: 700;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--color-primary-dark);
  background: rgba(13, 91, 255, 0.12);
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.section-contact {
  color: #fff;
  background:
    radial-gradient(circle at 12% 12%, rgba(168, 155, 255, 0.2), transparent 42%),
    linear-gradient(145deg, #0b1f52, #0d5bff 56%, #103f9d);
}

.contact-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: var(--space-5);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: var(--shadow-lg);
  background: rgba(11, 31, 82, 0.34);
}

.contact-shell .section-tag {
  color: #d8e5ff;
}

.contact-shell h2,
.contact-shell p,
.contact-shell .contact-list li,
.contact-shell .legal-note {
  color: rgba(243, 248, 255, 0.95);
}

.contact-list {
  margin: var(--space-4) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.52rem;
}

.contact-list i {
  color: var(--color-warm);
}

.legal-note {
  margin-top: var(--space-4);
}

.legal-note a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.site-footer {
  background: #081a43;
  color: #f8fafc;
  padding: 1.3rem 0;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer-links a {
  color: #f8fafc;
  text-decoration: none;
}

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

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.64rem 1rem;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: linear-gradient(135deg, #0d5bff, #22d3a6);
  box-shadow: 0 14px 24px rgba(8, 26, 67, 0.28);
}

.floating-whatsapp:hover {
  color: #fff;
}

.noscript-alert {
  padding: 1rem;
  text-align: center;
  color: #0b1f52;
  background: #e7f1ff;
  font-weight: 800;
}

.gsap-reveal {
  opacity: 1;
  transform: none;
}

@media (min-width: 576px) {
  .student-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .virtual-layout {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }

  .hero-title {
    max-width: 15ch;
  }
}

@media (min-width: 992px) {
  .navbar .nav-link {
    padding-left: 0.58rem;
    padding-right: 0.58rem;
  }

  .footer-links {
    justify-content: flex-end;
  }

  .student-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  #navbarMain {
    margin-top: 0.82rem;
    border-top: 1px solid rgba(11, 31, 82, 0.16);
    padding-top: 0.72rem;
  }

  .hero-studio {
    min-height: auto;
    padding-top: 7.9rem;
  }

  .hero-title {
    max-width: 100%;
  }

  .hero-blob {
    width: 300px;
    right: -160px;
    top: 18px;
  }

  .hero-dashboard {
    min-height: 458px;
  }

  .hero-promo-stack {
    width: min(100%, 520px);
    min-height: 392px;
  }

  .hero-promo-card {
    width: 90%;
  }

  .schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-address-card {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .sim-lab-layout {
    grid-template-columns: 1fr;
    gap: 1.05rem;
  }

  .sim-lab-card {
    max-width: 760px;
    margin: 0 auto;
  }

  .multimedia-card img {
    height: clamp(250px, 39vw, 360px);
  }

  .trust-story-grid {
    grid-template-columns: 1fr;
  }

  .trust-swiper {
    width: 100%;
  }

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

  .method-path {
    display: none;
  }

  .method-slot--1,
  .method-slot--2,
  .method-slot--3,
  .method-slot--4,
  .method-slot--5,
  .method-slot--6 {
    grid-column: auto;
  }

  .method-slot::before {
    display: none;
  }

  .section-methodology .method-card {
    --card-x: 0px;
    --card-y: 0px;
    --card-tilt: 0deg;
  }

  .area-showcase {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .area-slot--1,
  .area-slot--2,
  .area-slot--3,
  .area-slot--4,
  .area-slot--5 {
    grid-column: span 3;
  }

  .area-slot--5 {
    grid-column: 2 / span 4;
  }
}

@media (max-width: 767.98px) {
  .section-heading {
    margin-bottom: var(--space-5);
  }

  .section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.3rem 0.74rem;
    border: 1px solid rgba(13, 91, 255, 0.26);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(220, 237, 255, 0.72));
    box-shadow: 0 10px 18px rgba(13, 91, 255, 0.12);
  }

  .section-heading h2,
  .section-title {
    font-size: max(var(--ui-font-min), clamp(1.8rem, 7.1vw, 2.35rem));
    line-height: 1.15;
  }

  .section-subtitle,
  .section-lead {
    font-size: max(var(--ui-font-min), 0.99rem);
    line-height: 1.55;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    justify-content: center;
    padding: 0;
  }

  .schedule-stage {
    border-radius: 24px;
    padding: 0.9rem 0.78rem;
  }

  .schedule-note {
    position: static;
    margin: 0 0 0.5rem;
  }

  .schedule-grid {
    grid-template-columns: 1fr;
    gap: 0.74rem;
  }

  .schedule-address-card {
    border-radius: 22px;
    padding: 0.95rem 0.88rem;
  }

  .schedule-address-card h2 {
    font-size: max(var(--ui-font-min), 1.24rem);
  }

  .schedule-slot {
    border-radius: 19px;
    padding: 0.8rem 0.78rem;
  }

  .schedule-time {
    font-size: max(var(--ui-font-min), 1.08rem);
  }

  .section-multimedia .section-heading {
    margin-bottom: var(--space-4);
  }

  .multimedia-swiper {
    padding-inline: 0.12rem;
  }

  .multimedia-card {
    border-radius: 22px;
    --media-rise: 11px;
  }

  .multimedia-card img {
    height: clamp(240px, 64vw, 340px);
  }

  .multimedia-swiper-controls {
    margin-top: 0.66rem;
  }

  .trust-stage {
    border-radius: 24px;
    padding: 0.86rem 0.74rem;
  }

  .trust-float-note {
    position: static;
    margin: 0 0 0.48rem;
    animation-duration: 4.8s;
  }

  .section-trust .section-heading {
    margin-bottom: var(--space-4);
  }

  .trust-metrics {
    margin-bottom: 0.86rem;
  }

  .trust-metrics .metric-card {
    border-radius: 20px;
    padding: 0.8rem 0.74rem;
  }

  .trust-highlight-card,
  .trust-card {
    border-radius: 20px;
  }

  .trust-highlight-card {
    padding: 0.95rem 0.88rem;
  }

  .trust-highlight-card h3 {
    font-size: max(var(--ui-font-min), 1.12rem);
  }

  .trust-card {
    padding: 0.96rem 0.86rem 0.88rem;
  }

  .trust-card p {
    font-size: max(var(--ui-font-min), 0.93rem);
  }

  .section-sim-lab .section-heading {
    margin-bottom: var(--space-4);
  }

  .sim-lab-layout {
    gap: 1.14rem;
  }

  .sim-lab-card {
    width: min(100%, 97%);
    padding: 1rem 0.9rem 0.95rem;
    border-radius: 21px;
  }

  .sim-lab-card--virtual {
    margin-right: auto;
    --sim-tilt: -1.6deg;
    --sim-rise: 12px;
    --sim-duration: 4.8s;
    --sim-drift: 2px;
  }

  .sim-lab-card--presencial {
    margin-left: auto;
    --sim-tilt: 1.5deg;
    --sim-rise: 12px;
    --sim-duration: 5s;
    --sim-drift: -2px;
  }

  .sim-lab-card h3 {
    font-size: max(var(--ui-font-min), 1.2rem);
  }

  .sim-lab-card > p {
    font-size: max(var(--ui-font-min), 0.95rem);
  }

  .sim-lab-list li {
    font-size: max(var(--ui-font-min), 0.93rem);
  }

  .sim-badge {
    font-size: max(var(--ui-font-min), 0.71rem);
  }

  .method-showcase {
    grid-template-columns: 1fr;
    gap: 1.08rem;
    padding-inline: 0.18rem;
  }

  .section-methodology .method-card {
    padding: 1.02rem 0.95rem 0.96rem;
    border-radius: 20px;
    --card-x: 0px;
    --card-y: 0px;
    --float-shift: 13px;
    --float-duration: 4.8s;
    --float-side: 2px;
    --float-tilt: 1.2deg;
    --card-tilt: -1.1deg;
  }

  .method-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    animation-duration: 3.2s;
  }

  .section-methodology .method-card h3 {
    font-size: max(var(--ui-font-min), 1.14rem);
  }

  .section-methodology .method-card p {
    font-size: max(var(--ui-font-min), 0.95rem);
  }

  .section-methodology .method-card::after {
    animation-duration: 5.8s;
  }

  .method-showcase .method-slot {
    width: min(100%, 97%);
  }

  .method-showcase .method-slot:nth-of-type(odd) {
    margin-right: auto;
    --card-tilt: -1.35deg;
    --float-side: 2px;
  }

  .method-showcase .method-slot:nth-of-type(even) {
    margin-left: auto;
    --card-tilt: 1.25deg;
    --float-side: -2px;
  }

  .section-value .row > div:nth-child(odd) .value-card,
  .student-cards .student-card:nth-child(odd),
  .section-virtual .virtual-summary {
    --m-x: -2px;
    --m-y: 0px;
    --m-r: -0.5deg;
    --m-dx: 1px;
    --m-dy: 6px;
    --m-dr: 0.65deg;
    animation: mobileCardDrift 5.4s ease-in-out infinite;
  }

  .section-value .row > div:nth-child(even) .value-card,
  .student-cards .student-card:nth-child(even),
  .section-virtual .virtual-metrics {
    --m-x: 2px;
    --m-y: 0px;
    --m-r: 0.55deg;
    --m-dx: -1px;
    --m-dy: 6px;
    --m-dr: -0.65deg;
    animation: mobileCardDrift 5.8s ease-in-out infinite 0.18s;
  }

  .hero-promo-card {
    animation: heroMobileFloat 5.2s ease-in-out infinite;
  }

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

  .area-slot--1,
  .area-slot--2,
  .area-slot--3,
  .area-slot--4,
  .area-slot--5 {
    grid-column: auto;
    transform: none;
  }

  .area-showcase .area-slot--5 {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 420px);
  }

  .section-areas .area-card {
    --drop: 0px;
    --drift-x: 0px;
    transform: rotate(var(--tilt)) translate(var(--drift-x), var(--drop));
  }

  .area-card--math {
    --tilt: -1.3deg;
  }

  .area-card--reading {
    --tilt: 1.4deg;
  }

  .area-card--science {
    --tilt: -0.9deg;
  }

  .area-card--social {
    --tilt: 1.6deg;
  }

  .area-card--english {
    --tilt: -1.2deg;
  }
}

@media (max-width: 575.98px) {
  .section-block {
    padding: var(--space-6) 0;
  }

  .hero-actions .btn,
  .contact-shell .btn {
    width: 100%;
  }

  .sim-lab-card {
    width: 100%;
    border-radius: 18px;
  }

  .sim-lab-card--virtual {
    --sim-tilt: -1.2deg;
    --sim-rise: 9px;
  }

  .sim-lab-card--presencial {
    --sim-tilt: 1.2deg;
    --sim-rise: 9px;
  }

  .sim-lab-badges {
    gap: 0.38rem;
  }

  .sim-lab-chip {
    font-size: max(var(--ui-font-min), 0.7rem);
  }

  .schedule-stage {
    border-radius: 20px;
    padding: 0.76rem 0.62rem;
  }

  .schedule-address-card {
    border-radius: 16px;
    padding: 0.84rem 0.72rem;
  }

  .schedule-address-label {
    font-size: max(var(--ui-font-min), 0.66rem);
  }

  .schedule-slot {
    --slot-tilt: 0deg;
    --slot-side: 0px;
    --slot-tilt-shift: 0deg;
    border-radius: 15px;
    padding: 0.72rem 0.66rem;
  }

  .schedule-time {
    font-size: max(var(--ui-font-min), 1rem);
  }

  .multimedia-stage::before,
  .multimedia-stage::after {
    opacity: 0.76;
  }

  .multimedia-card {
    border-radius: 18px;
    --media-tilt: 0deg;
    --media-rise: 8px;
    --media-side: 0px;
    --media-tilt-shift: 0deg;
  }

  .multimedia-card img {
    height: clamp(220px, 70vw, 300px);
  }

  .multimedia-swiper-controls .swiper-button-prev,
  .multimedia-swiper-controls .swiper-button-next {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .trust-stage {
    border-radius: 20px;
    padding: 0.76rem 0.62rem;
  }

  .trust-float-note {
    font-size: max(var(--ui-font-min), 0.68rem);
    padding: 0.28rem 0.58rem;
  }

  .trust-metrics .metric-card {
    --metric-y: 0px;
    --metric-x: 0px;
    --metric-tilt: 0deg;
    border-radius: 17px;
    padding: 0.72rem 0.68rem;
  }

  .metric-value {
    font-size: max(var(--ui-font-min), 1.34rem);
  }

  .metric-label {
    font-size: max(var(--ui-font-min), 0.84rem);
  }

  .trust-highlight-card,
  .trust-card {
    border-radius: 16px;
  }

  .trust-highlight-list li {
    font-size: max(var(--ui-font-min), 0.89rem);
  }

  .trust-swiper-controls .swiper-button-prev,
  .trust-swiper-controls .swiper-button-next {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .hero-pill-list li {
    width: 100%;
  }

  .glass-card,
  .value-card,
  .method-card,
  .area-card,
  .student-card,
  .metric-card,
  .trust-card,
  .contact-shell {
    border-radius: var(--radius-md);
  }

  .hero-dashboard,
  .virtual-summary,
  .virtual-metrics,
  .experience-panel,
  .contact-shell,
  .trust-card,
  .metric-card {
    padding: var(--space-4);
  }

  .hero-dashboard {
    min-height: 360px;
  }

  .hero-promo-stack {
    min-height: 320px;
  }

  .hero-promo-card {
    width: 92%;
    padding: 0.86rem 0.92rem;
    gap: 0.55rem;
  }

  .hero-promo-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .hero-promo-card p {
    font-size: max(var(--ui-font-min), 1.02rem);
  }

  .hero-promo-card--1 {
    top: 0;
    left: 0;
    --hm-rot: -3deg;
    --hm-dy: 7px;
    --hm-drot: -0.65deg;
    transform: rotate(-3deg);
  }

  .hero-promo-card--2 {
    top: 78px;
    right: 0;
    --hm-rot: 2deg;
    --hm-dy: 7px;
    --hm-drot: 0.55deg;
    transform: rotate(2deg);
  }

  .hero-promo-card--3 {
    top: 156px;
    left: 0;
    --hm-rot: -2deg;
    --hm-dy: 7px;
    --hm-drot: -0.5deg;
    transform: rotate(-2deg);
  }

  .hero-promo-card--4 {
    top: 234px;
    right: 0;
    --hm-rot: 3deg;
    --hm-dy: 7px;
    --hm-drot: 0.6deg;
    transform: rotate(3deg);
  }

  .section-areas .area-card {
    border-radius: 22px;
    padding: 1.02rem 0.95rem 0.95rem;
  }

  .area-icon-wrap {
    width: 46px;
    height: 46px;
  }

  .area-icon-wrap i {
    font-size: max(var(--ui-font-min), 1.2rem);
  }

  .section-areas .area-icon-svg {
    width: 22px;
    height: 22px;
  }

  .section-areas .area-card h3 {
    font-size: max(var(--ui-font-min), 1.12rem);
  }

  .section-areas .area-card p {
    font-size: max(var(--ui-font-min), 0.95rem);
  }

}

@media (max-width: 479.98px) {
  .area-showcase {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  .area-showcase .area-slot--5 {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }
}

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

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

  .section-areas .area-card {
    transform: none !important;
  }
}
