.education-v3 {
  --edu-ink: #0a0522;
  --edu-paper: #f5f3ff;
  --edu-card: #fff;
  --edu-cyan: #27e8e3;
  --edu-blue: #48bfff;
  --edu-violet: #7956ff;
  --edu-pink: #e59dff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--edu-ink);
  background: var(--edu-paper);
  font-family:
    "Segoe UI Variable Text",
    "Segoe UI",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Arial,
    sans-serif;
}

.education-v3 *,
.education-v3 *::before,
.education-v3 *::after {
  box-sizing: border-box;
}

.education-v3 a {
  text-decoration: none;
}

.education-v3 img {
  display: block;
  max-width: 100%;
}

.education-v3 h1,
.education-v3 h2,
.education-v3 h3,
.education-v3 h4,
.education-v3 p {
  margin-top: 0;
}

.education-v3 h1,
.education-v3 h2,
.education-v3 h3,
.education-v3 h4,
.education-v3 b,
.education-v3 strong {
  font-family: "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
}

.education-v3 .edu3-hero {
  position: relative;
  min-height: 830px;
  padding: 112px 5vw 90px;
  display: grid;
  grid-template-columns: minmax(380px, 0.84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: 4vw;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(
      circle at 82% 35%,
      rgba(39, 232, 227, 0.13),
      transparent 26%
    ),
    radial-gradient(
      circle at 66% 76%,
      rgba(121, 86, 255, 0.22),
      transparent 34%
    ),
    #07031c;
}

.education-v3 .edu3-hero::before {
  content: "";
  position: absolute;
  inset: 60px 0 0;
  z-index: -1;
  opacity: 0.32;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.72) 0 1px,
    transparent 1.4px
  );
  background-size: 52px 52px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 38%,
    #000 92%,
    transparent
  );
}

.education-v3 .edu3-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 690px;
}

.education-v3 .edu3-status,
.education-v3 .edu3-kicker,
.education-v3 .edu3-heading > p,
.education-v3 .edu3-final-copy > p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #22d6d6;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.education-v3 .edu3-status i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #65ffb8;
  box-shadow:
    0 0 0 7px rgba(101, 255, 184, 0.1),
    0 0 22px #65ffb8;
  animation: edu3-pulse 2.2s ease-in-out infinite;
}

