@charset "UTF-8";
html, body {
  overflow-x: clip;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal-ready [data-reveal].in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }
}
.s-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 26px;
  border-radius: 100px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.s-btn--lg {
  height: 52px;
  padding: 0 32px;
  font-size: 16px;
}
.s-btn--green {
  background: #10A566;
  color: #fff;
  box-shadow: 0 6px 18px rgba(16, 165, 102, 0.28);
}
.s-btn--green:hover {
  background: #0B7C4C;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(16, 165, 102, 0.36);
}
.s-btn--green:active {
  transform: translateY(0);
}

.s-kicker {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #10A566;
  margin-bottom: 12px;
}

.s-hl {
  background: linear-gradient(100deg, #10A566 0%, #14BD7E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #10A566;
}

.s-hero {
  background: #fff;
  text-align: center;
  padding: 150px 24px 0;
  overflow: hidden;
}
.s-hero__eyebrow {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #10A566;
  margin: 0 0 18px;
}
.s-hero__heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: #17252F;
  margin: 0 auto 18px;
  max-width: 920px;
}
.s-hero__sub {
  font-size: 19px;
  line-height: 1.6;
  color: #5D6B74;
  margin: 0 auto 30px;
  max-width: 620px;
}
.s-hero__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}
.s-hero__quiet {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #17252F;
  text-decoration: none;
  border-bottom: 2px solid rgba(23, 37, 47, 0.2);
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.s-hero__quiet:hover {
  border-color: #10A566;
  color: #0B7C4C;
}
.s-hero__stage {
  max-width: 1240px;
  margin: 64px auto 0;
}
.s-hero__video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 28px;
  background: #F7F7F7;
  box-shadow: 0 30px 80px rgba(23, 37, 47, 0.12);
}
.s-hero__caption {
  max-width: 640px;
  margin: 44px auto 0;
  padding-bottom: 72px;
}
.s-hero__caption p {
  font-size: 17px;
  line-height: 1.65;
  color: #5D6B74;
  margin: 0;
}
.s-hero__caption b {
  color: #17252F;
}

.s-strip {
  background: #fff;
  border-top: 1px solid #E6ECE9;
  border-bottom: 1px solid #E6ECE9;
  padding: 44px 24px;
}
.s-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.s-strip__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.s-strip__stat b {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 34px;
  color: #10A566;
}
.s-strip__stat span {
  font-size: 14px;
  color: #5D6B74;
  line-height: 1.4;
}

.s-feature {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 32px;
}
.s-feature--flip {
  grid-template-columns: 1.1fr 1fr;
  margin-top: 50px;
}
.s-feature__text {
  max-width: 480px;
}
.s-feature__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #17252F;
  margin: 0 0 16px;
}
.s-feature__body {
  font-size: 17px;
  line-height: 1.65;
  color: #5D6B74;
  margin: 0 0 22px;
}
.s-feature__media {
  position: relative;
  min-width: 0;
}
.s-feature__media--phone {
  display: flex;
  justify-content: center;
}

.s-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 11px;
}
.s-checks li {
  position: relative;
  padding-left: 30px;
  font-size: 15.5px;
  color: #17252F;
  font-weight: 600;
}
.s-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #10A566;
}
.s-checks li::after {
  content: "";
  position: absolute;
  left: 5.5px;
  top: 7px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.s-3d {
  position: relative;
  margin: 0 auto;
  overflow: visible;
}
.s-3d canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 1;
}
.s-3d--laptop {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 10/7;
}
.s-3d--phone {
  width: 560px;
  max-width: 88vw;
  aspect-ratio: 4/5;
}
@media (min-width: 1100px) {
  .s-3d--laptop {
    width: 130%;
    max-width: 900px;
    margin-left: -15%;
  }
}
.s-3d__src {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 2px;
  opacity: 0.02;
  pointer-events: none;
}
.s-3d__shadowdom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(15, 28, 24, 0.38) 0%, rgba(15, 28, 24, 0.12) 52%, transparent 74%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
  will-change: opacity, transform;
}
.s-3d__shadowdom--laptop {
  width: 108%;
  height: 17%;
  bottom: 6.5%;
}
.s-3d__shadowdom--phone {
  width: 86%;
  height: 9%;
  bottom: 8%;
}

section.no-3d .s-3d__src {
  position: static;
  width: 100%;
  height: auto;
  opacity: 1;
  pointer-events: auto;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(23, 37, 47, 0.18);
  background: #0C1216;
}

