:root {
  --bg: #fcf8ff;
  --surface: #ffffff;
  --surface-soft: #f3effc;
  --surface-card: #f5f2ff;
  --border: #e4e1ee;
  --border-strong: #d4d0e5;
  --text: #1b1b24;
  --muted: #5e5a6d;
  --primary: #3525cd;
  --primary-bright: #4f46e5;
  --shadow: 0 18px 45px rgba(54, 42, 125, 0.08);
  --font: "Inter", "Noto Sans Bengali", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}

.nav-pill {
  display: flex;
  align-items: center;
  min-height: 45px;
  margin: 0 auto;
  padding: 0 10px 0 23px;
  border: 1px solid rgba(199, 196, 216, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 30px rgba(54, 42, 125, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  margin-right: 40px;
  color: var(--primary);
  font-size: 17px;
  font-weight: 800;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
}

.nav-links a {
  color: #5b5868;
}

.nav-links .active {
  color: var(--primary);
}

.nav-actions {
  gap: 20px;
  margin-left: 38px;
  padding-left: 34px;
  border-left: 1px solid var(--border);
  font-size: 13px;
  font-weight: 800;
}

.login {
  color: #292735;
}

.signup,
.primary-button,
.mobile-enroll a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(53, 37, 205, 0.22);
}

.signup {
  min-width: 88px;
  min-height: 34px;
}

.hero {
  max-width: 960px;
  margin: 32px auto 0;
  padding: 0 24px 48px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 18px;
  border-radius: 999px;
  background: #dfdcff;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  margin: 24px auto 18px;
  max-width: 820px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
}

.desktop-break {
  display: initial;
}

.hero p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.video-shell {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 36px;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 17px;
  background: transparent;
  box-shadow: 0 22px 45px rgba(27, 27, 36, 0.08);
}

.video-shell img,
.video-shell .inline-player {
  width: 100%;
}

.inline-video {
  position: relative;
}

.inline-player {
  display: none;
  background: #080711;
  object-fit: cover;
}

.video-shell .inline-player {
  aspect-ratio: 1800 / 1010;
}

.story-media .inline-player {
  width: 100%;
  aspect-ratio: 560 / 1030;
  border-radius: inherit;
  box-shadow: 0 15px 30px rgba(27, 27, 36, 0.14);
}

.inline-video.is-playing img {
  display: none;
}

.inline-video.is-playing .inline-player {
  display: block;
}

.video-toggle {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  display: flex;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 25px rgba(53, 37, 205, 0.25);
  cursor: pointer;
}

.story-media .video-toggle {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(5px);
  font-size: 24px;
}

.offer-section {
  background: #ffffff;
  padding: 118px 24px 68px;
}

.offer-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 210px;
  align-items: center;
  max-width: 1344px;
  min-height: 198px;
  margin: 0 auto;
  padding: 30px 28px;
  border: 1px solid #eee8fb;
  border-radius: 24px;
  background: rgba(252, 248, 255, 0.86);
  box-shadow: var(--shadow);
}

.offer-dot {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #f6f1ff;
}

.offer-copy span {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-copy h2 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.15;
}

.offer-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
}

.offer-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.offer-price del {
  color: #9d98ad;
  font-size: 14px;
  font-weight: 800;
}

.offer-price strong {
  margin-top: -4px;
  color: var(--primary-bright);
  font-size: 44px;
  line-height: 1;
}

.primary-button {
  width: 184px;
  min-height: 48px;
  margin-top: 20px;
  font-size: 14px;
}

.mentor-band {
  padding: 84px 24px 128px;
}

.mentor-card {
  position: relative;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  max-width: 1344px;
  min-height: 493px;
  margin: 0 auto;
  overflow: hidden;
  padding: 66px;
  border-radius: 28px;
  background: #f0ecf9;
}

.mentor-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 132px;
  border-radius: 0 0 0 132px;
  background: #e1dcf7;
}

.mentor-card > img {
  width: 360px;
  border: 8px solid #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 25px rgba(27, 27, 36, 0.15);
}

.mentor-copy {
  position: relative;
  z-index: 1;
}

.mentor-copy h2,
.stories-column h2,
.faq-column h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.16;
}

.mentor-copy h2 span {
  color: var(--primary-bright);
}

.market-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 28px 0 26px;
}

.market-row strong {
  color: var(--primary-bright);
  font-size: 28px;
}

.market-row span,
.mentor-copy p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.72;
}

.mentor-copy p {
  max-width: 748px;
  margin: 0;
}

.mentor-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
}

