@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("fonts/alexandria-arabic.woff2") format("woff2");
  unicode-range: U+0600-06ff, U+0750-077f, U+08a0-08ff, U+fb50-fdff,
    U+fe70-fefc;
}
@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("fonts/alexandria-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+2000-206f, U+20ac;
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/tajawal-400-arabic.woff2") format("woff2");
  unicode-range: U+0600-06ff, U+0750-077f, U+08a0-08ff, U+fb50-fdff,
    U+fe70-fefc;
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/tajawal-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+2000-206f, U+20ac;
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/tajawal-500-arabic.woff2") format("woff2");
  unicode-range: U+0600-06ff, U+0750-077f, U+08a0-08ff, U+fb50-fdff,
    U+fe70-fefc;
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/tajawal-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+2000-206f, U+20ac;
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/tajawal-700-arabic.woff2") format("woff2");
  unicode-range: U+0600-06ff, U+0750-077f, U+08a0-08ff, U+fb50-fdff,
    U+fe70-fefc;
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/tajawal-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+2000-206f, U+20ac;
}
:root {
  --navy: #061a38;
  --navy-2: #0b2d59;
  --blue: #087cf0;
  --blue-2: #3aa9ff;
  --aqua: #52d4cd;
  --gold: #f5c84c;
  --coral: #ff826e;
  --ivory: #fffaf0;
  --paper: #fff;
  --ink: #10233f;
  --muted: #617087;
  --line: #dce7f3;
  --soft: #f2f7fd;
  --success: #15875a;
  --shadow: 0 22px 70px rgba(6, 26, 56, 0.12);
  --radius: 28px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Tajawal", "Noto Sans Arabic", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.75;
  overflow-x: hidden;
}
h1,
h2,
h3,
.display,
.display-sm,
.kicker,
.btn,
.nav-links {
  font-family: "Tajawal", "Noto Sans Arabic", Arial, sans-serif;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  background:
    linear-gradient(90deg, rgba(8, 124, 240, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(8, 124, 240, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
button,
input,
select,
textarea {
  font: inherit;
}
.container {
  width: min(1180px, calc(100% - 34px));
  margin-inline: auto;
}
.section {
  padding: 96px 0;
}
.section-sm {
  padding: 62px 0;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0;
}
.kicker:before {
  content: "";
  width: 34px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gold), var(--coral));
}
.display,
h1,
h2,
h3 {
  margin-top: 0;
  color: var(--navy);
  letter-spacing: 0;
  font-weight: 700;
}
.display,
h1 {
  font-size: clamp(2.25rem, 2.15rem + 1.65vw, 3.9rem);
  line-height: 1.2;
  margin-bottom: 24px;
}
.display-sm {
  font-size: clamp(2rem, 1.9rem + 1.35vw, 3.35rem);
  line-height: 1.22;
  font-weight: 700;
}
h2 {
  font-size: clamp(1.8rem, 1.7rem + 1vw, 2.65rem);
  line-height: 1.3;
  margin-bottom: 18px;
}
h3 {
  font-size: clamp(1.15rem, 1.1rem + 0.3vw, 1.4rem);
  line-height: 1.45;
}
.lead {
  font-size: clamp(1.04rem, 1.5vw, 1.24rem);
  color: var(--muted);
  max-width: 720px;
}
.muted {
  color: var(--muted);
}
.center {
  text-align: center;
}
.center .lead {
  margin-inline: auto;
}
.accent {
  color: var(--blue);
}
.highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.highlight:after {
  content: "";
  position: absolute;
  right: -2%;
  bottom: 2px;
  width: 104%;
  height: 13px;
  border-radius: 99px;
  background: var(--gold);
  opacity: 0.55;
  z-index: -1;
  transform: rotate(-1deg);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s var(--ease);
  position: relative;
  isolation: isolate;
}
.btn:hover {
  transform: translateY(-4px);
}
.btn-primary {
  background: linear-gradient(135deg, var(--blue), #075ac0);
  color: #fff;
  box-shadow: 0 15px 35px rgba(8, 124, 240, 0.25);
}
.btn-primary:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.22),
    transparent
  );
  transform: translateX(120%);
  transition: 0.6s;
  z-index: -1;
}
.btn-primary:hover:after {
  transform: translateX(-120%);
}
.btn-light {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  box-shadow: 0 12px 30px rgba(6, 26, 56, 0.06);
}
.btn-gold {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 15px 35px rgba(245, 200, 76, 0.27);
}
.btn-link {
  padding-inline: 2px;
  min-height: 44px;
  color: var(--blue);
  border-radius: 0;
}
.btn-link:after {
  content: "←";
  transition: 0.25s;
}
.btn-link:hover:after {
  transform: translateX(-5px);
}
.actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.announcement {
  background: var(--navy);
  color: #dfeaff;
  font-size: 0.88rem;
}
.announcement .container {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.announcement b {
  color: var(--gold);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220, 231, 243, 0.86);
}
.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand img {
  width: 136px;
  height: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
  font-weight: 700;
  font-size: 0.93rem;
}
.nav-links a {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.nav-links a:not(.btn):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 3px;
  border-radius: 9px;
  background: var(--blue);
  transition: 0.25s;
}
.nav-links a:hover:after,
.nav-links a[aria-current="page"]:after {
  width: 100%;
}
.nav-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
.platform-link {
  font-weight: 700;
  color: var(--navy);
  min-height: 44px;
  display: flex;
  align-items: center;
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  font-size: 1.3rem;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(82, 212, 205, 0.18),
      transparent 27%
    ),
    radial-gradient(
      circle at 88% 15%,
      rgba(8, 124, 240, 0.15),
      transparent 32%
    ),
    linear-gradient(180deg, #fff, var(--soft));
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto -10% -160px -10%;
  height: 260px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background: #fff;
  z-index: -1;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 62px;
  align-items: center;
  padding: 62px 0 104px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-copy > * {
  animation: up 0.38s both;
}
.hero-copy > *:nth-child(2) {
  animation-delay: 0.04s;
}
.hero-copy > *:nth-child(3) {
  animation-delay: 0.08s;
}
.hero-copy > *:nth-child(4) {
  animation-delay: 0.12s;
}
.trust-line {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 0.94rem;
}
.avatar-stack {
  display: flex;
}
.avatar-stack span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-left: -9px;
  border: 3px solid #fff;
  background: linear-gradient(135deg, var(--navy-2), var(--blue));
  color: #fff;
  font-weight: 700;
}
.hero-stage {
  position: relative;
  min-height: 540px;
}
.hero-photo {
  position: absolute;
  inset: 32px 0 10px 72px;
  border-radius: 44% 44% 28px 28px/32% 32% 28px 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--navy);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(6, 26, 56, 0.28));
}
.orbit {
  position: absolute;
  border: 1px dashed rgba(8, 124, 240, 0.32);
  border-radius: 50%;
  animation: spin 24s linear infinite;
}
.orbit.o1 {
  width: 470px;
  height: 470px;
  top: 15px;
  right: -32px;
}
.orbit.o2 {
  width: 340px;
  height: 340px;
  top: 88px;
  right: 38px;
  animation-direction: reverse;
}
.float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
  animation: float 5s ease-in-out infinite;
  z-index: 3;
}
.float-card b {
  display: block;
  color: var(--navy);
}
.float-card small {
  color: var(--muted);
}
.fc1 {
  right: -18px;
  top: 58px;
}
.fc2 {
  left: 3px;
  bottom: 76px;
  animation-delay: -1.7s;
}
.fc3 {
  right: 30px;
  bottom: 18px;
  animation-delay: -3.1s;
}
.stair-mark {
  position: absolute;
  left: 5px;
  top: 0;
  width: 128px;
  height: 128px;
  z-index: 2;
}
.stair-mark i {
  position: absolute;
  bottom: 0;
  width: 32px;
  border-radius: 10px 10px 3px 3px;
  background: linear-gradient(180deg, var(--gold), #f0a927);
  box-shadow: 0 12px 24px rgba(245, 200, 76, 0.22);
  animation: stepGlow 3.6s ease-in-out infinite;
}
.stair-mark i:nth-child(1) {
  height: 35px;
  right: 0;
}
.stair-mark i:nth-child(2) {
  height: 65px;
  right: 39px;
  animation-delay: 0.25s;
}
.stair-mark i:nth-child(3) {
  height: 96px;
  right: 78px;
  animation-delay: 0.5s;
}
.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #fff;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee-track span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 34px;
  font-weight: 700;
  color: var(--navy);
}
.marquee-track span:before {
  content: "✦";
  color: var(--gold);
}
.stats {
  position: relative;
  margin-top: -66px;
  z-index: 4;
}
.stats-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.stat {
  padding: 28px;
  text-align: center;
  border-left: 1px solid var(--line);
}
.stat:last-child {
  border-left: 0;
}
.stat strong {
  display: block;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1.1;
}
.stat span {
  color: var(--muted);
  font-size: 0.9rem;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.pain-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.pain {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 17px;
  border-radius: 19px;
  border: 1px solid var(--line);
  background: #fff;
  transition: 0.25s;
}
.pain:hover {
  transform: translateX(-6px);
  border-color: #b8d8f8;
}
.pain-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff0ed;
  color: var(--coral);
  font-size: 1.25rem;
}
.pain h3 {
  margin: 0 0 2px;
  font-size: 1.05rem;
}
.pain p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.solution-panel {
  position: relative;
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  color: #fff;
  border-radius: 34px;
  padding: 42px;
  overflow: hidden;
}
.solution-panel:before {
  content: "";
  position: absolute;
  left: -45px;
  top: -55px;
  width: 180px;
  height: 180px;
  border: 38px solid rgba(255, 255, 255, 0.06);
  border-radius: 44px;
  transform: rotate(24deg);
}
.solution-panel h2,
.solution-panel h3 {
  color: #fff;
}
.solution-panel .lead {
  color: #c9d7e8;
}
.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 28px;
}
.check {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.check:before {
  content: "✓";
  color: var(--gold);
  margin-left: 8px;
  font-weight: 700;
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.program-card {
  position: relative;
  grid-column: span 4;
  min-height: 330px;
  padding: 30px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  transition: 0.35s var(--ease);
}
.program-card:hover {
  transform: translateY(-9px);
  box-shadow: var(--shadow);
}
.program-card .icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--soft);
  color: var(--blue);
  font-size: 1.45rem;
}
.program-card p {
  color: var(--muted);
}
.program-card:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 42px;
  left: -50px;
  bottom: -60px;
  background: var(--card-color, #dcecff);
  transform: rotate(25deg);
  opacity: 0.65;
  transition: 0.3s;
}
.program-card:hover:after {
  transform: rotate(38deg) scale(1.12);
}
.program-card.blue {
  --card-color: #bfe2ff;
}
.program-card.gold {
  --card-color: #ffe9a6;
}
.program-card.aqua {
  --card-color: #bcefeb;
}
.program-card.coral {
  --card-color: #ffd2ca;
}
.journey {
  position: relative;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}