.s-partners {
  background: linear-gradient(120deg, #0B7C4C 0%, #10A566 55%, #14BD7E 100%);
  padding: 40px 0 44px;
  overflow: hidden;
}
.s-partners__label {
  text-align: center;
  margin: 0 0 26px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.s-partners__wrap {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.s-partners__track {
  display: flex;
  align-items: center;
  gap: 84px;
  width: max-content;
  padding-inline: 42px;
  animation: partnersLoop 36s linear infinite;
}
.s-partners__track:hover {
  animation-play-state: paused;
}
.s-partners__logo {
  height: 44px;
  width: auto;
  flex-shrink: 0;
  opacity: 0.95;
}
.s-partners__logo[src*=letran], .s-partners__logo[src*=elite] {
  height: 56px;
}

@keyframes partnersLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .s-partners__track {
    animation: none;
  }
}
.s-sim {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #E9F7F0 60%, #F2FAF6 100%);
  padding: 104px 24px 116px;
}
.s-sim .s-sec-head {
  margin-bottom: 44px;
}
.s-sim__sub {
  font-size: 18px;
  line-height: 1.6;
  color: #5D6B74;
  margin: 0 auto;
  max-width: 660px;
}

.s-slide {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #E6ECE9;
  box-shadow: 0 34px 80px rgba(23, 37, 47, 0.14);
}
.s-slide__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  background: #F7F7F7;
  border-bottom: 1px solid #E6ECE9;
}
.s-slide__course {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.s-slide__badge {
  flex-shrink: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: #10A566;
  border-radius: 100px;
  padding: 5px 12px;
}
.s-slide__crumb {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13.5px;
  color: #5D6B74;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-slide__crumb b {
  color: #17252F;
}
.s-slide__hud {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.s-slide__xp {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #0B7C4C;
  background: #E9F7F0;
  border-radius: 100px;
  padding: 5px 12px;
}
.s-slide__count {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  color: #5D6B74;
}
.s-slide__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  background: #F7F7F7;
  border-top: 1px solid #E6ECE9;
  flex-wrap: wrap;
}
.s-slide__foot-note {
  font-size: 13px;
  color: #5D6B74;
}
.s-slide__foot-link {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: #0B7C4C;
  text-decoration: none;
  border-bottom: 2px solid rgba(16, 165, 102, 0.3);
  padding-bottom: 1px;
}
.s-slide__foot-link:hover {
  border-color: #10A566;
}

.s-lab {
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 0;
}
.s-lab__stage {
  position: relative;
  padding: 16px;
  background: linear-gradient(180deg, #8FD3F2 0%, #BCE6FA 100%);
}
.s-lab__stage canvas {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 176/104;
  image-rendering: pixelated;
  cursor: crosshair;
  border-radius: 14px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35), 0 10px 26px rgba(31, 92, 128, 0.28);
  touch-action: none;
}
.s-lab__hint {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #17252F;
  background: rgba(255, 255, 255, 0.92);
  padding: 7px 14px;
  border-radius: 100px;
  pointer-events: none;
  transition: opacity 0.5s;
  box-shadow: 0 3px 0 rgba(31, 92, 128, 0.18);
}
.s-lab__hint.gone {
  opacity: 0;
}
.s-lab__hint[hidden] {
  display: none;
}
.s-lab__demo {
  position: absolute;
  inset: 16px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(23, 60, 82, 0.38) 100%);
  transition: opacity 0.45s ease;
}
.s-lab__demo.gone {
  opacity: 0;
  pointer-events: none;
}
.s-lab__demo-chip {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #17252F;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 100px;
  padding: 6px 13px;
  box-shadow: 0 3px 0 rgba(31, 92, 128, 0.18);
}
.s-lab__demo-chip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10A566;
  animation: demoPulse 1.6s ease-in-out infinite;
}
.s-lab__demo-cta {
  box-shadow: 0 5px 0 #0B7C4C, 0 14px 30px rgba(23, 60, 82, 0.35);
}
.s-lab__demo-cta:hover {
  box-shadow: 0 5px 0 #0B7C4C, 0 16px 34px rgba(23, 60, 82, 0.4);
}
.s-lab--demo .s-lab__side {
  opacity: 0.55;
  pointer-events: none;
}
.s-lab__side {
  transition: opacity 0.35s;
}
.s-lab__side {
  padding: 16px 18px 18px;
  border-left: 1px solid #E6ECE9;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-lab__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5D6B74;
  margin: 6px 0 2px;
}
.s-lab__palette {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.s-lab__quests {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 7px;
}
.s-lab__quests li {
  position: relative;
  padding-left: 24px;
  font-size: 12.5px;
  line-height: 1.35;
  color: #5D6B74;
  transition: color 0.3s;
}
.s-lab__quests li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #E6ECE9;
  box-sizing: border-box;
  transition: all 0.3s;
}
.s-lab__quests li.done {
  color: #17252F;
  font-weight: 600;
}
.s-lab__quests li.done::before {
  background: #10A566;
  border-color: #10A566;
}
.s-lab__quests li.done::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5.5px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.s-lab__reset {
  margin-top: auto;
  align-self: flex-start;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  color: #5D6B74;
  background: none;
  border: 1.5px solid #E6ECE9;
  border-radius: 100px;
  padding: 7px 16px;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
}
.s-lab__reset:hover {
  color: #17252F;
  border-color: #5D6B74;
}