.mentor-stats div {
  display: flex;
  min-height: 86px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.mentor-stats strong {
  color: var(--primary-bright);
  font-size: 29px;
  line-height: 1;
}

.mentor-stats span {
  margin-top: 7px;
  color: #5b5868;
  font-size: 11px;
  font-weight: 800;
}

.stories-faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 590px);
  gap: 80px;
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 24px 222px;
}

.story-rail {
  display: flex;
  gap: 34px;
  margin-top: 34px;
  overflow-x: auto;
  padding: 0 8px 12px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.story-rail::-webkit-scrollbar {
  display: none;
}

.story-carousel {
  position: relative;
  max-width: 606px;
}

.story-media {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  background: transparent;
}

.story-card img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 15px 30px rgba(27, 27, 36, 0.14);
}

.carousel-button {
  position: absolute;
  top: 34%;
  z-index: 3;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(199, 196, 216, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(27, 27, 36, 0.12);
  cursor: pointer;
}

.carousel-button.prev {
  left: -14px;
}

.carousel-button.next {
  right: -14px;
}

.story-card {
  flex: 0 0 282px;
  scroll-snap-align: start;
}

.story-card h3 {
  margin: 24px 0 4px 8px;
  font-size: 18px;
  line-height: 1.15;
}

.story-card span {
  display: block;
  margin-left: 8px;
  color: var(--primary-bright);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-card p {
  max-width: 270px;
  margin: 13px 0 0 8px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.55;
}

.faq-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

details {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface-card);
}

summary {
  display: flex;
  min-height: 76px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  color: #333141;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "⌄";
  color: #1d1b27;
  font-size: 18px;
}

details[open] summary::after {
  transform: rotate(180deg);
}

details p {
  margin: -8px 28px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.site-footer {
  border-top: 1px solid var(--border-strong);
  background: #f2effc;
  padding: 62px 24px 62px;
}

.footer-grid,
.footer-bottom {
  max-width: 1344px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px 170px;
  gap: 56px;
}

.footer-brand h2,
.footer-links h3 {
  margin: 0 0 22px;
  font-size: 17px;
}

.footer-brand p {
  max-width: 470px;
  margin: 0;
  color: #393747;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.social-row {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.social-row a {
  display: inline-flex;
  width: 33px;
  height: 33px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e4e1ee;
  color: #383546;
  font-size: 14px;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-links a {
  margin-bottom: 17px;
  color: #4f4b5f;
  font-size: 15px;
  font-weight: 600;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 58px;
  padding-top: 40px;
  border-top: 1px solid var(--border-strong);
  color: #656174;
  font-size: 14px;
  font-weight: 800;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom span::before {
  content: "•";
  margin: 0 26px;
}

.mobile-enroll {
  display: none;
}

.whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #21c363;
  color: #ffffff;
  font-size: 23px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.whatsapp span {
  transform: rotate(-12deg);
}

@media (max-width: 720px) {
  body {
    padding-bottom: 82px;
  }

  .site-header {
    top: 10px;
    padding: 0 14px;
  }

  .nav-pill {
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
    padding: 0 8px 0 18px;
    border-color: rgba(199, 196, 216, 0.8);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 30px rgba(54, 42, 125, 0.09);
  }

  .brand {
    margin-right: 0;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    gap: 14px;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    font-size: 11px;
    line-height: 1;
  }

  .signup {
    width: auto;
    min-width: 64px;
    height: 32px;
    min-height: 0;
    padding: 0 15px;
    border-radius: 999px;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
  }

  .hero {
    margin-top: 42px;
    padding: 0 12px 36px;
  }

  .eyebrow {
    min-height: 22px;
    padding: 0 11px;
    font-size: 7px;
  }

  .hero h1 {
    max-width: 360px;
    margin: 18px auto 12px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .desktop-break {
    display: none;
  }

  .hero p {
    max-width: 330px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
  }

  .video-toggle {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .story-media .video-toggle {
    width: 39px;
    height: 39px;
    font-size: 17px;
  }

  .video-shell {
    width: 100%;
    margin-top: 26px;
    border-radius: 6px;
    box-shadow: 0 10px 22px rgba(27, 27, 36, 0.12);
  }

  .video-shell .inline-player {
    border-radius: 6px;
  }
}

.course-preview-link {
  width: fit-content;
  margin-top: 24px;
  padding: 0 20px;
}

.module-page {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
}

.module-shell {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 0.95fr);
  gap: 32px;
  width: min(1230px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 128px 0 80px;
}

.module-main {
  display: grid;
  gap: 24px;
}

.module-player {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #080711;
  box-shadow: 0 14px 34px rgba(27, 27, 36, 0.12);
}

.module-player img,
.module-player .inline-player {
  width: 100%;
  aspect-ratio: 808 / 454;
  object-fit: cover;
}

.module-player .inline-player {
  display: none;
}

.module-player.is-playing img {
  display: none;
}

.module-player.is-playing .inline-player {
  display: block;
}

.module-action,
.approval-card,
.module-sidebar {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 28px rgba(54, 42, 125, 0.06);
}

.module-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 32px;
  background: #f3effc;
}

.module-action p {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.module-action h1 {
  max-width: 520px;
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
}

.module-buttons {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
}

.module-secondary,
.module-primary,
.approval-card a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
}

.module-secondary {
  min-width: 140px;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--muted);
}

.module-primary,
.approval-card a {
  min-width: 160px;
  border: 0;
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(53, 37, 205, 0.18);
}

.approval-card {
  width: min(445px, 100%);
  margin: 0 auto;
  padding: 34px;
  text-align: center;
  background: #f5f2ff;
  border: 1px solid var(--border);
}

.approval-card p {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.55;
}

.approval-card a {
  width: 100%;
  margin-top: 28px;
}

.approval-card small {
  display: block;
  margin-top: 22px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.module-sidebar {
  position: sticky;
  top: 112px;
  align-self: start;
  padding: 24px;
  border: 1px solid rgba(199, 196, 216, 0.4);
}

.module-sidebar h2 {
  margin: 0 0 18px;
  font-size: 18px;
}

.module-progress-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.module-progress-row strong {
  color: var(--primary);
}

.module-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.module-group {
  border: 1px solid rgba(53, 37, 205, 0.2);
  border-radius: 16px;
  background: rgba(79, 70, 229, 0.06);
  padding: 14px;
}

.module-group header,
.lesson,
.locked-module {
  display: flex;
  align-items: center;
  gap: 12px;
}

.module-group header {
  justify-content: space-between;
  margin-bottom: 14px;
  color: var(--primary);
  font-weight: 800;
}

.module-group header span,
.locked-module span {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-size: 11px;
}

.lesson {
  min-height: 58px;
  padding: 12px;
  border-radius: 12px;
}

.lesson.active {
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(54, 42, 125, 0.08);
}

.lesson.watched {
  background: transparent;
}

.lesson.watched > span {
  color: #2e7d32;
}

.lesson.watched em {
  background: transparent;
  border: 1px solid var(--border-strong);
  color: var(--muted);
}

.lesson.locked,
.locked-module {
  color: var(--muted);
  opacity: 0.72;
}

.lesson div {
  min-width: 0;
  flex: 1;
}

.lesson strong,
.lesson small {
  display: block;
}

.lesson small {
  color: var(--muted);
  font-size: 11px;
}

.lesson em {
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  padding: 3px 7px;
  text-transform: uppercase;
}

.locked-module {
  justify-content: space-between;
  min-height: 60px;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #f5f2ff;
  font-weight: 700;
}

.locked-module span {
  background: #e4e1ee;
  color: var(--muted);
}

.unlocked-module {
  display: flex;
  justify-content: space-between;
  min-height: 60px;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--muted);
  font-weight: 700;
}

.unlocked-module span {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e4e1ee;
  color: var(--muted);
  font-size: 11px;
}

.unlocked-module b {
  color: var(--primary);
  font-size: 18px;
}

.module-page.is-approved .module-player {
  background: linear-gradient(#c9c9c9, #8f8f8f);
}

.module-page.is-approved .module-player img {
  opacity: 0.18;
  filter: grayscale(1);
}

.module-page.is-approved .module-action {
  background: #f5f2ff;
}

.module-page.is-approved .module-primary {
  min-width: 160px;
}

.module-page.is-approved .module-sidebar {
  background: #f5f2ff;
}

.module-page.is-approved .module-group {
  background: rgba(79, 70, 229, 0.08);
}

.module-page.is-approved .lesson.active {
  background: rgba(79, 70, 229, 0.12);
  border: 1px solid rgba(53, 37, 205, 0.22);
}

.module-footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 70px;
  padding: 62px 24px;
  border-top: 1px solid var(--border);
  background: #f2effc;
}

.module-footer h2,
.module-footer h3 {
  margin: 0 0 18px;
  font-size: 16px;
}

.module-footer p,
.module-footer a {
  display: block;
  max-width: 320px;
  margin: 0 0 12px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .module-shell {
    grid-template-columns: 1fr;
    width: calc(100vw - 24px);
    padding-top: 104px;
  }

  .module-action {
    display: block;
    padding: 24px;
  }

  .module-action h1 {
    font-size: 24px;
  }

  .module-buttons {
    margin-top: 20px;
  }

  .module-secondary,
  .module-primary {
    min-width: 0;
    flex: 1;
  }

  .module-sidebar {
    position: static;
  }

  .module-footer {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 520px) {
  .module-buttons {
    display: grid;
  }
}

@media (max-width: 360px) and (min-width: 281px) {
  .site-header {
    padding: 0 10px;
  }

  .nav-pill {
    padding-left: 13px;
  }

  .brand {
    font-size: 11px;
  }

  .nav-actions {
    gap: 9px;
    font-size: 9px;
  }

  .signup {
    min-width: 54px;
    height: 30px;
    padding: 0 11px;
    font-size: 9px;
  }
}

@media (max-width: 720px) {
  .offer-section {
    background: var(--bg);
    padding: 0 12px 66px;
  }

  .offer-card {
    display: flex;
    min-height: 193px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 29px 31px;
    border-color: #e6def7;
    border-radius: 14px;
    box-shadow: none;
  }

  .offer-dot,
  .offer-copy span,
  .offer-copy p,
  .offer-price del {
    display: none;
  }

  .offer-copy h2 {
    max-width: 190px;
    margin: 0 0 14px;
    font-size: clamp(20px, 6vw, 24px);
    line-height: 1.08;
  }

  .offer-price {
    align-items: flex-start;
  }

  .offer-price strong {
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
  }

  .primary-button {
    width: 142px;
    min-height: 29px;
    margin-top: 13px;
    border-radius: 4px;
    font-size: 9px;
  }

  .mentor-band {
    display: none;
  }

  .stories-faq {
    display: block;
    padding: 0 0 88px;
  }

  .stories-column,
  .faq-column {
    padding: 0 12px;
  }

  .stories-column h2,
  .faq-column h2 {
    font-size: 20px;
    line-height: 1.1;
  }

  .story-rail {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }

  .story-rail::-webkit-scrollbar {
    display: none;
  }

  .story-card {
    width: 135px;
    flex: 0 0 135px;
    scroll-snap-align: start;
  }

  .story-media {
    border-radius: 7px;
  }

  .story-card img {
    border-radius: 7px;
    box-shadow: 0 8px 18px rgba(27, 27, 36, 0.16);
  }

  .story-card h3 {
    margin: 11px 0 2px 1px;
    font-size: 8px;
  }

  .story-card span {
    margin-left: 1px;
    font-size: 6px;
  }

  .story-card p {
    margin: 7px 0 0 1px;
    font-size: 7px;
    line-height: 1.35;
  }

  .carousel-button {
    display: flex;
    width: 26px;
    height: 26px;
    font-size: 17px;
  }

  .carousel-button.prev {
    left: 4px;
  }

  .carousel-button.next {
    right: 4px;
  }

  .faq-column {
    margin-top: 64px;
  }

  .faq-list {
    gap: 10px;
    margin-top: 24px;
  }

  details {
    border-radius: 7px;
  }

  summary {
    min-height: 36px;
    padding: 0 12px;
    font-size: 8px;
    font-weight: 500;
  }

  summary::after {
    font-size: 13px;
  }

  details p {
    margin: -2px 12px 12px;
    font-size: 8px;
  }

  .site-footer {
    padding: 27px 12px 22px;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand h2,
  .footer-links h3 {
    margin-bottom: 13px;
    font-size: 8px;
  }

  .footer-brand p {
    max-width: 220px;
    font-size: 7px;
    line-height: 1.45;
  }

  .social-row {
    gap: 10px;
    margin-top: 12px;
  }

  .social-row a {
    width: 21px;
    height: 21px;
    font-size: 10px;
  }

  .footer-links a {
    margin-bottom: 10px;
    font-size: 7px;
  }

  .footer-bottom {
    display: block;
    margin-top: 17px;
    padding-top: 18px;
    text-align: center;
    font-size: 6px;
    font-weight: 500;
    line-height: 1.3;
  }

  .footer-bottom p:first-child {
    max-width: 170px;
    margin: 0 auto 10px;
  }

  .footer-bottom p:last-child {
    display: flex;
    justify-content: center;
    gap: 18px;
  }

  .footer-bottom span::before {
    margin: 0;
  }

  .whatsapp {
    right: 10px;
    bottom: 72px;
    width: 34px;
    height: 34px;
    font-size: 18px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  }

  .mobile-enroll {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 25;
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 8px 12px;
    border-top: 1px solid var(--border-strong);
    background: #ffffff;
    box-shadow: 0 -10px 20px rgba(27, 27, 36, 0.08);
  }

  .mobile-enroll span {
    display: block;
    color: #575366;
    font-size: 8px;
  }

  .mobile-enroll strong {
    display: block;
    color: var(--primary);
    font-size: 14px;
  }

  .mobile-enroll a {
    width: 86px;
    min-height: 40px;
    border-radius: 4px;
    font-size: 10px;
  }

}

@media (max-width: 280px) {
  .site-header {
    top: 8px;
    padding: 0 12px;
  }

  .nav-pill {
    min-height: 40px;
    padding: 0 6px 0 12px;
  }

  .brand {
    font-size: 10px;
  }

  .nav-actions {
    gap: 8px;
    font-size: 7px;
  }

  .signup {
    width: 42px;
    height: 34px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 7px;
  }
}

.courses-page {
  min-height: 100vh;
  background: #fcf8ff;
  color: #1b1b24;
  font-family: "Playfair Display", "Noto Sans Bengali", Georgia, serif;
}

.course-header {
  display: flex;
  justify-content: center;
  padding: 32px 24px 0;
}

.course-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1700px, calc(100vw - 48px));
  min-height: 108px;
  padding: 0 46px;
  border: 1px solid #e6e1f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 8px 18px rgba(34, 29, 73, 0.05);
}

.course-brand {
  color: var(--primary-bright);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.course-links {
  display: flex;
  justify-content: center;
  gap: 52px;
  color: #575264;
  font-size: 29px;
  font-weight: 700;
}

.course-links a {
  position: relative;
  padding: 8px 0;
}

.course-links .active {
  color: var(--primary-bright);
}

.course-links .active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 4px;
  border-radius: 999px;
  background: var(--primary-bright);
}

.course-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.course-login,
.course-dashboard,
.course-enroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
}

.course-login {
  min-width: 150px;
  min-height: 74px;
  border: 2px solid var(--primary-bright);
  color: var(--primary-bright);
  font-size: 30px;
}

.course-dashboard {
  min-width: 248px;
  min-height: 72px;
  background: var(--primary);
  color: #ffffff;
  font-size: 29px;
}

.course-hero {
  padding: 116px 24px 180px;
  text-align: center;
}

.course-hero h1 {
  margin: 0;
  font-size: clamp(58px, 4.7vw, 90px);
  font-weight: 800;
  line-height: 1.06;
}

.course-hero p {
  margin: 42px auto 0;
  max-width: 1260px;
  color: #575264;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
}

.marketplace-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 66px;
  width: min(2048px, calc(100vw - 512px));
  min-width: 0;
  margin: 0 auto 0;
}

.marketplace-card {
  overflow: hidden;
  border-radius: 42px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(45, 37, 90, 0.08);
}

.marketplace-card img {
  width: 100%;
  aspect-ratio: 990 / 514;
  object-fit: cover;
}

.marketplace-copy {
  min-height: 440px;
  padding: 68px 64px 52px;
}

.marketplace-copy h2 {
  margin: 0;
  font-size: clamp(42px, 3vw, 62px);
  font-weight: 800;
  line-height: 1.1;
}

.marketplace-copy p {
  max-width: 820px;
  margin: 50px 0 0;
  color: #5f5b6b;
  font-size: clamp(24px, 1.55vw, 34px);
  font-weight: 600;
  line-height: 1.55;
}

.full-access-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  margin-top: 0;
  padding: 54px 46px;
  border-top: 1px solid #ded9e9;
  border-bottom: 1px solid #cfc9dd;
  background: rgba(252, 248, 255, 0.92);
}

.full-access-copy {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}

.full-access-copy > span {
  display: inline-flex;
  min-width: 156px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #dedbff;
  color: var(--primary);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.full-access-copy h2 {
  margin: -8px 0 0;
  font-size: 46px;
  line-height: 1.1;
}

.full-access-copy p {
  margin: 22px 0 0;
  color: #5f5b6b;
  font-size: 31px;
  font-weight: 600;
}

.full-access-action {
  display: flex;
  align-items: center;
  gap: 64px;
  flex: 0 0 auto;
}

.course-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.course-price del {
  color: #5f5b6b;
  font-size: 22px;
  font-weight: 800;
}

.course-price strong {
  margin-top: -8px;
  color: var(--primary-bright);
  font-size: 68px;
  font-weight: 800;
  line-height: 1;
}

.course-enroll {
  min-width: 395px;
  min-height: 112px;
  gap: 28px;
  background: var(--primary);
  color: #ffffff;
  font-size: 32px;
  box-shadow: 0 14px 28px rgba(53, 37, 205, 0.22);
}

.course-enroll span {
  font-family: Inter, sans-serif;
  font-size: 54px;
  line-height: 1;
}

.course-footer {
  padding: 98px 46px 110px;
  background: #f2effc;
  font-family: "Playfair Display", "Noto Sans Bengali", Georgia, serif;
}

.course-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) 0.6fr 0.6fr;
  gap: 90px;
}