.journey:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
}
.journey .container {
  position: relative;
}
.journey h2,
.journey h3 {
  color: #fff;
}
.journey .lead {
  color: #c2d1e4;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 18px;
  margin-top: 55px;
}
.journey-grid.six {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
.journey-card {
  background: #fff;
  color: var(--ink);
  padding: 27px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  position: relative;
}
.journey-card h3 {
  color: var(--navy);
}
.journey-card p {
  color: var(--muted);
  margin: 0;
}
.journey-card:nth-child(2) {
  transform: translateY(-24px);
}
.journey-card:nth-child(3) {
  transform: translateY(-48px);
}
.journey-card:nth-child(4) {
  transform: translateY(-72px);
}
.journey-grid.six .journey-card:nth-child(n) {
  transform: none;
}
.step-no {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--gold);
  font-weight: 700;
  margin-bottom: 16px;
}
.dashboard {
  position: relative;
  background: linear-gradient(180deg, #f8fbff, #eef6ff);
  overflow: hidden;
}
.dashboard-shell {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
  margin-top: 38px;
  transform: perspective(1500px) rotateX(1deg);
}
.dash-side {
  background: var(--navy);
  color: #dfeaff;
  padding: 28px 18px;
}
.dash-logo {
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.dash-link {
  padding: 11px 13px;
  border-radius: 12px;
  margin: 5px 0;
}
.dash-link.active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.dash-main {
  padding: 28px;
}
.dash-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.dash-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 18px;
  margin-top: 22px;
}
.progress-card,
.schedule-card,
.report-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  background: #fff;
}
.progress-ring {
  --p: 72;
  display: grid;
  place-items: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: conic-gradient(var(--blue) calc(var(--p) * 1%), #e5edf6 0);
  position: relative;
  margin: auto;
}
.progress-ring:after {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #fff;
}
.progress-ring b {
  position: relative;
  z-index: 2;
  font-size: 1.55rem;
}
.bar {
  height: 10px;
  background: #e7eef7;
  border-radius: 99px;
  overflow: hidden;
}
.bar span {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--aqua));
  transform-origin: right;
  animation: barGrow 1.5s var(--ease) both;
}
.lesson-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.lesson-row:last-child {
  border-bottom: 0;
}
.report-card {
  margin-top: 18px;
  background: linear-gradient(120deg, #fff8dc, #fff);
}
.teacher-stage {
  position: relative;
}
.teacher-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.teacher-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s;
}
.teacher-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.teacher-visual {
  height: 220px;
  background: linear-gradient(145deg, #dceeff, #fff3ca);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.teacher-avatar {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--navy), var(--blue));
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  box-shadow: 0 18px 38px rgba(6, 26, 56, 0.2);
}
.teacher-body {
  padding: 24px;
}
.teacher-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 99px;
  background: var(--soft);
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 700;
}
.teacher-body p {
  color: var(--muted);
}
.pricing-preview {
  background: var(--ivory);
}
.price-switch {
  display: inline-flex;
  gap: 4px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 5px;
  margin-top: 22px;
}
.price-switch button {
  border: 0;
  background: transparent;
  padding: 9px 18px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
}
.price-switch button.active {
  background: var(--navy);
  color: #fff;
}
.plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 38px;
}
.plan {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 27px;
  box-shadow: 0 10px 35px rgba(6, 26, 56, 0.05);
}
.plan.featured {
  border: 2px solid var(--blue);
  transform: translateY(-11px);
  box-shadow: var(--shadow);
}
.tag {
  position: absolute;
  right: 24px;
  top: -15px;
  background: var(--gold);
  padding: 6px 13px;
  border-radius: 99px;
  font-size: 0.82rem;
  font-weight: 700;
}
.price {
  font-size: 2.25rem;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.1;
  margin: 18px 0;
}
.price small {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 700;
}
.rate-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 99px;
  background: var(--soft);
  color: var(--blue);
  font-size: 0.79rem;
  font-weight: 700;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}