.s-el {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  background: var(--c);
  border: none;
  border-radius: 14px;
  padding: 10px 8px 9px;
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.12s, filter 0.12s;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.22);
}
.s-el:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.22);
}
.s-el:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}
.s-el.on {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.22), 0 0 0 3px #fff, 0 0 0 5.5px #10A566;
}
.s-el--light {
  color: #17252F;
  text-shadow: none;
  box-shadow: 0 4px 0 rgba(31, 92, 128, 0.2);
}
.s-el--light.on {
  box-shadow: 0 4px 0 rgba(31, 92, 128, 0.2), 0 0 0 3px #fff, 0 0 0 5.5px #10A566;
}

@keyframes demoPulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(0.85);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}
.s-xp-pop {
  position: absolute;
  top: -10px;
  right: -6px;
  font-size: 12px;
  font-weight: 800;
  color: #0B7C4C;
  animation: xpPop 1.1s ease forwards;
  pointer-events: none;
}

@keyframes xpPop {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-22px);
  }
}
.s-confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.s-confetti i {
  position: absolute;
  top: -12px;
  width: 8px;
  height: 14px;
  border-radius: 2px;
  background: #14BD7E;
  animation: confettiFall 1.2s ease-in forwards;
}

@keyframes confettiFall {
  0% {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
  100% {
    transform: translateY(115vh) rotate(560deg);
    opacity: 0.9;
  }
}
.s-sec-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.s-sec-head .s-kicker {
  margin-bottom: 14px;
}

.s-sec-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #17252F;
  margin: 0;
}

.s-grid-sec {
  background: #fff;
  padding: 104px 32px 110px;
}

.s-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.s-card {
  background: #F7F7F7;
  border-radius: 22px;
  padding: 26px 22px 28px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background 0.25s;
}
.s-card:hover {
  transform: translateY(-4px);
  background: #E9F7F0;
}
.s-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #10A566;
  box-shadow: 0 2px 8px rgba(23, 37, 47, 0.06);
}
.s-card__icon svg {
  width: 24px;
  height: 24px;
}
.s-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #17252F;
  margin: 0 0 8px;
}
.s-card__body {
  font-size: 14.5px;
  line-height: 1.55;
  color: #5D6B74;
  margin: 0;
}

.s-compare {
  background: #F7F7F7;
  padding: 104px 24px 110px;
}

.s-table {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #E6ECE9;
  border-radius: 22px;
  overflow: hidden;
}
.s-table__head {
  display: grid;
  grid-template-columns: 200px 1fr 1.15fr;
  align-items: center;
  border-bottom: 1px solid #E6ECE9;
  background: #FBFDFC;
}
.s-table__col {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #5D6B74;
  padding: 18px 22px;
}
.s-table__col--sp {
  color: #0B7C4C;
  background: #E9F7F0;
}
.s-table__row {
  display: grid;
  grid-template-columns: 200px 1fr 1.15fr;
  align-items: center;
  border-bottom: 1px solid #E6ECE9;
}
.s-table__row:last-child {
  border-bottom: none;
}
.s-table__cap {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #17252F;
  margin: 0;
  padding: 16px 22px;
}
.s-table__lms, .s-table__sp {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.5;
  margin: 0;
  padding: 16px 22px;
  align-self: stretch;
}
.s-table__lms {
  color: #5D6B74;
}
.s-table__sp {
  color: #17252F;
  font-weight: 600;
  background: #E9F7F0;
}

.s-x, .s-check {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: 1px;
}

.s-x {
  background: #E8ECEA;
}
.s-x::before, .s-x::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 8px;
  width: 9px;
  height: 2px;
  background: #9AA7AE;
  border-radius: 2px;
}
.s-x::before {
  transform: rotate(45deg);
}
.s-x::after {
  transform: rotate(-45deg);
}