.course-footer h2,
.course-footer h3 {
  margin: 0;
}

.course-footer h2 {
  font-size: 34px;
}

.course-footer h3 {
  color: var(--primary-bright);
  font-size: 34px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.course-footer p {
  max-width: 820px;
  margin: 54px 0 0;
  color: #5f5b6b;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.55;
}

.course-footer a {
  display: block;
  margin-top: 58px;
  color: #5f5b6b;
  font-size: 30px;
  font-weight: 600;
}

.course-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 92px;
  padding-top: 80px;
  border-top: 1px solid #ded9e9;
}

.course-footer-bottom p {
  margin: 0;
  font-size: 28px;
}

.course-socials {
  display: flex;
  gap: 46px;
}

.course-socials a {
  margin: 0;
  color: #4d4a58;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 800;
}

@media (max-width: 1500px) {
  .marketplace-grid {
    width: min(1200px, calc(100vw - 80px));
    gap: 42px;
  }

  .course-brand {
    font-size: 34px;
  }

  .course-links {
    gap: 30px;
    font-size: 22px;
  }

  .course-login {
    min-width: 104px;
    min-height: 52px;
    font-size: 22px;
  }

  .course-dashboard {
    min-width: 155px;
    min-height: 52px;
    font-size: 22px;
  }

  .course-nav {
    min-height: 76px;
  }
}