.education-v3 .edu3-hero h1 {
  max-width: 790px;
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(54px, 5.35vw, 94px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.education-v3 .edu3-hero h1 em {
  display: block;
  color: transparent;
  font-style: normal;
  background: linear-gradient(
    92deg,
    var(--edu-cyan),
    #75c9ff 45%,
    var(--edu-pink)
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.education-v3 .edu3-hero-story {
  max-width: 650px;
  margin-bottom: 32px;
}

.education-v3 .edu3-hero-story p {
  margin-bottom: 13px;
  color: #d6d1e5;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.58;
}

.education-v3 .edu3-hero-story strong {
  color: #fff;
  font-size: 1.06em;
  font-weight: 800;
}

.education-v3 .edu3-hero-story p:last-child {
  margin-bottom: 0;
}

.education-v3 .edu3-hero-practice {
  max-width: 670px;
  display: grid;
  grid-template-columns: 145px 1fr;
  align-items: center;
  gap: 18px;
  margin: 0 0 25px;
  padding: 16px 18px;
  border: 1px solid rgba(39, 232, 227, 0.32);
  border-radius: 18px;
  background: linear-gradient(
    100deg,
    rgba(39, 232, 227, 0.12),
    rgba(121, 86, 255, 0.12)
  );
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.education-v3 .edu3-hero-practice b {
  color: var(--edu-cyan);
  font-size: 13px;
  font-weight: 850;
}

.education-v3 .edu3-hero-practice span {
  color: #f0ecf6;
  font-size: 13px;
  line-height: 1.5;
}

.education-v3 .edu3-hero-actions,
.education-v3 .edu3-jump-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.education-v3 .edu3-primary,
.education-v3 .edu3-secondary,
.education-v3 .edu3-call {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.education-v3 .edu3-primary {
  color: #08031c;
  background: linear-gradient(95deg, var(--edu-cyan), #88e8ff);
  box-shadow: 0 14px 38px rgba(39, 232, 227, 0.2);
}

.education-v3 .edu3-primary span {
  font-size: 22px;
}

.education-v3 .edu3-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(39, 232, 227, 0.3);
}

.education-v3 .edu3-secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.education-v3 .edu3-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.education-v3 .edu3-jump-nav {
  margin-top: 18px;
  gap: 8px 20px;
}

.education-v3 .edu3-jump-nav a {
  color: #d8d2e6;
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(39, 232, 227, 0.55);
  text-underline-offset: 5px;
}

.education-v3 .edu3-jump-nav a:hover {
  color: var(--edu-cyan);
}

.education-v3 .edu3-hero-offer {
  max-width: 670px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 25px;
}

.education-v3 .edu3-hero-offer > div {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
}

.education-v3 .edu3-hero-offer b {
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
}

.education-v3 .edu3-hero-offer span {
  color: #aaa4ba;
  font-size: 11px;
  line-height: 1.35;
}

.education-v3 .edu3-hero-art {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.education-v3 .edu3-hero-image {
  position: relative;
  z-index: 2;
  width: min(750px, 100%);
  aspect-ratio: 1586 / 992;
  overflow: hidden;
  border: 1px solid rgba(117, 228, 255, 0.28);
  border-radius: 42px;
  background: #090421;
  box-shadow:
    0 45px 120px rgba(0, 0, 0, 0.5),
    0 0 80px rgba(62, 211, 255, 0.12);
}

.education-v3 .edu3-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -80px 100px rgba(6, 2, 25, 0.35);
  pointer-events: none;
}

.education-v3 .edu3-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.education-v3 .edu3-hero-shimmer {
  position: absolute;
  inset: -30% auto -30% -20%;
  width: 24%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    transparent
  );
  transform: skewX(-17deg);
  animation: edu3-shimmer 7s ease-in-out infinite;
}

.education-v3 .edu3-wow-ring {
  position: absolute;
  z-index: 1;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(39, 232, 227, 0.24);
  border-radius: 50%;
  animation: edu3-orbit 24s linear infinite;
}

.education-v3 .edu3-wow-ring::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 13%;
  right: 13%;
  border-radius: 50%;
  background: var(--edu-cyan);
  box-shadow: 0 0 25px var(--edu-cyan);
}

.education-v3 .edu3-wow-ring-two {
  width: 98%;
  border-color: rgba(229, 157, 255, 0.16);
  animation-duration: 34s;
  animation-direction: reverse;
}

.education-v3 .edu3-wow-ring-two::after {
  width: 9px;
  height: 9px;
  background: var(--edu-pink);
  box-shadow: 0 0 25px var(--edu-pink);
}

.education-v3 .edu3-float {
  position: absolute;
  z-index: 4;
  display: flex;
  gap: 8px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(12, 6, 39, 0.72);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  animation: edu3-float 5s ease-in-out infinite;
}

.education-v3 .edu3-float i {
  color: var(--edu-cyan);
  font-style: normal;
}

.education-v3 .edu3-float-one {
  left: 2%;
  top: 21%;
}
.education-v3 .edu3-float-two {
  right: 0;
  bottom: 24%;
  animation-delay: -1.8s;
}
.education-v3 .edu3-float-three {
  left: 12%;
  bottom: 13%;
  animation-delay: -3.3s;
}

.education-v3 .edu3-main-usp {
  position: relative;
  padding: 100px 5vw;
  display: grid;
  grid-template-columns: minmax(440px, 1.04fr) minmax(480px, 0.96fr);
  align-items: center;
  gap: 6vw;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: linear-gradient(145deg, #08031d 0%, #14093a 55%, #091e3a 100%);
}

.education-v3 .edu3-main-usp::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 690px;
  aspect-ratio: 1;
  right: -190px;
  top: -310px;
  border: 1px solid rgba(39, 232, 227, 0.15);
  border-radius: 50%;
  box-shadow:
    0 0 140px rgba(39, 232, 227, 0.08),
    inset 0 0 100px rgba(121, 86, 255, 0.08);
  animation: edu3-orbit 34s linear infinite;
}

.education-v3 .edu3-main-usp-art {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(117, 228, 255, 0.25);
  border-radius: 34px;
  background: #07031c;
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.4),
    0 0 90px rgba(39, 232, 227, 0.08);
}

.education-v3 .edu3-main-usp-art img,
.education-v3 .edu3-school-art img,
.education-v3 .edu3-process-art img,
.education-v3 .edu3-team-art img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.education-v3 .edu3-main-usp-art::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  box-shadow: inset 0 -90px 100px rgba(5, 2, 20, 0.45);
  pointer-events: none;
}

.education-v3 .edu3-main-usp-art > b {
  position: absolute;
  z-index: 5;
  left: 22px;
  bottom: 22px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #08031d;
  background: var(--edu-cyan);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 35px rgba(39, 232, 227, 0.18);
}

.education-v3 .edu3-main-usp-shine,
.education-v3 .edu3-school-beam,
.education-v3 .edu3-process-glow,
.education-v3 .edu3-team-art span {
  position: absolute;
  z-index: 4;
  inset: -70% auto -70% -30%;
  width: 20%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: skewX(-16deg);
  animation: edu3-shimmer 7s ease-in-out infinite;
}

.education-v3 .edu3-main-usp-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.education-v3 .edu3-main-usp-copy h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(42px, 4.35vw, 73px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.education-v3 .edu3-main-usp-copy > p:not(.edu3-kicker) {
  margin-bottom: 13px;
  color: #c5bfd0;
  font-size: 16px;
  line-height: 1.65;
}

.education-v3 .edu3-main-usp-copy > p strong {
  color: #fff;
  font-weight: 800;
}

.education-v3 .edu3-main-usp-list {
  display: grid;
  gap: 8px;
  margin-top: 26px;
}

.education-v3 .edu3-main-usp-list > div {
  min-height: 72px;
  display: grid;
  grid-template-columns: 42px minmax(135px, 0.55fr) 1fr;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.education-v3 .edu3-main-usp-list > div:hover {
  transform: translateX(5px);
  background: rgba(255, 255, 255, 0.085);
}

.education-v3 .edu3-main-usp-list span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #08031d;
  background: var(--edu-cyan);
  font-size: 10px;
  font-weight: 950;
}

.education-v3 .edu3-main-usp-list > div:nth-child(2) span {
  color: #fff;
  background: var(--edu-violet);
}
.education-v3 .edu3-main-usp-list > div:nth-child(3) span {
  background: var(--edu-pink);
}
.education-v3 .edu3-main-usp-list b {
  font-size: 14px;
}
.education-v3 .edu3-main-usp-list p {
  margin: 0;
  color: #aaa4b8;
  font-size: 12px;
  line-height: 1.45;
}

.education-v3 .edu3-trust {
  padding: 100px 5vw 110px;
  color: #fff;
  background: #0a0522;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.education-v3 .edu3-trust-heading {
  width: min(1320px, 100%);
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: end;
  gap: 12px 7vw;
}

.education-v3 .edu3-trust-heading .edu3-kicker {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}

.education-v3 .edu3-trust-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4.4vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.education-v3 .edu3-trust-heading > span {
  max-width: 610px;
  color: #b7b0c4;
  font-size: 17px;
  line-height: 1.6;
}

.education-v3 .edu3-trust-grid {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.education-v3 .edu3-trust-grid > div {
  position: relative;
  min-height: 240px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 23px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.035)
  );
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.education-v3 .edu3-trust-grid > div:hover {
  transform: translateY(-5px);
  border-color: rgba(39, 232, 227, 0.35);
  background: rgba(255, 255, 255, 0.075);
}

.education-v3 .edu3-trust-grid i {
  display: block;
  margin-bottom: 35px;
  color: var(--edu-cyan);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.education-v3 .edu3-trust-grid > div:nth-child(2n) i {
  color: var(--edu-pink);
}
.education-v3 .edu3-trust-grid strong {
  display: block;
  max-width: 330px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.education-v3 .edu3-trust-grid span {
  display: block;
  color: #b7b0c4;
  font-size: 14px;
  line-height: 1.58;
}

.education-v3 .edu3-parent-thesis {
  padding: 100px 5vw;
  color: #0b0523;
  background: linear-gradient(115deg, #cffff9 0%, #e6e2ff 52%, #f5d4ff 100%);
}

.education-v3 .edu3-parent-thesis > p,
.education-v3 .edu3-parent-thesis > h2,
.education-v3 .edu3-parent-thesis > div {
  width: min(1320px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.education-v3 .edu3-parent-thesis > p {
  margin-bottom: 18px;
  color: #5c43d4;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.education-v3 .edu3-parent-thesis h2 {
  max-width: 1320px;
  margin-bottom: 42px;
  font-size: clamp(42px, 5.1vw, 82px);
  line-height: 1;
  letter-spacing: -0.052em;
}

.education-v3 .edu3-parent-thesis > div {
  display: grid;
  grid-template-columns: auto 1fr auto auto 1fr;
  align-items: center;
  gap: 13px 20px;
  padding-top: 25px;
  border-top: 1px solid rgba(20, 8, 55, 0.16);
}

.education-v3 .edu3-parent-thesis > div span {
  color: #675f74;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.education-v3 .edu3-parent-thesis > div b {
  font-size: 18px;
  font-weight: 750;
}
.education-v3 .edu3-parent-thesis > div i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0b0523;
  font-size: 22px;
  font-style: normal;
}

.education-v3 .edu3-creates {
  position: relative;
  padding: 120px 5vw 135px;
  background: #fff;
}

.education-v3 .edu3-creates::after {
  content: "";
  position: absolute;
  width: 540px;
  aspect-ratio: 1;
  right: -300px;
  top: -210px;
  border: 1px solid rgba(121, 86, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 130px rgba(39, 232, 227, 0.08);
  animation: edu3-orbit 30s linear infinite;
}

.education-v3 .edu3-heading {
  max-width: 860px;
  margin: 0 auto 68px;
  text-align: center;
}

.education-v3 .edu3-heading > p {
  justify-content: center;
  color: #6b4ff2;
}

.education-v3 .edu3-heading h2,
.education-v3 .edu3-process h2,
.education-v3 .edu3-final h2 {
  margin-bottom: 20px;
  color: var(--edu-ink);
  font-size: clamp(48px, 5.3vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.education-v3 .edu3-heading > span,
.education-v3 .edu3-process-copy > p,
.education-v3 .edu3-final-copy > span {
  display: block;
  max-width: 680px;
  margin: 0 auto;
  color: #625d72;
  font-size: 19px;
  line-height: 1.55;
}

.education-v3 .edu3-heading-left {
  max-width: 730px;
  margin-left: 0;
  text-align: left;
}

.education-v3 .edu3-heading-left > p {
  justify-content: flex-start;
}
.education-v3 .edu3-heading-left > span {
  margin-left: 0;
}

.education-v3 .edu3-create-grid {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.education-v3 .edu3-create-grid > div {
  position: relative;
  min-height: 290px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #e5e0f1;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #f6f3ff);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.education-v3 .edu3-create-grid > div:hover {
  transform: translateY(-5px);
  border-color: rgba(121, 86, 255, 0.35);
  box-shadow: 0 24px 65px rgba(45, 25, 101, 0.12);
}

.education-v3 .edu3-create-grid i {
  position: absolute;
  top: 21px;
  right: 23px;
  color: #aaa2bc;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.education-v3 .edu3-create-symbol {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 38px;
  border: 1px solid rgba(121, 86, 255, 0.16);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, #111034, #7252f6);
  font-size: 28px;
  font-weight: 950;
  box-shadow:
    0 18px 38px rgba(90, 61, 210, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  animation: edu3-icon-float 4.8s ease-in-out infinite;
}

.education-v3 .edu3-create-grid > div:nth-child(2) .edu3-create-symbol,
.education-v3 .edu3-create-grid > div:nth-child(5) .edu3-create-symbol {
  animation-delay: -1.6s;
}
.education-v3 .edu3-create-grid > div:nth-child(3) .edu3-create-symbol,
.education-v3 .edu3-create-grid > div:nth-child(6) .edu3-create-symbol {
  animation-delay: -3.2s;
}
.education-v3 .edu3-create-grid > div:nth-child(2n) .edu3-create-symbol {
  color: #08031d;
  background: linear-gradient(145deg, var(--edu-cyan), #81eaff);
  box-shadow: 0 18px 38px rgba(39, 232, 227, 0.18);
}
.education-v3 .edu3-create-grid b {
  display: block;
  margin-bottom: 7px;
  color: var(--edu-ink);
  font-size: 23px;
}
.education-v3 .edu3-create-grid p {
  margin-bottom: 0;
  color: #6d6679;
  font-size: 14px;
  line-height: 1.55;
}

.education-v3 .edu3-motion-ribbon {
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  color: #fff;
  background: linear-gradient(90deg, #08031d, #241055 50%, #08031d);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.education-v3 .edu3-motion-ribbon::before,
.education-v3 .edu3-motion-ribbon::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 16vw;
  pointer-events: none;
}

.education-v3 .edu3-motion-ribbon::before {
  left: 0;
  background: linear-gradient(90deg, #08031d, transparent);
}
.education-v3 .edu3-motion-ribbon::after {
  right: 0;
  background: linear-gradient(-90deg, #08031d, transparent);
}

.education-v3 .edu3-motion-ribbon > div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  animation: edu3-ribbon 18s linear infinite;
}

.education-v3 .edu3-motion-ribbon span {
  font-size: clamp(27px, 3.4vw, 54px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}
.education-v3 .edu3-motion-ribbon i {
  color: var(--edu-cyan);
  font-size: 25px;
  font-style: normal;
  text-shadow: 0 0 24px currentColor;
  animation: edu3-star-pulse 2.2s ease-in-out infinite;
}

.education-v3 .edu3-programs {
  padding: 125px 5vw 150px;
  background: linear-gradient(180deg, #f8f7ff, #efecff);
}

.education-v3 #programs,
.education-v3 #process,
.education-v3 #why,
.education-v3 .edu3-course {
  scroll-margin-top: 88px;
}

.education-v3 .edu3-course-list {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.education-v3 .edu3-course {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(430px, 600px) minmax(520px, 1fr);
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(25, 10, 66, 0.09);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(29, 16, 75, 0.09);
}

.education-v3 .edu3-course-art {
  position: relative;
  align-self: start;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 24px;
  background: #0a0522;
}

.education-v3 .edu3-course-art::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  opacity: 0.28;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.8) 0 1px,
    transparent 1.5px
  );
  background-size: 36px 36px;
  mask-image: linear-gradient(135deg, transparent 15%, #000, transparent 82%);
  animation: edu3-dots-drift 16s linear infinite;
  pointer-events: none;
}

.education-v3 .edu3-course-art::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: -50% auto -50% -30%;
  width: 18%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: skewX(-16deg);
  animation: edu3-shimmer 7.5s ease-in-out infinite;
  pointer-events: none;
}

.education-v3 .edu3-course:nth-child(2) .edu3-course-art::after {
  animation-delay: -2.5s;
}
.education-v3 .edu3-course:nth-child(3) .edu3-course-art::after {
  animation-delay: -5s;
}
.education-v3 .edu3-course-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.education-v3 .edu3-art-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(6, 2, 25, 0.68));
}

.education-v3 .edu3-age {
  position: absolute;
  z-index: 5;
  top: 24px;
  left: 24px;
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(6, 2, 25, 0.66);
  backdrop-filter: blur(12px);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.education-v3 .edu3-art-orbit {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  right: -28%;
  bottom: -38%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  animation: edu3-orbit 20s linear infinite;
}

.education-v3 .edu3-art-orbit::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 7%;
  border-radius: 50%;
  background: var(--edu-cyan);
  box-shadow: 0 0 28px currentColor;
}

.education-v3 .edu3-violet .edu3-art-orbit::after {
  background: var(--edu-violet);
}
.education-v3 .edu3-pink .edu3-art-orbit::after {
  background: var(--edu-pink);
}

.education-v3 .edu3-course-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px clamp(32px, 5vw, 72px);
}

.education-v3 .edu3-course-number {
  position: absolute;
  top: 24px;
  right: 28px;
  color: #ebe8f5;
  font-size: 64px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.education-v3 .edu3-course h3 {
  max-width: 650px;
  margin-bottom: 18px;
  padding-right: 74px;
  color: var(--edu-ink);
  font-size: clamp(38px, 3.8vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.education-v3 .edu3-course-intro {
  margin-bottom: 27px;
}
.education-v3 .edu3-course-intro p {
  max-width: 720px;
  margin-bottom: 13px;
  color: #4e485d;
  font-size: 16px;
  line-height: 1.62;
}
.education-v3 .edu3-course-intro p:last-child {
  margin-bottom: 0;
}
.education-v3 .edu3-course-learning {
  margin-bottom: 24px;
}
.education-v3 .edu3-course-learning h4 {
  margin: 0 0 12px;
  color: var(--edu-ink);
  font-size: 15px;
}

.education-v3 .edu3-course-learning > div {
  min-height: 43px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 11px;
  padding: 8px 0;
  border-bottom: 1px solid #ece8f2;
}

.education-v3 .edu3-course-learning > div span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #0b0523;
  background: #bffcf7;
  font-size: 10px;
  font-weight: 950;
}

.education-v3 .edu3-violet .edu3-course-learning > div span {
  color: #fff;
  background: #7956ff;
}
.education-v3 .edu3-pink .edu3-course-learning > div span {
  background: #f0b5ff;
}
.education-v3 .edu3-course-learning > div b {
  color: #3d374a;
  font-size: 13px;
  line-height: 1.4;
}

.education-v3 .edu3-school-note {
  margin-bottom: 18px;
  padding: 19px 20px;
  border: 1px solid #dad5ea;
  border-radius: 17px;
  background: #faf9ff;
}

.education-v3 .edu3-school-note > b {
  display: block;
  margin-bottom: 7px;
  color: #5e43df;
  font-size: 13px;
}
.education-v3 .edu3-school-note p {
  margin-bottom: 0;
  color: #625b6e;
  font-size: 13px;
  line-height: 1.55;
}

.education-v3 .edu3-result {
  margin-bottom: 24px;
  padding: 18px 20px;
  border-radius: 17px;
  background: #edfffd;
}

.education-v3 .edu3-violet .edu3-result {
  background: #f1edff;
}
.education-v3 .edu3-pink .edu3-result {
  background: #fff0ff;
}
.education-v3 .edu3-result span {
  display: block;
  margin-bottom: 5px;
  color: #766f82;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.education-v3 .edu3-result strong {
  color: var(--edu-ink);
  font-size: 16px;
  line-height: 1.35;
}

.education-v3 .edu3-course-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.education-v3 .edu3-course-meta span {
  color: #777181;
  font-size: 12px;
  line-height: 1.35;
}
.education-v3 .edu3-course-meta b {
  display: block;
  margin-bottom: 2px;
  color: var(--edu-ink);
  font-size: 14px;
}
.education-v3 .edu3-schedule {
  padding-top: 21px;
  border-top: 1px solid #e5e1ec;
}
.education-v3 .edu3-schedule > b {
  display: block;
  margin-bottom: 11px;
  color: var(--edu-ink);
  font-size: 13px;
}
.education-v3 .edu3-schedule > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.education-v3 .edu3-schedule span {
  padding: 7px 10px;
  border-radius: 8px;
  color: #5d566b;
  background: #f2f0f8;
  font-size: 12px;
  font-weight: 800;
}

.education-v3 .edu3-school-help {
  position: relative;
  padding: 120px 5vw;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: center;
  gap: 6vw;
  overflow: hidden;
  background: #fff;
}

.education-v3 .edu3-school-help::before {
  content: "";
  position: absolute;
  width: 520px;
  aspect-ratio: 1;
  right: -240px;
  bottom: -320px;
  border: 1px solid rgba(121, 86, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 110px rgba(39, 232, 227, 0.09);
  animation: edu3-orbit 30s linear infinite;
}

.education-v3 .edu3-school-art,
.education-v3 .edu3-process-art {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(61, 32, 141, 0.15);
  border-radius: 32px;
  background: #07031c;
  box-shadow: 0 35px 95px rgba(34, 18, 77, 0.18);
}

.education-v3 .edu3-school-orbit {
  position: absolute;
  z-index: 4;
  width: 42%;
  aspect-ratio: 1;
  right: -22%;
  top: -31%;
  border: 1px solid rgba(39, 232, 227, 0.38);
  border-radius: 50%;
  animation: edu3-orbit 17s linear infinite;
}

.education-v3 .edu3-school-orbit::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 10%;
  bottom: 17%;
  border-radius: 50%;
  background: var(--edu-cyan);
  box-shadow: 0 0 28px var(--edu-cyan);
}

.education-v3 .edu3-school-copy {
  position: relative;
  z-index: 2;
}

.education-v3 .edu3-school-copy h2 {
  margin-bottom: 22px;
  color: var(--edu-ink);
  font-size: clamp(44px, 4.7vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.education-v3 .edu3-school-copy .edu3-kicker {
  color: #08727d;
}

.education-v3 .edu3-school-copy > p:not(.edu3-kicker) {
  margin-bottom: 13px;
  color: #5b5568;
  font-size: 16px;
  line-height: 1.65;
}
.education-v3 .edu3-school-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.education-v3 .edu3-school-actions span {
  padding: 11px 14px;
  border-radius: 999px;
  color: #0a0522;
  background: #c9fff8;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(39, 232, 227, 0.12);
}
.education-v3 .edu3-school-actions span:nth-child(2) {
  color: #fff;
  background: #7956ff;
}
.education-v3 .edu3-school-actions span:nth-child(3) {
  background: #f2c2ff;
}

.education-v3 .edu3-process {
  position: relative;
  min-height: 980px;
  padding: 125px 5vw;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 55px 6vw;
  isolation: isolate;
  color: #fff;
  background: #09041f;
}

.education-v3 .edu3-process::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 82% 50%,
      rgba(39, 232, 227, 0.14),
      transparent 25%
    ),
    radial-gradient(circle at 66% 65%, rgba(121, 86, 255, 0.2), transparent 35%);
}

.education-v3 .edu3-kicker {
  color: var(--edu-cyan);
}
.education-v3 .edu3-process h2 {
  color: #fff;
}
.education-v3 .edu3-process-copy {
  grid-column: 1;
  grid-row: 1;
}
.education-v3 .edu3-process-copy > p {
  margin-left: 0;
  color: #aba5bb;
}

.education-v3 .edu3-steps {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.education-v3 .edu3-steps > div {
  min-height: 190px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
}

.education-v3 .edu3-steps span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  color: #08031d;
  background: var(--edu-cyan);
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 0 28px rgba(39, 232, 227, 0.25);
}

.education-v3 .edu3-steps > div:nth-child(2) span,
.education-v3 .edu3-steps > div:nth-child(4) span {
  background: var(--edu-pink);
  box-shadow: 0 0 28px rgba(229, 157, 255, 0.25);
}
.education-v3 .edu3-steps b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}
.education-v3 .edu3-steps p {
  color: #aaa4b9;
  font-size: 14px;
  line-height: 1.45;
}

.education-v3 .edu3-process-art {
  grid-column: 2;
  grid-row: 1;
  border-color: rgba(117, 228, 255, 0.25);
  border-radius: 30px;
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.38),
    0 0 90px rgba(39, 232, 227, 0.09);
}

.education-v3 .edu3-process-art > b {
  position: absolute;
  z-index: 4;
  left: 22px;
  bottom: 22px;
  max-width: 330px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 3, 29, 0.78);
  backdrop-filter: blur(12px);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.education-v3 .edu3-why {
  padding: 130px 5vw 150px;
  background: #f7f5ff;
}

.education-v3 .edu3-team-feature {
  width: min(1320px, 100%);
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: center;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, #0a0522, #211052);
  box-shadow: 0 30px 80px rgba(39, 20, 86, 0.14);
}

.education-v3 .edu3-team-art {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #07031c;
}

.education-v3 .edu3-team-feature > div:last-child {
  padding: 35px;
}
.education-v3 .edu3-team-feature > div:last-child b {
  display: block;
  margin-bottom: 13px;
  color: var(--edu-cyan);
  font-size: clamp(25px, 2.7vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.education-v3 .edu3-team-feature > div:last-child p {
  margin-bottom: 0;
  color: #bdb6cb;
  font-size: 15px;
  line-height: 1.6;
}

.education-v3 .edu3-why-grid {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.education-v3 .edu3-why-grid > div {
  min-height: 230px;
  padding: 32px;
  border: 1px solid rgba(27, 12, 70, 0.08);
  border-radius: 25px;
  background: #fff;
}

.education-v3 .edu3-why-grid b {
  display: block;
  margin-bottom: 13px;
  color: var(--edu-ink);
  font-size: 20px;
}
.education-v3 .edu3-why-grid p {
  margin-bottom: 0;
  color: #655f70;
  font-size: 15px;
  line-height: 1.55;
}

.education-v3 .edu3-why-main {
  position: relative;
  grid-row: span 2;
  overflow: hidden;
  min-height: 474px !important;
  color: #fff;
  background: linear-gradient(145deg, #0b0524, #211052) !important;
}

.education-v3 .edu3-why-main > span {
  display: block;
  margin-bottom: 55px;
  color: transparent;
  font-size: clamp(80px, 9vw, 140px);
  line-height: 0.8;
  font-weight: 950;
  letter-spacing: -0.08em;
  background: linear-gradient(
    100deg,
    var(--edu-cyan),
    #5bbcff,
    var(--edu-pink)
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.education-v3 .edu3-why-main h3 {
  position: relative;
  z-index: 2;
  max-width: 410px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.education-v3 .edu3-why-main p {
  position: relative;
  z-index: 2;
  color: #aaa3bc;
}

.education-v3 .edu3-why-main i {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 300px;
  aspect-ratio: 1;
  border: 1px solid rgba(39, 232, 227, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(121, 86, 255, 0.18);
  animation: edu3-orbit 22s linear infinite;
}

.education-v3 .edu3-why-main i::after {
  content: "";
  position: absolute;
  top: 17%;
  left: 8%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--edu-pink);
  box-shadow: 0 0 35px var(--edu-pink);
}

.education-v3 .edu3-tools {
  width: min(1320px, 100%);
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.education-v3 .edu3-tools span {
  flex: 1 1 120px;
  min-height: 56px;
  display: grid;
  place-items: center;
  padding: 0 16px;
  border: 1px solid rgba(27, 12, 70, 0.09);
  border-radius: 15px;
  color: #3c354d;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(36, 20, 82, 0.05);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.education-v3 .edu3-tools span:hover {
  color: #fff;
  background: #0b0524;
  transform: translateY(-3px);
}

.education-v3 .edu3-notboring {
  width: min(1320px, 100%);
  margin: 18px auto 0;
  padding: 24px 28px;
  border: 1px solid rgba(121, 86, 255, 0.15);
  border-radius: 20px;
  color: #302744;
  background: linear-gradient(90deg, #eafffd, #f6efff);
  font-size: clamp(17px, 1.6vw, 23px);
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.education-v3 .edu3-choice-note {
  width: min(1320px, 100%);
  margin: 14px auto 0;
  padding: 32px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #0c0627, #241053);
  box-shadow: 0 25px 60px rgba(39, 20, 86, 0.12);
}

.education-v3 .edu3-choice-note b {
  display: block;
  margin-bottom: 11px;
  color: var(--edu-cyan);
  font-size: clamp(20px, 2vw, 29px);
}
.education-v3 .edu3-choice-note p {
  max-width: 1000px;
  margin-bottom: 0;
  color: #c0bace;
  font-size: 16px;
  line-height: 1.65;
}

.education-v3 .edu3-final {
  position: relative;
  min-height: 700px;
  padding: 130px 5vw;
  display: grid;
  grid-template-columns: 1fr minmax(420px, 0.7fr);
  align-items: center;
  gap: 8vw;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #08031d;
}

.education-v3 .edu3-final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 78% 45%,
      rgba(39, 232, 227, 0.13),
      transparent 25%
    ),
    radial-gradient(
      circle at 56% 80%,
      rgba(121, 86, 255, 0.24),
      transparent 34%
    );
}

.education-v3 .edu3-final-copy {
  max-width: 800px;
}
.education-v3 .edu3-final-copy > p {
  color: var(--edu-cyan);
}
.education-v3 .edu3-final h2 {
  color: #fff;
}
.education-v3 .edu3-final-copy > span {
  margin-left: 0;
  color: #aaa4ba;
}

.education-v3 .edu3-final-card {
  position: relative;
  z-index: 2;
  padding: 33px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(18px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.25);
}

.education-v3 .edu3-final-card > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 25px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.education-v3 .edu3-final-card > div:first-child {
  padding-top: 0;
}
.education-v3 .edu3-final-card > div b {
  font-size: 24px;
}
.education-v3 .edu3-final-card > div span {
  color: #aaa4b9;
  font-size: 14px;
}
.education-v3 .edu3-final-card .edu3-primary {
  width: 100%;
  margin-top: 26px;
}
.education-v3 .edu3-call {
  width: 100%;
  margin-top: 9px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.education-v3 .edu3-final-halo {
  position: absolute;
  right: -120px;
  top: 50%;
  z-index: 0;
  width: 650px;
  aspect-ratio: 1;
  border: 1px solid rgba(39, 232, 227, 0.17);
  border-radius: 50%;
  transform: translateY(-50%);
  animation: edu3-orbit 35s linear infinite;
}

.education-v3 .edu3-final-halo::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 7%;
  top: 24%;
  border-radius: 50%;
  background: var(--edu-cyan);
  box-shadow: 0 0 40px var(--edu-cyan);
}

.education-v3 .edu3-main-usp,
.education-v3 .edu3-trust,
.education-v3 .edu3-parent-thesis,
.education-v3 .edu3-creates,
.education-v3 .edu3-programs,
.education-v3 .edu3-school-help,
.education-v3 .edu3-process,
.education-v3 .edu3-why,
.education-v3 .edu3-final {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

@keyframes edu3-pulse {
  50% {
    opacity: 0.48;
    transform: scale(0.72);
  }
}
@keyframes edu3-float {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes edu3-orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes edu3-shimmer {
  0%,
  55% {
    transform: translateX(-130%) skewX(-17deg);
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  85%,
  100% {
    transform: translateX(650%) skewX(-17deg);
    opacity: 0;
  }
}
@keyframes edu3-ribbon {
  to {
    transform: translateX(-46%);
  }
}
@keyframes edu3-star-pulse {
  50% {
    opacity: 0.45;
    transform: scale(0.72) rotate(45deg);
  }
}
@keyframes edu3-dots-drift {
  to {
    background-position: 72px 36px;
  }
}
@keyframes edu3-icon-float {
  50% {
    transform: translateY(-7px) rotate(3deg);
    box-shadow:
      0 24px 45px rgba(90, 61, 210, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
}

.education-v3 .edu3-projects {
  padding: 120px 5vw 135px;
  background: linear-gradient(180deg, #f5f2ff, #ebe7ff);
}

.education-v3 .edu3-projects-grid {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.education-v3 .edu3-projects .showcase-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(31, 17, 74, .1);
  border-radius: 22px;
  color: var(--edu-ink);
  background: #fff;
  box-shadow: 0 24px 70px rgba(35, 20, 86, .09);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.education-v3 .edu3-projects .showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(35, 20, 86, .15);
}

.education-v3 .edu3-projects .showcase-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #120b32;
}

.education-v3 .edu3-projects .showcase-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.education-v3 .edu3-projects .showcase-card-body {
  flex: 1;
  min-width: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.education-v3 .edu3-projects .showcase-card-meta {
  margin: 0 0 11px;
  color: #6442d6;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.education-v3 .edu3-projects .showcase-card h3 {
  margin: 0;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.education-v3 .edu3-projects .showcase-card-body > p:not(.showcase-card-meta) {
  margin: 15px 0 23px;
  color: #575064;
  font-size: 15px;
  line-height: 1.55;
}

.education-v3 .edu3-projects .showcase-card-action {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #ece8f3;
  color: #6540db;
  font-size: 14px;
  font-weight: 850;
}

.education-v3 .edu3-projects-empty {
  grid-column: 1 / -1;
  padding: 44px 24px;
  border: 1px dashed rgba(31, 17, 74, .2);
  border-radius: 20px;
  color: #625a71;
  text-align: center;
}

.education-v3 .edu3-projects-all {
  width: fit-content;
  margin: 34px auto 0;
  padding: 15px 19px;
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #6540db;
  border-radius: 12px;
  color: #4d2db7;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .education-v3 .edu3-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 110px;
  }
  .education-v3 .edu3-hero-copy {
    max-width: 830px;
  }
  .education-v3 .edu3-hero-art {
    min-height: 580px;
  }
  .education-v3 .edu3-main-usp {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-main-usp-art {
    max-width: 850px;
  }
  .education-v3 .edu3-trust-heading {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .education-v3 .edu3-course {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .education-v3 .edu3-create-grid {
    grid-template-columns: 1fr 1fr;
  }
  .education-v3 .edu3-process {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-process-copy,
  .education-v3 .edu3-process-art,
  .education-v3 .edu3-steps {
    grid-column: 1;
    grid-row: auto;
  }
  .education-v3 .edu3-steps {
    grid-template-columns: 1fr 1fr;
  }
  .education-v3 .edu3-school-help {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-team-feature {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .education-v3 .edu3-why-main {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .education-v3 .edu3-hero {
    padding: 168px 16px 70px;
    gap: 35px;
  }

  .education-v3 #programs,
  .education-v3 #process,
  .education-v3 #why,
  .education-v3 .edu3-course {
    scroll-margin-top: 142px;
  }

  .education-v3 .edu3-hero h1 {
    font-size: clamp(51px, 14.5vw, 70px);
  }
  .education-v3 .edu3-hero-story p {
    font-size: 16px;
  }
  .education-v3 .edu3-hero-practice {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .education-v3 .edu3-hero-actions {
    align-items: stretch;
  }
  .education-v3 .edu3-primary,
  .education-v3 .edu3-secondary {
    width: 100%;
  }
  .education-v3 .edu3-hero-offer {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-hero-offer > div {
    min-height: 64px;
  }
  .education-v3 .edu3-hero-art {
    min-height: 350px;
  }
  .education-v3 .edu3-hero-image {
    border-radius: 24px;
  }
  .education-v3 .edu3-wow-ring-one {
    width: 90%;
  }
  .education-v3 .edu3-wow-ring-two {
    width: 116%;
  }
  .education-v3 .edu3-float {
    padding: 9px 11px;
    font-size: 9px;
  }
  .education-v3 .edu3-float-one {
    left: 0;
    top: 13%;
  }
  .education-v3 .edu3-float-two {
    right: 0;
    bottom: 19%;
  }
  .education-v3 .edu3-float-three {
    left: 5%;
    bottom: 5%;
  }
  .education-v3 .edu3-main-usp {
    padding: 80px 14px;
    gap: 42px;
  }
  .education-v3 .edu3-main-usp-art {
    border-radius: 22px;
  }
  .education-v3 .edu3-main-usp-art > b {
    left: 10px;
    bottom: 10px;
    font-size: 9px;
  }
  .education-v3 .edu3-main-usp-copy h2 {
    font-size: 43px;
  }
  .education-v3 .edu3-main-usp-list > div {
    grid-template-columns: 38px 1fr;
  }
  .education-v3 .edu3-main-usp-list p {
    grid-column: 2;
  }
  .education-v3 .edu3-trust {
    padding: 78px 14px 86px;
  }
  .education-v3 .edu3-trust-heading {
    margin-bottom: 32px;
  }
  .education-v3 .edu3-trust-heading h2 {
    font-size: 42px;
  }
  .education-v3 .edu3-trust-heading > span {
    font-size: 15px;
  }
  .education-v3 .edu3-trust-grid {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-trust-grid > div {
    min-height: 0;
    padding: 24px 22px;
  }
  .education-v3 .edu3-trust-grid i {
    margin-bottom: 24px;
  }
  .education-v3 .edu3-parent-thesis {
    padding: 76px 14px;
  }
  .education-v3 .edu3-parent-thesis h2 {
    font-size: 40px;
  }
  .education-v3 .edu3-parent-thesis > div {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-parent-thesis > div i {
    transform: rotate(90deg);
  }
  .education-v3 .edu3-creates,
  .education-v3 .edu3-projects,
  .education-v3 .edu3-programs,
  .education-v3 .edu3-why {
    padding: 85px 13px 95px;
  }
  .education-v3 .edu3-heading {
    margin-bottom: 40px;
  }
  .education-v3 .edu3-heading h2,
  .education-v3 .edu3-process h2,
  .education-v3 .edu3-final h2 {
    font-size: 43px;
  }
  .education-v3 .edu3-heading > span,
  .education-v3 .edu3-process-copy > p,
  .education-v3 .edu3-final-copy > span {
    font-size: 16px;
  }
  .education-v3 .edu3-create-grid {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-create-grid > div {
    min-height: 0;
    padding: 22px;
  }
  .education-v3 .edu3-create-symbol {
    width: 54px;
    height: 54px;
    margin-bottom: 30px;
    border-radius: 16px;
    font-size: 23px;
  }
  .education-v3 .edu3-create-grid b {
    font-size: 19px;
  }
  .education-v3 .edu3-course {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 10px;
    border-radius: 22px;
  }
  .education-v3 .edu3-course-art {
    aspect-ratio: 4 / 3;
  }
  .education-v3 .edu3-course-copy {
    min-width: 0;
    padding: 34px 20px 28px;
  }
  .education-v3 .edu3-course-number {
    top: 20px;
    right: 20px;
    font-size: 48px;
  }
  .education-v3 .edu3-course h3 {
    max-width: 100%;
    padding-right: 55px;
    font-size: 40px;
    overflow-wrap: anywhere;
  }
  .education-v3 .edu3-course-intro p {
    font-size: 15px;
  }
  .education-v3 .edu3-course-meta {
    grid-template-columns: 1fr 1fr;
  }
  .education-v3 .edu3-course-meta span:last-child {
    grid-column: span 2;
  }
  .education-v3 .edu3-process {
    padding: 90px 14px;
    gap: 36px;
  }
  .education-v3 .edu3-steps {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-steps > div {
    min-height: 150px;
  }
  .education-v3 .edu3-steps span {
    margin-bottom: 22px;
  }
  .education-v3 .edu3-process-art {
    border-radius: 20px;
  }
  .education-v3 .edu3-process-art > b {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: none;
    text-align: center;
    font-size: 10px;
  }
  .education-v3 .edu3-school-help {
    padding: 85px 14px;
    gap: 38px;
  }
  .education-v3 .edu3-school-art {
    border-radius: 20px;
  }
  .education-v3 .edu3-school-copy h2 {
    font-size: 43px;
  }
  .education-v3 .edu3-team-feature {
    border-radius: 20px;
  }
  .education-v3 .edu3-team-feature > div:last-child {
    padding: 26px 20px;
  }
  .education-v3 .edu3-why-grid {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-why-main {
    grid-column: auto;
    min-height: 420px !important;
  }
  .education-v3 .edu3-why-grid > div {
    min-height: 190px;
  }
  .education-v3 .edu3-final {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 90px 14px;
    gap: 46px;
  }
  .education-v3 .edu3-projects-grid {
    grid-template-columns: 1fr;
  }
  .education-v3 .edu3-final-card {
    padding: 24px 18px;
  }
  .education-v3 .edu3-final-halo {
    right: -330px;
  }

  .education-v3 .edu3-hero-offer > div,
  .education-v3 .edu3-float,
  .education-v3 .edu3-main-usp-list > div,
  .education-v3 .edu3-age,
  .education-v3 .edu3-steps > div,
  .education-v3 .edu3-process-art > b,
  .education-v3 .edu3-final-card {
    backdrop-filter: blur(4px);
  }

  .education-v3 .edu3-status i,
  .education-v3 .edu3-hero-shimmer,
  .education-v3 .edu3-wow-ring,
  .education-v3 .edu3-float,
  .education-v3 .edu3-main-usp::before,
  .education-v3 .edu3-main-usp-shine,
  .education-v3 .edu3-art-orbit,
  .education-v3 .edu3-create-symbol,
  .education-v3 .edu3-course-art::before,
  .education-v3 .edu3-course-art::after,
  .education-v3 .edu3-creates::after,
  .education-v3 .edu3-motion-ribbon > div,
  .education-v3 .edu3-motion-ribbon i,
  .education-v3 .edu3-school-help::before,
  .education-v3 .edu3-school-beam,
  .education-v3 .edu3-school-orbit,
  .education-v3 .edu3-process-glow,
  .education-v3 .edu3-team-art span,
  .education-v3 .edu3-why-main i,
  .education-v3 .edu3-final-halo {
    animation: none;
  }
}

@media (max-width: 430px) {
  .education-v3 .edu3-hero h1 {
    font-size: clamp(38px, 11vw, 48px);
  }
  .education-v3 .edu3-create-grid > div {
    min-height: 175px;
  }
  .education-v3 .edu3-course-copy {
    padding-inline: 16px;
  }
  .education-v3 .edu3-course h3 {
    padding-right: 42px;
    font-size: clamp(31px, 9.2vw, 37px);
  }
  .education-v3 .edu3-final-card > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .education-v3 *,
  .education-v3 *::before,
  .education-v3 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