.feature-list li {
  padding: 9px 0;
  border-bottom: 1px dashed var(--line);
}
.feature-list li:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e5f8ef;
  color: var(--success);
  margin-left: 8px;
  font-weight: 700;
}
.plan .btn {
  width: 100%;
}
.stories {
  background: linear-gradient(180deg, #fff, var(--soft));
}
.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  margin-top: 38px;
}
.story-main,
.story-small {
  border-radius: 28px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 30px;
}
.story-main blockquote {
  font-size: 1.35rem;
  line-height: 1.8;
  margin: 0 0 24px;
  color: var(--navy);
}
.story-main blockquote:before {
  content: "“";
  font-size: 3.2rem;
  color: var(--gold);
  line-height: 0;
  vertical-align: -0.4em;
}
.story-list {
  display: grid;
  gap: 18px;
}
.story-small p {
  margin-bottom: 14px;
  color: var(--muted);
}
.stars {
  color: #eaa900;
  letter-spacing: 2px;
}
.person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.person span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
}
.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 38px;
}
.resources-grid.four {
  grid-template-columns: repeat(2, 1fr);
}
.resource-card {
  border: 1px solid var(--line);
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
  color: inherit;
  text-decoration: none;
}
.resource-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.resource-read {
  display: inline-block;
  margin-top: 12px;
  color: var(--primary);
  font-weight: 700;
}
.resource-cover {
  height: 190px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  position: relative;
  overflow: hidden;
}
.resource-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}
.resource-card:hover .resource-cover img {
  transform: scale(1.035);
}
.resource-cover:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border: 28px solid rgba(255, 255, 255, 0.14);
  border-radius: 45px;
  left: -40px;
  top: -45px;
  transform: rotate(25deg);
}
.resource-cover.has-image:after {
  inset: 0;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  transform: none;
  background: linear-gradient(180deg, transparent 58%, rgba(6, 26, 56, 0.25));
}
.resource-cover.gold {
  background: linear-gradient(135deg, #ffdf76, #f2a52f);
}
.resource-cover.aqua {
  background: linear-gradient(135deg, #48cfc7, #137e9f);
}
.resource-body {
  padding: 24px;
}
.resource-body h3 {
  margin: 12px 0 10px;
  font-size: clamp(1.15rem, 1.08rem + 0.22vw, 1.32rem);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.resource-body p {
  color: var(--muted);
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.faq-list {
  display: grid;
  gap: 13px;
  max-width: 900px;
  margin: 38px auto 0;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
}
.faq-question span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--soft);
  color: var(--blue);
  transition: 0.3s;
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.35s var(--ease);
}
.faq-answer > div {
  overflow: hidden;
}
.faq-answer p {
  color: var(--muted);
  padding: 0 22px 20px;
  margin: 0;
}
.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}
.faq-item.open .faq-question span {
  transform: rotate(45deg);
  background: var(--blue);
  color: #fff;
}
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 52px;
  background: linear-gradient(120deg, var(--blue), #06499e);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: 0 26px 70px rgba(8, 124, 240, 0.25);
}
.cta-band h2 {
  color: #fff;
  margin-bottom: 8px;
}
.cta-band p {
  margin: 0;
  color: #dcecff;
}
.cta-band:before,
.cta-band:after {
  content: "";
  position: absolute;
  border: 34px solid rgba(255, 255, 255, 0.09);
  border-radius: 44px;
  transform: rotate(25deg);
}
.cta-band:before {
  width: 190px;
  height: 190px;
  left: -70px;
  top: -90px;
}
.cta-band:after {
  width: 110px;
  height: 110px;
  right: 46%;
  bottom: -85px;
}
.page-hero {
  position: relative;
  padding: 95px 0 82px;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(82, 212, 205, 0.17),
      transparent 28%
    ),
    linear-gradient(180deg, #fff, var(--soft));
  overflow: hidden;
}
.breadcrumbs {
  display: flex;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 22px;
}
.breadcrumbs a {
  color: var(--blue);
}
.page-hero .lead {
  max-width: 760px;
}
.page-hero:after {
  content: "";
  position: absolute;
  left: 6%;
  top: 15%;
  width: 150px;
  height: 150px;
  border: 28px solid rgba(245, 200, 76, 0.22);
  border-radius: 42px;
  transform: rotate(25deg);
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 38px;
  align-items: start;
}
.sticky-card {
  position: sticky;
  top: 112px;
  border: 1px solid var(--line);
  border-radius: 25px;
  padding: 25px;
  background: #fff;
  box-shadow: var(--shadow);
}
.detail-section {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.detail-section:last-child {
  border-bottom: 0;
}
.detail-section p,
.detail-section li {
  color: var(--muted);
}
.icon-list {
  list-style: none;
  padding: 0;
}
.icon-list li {
  position: relative;
  padding: 8px 34px 8px 0;
}
.icon-list li:before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e6f8ef;
  color: var(--success);
  font-weight: 700;
}
.filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 30px 0;
}
.filter-btn {
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 16px;
  border-radius: 13px;
  font-weight: 700;
  cursor: pointer;
}
.filter-btn.active {
  background: var(--navy);
  color: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
}
.contact-card,
.form-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 12px 42px rgba(6, 26, 56, 0.06);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.field {
  display: grid;
  gap: 7px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font-weight: 700;
  color: var(--navy);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 15px;
  background: #fbfdff;
  outline: 0;
  transition: 0.2s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(8, 124, 240, 0.1);
}
.site-footer {
  background: var(--navy);
  color: #c9d7e8;
  padding: 68px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 36px;
}
.footer-brand img {
  width: 145px;
  filter: brightness(0) invert(1);
  margin-bottom: 18px;
}
.footer-brand p {
  max-width: 360px;
}
.site-footer h3 {
  color: #fff;
  font-size: 1.05rem;
}
.footer-links {
  display: grid;
  gap: 9px;
}
.footer-links a,
.footer-bottom > a,
.footer-grid > div > a,
.breadcrumbs a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.breadcrumbs a {
  display: inline-flex;
}
.footer-links a:hover {
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding-top: 26px;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
}
.socials {
  display: flex;
  gap: 8px;
}
.socials a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
}
.whatsapp-float {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 40;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: #21c063;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 15px 35px rgba(33, 192, 99, 0.28);
  animation: float 5s ease-in-out infinite;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.75s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@keyframes up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-11px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes stepGlow {
  0%,
  100% {
    filter: saturate(1);
    transform: translateY(0);
  }
  50% {
    filter: saturate(1.35);
    transform: translateY(-6px);
  }
}
@keyframes marquee {
  to {
    transform: translateX(50%);
  }
}
@keyframes barGrow {
  from {
    transform: scaleX(0);
  }
}
@media (max-width: 980px) {
  .nav-links {
    position: fixed;
    inset: 118px 17px auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    padding: 22px;
    display: grid;
    gap: 9px;
    transform: translateY(-15px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
  .nav-links.open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .nav-links a {
    padding: 9px 8px;
  }
  .nav-tools .platform-link,
  .nav-tools .btn {
    display: none;
  }
  .menu-toggle {
    display: grid;
    place-items: center;
  }
  .hero-grid,
  .split,
  .story-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy .lead {
    margin-inline: auto;
  }
  .actions,
  .trust-line {
    justify-content: center;
  }
  .hero-stage {
    max-width: 680px;
    width: 100%;
    margin-inline: auto;
  }
  .stats-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat:nth-child(2) {
    border-left: 0;
  }
  .stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .program-card,
  .program-card:nth-child(n) {
    grid-column: span 6;
  }
  .journey-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .journey-card:nth-child(n) {
    transform: none;
  }
  .dashboard-shell {
    grid-template-columns: 1fr;
  }
  .dash-side {
    display: flex;
    gap: 10px;
    overflow: auto;
  }
  .dash-logo {
    margin: 0;
  }
  .dash-link {
    white-space: nowrap;
  }
  .teacher-grid,
  .plans,
  .resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .plan.featured {
    transform: none;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  .sticky-card {
    position: static;
  }
  .page-hero:after {
    opacity: 0.4;
  }
}
@media (max-width: 650px) {
  .section {
    padding: 70px 0;
  }
  .section-sm {
    padding: 50px 0;
  }
  .announcement {
    display: none;
  }
  .nav {
    height: 70px;
  }
  .brand img {
    width: 112px;
  }
  .hero {
    min-height: auto;
  }
  .hero-grid {
    padding: 48px 0 96px;
  }
  .hero-stage {
    min-height: 430px;
  }
  .hero-photo {
    inset: 28px 10px 10px 42px;
  }
  .orbit.o1 {
    width: 360px;
    height: 360px;
  }
  .orbit.o2 {
    width: 260px;
    height: 260px;
  }
  .fc1 {
    right: 0;
  }
  .fc2 {
    left: 0;
    bottom: 58px;
  }
  .fc3 {
    display: none;
  }
  .stair-mark {
    transform: scale(0.78);
    transform-origin: left top;
  }
  .stats {
    margin-top: -42px;
  }
  .stats-card {
    grid-template-columns: 1fr 1fr;
  }
  .stat {
    padding: 20px 10px;
  }
  .check-grid,
  .journey-grid,
  .teacher-grid,
  .plans,
  .resources-grid,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .program-card,
  .program-card:nth-child(n) {
    grid-column: 1/-1;
    min-height: 280px;
  }
  .dashboard-shell {
    border-radius: 20px;
  }
  .dash-grid {
    grid-template-columns: 1fr;
  }
  .dash-side {
    padding: 16px;
  }
  .dash-main {
    padding: 18px;
  }
  .cta-band {
    display: block;
    padding: 34px;
  }
  .cta-band .btn {
    margin-top: 22px;
  }
  .footer-bottom {
    display: block;
  }
  .socials {
    margin-top: 15px;
  }
  .price-switch {
    width: 100%;
  }
  .price-switch button {
    flex: 1;
  }
  .form-grid .field {
    grid-column: 1/-1;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