@media (max-width: 900px) {
  .courses-page {
    padding-bottom: 0;
  }

  .course-header {
    padding: 14px 12px 0;
  }

  .course-nav {
    display: flex;
    min-height: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
    width: 100%;
    padding: 16px;
    border-radius: 24px;
  }

  .course-brand {
    width: 100%;
    text-align: center;
    font-size: 28px;
  }

  .course-links {
    order: 3;
    width: 100%;
    gap: 16px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 4px 2px;
    font-size: 15px;
    scrollbar-width: none;
  }

  .course-links::-webkit-scrollbar {
    display: none;
  }

  .course-actions {
    gap: 10px;
  }

  .course-login,
  .course-dashboard {
    min-height: 38px;
    font-size: 15px;
  }

  .course-login {
    min-width: 82px;
  }

  .course-dashboard {
    min-width: 118px;
  }

  .course-hero {
    padding: 54px 18px 58px;
  }

  .course-hero h1 {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    font-size: 34px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .course-hero p {
    max-width: 340px;
    margin-top: 20px;
    font-size: 18px;
  }

  .marketplace-grid {
    grid-template-columns: 1fr;
    width: calc(100vw - 28px);
    gap: 24px;
  }

  .marketplace-card {
    border-radius: 24px;
  }

  .marketplace-copy {
    min-height: 0;
    padding: 30px 24px 38px;
  }

  .marketplace-copy h2 {
    font-size: 33px;
    overflow-wrap: break-word;
  }

  .marketplace-copy p {
    margin-top: 20px;
    font-size: 17px;
    overflow-wrap: break-word;
  }

  .full-access-bar {
    display: block;
    margin-top: 36px;
    padding: 28px 18px;
  }

  .full-access-copy {
    gap: 12px;
  }

  .full-access-copy > span {
    min-width: 74px;
    min-height: 30px;
    font-size: 12px;
  }

  .full-access-copy h2 {
    margin-top: 0;
    font-size: 28px;
  }

  .full-access-copy p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.45;
  }

  .full-access-action {
    justify-content: space-between;
    gap: 14px;
    margin-top: 26px;
  }

  .course-price strong {
    font-size: 34px;
  }

  .course-price del {
    font-size: 14px;
  }

  .course-enroll {
    min-width: 150px;
    min-height: 54px;
    gap: 12px;
    font-size: 17px;
  }

  .course-enroll span {
    font-size: 28px;
  }

  .course-footer {
    padding: 48px 18px 58px;
  }

  .course-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .course-footer h2,
  .course-footer h3 {
    font-size: 24px;
  }

  .course-footer p,
  .course-footer a {
    margin-top: 18px;
    font-size: 17px;
  }

  .course-footer-bottom {
    display: block;
    margin-top: 42px;
    padding-top: 34px;
  }

  .course-footer-bottom p {
    font-size: 15px;
  }

  .course-socials {
    gap: 24px;
    margin-top: 28px;
  }
}