.s-check {
  background: #10A566;
}
.s-check::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 5.5px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.s-connect {
  background: #fff;
  padding: 40px 24px 96px;
}
.s-connect__sub {
  font-size: 17px;
  line-height: 1.65;
  color: #5D6B74;
  margin: 18px auto 0;
  max-width: 680px;
}
.s-connect__sub b {
  color: #17252F;
}
.s-connect__note {
  text-align: center;
  font-size: 13px;
  color: #9AA7AE;
  margin: 22px auto 0;
  max-width: 640px;
}

.s-cloud {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  aspect-ratio: 1448/640;
  background: #F7F7F7;
  border-radius: 3.2rem;
  overflow: hidden;
}
.s-cloud__ring {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(0.7) rotate(-10deg);
  transform-origin: center center;
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}
.s-cloud.animate .s-cloud__ring {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.s-cloud #cloudRing1 {
  transition-delay: 0.3s;
}
.s-cloud #cloudRing2 {
  transition-delay: 0.35s;
}
.s-cloud #cloudRing3 {
  transition-delay: 0.4s;
}
.s-cloud__center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.s-cloud__name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #17252F;
  margin: 14px 0 6px;
}
.s-cloud__msg {
  font-size: 15.5px;
  line-height: 1.55;
  color: #5D6B74;
  margin: 0;
  max-width: 380px;
}

.s-tile {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(23, 37, 47, 0.1);
}
.s-tile img, .s-tile svg {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: contain;
}

.s-sparky {
  position: relative;
  width: 124px;
  height: 124px;
  margin: 0 auto;
}
.s-sparky__glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  filter: blur(18px);
  background: radial-gradient(circle at 50% 50%, rgba(16, 165, 102, 0.5), transparent 70%);
  animation: sparkyPulse 3.4s ease-in-out infinite;
}
.s-sparky__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.s-sparky__blob {
  fill-opacity: 0.8;
}
.s-sparky__blob[data-blob="0"] {
  fill: #14BD7E;
}
.s-sparky__blob[data-blob="1"] {
  fill: #8FE6C0;
}
.s-sparky__blob[data-blob="2"] {
  fill: #0B7C4C;
}
.s-sparky__hole {
  fill: #F7F7F7;
}

@keyframes sparkyPulse {
  0%, 100% {
    opacity: 0.65;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.07);
  }
}
@media (prefers-reduced-motion: reduce) {
  .s-sparky__glow {
    animation: none;
  }
}
.s-contact {
  background: linear-gradient(135deg, #10A566 0%, #14BD7E 100%);
  padding: 96px 32px 104px;
}
.s-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
.s-contact__heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 16px;
}
.s-contact__body {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 24px;
}
.s-contact__points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.s-contact__points li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.s-contact__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.s-contact__points li::after {
  content: "";
  position: absolute;
  left: 5.5px;
  top: 7px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.s-form {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 34px 32px 30px;
  box-shadow: 0 30px 70px rgba(11, 76, 48, 0.3);
}
.s-form__fields {
  display: grid;
  gap: 16px;
}
.s-form__error {
  color: #C0392B;
  font-size: 14px;
  margin: 12px 0 0;
}
.s-form__submit {
  width: 100%;
  margin-top: 18px;
}
.s-form__fine {
  font-size: 12.5px;
  color: #5D6B74;
  text-align: center;
  margin: 12px 0 0;
}
.s-form__done {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  gap: 6px;
}
.s-form__done h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #17252F;
  margin: 14px 0 4px;
}
.s-form__done p {
  font-size: 15.5px;
  color: #5D6B74;
  margin: 0;
}
.s-form__done[hidden] {
  display: none;
}
.s-form__done-mark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #10A566;
  position: relative;
}
.s-form__done-mark::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 24px;
  width: 24px;
  height: 13px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
}