/* Course page consistency pass */
.courses-page,
.courses-page * {
  font-family: var(--font);
}

.courses-page {
  background: var(--bg);
}

.courses-page .site-header {
  margin-top: 18px;
}

.courses-page .signup {
  min-width: 132px;
  padding: 0 20px;
}

.course-hero {
  padding: 132px 24px 142px;
}

.course-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(44px, 4.2vw, 72px);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
}

.course-hero p {
  max-width: 980px;
  margin: 28px auto 0;
  font-size: clamp(18px, 1.6vw, 28px);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.marketplace-grid {
  width: min(1480px, calc(100vw - 128px));
  gap: 44px;
}

.marketplace-card {
  border-radius: 24px;
}

.marketplace-copy {
  min-height: 310px;
  padding: 54px 56px 58px;
  text-align: left;
}

.marketplace-copy h2 {
  font-size: clamp(34px, 2.6vw, 48px);
  font-weight: 800;
  line-height: 1.12;
}

.marketplace-copy p {
  max-width: 640px;
  margin-top: 28px;
  font-size: clamp(17px, 1.35vw, 23px);
  line-height: 1.65;
}

.full-access-bar {
  margin-top: 0;
  padding: 34px 46px;
  background: rgba(252, 248, 255, 0.96);
}

.full-access-copy h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
}

.full-access-copy p {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.45;
}

.course-price strong {
  font-size: 48px;
}

.course-enroll {
  min-width: 270px;
  min-height: 70px;
  font-size: 22px;
}

.course-footer {
  font-family: var(--font);
  padding: 72px 46px 84px;
}

.course-footer h2 {
  font-size: 22px;
}

.course-footer h3 {
  font-size: 18px;
  letter-spacing: 0.08em;
}

.course-footer p,
.course-footer a,
.course-footer-bottom p {
  font-size: 17px;
  line-height: 1.65;
}

.course-footer p {
  margin-top: 28px;
}

.course-footer a {
  margin-top: 28px;
}

@media (max-width: 720px) {
  .courses-page {
    padding-bottom: 82px;
  }

  .courses-page .site-header {
    margin-top: 0;
  }

  .courses-page .signup {
    min-width: 76px;
    height: 32px;
    padding: 0 12px;
    font-size: 10px;
  }

  .course-hero {
    padding: 74px 18px 54px;
  }

  .course-hero h1 {
    max-width: 340px;
    font-size: 33px;
    line-height: 1.12;
  }

  .course-hero p {
    max-width: 330px;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.55;
  }

  .marketplace-grid {
    width: calc(100vw - 28px);
    gap: 24px;
  }

  .marketplace-copy {
    padding: 28px 24px 34px;
  }

  .marketplace-copy h2 {
    font-size: 29px;
    line-height: 1.15;
  }

  .marketplace-copy p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.55;
  }

  .full-access-bar {
    padding: 24px 16px 28px;
  }

  .full-access-copy {
    display: block;
  }

  .full-access-copy > span {
    margin-bottom: 12px;
  }

  .full-access-copy h2 {
    font-size: 24px;
  }

  .full-access-copy p {
    font-size: 14px;
  }

  .full-access-action {
    margin-top: 20px;
  }

  .course-price strong {
    font-size: 28px;
  }

  .course-enroll {
    min-width: 136px;
    min-height: 46px;
    font-size: 14px;
  }
}