.s-field {
  display: grid;
  gap: 6px;
}
.s-field span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: #17252F;
}
.s-field span em {
  font-style: normal;
  font-weight: 500;
  color: #5D6B74;
}
.s-field input, .s-field textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  color: #17252F;
  border: 1.5px solid #E6ECE9;
  border-radius: 12px;
  padding: 11px 14px;
  background: #FBFDFC;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  resize: vertical;
  box-sizing: border-box;
  width: 100%;
}
.s-field input::placeholder, .s-field textarea::placeholder {
  color: #9AA7AE;
}
.s-field input:focus, .s-field textarea:focus {
  border-color: #10A566;
  box-shadow: 0 0 0 3px rgba(16, 165, 102, 0.14);
}
.s-field--hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .s-hero__heading {
    font-size: 52px;
  }
  .s-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-feature {
    gap: 48px;
    padding: 88px 28px;
  }
  .s-contact__inner {
    gap: 48px;
  }
}
@media (max-width: 860px) {
  .s-hero {
    padding-top: 128px;
  }
  .s-hero__heading {
    font-size: 40px;
  }
  .s-hero__sub {
    font-size: 17px;
  }
  .s-hero__video {
    border-radius: 20px;
  }
  .s-feature, .s-feature--flip {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 72px 24px;
    text-align: center;
  }
  .s-feature__text, .s-feature--flip__text {
    max-width: 560px;
    margin: 0 auto;
  }
  .s-feature .s-feature__media {
    order: 1;
  }
  .s-feature .s-feature__text {
    order: 0;
  }
  .s-checks {
    justify-items: center;
  }
  .s-checks li {
    text-align: left;
  }
  .s-strip__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
  .s-sec-title {
    font-size: 34px;
  }
  .s-contact__inner {
    grid-template-columns: 1fr;
  }
  .s-contact__heading {
    font-size: 34px;
  }
  .s-compare {
    padding: 72px 16px 80px;
  }
  .s-table__head {
    display: none;
  }
  .s-table__row {
    grid-template-columns: 1fr;
  }
  .s-table__cap {
    padding: 14px 18px 4px;
  }
  .s-table__lms {
    padding: 4px 18px 10px;
  }
  .s-table__sp {
    padding: 12px 18px 14px;
  }
  .s-table__lms::after {
    content: "— traditional LMS";
    color: #9AA7AE;
    font-size: 12px;
    white-space: nowrap;
    align-self: center;
    margin-left: auto;
    padding-left: 8px;
  }
  .s-table__sp::after {
    content: "— Sparked";
    color: #0B7C4C;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    align-self: center;
    margin-left: auto;
    padding-left: 8px;
  }
  .s-partners__track {
    gap: 56px;
    animation-duration: 28s;
  }
  .s-partners__logo {
    height: 36px;
  }
  .s-partners__logo[src*=letran], .s-partners__logo[src*=elite] {
    height: 46px;
  }
  .s-lab {
    grid-template-columns: 1fr;
  }
  .s-lab__side {
    border-left: none;
    border-top: 1px solid #E6ECE9;
  }
  .s-lab__palette {
    grid-template-columns: repeat(4, 1fr);
  }
  .s-3d--laptop {
    max-width: 700px;
  }
  .s-3d--phone {
    width: 470px;
  }
  .s-cloud {
    aspect-ratio: 5/4;
    border-radius: 2rem;
  }
  .s-tile {
    width: 60px;
    height: 60px;
  }
  .s-tile img, .s-tile svg {
    width: 30px;
    height: 30px;
  }
  .s-cloud__msg {
    font-size: 14px;
    max-width: 300px;
  }
  .s-sparky {
    width: 96px;
    height: 96px;
  }
}
@media (max-width: 560px) {
  .s-hero {
    padding-top: 112px;
  }
  .s-hero__heading {
    font-size: 33px;
  }
  .s-hero__stage {
    margin-top: 44px;
  }
  .s-cards {
    grid-template-columns: 1fr;
  }
  .s-grid-sec, .s-connect {
    padding-left: 20px;
    padding-right: 20px;
  }
  .s-sec-title {
    font-size: 28px;
  }
  .s-feature__title {
    font-size: 30px;
  }
  .s-strip__stat b {
    font-size: 28px;
  }
  .s-cloud {
    aspect-ratio: 4/5;
  }
  .s-partners {
    padding: 30px 0 34px;
  }
  .s-partners__logo {
    height: 30px;
  }
  .s-partners__logo[src*=letran], .s-partners__logo[src*=elite] {
    height: 38px;
  }
  .s-sim {
    padding: 72px 14px 84px;
  }
  .s-slide__bar {
    padding: 10px 14px;
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .s-slide__crumb {
    font-size: 12px;
  }
  .s-slide__count {
    display: none;
  }
  .s-lab__stage {
    padding: 8px;
  }
  .s-lab__palette {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-slide__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .s-3d--phone {
    width: 390px;
  }
  .s-tile {
    width: 48px;
    height: 48px;
  }
  .s-tile img, .s-tile svg {
    width: 24px;
    height: 24px;
  }
  .s-cloud__msg {
    display: none;
  }
  .s-contact {
    padding: 72px 20px 80px;
  }
  .s-form {
    padding: 26px 20px 24px;
  }
}

/*# sourceMappingURL=sparked.css.map */