.app-page {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
}

.auth-shell,
.dashboard-shell {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.auth-shell {
  display: grid;
  min-height: calc(100vh - 90px);
  place-items: center;
  padding: 96px 0 72px;
}

.auth-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 44px;
  width: min(980px, 100%);
  padding: 38px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.auth-chip {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #dfdcff;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.auth-copy h1,
.dashboard-hero h1 {
  margin: 18px 0 12px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
}

.auth-copy p,
.dashboard-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: #343141;
  font-size: 13px;
  font-weight: 800;
}

.auth-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fbf9ff;
  color: var(--text);
  font: inherit;
  padding: 0 16px;
  outline: none;
}

.auth-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fbf9ff;
  color: var(--text);
  font: inherit;
  padding: 0 16px;
  outline: none;
}

.auth-form input:focus,
.auth-form select:focus {
  border-color: var(--primary-bright);
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.12);
}

.auth-error {
  margin: -4px 0 0;
  color: #b42318;
  font-size: 13px;
  font-weight: 800;
}

.auth-form button,
.dashboard-primary,
.panel-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(53, 37, 205, 0.18);
}

.auth-switch {
  grid-column: 2;
  margin: -20px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.auth-switch a {
  color: var(--primary);
  font-weight: 800;
}

.dashboard-shell {
  padding: 130px 0 86px;
}

.dashboard-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.dashboard-primary {
  min-width: 170px;
  padding: 0 24px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dashboard-panel,
.progress-list article,
.dashboard-locked {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(54, 42, 125, 0.06);
}

.dashboard-locked {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  margin-bottom: 22px;
}

.dashboard-locked[hidden] {
  display: none;
}

.dashboard-locked h2 {
  margin: 16px 0 10px;
  font-size: 28px;
}

.dashboard-locked p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

.checkout-summary {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #f5f2ff;
}

.checkout-summary span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.checkout-summary strong {
  display: block;
  margin-top: 4px;
  color: var(--primary-bright);
  font-size: 34px;
  line-height: 1;
}

.admin-review {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #f5f2ff;
}

.admin-review p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.admin-payment-summary {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 4px;
  color: var(--muted);
  font-weight: 800;
}

.admin-payment-summary strong {
  color: var(--primary-bright);
  font-size: 34px;
  line-height: 1;
}

.admin-payment-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(79, 70, 229, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.admin-proof-link {
  display: grid;
  gap: 10px;
  color: var(--primary);
  font-weight: 900;
}

.admin-proof-link img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #ffffff;
}

.admin-status {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-status.pending {
  background: #fff2c7;
  color: #7a4d00;
}

.admin-status.approved {
  background: #dff8e8;
  color: #126b35;
}

.admin-review dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.admin-review dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.admin-review dt {
  color: var(--muted);
  font-weight: 700;
}

.admin-review dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.auth-admin-approve {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(53, 37, 205, 0.18);
}

.auth-admin-approve:disabled,
.auth-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.admin-approved-list {
  display: grid;
  gap: 10px;
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.admin-approved-list h2 {
  margin: 0;
  font-size: 18px;
}

.admin-approved-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-weight: 700;
}

.admin-approved-row strong {
  color: var(--text);
  text-align: right;
}

.dashboard-panel {
  padding: 24px;
}

.profile-panel {
  display: flex;
  align-items: center;
  gap: 18px;
}

.avatar {
  display: flex;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  font-weight: 900;
}

.dashboard-panel h2,
.course-progress-section h2 {
  margin: 0;
  font-size: 22px;
}

.dashboard-panel p,
.dashboard-panel span,
.progress-list p {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.55;
}

.dashboard-metric {
  display: block;
  margin: 18px 0 12px;
  color: var(--primary-bright);
  font-size: 44px;
  line-height: 1;
}

.progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4e1ee;
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--primary-bright));
}

.panel-link {
  min-height: 42px;
  margin-top: 16px;
  padding: 0 18px;
  font-size: 14px;
}

.course-progress-section {
  margin-top: 28px;
}

.progress-list {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.progress-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 20px;
  align-items: center;
  padding: 20px;
}

.progress-list article .progress-track {
  grid-column: 1 / -1;
}

.progress-list h3,
.progress-list p {
  margin: 0;
}

.progress-list strong {
  color: var(--primary-bright);
  font-size: 20px;
}

@media (max-width: 720px) {
  .auth-shell,
  .dashboard-shell {
    width: calc(100vw - 24px);
  }

  .auth-shell {
    min-height: auto;
    padding: 92px 0 40px;
  }

  .auth-card {
    display: block;
    padding: 24px;
    border-radius: 18px;
  }

  .auth-copy h1,
  .dashboard-hero h1 {
    font-size: 32px;
  }

  .auth-copy p,
  .dashboard-hero p {
    font-size: 14px;
  }

  .auth-form {
    margin-top: 24px;
  }

  .auth-switch {
    margin: 18px 0 0;
  }

  .dashboard-shell {
    padding: 100px 0 48px;
  }

  .dashboard-hero {
    display: block;
  }

  .dashboard-primary {
    width: 100%;
    margin-top: 20px;
  }

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

  .dashboard-locked {
    display: block;
    padding: 22px;
  }

  .dashboard-locked .dashboard-primary {
    margin-top: 18px;
  }

  .dashboard-panel {
    padding: 20px;
  }

  .admin-review dl div,
  .admin-approved-row {
    display: grid;
    gap: 4px;
  }

  .admin-review dd,
  .admin-approved-row strong {
    text-align: left;
  }

  .progress-list article {
    grid-template-columns: 1fr;
  }
}
