@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,400,0,0");
:root {
  --ink: #111827;
  --muted: #5e6878;
  --line: #e3e8f0;
  --paper: #fff;
  --soft: #f5f7ff;
  --primary: #3730a3;
  --primary2: #5145cd;
  --cyan: #0ea5e9;
  --green: #0e9f6e;
  --amber: #f59e0b;
  --shadow: 0 18px 50px rgba(42, 39, 117, 0.11);
  --radius: 22px;
}

/* Clear marketplace-style course layout */
.course-premium-hero {
  padding: 48px 0 52px;
  background: #1d1e27;
  color: #fff;
}
.course-premium-hero:before {
  display: none;
}
.course-hero-grid {
  grid-template-columns: minmax(0, 720px) 360px;
  align-items: start;
  gap: 70px;
}
.course-back {
  margin-bottom: 25px;
  color: #c8c9d5;
}
.course-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.course-category {
  margin: 0;
  border: 0;
  border-radius: 3px;
  background: #ecebff;
  color: #3d3794;
}
.course-bestseller {
  padding: 7px 9px;
  border-radius: 3px;
  background: #eceb98;
  color: #3b3c20;
  font: 800 9px Manrope;
  text-transform: uppercase;
}
.course-hero-copy h1 {
  font-size: clamp(34px, 4.3vw, 51px);
  line-height: 1.1;
}
.course-hero-copy > p {
  margin-top: 14px;
  color: #e1e2e9;
  font-size: 17px;
  line-height: 1.5;
}
.course-rating,
.course-updated {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #dddfe8;
  font-size: 11px;
}
.course-rating strong {
  display: flex;
  align-items: center;
  color: #f5c85b;
}
.course-rating strong .mi {
  font-size: 15px;
  font-variation-settings: "FILL" 1;
}
.course-rating a {
  color: #9fd9ff;
  text-decoration: underline;
}
.course-rating span + span {
  padding-left: 10px;
  border-left: 1px solid #656674;
}
.course-updated {
  gap: 16px;
  margin-top: 13px;
  color: #c9cad3;
  font-size: 10px;
}
.course-updated span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.course-updated .mi {
  font-size: 15px;
}
.course-preview-card {
  overflow: hidden;
  border: 1px solid #e1e2e8;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.course-preview-media {
  position: relative;
  height: 205px;
  overflow: hidden;
  background: #101118;
}
.course-preview-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 15, 23, 0.25);
}
.course-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-preview-media > span {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -60%);
  border-radius: 50%;
  background: #fff;
  color: #1d1e27;
}
.course-preview-media > span .mi {
  font-size: 30px;
}
.course-preview-media > strong {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 16px;
  text-align: center;
  color: #fff;
  font: 800 12px Manrope;
}
.course-preview-info {
  padding: 17px 20px;
}
.course-preview-info > span {
  display: block;
  margin-bottom: 13px;
  font: 800 12px Manrope;
}
.preview-tools {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.preview-tools span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #e2e3e9;
  border-radius: 4px;
  background: #f8f8fa;
}
.preview-tools img {
  width: 22px;
  height: 22px;
}
.course-content-section {
  padding: 42px 0 75px;
  background: #fff;
}
.course-content-section .detail-grid {
  grid-template-columns: minmax(0, 720px) 360px;
  gap: 70px;
}
.course-outcome-panel {
  padding: 26px 28px;
  border: 1px solid #d8d9df;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}
.course-outcome-panel h2 {
  margin: 0 0 21px;
  font-size: 22px;
}
.outcome-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 25px;
  margin: 0;
}
.outcome-grid > div {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.outcome-grid > div > .mi {
  width: auto;
  height: auto;
  display: block;
  background: transparent;
  color: #252631;
  font-size: 16px;
}
.outcome-grid > div > span {
  font-size: 11px;
  line-height: 1.55;
}
.curriculum-section {
  padding-top: 42px;
}
.curriculum-heading {
  margin-bottom: 7px;
  align-items: center;
}
.curriculum-heading h2 {
  margin: 0 0 5px;
  font-size: 24px;
}
.curriculum-heading p {
  font-size: 11px;
}
.expand-all {
  flex: none;
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: var(--primary);
  font: 800 10px Manrope;
}
.curriculum-facts {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
  color: #686978;
  font-size: 10px;
}
.course-content-section .syllabus-module,
.course-content-section .syllabus-module.open {
  margin: 0;
  border: 1px solid #d8d9df;
  border-bottom: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}
.course-content-section .syllabus-module:last-child {
  border-bottom: 1px solid #d8d9df;
}
.course-content-section .module-toggle {
  min-height: 70px;
  padding: 12px 18px;
  background: #f7f7f9;
}
.course-content-section .module-toggle:hover {
  background: #f2f2f5;
}
.course-content-section .module-no {
  display: none;
}
.course-content-section .module-heading {
  gap: 2px;
}
.course-content-section .module-heading strong {
  font-size: 12px;
}
.course-content-section .module-heading > small:last-child {
  color: #62636f;
  font-size: 9px;
}
.module-label {
  display: none;
}
.module-action {
  margin-left: auto;
  color: #555663;
  font-size: 9px;
}
.course-content-section .module-chevron {
  order: -1;
  width: 22px;
  height: 22px;
  background: transparent;
  color: #292a34;
}
.course-content-section .module-detail {
  border-top: 1px solid #d8d9df;
  background: #fff;
}
.udemy-topics > h4 {
  display: none;
}
.lecture-row {
  min-height: 46px;
  padding: 8px 18px 8px 50px;
  border-bottom: 0;
}
.lecture-row:hover {
  background: #fafafd;
}
.lecture-row > .mi {
  font-size: 15px;
  color: #343541;
}
.lecture-row small {
  display: none;
}
.lecture-row strong {
  font-size: 10px;
  font-weight: 500;
}
.lecture-row em {
  background: transparent;
  color: #777885;
  font-size: 7px;
}
.premium-fee {
  top: 100px;
  margin-top: -188px;
  border: 1px solid #dedfe5;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 30px rgba(22, 23, 34, 0.15);
  backdrop-filter: none;
}
.premium-fee .big-price {
  font-size: 36px;
}
.premium-fee .post-offer {
  border-radius: 0;
}
.fee-primary {
  border-radius: 3px;
  min-height: 48px;
}
.fee-policy-link {
  text-decoration: underline;
}
.course-experience {
  padding-top: 42px;
}
.course-experience .card {
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}
@media (max-width: 960px) {
  .course-hero-grid,
  .course-content-section .detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .course-preview-card {
    max-width: 520px;
  }
  .premium-fee {
    margin-top: 0;
    max-width: 520px;
  }
  .course-content-section {
    padding-top: 32px;
  }
}
@media (max-width: 640px) {
  .course-premium-hero {
    padding: 32px 0 38px;
  }
  .course-hero-copy > p {
    font-size: 15px;
  }
  .course-preview-media {
    height: 180px;
  }
  .course-content-section .detail-grid {
    gap: 24px;
  }
  .course-outcome-panel {
    padding: 20px;
  }
  .outcome-grid {
    grid-template-columns: 1fr;
  }
  .curriculum-heading {
    display: block;
  }
  .expand-all {
    margin-top: 10px;
  }
  .module-action {
    display: block;
  }
  .lecture-row {
    padding-left: 35px;
  }
  .course-content-section .module-heading strong {
    font-size: 11px;
  }
}
* {
  box-sizing: border-box;
}
a[href="blog.html"] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.header {
  height: 78px;
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 172px;
}
.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 10px;
}
.brand span {
  font: 800 20px Manrope;
  color: var(--primary);
}
.navlinks {
  display: flex;
  align-items: center;
  gap: 4px;
}
.navlinks a {
  padding: 9px 12px;
  border-radius: 10px;
  font-weight: 600;
  color: #4b5563;
  font-size: 14px;
}
.navlinks a:hover,
.navlinks a.active {
  color: var(--primary);
  background: #eef0ff;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-shortcut {
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(71, 60, 190, 0.15);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.9);
  color: #3430a8;
  font: 800 12px Manrope;
  box-shadow: 0 8px 24px rgba(35, 37, 76, 0.07);
  transition: 0.22s;
}
.header-shortcut .mi {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #efefff;
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}
.header-shortcut:hover {
  transform: translateY(-2px);
  border-color: rgba(71, 60, 190, 0.32);
  box-shadow: 0 12px 28px rgba(48, 43, 150, 0.12);
}
.blog-shortcut .mi {
  background: #e8f8f4;
  color: #087b68;
}
.youtube-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 0, 0, 0.16);
  border-radius: 11px;
  background: #fff;
  color: #242534;
  font: 800 12px Manrope;
  box-shadow: 0 8px 24px rgba(35, 37, 76, 0.08);
  transition: 0.22s;
}
.youtube-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 0, 0, 0.3);
  box-shadow: 0 12px 28px rgba(255, 0, 0, 0.1);
}
.youtube-icon {
  width: 27px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #f00;
  color: #fff;
}
.youtube-icon .mi {
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}
.btn {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  transition: 0.2s;
}
.btn:hover {
  background: var(--primary2);
  transform: translateY(-1px);
}
.btn.secondary {
  background: #fff;
  color: var(--primary);
  border: 1px solid #cfd3ea;
}
.btn.ghost {
  background: transparent;
  color: var(--primary);
}
.btn.cyan {
  background: var(--cyan);
}
.menu-btn {
  display: none;
  border: 0;
  background: #eef0ff;
  color: var(--primary);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 22px;
}
.hero {
  padding: 78px 0 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, #dff4ff 0, transparent 34%),
    radial-gradient(circle at 8% 80%, #ebe9ff 0, transparent 34%),
    linear-gradient(180deg, #fcfcff, #f7f8ff);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 64px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e9e8ff;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.eyebrow:before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--cyan);
  border-radius: 50%;
}
h1,
h2,
h3 {
  font-family: Manrope;
  margin: 0;
  line-height: 1.16;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(42px, 5vw, 68px);
  margin: 20px 0;
}
.gradient {
  background: linear-gradient(100deg, var(--primary), #0d93cf);
  -webkit-background-clip: text;
  color: transparent;
}
.lead {
  font-size: 19px;
  color: var(--muted);
  max-width: 650px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.trust {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 14px;
}
.avatars {
  display: flex;
}
.avatars span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  border: 3px solid #fff;
  margin-left: -8px;
  font-size: 12px;
  font-weight: 800;
}
.avatars span:nth-child(1) {
  background: #3730a3;
}
.avatars span:nth-child(2) {
  background: #0ea5e9;
}
.avatars span:nth-child(3) {
  background: #f59e0b;
}
.hero-card {
  position: relative;
  background: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 30px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.hero-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 19px;
  background: #eceefe;
}
.float-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 35px rgba(42, 39, 117, 0.14);
  border-radius: 15px;
  padding: 13px 16px;
  font-weight: 700;
}
.float-card.top {
  top: -22px;
  right: -18px;
}
.float-card.bottom {
  bottom: 36px;
  left: -35px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  margin-top: -28px;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 34px rgba(42, 39, 117, 0.07);
}
.stat {
  padding: 24px;
  text-align: center;
}
.stat + .stat {
  border-left: 1px solid var(--line);
}
.stat strong {
  display: block;
  font: 800 30px Manrope;
  color: var(--primary);
}
.stat span {
  font-size: 14px;
  color: var(--muted);
}
.section {
  padding: 82px 0;
}
.section.soft {
  background: var(--soft);
}
.section.dark {
  background: #171538;
  color: #fff;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}
.section-head.center {
  display: block;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 38px;
}
.section-head h2,
.page-hero h1 {
  font-size: clamp(32px, 4vw, 48px);
}
.section-head p {
  color: var(--muted);
  max-width: 620px;
  margin: 12px 0 0;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  transition: 0.22s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #eeefff;
  color: var(--primary);
  display: grid;
  place-items: center;
  font-size: 23px;
  margin-bottom: 18px;
}
.card h3 {
  font-size: 21px;
}
.card p {
  color: var(--muted);
  margin: 10px 0;
}
.course-card {
  overflow: hidden;
  padding: 0;
}
.course-thumb {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(140deg, #28236d, #4f46e5);
  color: #fff;
}
.course-thumb.cyan {
  background: linear-gradient(140deg, #075985, #0ea5e9);
}
.course-thumb.green {
  background: linear-gradient(140deg, #065f46, #10b981);
}
.course-thumb.amber {
  background: linear-gradient(140deg, #92400e, #f59e0b);
}
.course-thumb span {
  font: 800 42px Manrope;
  opacity: 0.93;
}
.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fff;
  color: var(--primary);
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.course-body {
  padding: 22px;
}
.course-meta {
  display: flex;
  gap: 13px;
  color: var(--muted);
  font-size: 13px;
  margin: 12px 0;
}
.price {
  font: 800 23px Manrope;
  color: var(--primary);
}
.old {
  font-size: 13px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: 7px;
}
.course-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.link {
  color: var(--primary);
  font-weight: 800;
}
.page-hero {
  padding: 70px 0 64px;
  background: linear-gradient(120deg, #f3f2ff, #eefaff);
  text-align: center;
}
.page-hero p {
  max-width: 700px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
}
.filterbar {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 16px;
  background: #fff;
  color: #5b6472;
  font-weight: 700;
}
.chip.active,
.chip:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 36px;
  align-items: start;
}
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.sticky {
  position: sticky;
  top: 102px;
}
.checks {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.checks li {
  padding: 9px 0 9px 30px;
  position: relative;
}
.checks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}
.module {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  margin: 12px 0;
}
.module strong {
  display: block;
}
.module span {
  color: var(--muted);
  font-size: 14px;
}
.teacher {
  display: flex;
  gap: 16px;
  align-items: center;
}
.teacher-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #dedcff;
  display: grid;
  place-items: center;
  color: var(--primary);
  font: 800 22px Manrope;
}
.timeline {
  display: grid;
  gap: 18px;
}
.timeline .card {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
}
.step {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  font: 800 20px Manrope;
}
.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: center;
}
.price-card {
  position: relative;
}
.price-card.featured {
  border: 2px solid var(--primary);
  padding-top: 34px;
  box-shadow: var(--shadow);
}
.popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.big-price {
  font: 800 42px Manrope;
  color: var(--primary);
  margin: 18px 0 2px;
}
.blog-card time {
  font-size: 13px;
  color: var(--muted);
}
.blog-card .tag {
  color: var(--primary);
  font-weight: 800;
  font-size: 13px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}
.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.contact-item {
  display: flex;
  gap: 14px;
  align-items: center;
}
.contact-item .icon {
  margin: 0;
  flex: none;
}
.form {
  display: grid;
  gap: 16px;
}
.field {
  display: grid;
  gap: 7px;
}
.field label {
  font-weight: 700;
  font-size: 14px;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid #d8deea;
  border-radius: 12px;
  padding: 13px 14px;
  background: #fbfcff;
}
.field textarea {
  min-height: 130px;
  resize: vertical;
}
.faq {
  max-width: 850px;
  margin: auto;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  width: 100%;
  padding: 20px 0;
  border: 0;
  background: none;
  text-align: left;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
}
.faq-a {
  display: none;
  color: var(--muted);
  padding: 0 0 20px;
}
.faq-item.open .faq-a {
  display: block;
}
.dashboard {
  display: grid;
  grid-template-columns: 250px 1fr;
  min-height: calc(100vh - 78px);
}
.sidebar {
  padding: 30px 20px;
  border-right: 1px solid var(--line);
  background: #fafbff;
}
.side-link {
  display: flex;
  padding: 12px 14px;
  border-radius: 11px;
  color: var(--muted);
  font-weight: 700;
  margin: 5px 0;
}
.side-link.active,
.side-link:hover {
  color: var(--primary);
  background: #ebecff;
}
.dash-main {
  padding: 36px;
}
.progress {
  height: 9px;
  background: #e9edf4;
  border-radius: 99px;
  overflow: hidden;
  margin-top: 12px;
}
.progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  border-radius: inherit;
}
.notice {
  background: #eaf9ff;
  border: 1px solid #bce9fa;
  color: #075985;
  padding: 16px 18px;
  border-radius: 14px;
}
.footer {
  background: #121128;
  color: #d8dbeb;
  padding: 54px 0 22px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 36px;
}
.footer .brand span {
  color: #fff;
}
.footer .brand img {
  background: #fff;
}
.footer p {
  color: #9ea5bd;
  max-width: 340px;
}
.footer h3 {
  font-size: 15px;
  margin-bottom: 14px;
}
.footer a {
  display: block;
  color: #afb5ca;
  margin: 8px 0;
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
.copyright {
  border-top: 1px solid #2d2c49;
  margin-top: 36px;
  padding-top: 20px;
  font-size: 13px;
  color: #858da8;
  display: flex;
  justify-content: space-between;
}
.toast {
  position: fixed;
  z-index: 200;
  right: 22px;
  bottom: 22px;
  background: #171538;
  color: #fff;
  padding: 14px 18px;
  border-radius: 13px;
  box-shadow: var(--shadow);
}
@media (max-width: 960px) {
  .navlinks {
    display: none;
  }
  .menu-btn {
    display: grid;
    place-items: center;
  }
  .nav-actions .ghost {
    display: none;
  }
  .mobile-nav {
    position: fixed;
    inset: 78px 0 auto;
    background: #fff;
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: grid;
    gap: 5px;
  }
  .mobile-nav a {
    padding: 12px;
    border-radius: 10px;
    font-weight: 700;
  }
  .hero-grid,
  .detail-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-card {
    max-width: 620px;
    margin: auto;
  }
  .sticky {
    position: static;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing {
    grid-template-columns: 1fr;
  }
  .dashboard {
    grid-template-columns: 1fr;
  }
  .sidebar {
    display: none;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .header-shortcut,
  .youtube-btn {
    width: 42px;
    min-width: 42px;
    padding: 0;
    justify-content: center;
  }
  .header-shortcut-label {
    display: none;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1180px);
  }
  .header {
    height: 70px;
  }
  .brand {
    min-width: auto;
  }
  .brand img {
    width: 40px;
    height: 40px;
  }
  .brand span {
    font-size: 18px;
  }
  .nav-actions .btn:not(.menu-btn) {
    display: none;
  }
  .hero {
    padding: 52px 0;
  }
  .hero-grid {
    gap: 42px;
  }
  .float-card {
    display: none;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat + .stat {
    border-left: 0;
  }
  .stat:nth-child(even) {
    border-left: 1px solid var(--line);
  }
  .stat:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .section {
    padding: 58px 0;
  }
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .section-head {
    display: block;
  }
  .section-head .btn {
    margin-top: 18px;
  }
  .page-hero {
    padding: 48px 0;
  }
  .panel {
    padding: 21px;
  }
  .dash-main {
    padding: 24px 14px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .copyright {
    display: block;
  }
  .hero-actions .btn {
    width: 100%;
  }
}

/* Clean glass design system */
:root {
  --ink: #17182b;
  --muted: #62697a;
  --line: rgba(71, 76, 123, 0.13);
  --paper: rgba(255, 255, 255, 0.82);
  --soft: #f5f7fc;
  --shadow: 0 20px 55px rgba(37, 38, 82, 0.09);
  --radius: 20px;
}
body {
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(100, 110, 255, 0.075),
      transparent 24%
    ),
    radial-gradient(
      circle at 92% 32%,
      rgba(35, 191, 238, 0.07),
      transparent 22%
    ),
    #fbfcff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: -0.006em;
}
h1,
h2,
h3,
h4 {
  font-family: Manrope, sans-serif;
  text-wrap: balance;
}
h1 {
  line-height: 1.08;
}
h2 {
  line-height: 1.18;
  letter-spacing: -0.032em;
}
p {
  text-wrap: pretty;
}
.header {
  background: rgba(255, 255, 255, 0.76);
  border-bottom-color: rgba(70, 73, 118, 0.1);
  box-shadow: 0 8px 30px rgba(35, 37, 76, 0.045);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}
.navlinks a {
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 12px;
}
.navlinks a:hover,
.navlinks a.active {
  border-color: rgba(68, 63, 164, 0.08);
  background: rgba(239, 240, 255, 0.78);
}
.btn {
  min-height: 44px;
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(55, 48, 163, 0.12);
  font: 700 12px Manrope;
  letter-spacing: -0.01em;
}
.btn.secondary,
.btn.ghost {
  border: 1px solid rgba(60, 64, 112, 0.13);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.card,
.panel,
.module,
.stats,
.placement-metric-grid,
.syllabus-intro,
.refund-policy {
  border-color: rgba(70, 74, 119, 0.12);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 42px rgba(37, 38, 82, 0.065);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}
.card,
.panel {
  border-radius: 18px;
}
.soft {
  background: rgba(244, 246, 252, 0.7);
}
.section-head {
  align-items: end;
  gap: 28px;
}
.section-head h2 {
  margin: 8px 0 7px;
}
.section-head p {
  max-width: 700px;
  margin: 0;
  line-height: 1.65;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 0.12em;
}
.course-content-section {
  background: linear-gradient(
    180deg,
    #f7f8fc 0%,
    rgba(249, 250, 254, 0.86) 100%
  );
}
.course-outcome-panel,
.premium-fee,
.course-content-section .syllabus-module {
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.course-outcome-panel {
  text-align: left;
}
.outcome-grid > div {
  align-items: flex-start;
  background: rgba(248, 249, 255, 0.72);
}
.curriculum-heading {
  align-items: flex-end;
}
.curriculum-heading > div:first-child {
  max-width: 680px;
}
.course-content-section .module-toggle {
  text-align: left;
  align-items: center;
}
.course-content-section .syllabus-module {
  overflow: hidden;
  border-color: rgba(75, 78, 125, 0.12);
  box-shadow: 0 8px 28px rgba(37, 38, 82, 0.045);
}
.course-content-section .syllabus-module.open {
  background: rgba(255, 255, 255, 0.92);
}
.lecture-row {
  min-height: 54px;
}
.lecture-row strong {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}
.lecture-row small {
  font-size: 7px;
}
.premium-fee {
  border-color: rgba(68, 64, 163, 0.16);
  box-shadow: 0 24px 65px rgba(37, 38, 82, 0.11);
}
.course-experience .card {
  text-align: left;
  min-height: 180px;
}
.page-hero-visual,
.hero-card {
  box-shadow: 0 26px 70px rgba(37, 38, 82, 0.14);
}
.footer-callout,
.footer-grid,
.footer-fee,
.copyright {
  text-align: left;
}
@media (max-width: 900px) {
  .section-head {
    align-items: start;
  }
  .course-content-section .detail-grid {
    gap: 26px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 13px;
  }
  .container {
    width: min(100% - 26px, 1180px);
  }
  .section-head {
    text-align: left;
  }
  .card,
  .panel {
    border-radius: 16px;
  }
  .course-content-section .module-toggle {
    min-height: 76px;
  }
  .course-outcome-panel,
  .premium-fee {
    padding: 20px;
  }
}

/* Familiar course-section and lecture layout */
.udemy-topics {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.udemy-topics > h4 {
  margin: 0;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: #f7f7fb;
}
.lecture-list {
  background: #fff;
}
.lecture-row {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 10px 20px;
  border-bottom: 1px solid #ececf2;
  transition: background 0.2s;
}
.lecture-row:last-child {
  border-bottom: 0;
}
.lecture-row:hover {
  background: #fafaff;
}
.lecture-row > .mi {
  font-size: 18px;
  color: #6a68a8;
}
.lecture-row > span {
  display: grid;
  gap: 1px;
}
.lecture-row small {
  color: #999faf;
  font: 700 8px Manrope;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.lecture-row strong {
  color: #37384b;
  font: 600 12px Manrope;
  line-height: 1.45;
}
.lecture-row em {
  padding: 4px 7px;
  border-radius: 6px;
  background: #f0f0f7;
  color: #777e91;
  font: normal 700 8px Manrope;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.module-heading small b {
  margin: 0 3px;
  color: #a8adba;
}
.course-content-section .module-detail {
  padding: 0;
  overflow: hidden;
}
.course-content-section .syllabus-module.open .module-detail {
  padding: 0;
}
.course-content-section .module-detail > .industry-project {
  margin: 18px 20px;
}
.course-content-section .module-detail > .module-outcome {
  margin: 0 20px 20px;
}
@media (max-width: 640px) {
  .lecture-row {
    grid-template-columns: 20px minmax(0, 1fr);
    padding: 10px 13px;
  }
  .lecture-row em {
    display: none;
  }
  .udemy-topics > h4 {
    padding: 15px;
  }
  .lecture-row strong {
    font-size: 11px;
  }
}
.mi {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.utility {
  height: 32px;
  background: #171538;
  color: #dfe2f4;
  font-size: 11px;
  letter-spacing: 0.025em;
}
.utility .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.utility span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.utility .mi {
  font-size: 15px;
  color: #79d8ff;
}
.utility .official-contacts {
  gap: 9px;
  font: 700 10px Manrope;
  letter-spacing: 0.04em;
}
.utility .official-contacts a {
  color: #fff;
  transition: 0.2s;
}
.utility .official-contacts a:hover {
  color: #79d8ff;
}
.utility .official-contacts i {
  color: #686786;
  font-style: normal;
}
.footer-phones a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: Manrope;
  letter-spacing: 0.015em;
}
.footer-phones a .mi {
  font-size: 15px;
  color: #71d8ff;
}
.contact-phone {
  border-color: rgba(55, 48, 163, 0.13);
  background: linear-gradient(
    135deg,
    rgba(246, 246, 255, 0.82),
    rgba(242, 251, 255, 0.78)
  );
}
.contact-phone a {
  color: var(--primary);
  font: 800 14px Manrope;
  letter-spacing: 0.015em;
}
.contact-phone a:hover {
  text-decoration: underline;
}
.header {
  top: 0;
  height: 72px;
}
.navlinks a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  padding: 8px 10px;
}
.navlinks .mi {
  font-size: 17px;
  opacity: 0.78;
}
.navlinks a.active .mi,
.navlinks a:hover .mi {
  opacity: 1;
  transform: translateY(-1px);
}
body {
  font-size: 15px;
  line-height: 1.58;
}
h1 {
  font-size: clamp(38px, 4.5vw, 58px);
  letter-spacing: -0.04em;
}
.lead {
  font-size: 17px;
}
.section-head h2,
.page-hero h1 {
  font-size: clamp(29px, 3.4vw, 42px);
}
.page-hero p {
  font-size: 16px;
}
.card h3 {
  font-size: 19px;
}
.section {
  padding: 72px 0;
}
.btn {
  min-height: 44px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.btn:after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(
    100deg,
    transparent,
    rgba(255, 255, 255, 0.22),
    transparent
  );
  transition: transform 0.65s ease;
}
.btn:hover:after {
  transform: translateX(120%);
}
.brand img {
  transition:
    transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.35s;
}
.brand:hover img {
  transform: rotate(-3deg) scale(1.06);
  filter: drop-shadow(0 7px 10px rgba(55, 48, 163, 0.18));
}
.navlinks a,
.navlinks .mi,
.course-thumb span,
.course-card img,
.link .mi {
  transition: all 0.25s ease;
}
.course-card:hover .course-thumb span {
  transform: scale(1.06);
  letter-spacing: 0.02em;
}
.course-card:hover .link .mi {
  transform: translateX(4px);
}
.course-meta {
  align-items: center;
  flex-wrap: wrap;
}
.course-meta span,
.course-benefits span,
.badge,
.link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.course-meta .mi {
  font-size: 15px;
  color: var(--primary);
}
.course-benefits {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 13px;
}
.course-benefits span {
  font-size: 11px;
  font-weight: 700;
  color: #4b5563;
  background: #f4f6fb;
  border: 1px solid #e5e9f2;
  padding: 5px 8px;
  border-radius: 7px;
}
.course-benefits .mi {
  font-size: 14px;
  color: var(--green);
}
.course-foot small {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.badge .mi {
  font-size: 14px;
}
.card {
  transition:
    transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.35s,
    border-color 0.35s;
}
.card:hover {
  transform: translateY(-7px);
  border-color: #d2d4ee;
  box-shadow: 0 22px 55px rgba(42, 39, 117, 0.13);
}
.hero-card {
  transition:
    transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.5s;
}
.hero-card:hover {
  transform: translateY(-6px) rotate(0.35deg);
  box-shadow: 0 30px 75px rgba(42, 39, 117, 0.16);
}
.float-card {
  animation: float 5s ease-in-out infinite;
}
.float-card.bottom {
  animation-delay: -2s;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s ease var(--delay),
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) var(--delay);
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@media (max-width: 1100px) {
  .navlinks a {
    font-size: 0;
    gap: 0;
  }
  .navlinks a .mi {
    font-size: 20px;
  }
  .navlinks {
    gap: 2px;
  }
}
@media (max-width: 960px) {
  .utility .container {
    justify-content: center;
  }
  .utility span:not(:nth-child(2)) {
    display: none;
  }
  .header {
    top: 0;
  }
  .mobile-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mobile-nav .mi {
    color: var(--primary);
  }
}
@media (max-width: 640px) {
  .utility {
    height: 28px;
  }
  .utility .container {
    font-size: 10px;
  }
  .utility .official-contacts {
    gap: 6px;
    font-size: 8px;
  }
  .section {
    padding: 54px 0;
  }
  .page-hero {
    padding: 44px 0;
  }
  h1 {
    font-size: 36px;
  }
  .section-head h2,
  .page-hero h1 {
    font-size: 29px;
  }
  .card h3 {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
.success-fee {
  margin: 14px 0 0 !important;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff8e7;
  color: #805b08 !important;
  border: 1px solid #f3d895;
  font-size: 11px;
  font-weight: 700;
}
.syllabus-module {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: start;
}
.module-no {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #eeefff;
  color: var(--primary);
  display: grid;
  place-items: center;
  font-weight: 800;
}
.fee-label {
  margin: -4px 0 15px;
  color: var(--muted);
  font-size: 13px;
}
.post-offer {
  padding: 16px;
  border: 1px solid #f1d08c;
  background: #fff9e9;
  border-radius: 14px;
  margin: 17px 0;
}
.post-offer strong,
.post-offer span {
  display: block;
}
.post-offer strong {
  color: #805b08;
  font: 800 18px Manrope;
}
.post-offer span {
  font-size: 12px;
  color: #735e30;
  margin-top: 4px;
}
.fee-panel .checks {
  margin-top: 16px;
}
.fee-breakdown {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  gap: 20px;
  align-items: stretch;
  max-width: 980px;
  margin: auto;
}
.fee-plus {
  display: grid;
  place-items: center;
  font: 800 40px Manrope;
  color: var(--primary);
}
.post-offer-card {
  border: 2px solid #e5bd68;
  background: linear-gradient(150deg, #fff, #fffbef);
}
.fee-note {
  max-width: 980px;
  margin: 24px auto 0;
  padding: 18px 20px;
  border-radius: 15px;
  background: #eef0ff;
  border: 1px solid #d7d9f5;
  display: flex;
  gap: 13px;
}
.fee-note .mi {
  color: var(--primary);
  font-size: 24px;
}
.fee-note p {
  margin: 3px 0 0;
  color: var(--muted);
}
.syllabus-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff, #f4f5ff);
  margin-bottom: 32px;
}
.syllabus-intro h2 {
  margin-top: 12px;
}
.syllabus-intro p {
  color: var(--muted);
  max-width: 680px;
}
.syllabus-course {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}
.syllabus-course-head {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
}
.syllabus-number {
  font: 800 36px Manrope;
  color: #d3d5e7;
}
.syllabus-course-head p {
  color: var(--muted);
  margin: 7px 0 0;
}
.syllabus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.syllabus-topic {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: 0.25s;
}
.syllabus-topic:hover {
  border-color: #c9cbee;
  box-shadow: 0 12px 30px rgba(42, 39, 117, 0.08);
  transform: translateY(-2px);
}
.syllabus-topic > span {
  font-weight: 800;
  color: var(--primary);
}
.syllabus-topic h3 {
  font-size: 16px;
}
.syllabus-topic p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.syllabus-fee {
  margin-top: 15px;
  padding: 12px 16px;
  background: #171538;
  color: #fff;
  border-radius: 11px;
}
.syllabus-fee span {
  color: #c8cce0;
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 760px) {
  .fee-breakdown {
    grid-template-columns: 1fr;
  }
  .fee-plus {
    height: 34px;
  }
  .syllabus-intro {
    display: block;
  }
  .syllabus-course-head {
    grid-template-columns: 1fr;
  }
  .syllabus-number {
    display: none;
  }
  .syllabus-course-head .btn {
    justify-self: start;
  }
  .syllabus-grid {
    grid-template-columns: 1fr;
  }
  .syllabus-fee span {
    display: block;
    margin: 3px 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .syllabus-topic {
    transition: none !important;
  }
}
.refund-policy {
  max-width: 980px;
  margin: 34px auto 0;
  padding: 30px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  border: 1px solid #efcf89;
  border-radius: 22px;
  background: linear-gradient(135deg, #fffdf7, #fff7e2);
  scroll-margin-top: 105px;
}
.refund-icon {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  background: #8a620b;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(138, 98, 11, 0.18);
}
.refund-icon .mi {
  font-size: 29px;
}
.refund-policy h2 {
  margin: 12px 0 10px;
  font-size: 28px;
}
.refund-policy p {
  color: #635738;
  max-width: 760px;
}
.refund-warning {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 11px;
  background: #fff;
  border: 1px solid #efdba9;
  font-size: 13px;
}
.refund-warning .mi {
  color: #a66d00;
  flex: none;
  margin-top: 2px;
}
.refund-policy .btn {
  margin-top: 5px;
}
@media (max-width: 640px) {
  .refund-policy {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .refund-policy h2 {
    font-size: 24px;
  }
}
.nav-dropdown {
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
}
.nav-dropdown > .active {
  color: var(--primary);
  background: #eef0ff;
}
.nav-dropdown .caret {
  font-size: 16px;
  margin-left: -3px;
  transition: transform 0.25s;
}
.nav-dropdown:hover .caret,
.nav-dropdown:focus-within .caret {
  transform: rotate(180deg);
}
.submenu {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 360px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 24px 65px rgba(25, 23, 71, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: 0.22s;
  z-index: 120;
}
.nav-dropdown:hover .submenu,
.nav-dropdown:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.submenu-title {
  padding: 6px 10px 9px;
  color: #8a91a1;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.navlinks .submenu a {
  display: flex;
  font-size: 13px !important;
  gap: 11px;
  padding: 10px;
  border-radius: 11px;
  color: #30394a;
}
.navlinks .submenu a:hover {
  background: #f2f3ff;
}
.submenu a > .mi {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #eeefff;
  color: var(--primary);
  flex: none;
}
.submenu a > span {
  display: grid;
}
.submenu a strong {
  font-size: 13px;
}
.submenu a small {
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
}
.submenu .submenu-all {
  border-top: 1px solid var(--line);
  margin-top: 6px;
  padding-top: 12px;
}
.mobile-submenu {
  margin: -3px 0 6px 18px;
  padding-left: 13px;
  border-left: 2px solid #e0e2f4;
}
.mobile-submenu a {
  font-size: 12px !important;
  padding: 8px 10px !important;
  color: #596273 !important;
}
.mobile-submenu .mi {
  font-size: 16px;
}
.syllabus-index-card {
  position: relative;
  padding-top: 30px;
}
.syllabus-index-card .syllabus-number {
  position: absolute;
  right: 22px;
  top: 14px;
  font-size: 28px;
}
.syllabus-index-card h2 {
  font-size: 24px;
  margin-top: 14px;
}
.syllabus-index-card > .btn {
  margin-top: 10px;
}
@media (max-width: 960px) {
  .nav-dropdown {
    display: none;
  }
  .submenu {
    display: none;
  }
}
.tool-icons {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 2;
}
.tool-icons span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.75);
  display: grid;
  place-items: center;
  box-shadow: 0 7px 18px rgba(12, 18, 42, 0.18);
  transition: 0.25s;
}
.tool-icons span:hover {
  transform: translateY(-4px) scale(1.05);
}
.tool-icons img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}
.program-tools {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  justify-content: flex-start;
  margin: 16px 0 22px;
}
.program-tools span {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  box-shadow: none;
}
.program-tools img {
  width: 25px;
  height: 25px;
}
.course-thumb > span:first-child {
  transform: translateY(-14px);
}
@media (max-width: 640px) {
  .tool-icons span {
    width: 32px;
    height: 32px;
  }
  .tool-icons img {
    width: 19px;
    height: 19px;
  }
}
.syllabus-module {
  display: block;
  padding: 0;
  overflow: hidden;
  background: #fff;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}
.syllabus-module.open {
  border-color: #c9cbee;
  box-shadow: 0 14px 34px rgba(42, 39, 117, 0.08);
}
.module-toggle {
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr 32px;
  gap: 14px;
  align-items: center;
  padding: 17px 18px;
  border: 0;
  background: #fff;
  text-align: left;
  color: var(--ink);
}
.module-toggle:hover {
  background: #f8f9ff;
}
.module-toggle:focus-visible {
  outline: 3px solid #9fddf7;
  outline-offset: -3px;
}
.module-heading {
  display: grid;
  gap: 5px;
}
.module-heading strong {
  font: 700 15px Manrope;
}
.module-heading small {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--muted);
  font-size: 11px;
}
.module-heading small .mi {
  font-size: 15px;
  color: var(--primary);
}
.module-chevron {
  color: var(--primary);
  transition: transform 0.25s;
}
.syllabus-module.open .module-chevron {
  transform: rotate(180deg);
}
.module-detail {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 18px;
  opacity: 0;
  border-top: 1px solid transparent;
  transition:
    grid-template-rows 0.35s ease,
    opacity 0.25s,
    padding 0.35s,
    border-color 0.25s;
}
.module-detail > * {
  overflow: hidden;
}
.syllabus-module.open .module-detail {
  grid-template-rows: auto;
  padding: 20px 18px 22px;
  opacity: 1;
  border-color: var(--line);
}
.detail-block h4,
.industry-project h4 {
  margin: 0 0 7px;
  font: 700 15px Manrope;
}
.detail-block h4 {
  display: flex;
  align-items: center;
  gap: 7px;
}
.detail-block h4 .mi {
  font-size: 18px;
  color: var(--primary);
}
.detail-block p {
  color: var(--muted);
  margin: 0;
}
.industry-project {
  margin-top: 16px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f3f4ff, #eefaff);
  border: 1px solid #dce0f4;
}
.project-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  margin-bottom: 11px;
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.project-label .mi {
  font-size: 15px;
}
.industry-project p {
  margin: 5px 0 12px;
  color: var(--muted);
  font-size: 13px;
}
.industry-project > strong {
  font-size: 12px;
  color: var(--primary);
}
.module-outcome {
  display: flex;
  gap: 9px;
  margin-top: 15px;
  padding: 11px 13px;
  border-radius: 10px;
  background: #ecfdf5;
  color: #155e4a;
  font-size: 12px;
}
.module-outcome .mi {
  font-size: 18px;
  flex: none;
}
.module-outcome strong {
  font-weight: 800;
}
@media (max-width: 640px) {
  .module-toggle {
    grid-template-columns: 42px 1fr 25px;
    padding: 14px 13px;
    gap: 10px;
  }
  .module-no {
    width: 36px;
    height: 36px;
  }
  .module-heading strong {
    font-size: 13px;
  }
  .module-detail,
  .syllabus-module.open .module-detail {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .module-detail,
  .module-chevron {
    transition: none !important;
  }
}
.module-detail {
  display: block;
  max-height: 0;
  overflow: hidden;
}
.module-detail > * {
  overflow: visible;
}
.syllabus-module.open .module-detail {
  max-height: 900px;
}
.career-section {
  background: linear-gradient(135deg, #171538, #29266d);
  color: #fff;
}
.career-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.career-number {
  font: 800 clamp(64px, 10vw, 112px) Manrope;
  line-height: 1;
  margin: 18px 0 5px;
  background: linear-gradient(100deg, #fff, #76d8ff);
  -webkit-background-clip: text;
  color: transparent;
}
.career-section h2 {
  font-size: 36px;
  max-width: 560px;
}
.career-section .lead {
  color: #bec3d8;
  font-size: 16px;
}
.career-section .btn {
  margin-top: 15px;
  background: #fff;
  color: var(--primary);
}
.career-steps {
  display: grid;
  gap: 12px;
}
.career-steps > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  transition: 0.25s;
}
.career-steps > div:hover {
  background: rgba(255, 255, 255, 0.11);
  transform: translateX(5px);
}
.career-steps > .mi,
.career-steps > div > .mi {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(118, 216, 255, 0.14);
  color: #76d8ff;
  display: grid;
  place-items: center;
}
.career-steps span {
  display: grid;
}
.career-steps strong {
  font-family: Manrope;
}
.career-steps small {
  color: #b9bfd4;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.industry-card {
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.industry-card:after {
  content: "";
  position: absolute;
  inset: auto -25px -35px auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--industry);
  opacity: 0.08;
}
.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.industry-card > .mi {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: color-mix(in srgb, var(--industry) 12%, white);
  color: var(--industry);
  font-size: 25px;
}
.industry-card h3 {
  margin-top: 17px;
}
.industry-card p {
  color: var(--muted);
  font-size: 13px;
}
.industry-card.retail {
  --industry: #7c3aed;
}
.industry-card.banking {
  --industry: #075985;
}
.industry-card.health {
  --industry: #047857;
}
.industry-card.airline {
  --industry: #b45309;
}
.curriculum-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.curriculum-list > a {
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  gap: 13px;
  align-items: center;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: 0.25s;
}
.curriculum-list > a:hover {
  border-color: #c9cbee;
  box-shadow: 0 12px 30px rgba(42, 39, 117, 0.08);
  transform: translateY(-2px);
}
.curriculum-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: #f0f1ff;
  display: grid;
  place-items: center;
}
.curriculum-icon img {
  width: 25px;
  height: 25px;
}
.curriculum-list > a > span:nth-child(2) {
  display: grid;
}
.curriculum-list small {
  color: var(--muted);
}
.curriculum-list > a > .mi {
  color: var(--primary);
}
.support-section {
  background:
    radial-gradient(circle at 90% 15%, #dff5ff, transparent 30%), #f7f8ff;
}
.support-section .icon {
  font-family: "Material Symbols Rounded";
}
@media (max-width: 900px) {
  .career-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .career-section h2 {
    font-size: 28px;
  }
  .industry-grid,
  .curriculum-list {
    grid-template-columns: 1fr;
  }
  .career-steps > div {
    padding: 14px;
  }
  .curriculum-list > a {
    grid-template-columns: 42px 1fr 24px;
  }
}
.placement-hero {
  padding: 90px 0 110px;
  text-align: center;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(14, 165, 233, 0.25),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 30%,
      rgba(81, 69, 205, 0.34),
      transparent 32%
    ),
    #171538;
  color: #fff;
}
.placement-hero h1 {
  max-width: 900px;
  margin: 22px auto;
}
.placement-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #c1c6d9;
  font-size: 17px;
}
.placement-hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.placement-hero .secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.placement-metrics {
  margin-top: -43px;
  position: relative;
  z-index: 2;
}
.placement-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.placement-metric-grid > div {
  padding: 25px;
  text-align: center;
}
.placement-metric-grid > div + div {
  border-left: 1px solid var(--line);
}
.placement-metric-grid .mi {
  display: block;
  color: var(--primary);
  font-size: 24px;
  margin-bottom: 7px;
}
.placement-metric-grid strong {
  display: block;
  font: 800 30px Manrope;
  color: var(--primary);
}
.placement-metric-grid span {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.placement-two-col {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: start;
}
.salary-chart {
  display: grid;
  gap: 15px;
}
.salary-row {
  display: grid;
  grid-template-columns: 100px 1fr 38px;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}
.salary-row > div {
  height: 12px;
  background: #edf0f6;
  border-radius: 99px;
  overflow: hidden;
}
.salary-row i {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  animation: barGrow 1s ease both;
}
.salary-row strong {
  color: var(--primary);
}
.metric-note {
  display: flex;
  gap: 8px;
  padding: 13px 15px;
  margin-top: 22px !important;
  border-radius: 11px;
  background: #f3f4ff;
  color: var(--muted) !important;
  font-size: 12px;
}
.metric-note .mi {
  font-size: 18px;
  color: var(--primary);
  flex: none;
}
.placement-highlight {
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(145deg, #f3f2ff, #eaf9ff);
  border: 1px solid #dce0f4;
}
.placement-highlight h2 {
  margin: 14px 0 0;
}
.highlight-number {
  font: 800 56px Manrope;
  color: var(--primary);
  line-height: 1.1;
  margin-top: 25px;
}
.placement-highlight > p {
  color: var(--muted);
}
.role-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
.role-card {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 17px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: 0.25s;
}
.role-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(42, 39, 117, 0.08);
}
.role-card > .mi {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eeefff;
  color: var(--primary);
  display: grid;
  place-items: center;
}
.role-card > span {
  display: grid;
}
.role-card small {
  color: var(--muted);
}
.role-card b {
  color: var(--primary);
}
.company-showcase {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 18px;
  max-width: 820px;
  margin: 0 auto;
}
.company-stage {
  position: relative;
  height: 280px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: radial-gradient(circle at 50% 15%, #fff 0, #f7f8ff 70%);
  box-shadow: 0 22px 65px rgba(42, 39, 117, 0.12);
}
.company-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 24px;
  margin: 0;
  padding: 40px;
  opacity: 0;
  transform: translateX(70px) scale(0.92);
  pointer-events: none;
  transition:
    opacity 0.55s ease,
    transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.company-slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}
.company-slide img {
  width: 128px;
  height: 128px;
  object-fit: contain;
  image-rendering: auto;
  filter: drop-shadow(0 10px 18px rgba(24, 24, 56, 0.12));
}
.company-slide figcaption {
  font: 800 24px Manrope;
  color: #25245b;
  letter-spacing: -0.02em;
}
.company-control {
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(42, 39, 117, 0.08);
  transition: 0.25s;
}
.company-control:hover {
  transform: translateY(-3px);
  background: var(--primary);
  color: #fff;
}
.company-counter {
  position: absolute;
  right: 22px;
  top: 20px;
  font: 600 12px Manrope;
  color: var(--muted);
}
.company-counter b {
  color: var(--primary);
}
.company-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #eceefe;
}
.company-progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  animation: companyProgress 2.8s linear;
}
.company-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  max-width: 520px;
  margin: 22px auto 0;
}
.company-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: #d4d7e5;
  cursor: pointer;
  transition: 0.25s;
}
.company-dots button.active {
  width: 24px;
  background: var(--primary);
}
@keyframes companyProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.placement-process {
  background: #171538;
  color: #fff;
}
.placement-process .section-head p {
  color: #b9bed2;
}
.placement-journey {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.placement-journey > div {
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.06);
}
.placement-journey > div > span {
  font: 800 28px Manrope;
  color: #6dd4ff;
}
.placement-journey h3 {
  margin-top: 13px;
}
.placement-journey p {
  color: #b7bdd1;
  font-size: 13px;
}
.placement-cta {
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.placement-cta > .mi {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eeefff;
  color: var(--primary);
  font-size: 29px;
}
.placement-cta h2 {
  margin-top: 20px;
}
.placement-cta p {
  color: var(--muted);
}
.placement-cta .btn {
  width: 100%;
  margin-top: 9px;
}
.placement-disclaimer {
  padding: 24px 0;
  background: #eef0f7;
}
.placement-disclaimer .container {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.placement-disclaimer .mi {
  color: var(--primary);
  flex: none;
}
.placement-disclaimer p {
  margin: 0;
  color: #687181;
  font-size: 11px;
}
@keyframes barGrow {
  from {
    width: 0;
  }
}
@media (max-width: 900px) {
  .placement-two-col {
    grid-template-columns: 1fr;
  }
  .company-showcase {
    max-width: 680px;
  }
  .placement-journey {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .placement-hero {
    padding: 64px 0 85px;
  }
  .placement-hero-actions {
    display: grid;
  }
  .placement-metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .placement-metric-grid > div + div {
    border-left: 0;
  }
  .placement-metric-grid > div:nth-child(even) {
    border-left: 1px solid var(--line);
  }
  .placement-metric-grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .role-grid,
  .placement-journey {
    grid-template-columns: 1fr;
  }
  .company-showcase {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 8px;
  }
  .company-stage {
    height: 235px;
    border-radius: 20px;
  }
  .company-control {
    width: 40px;
    height: 40px;
  }
  .company-slide img {
    width: 96px;
    height: 96px;
  }
  .company-slide figcaption {
    font-size: 20px;
  }
  .role-card {
    grid-template-columns: 42px 1fr;
  }
  .role-card b {
    grid-column: 2;
  }
  .salary-row {
    grid-template-columns: 82px 1fr 34px;
  }
  .highlight-number {
    font-size: 46px;
  }
}
.fde-reference {
  display: flex;
  gap: 12px;
  padding: 15px 16px;
  margin: 18px 0;
  border-radius: 13px;
  background: #f0f7ff;
  border: 1px solid #cfe3f8;
}
.fde-reference > .mi {
  color: #096b9a;
  flex: none;
  margin-top: 2px;
}
.fde-reference strong {
  font-family: Manrope;
}
.fde-reference p {
  margin: 4px 0;
  color: var(--muted);
  font-size: 12px;
}
.fde-reference a {
  color: #096b9a;
  font-weight: 800;
  font-size: 12px;
}
.fde-reference a:hover {
  text-decoration: underline;
}

/* Refined shared page heroes */
.page-hero {
  padding: 58px 0;
  background: linear-gradient(135deg, #f4f3ff 0%, #edfaff 55%, #fff 100%);
  text-align: left;
  overflow: hidden;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: 54px;
}
.page-hero-copy {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  max-width: 760px;
  margin: 16px 0 0;
}
.page-hero p {
  max-width: 680px;
  margin: 16px 0 0;
}
.page-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.page-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid #dfe2f3;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #555d70;
  font: 700 11px Manrope;
}
.page-hero-points .mi {
  font-size: 16px;
  color: var(--primary);
}
.page-hero-visual {
  position: relative;
  min-height: 290px;
  border: 8px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 65px rgba(42, 39, 117, 0.16);
  transform: rotate(1.2deg);
}
.page-hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(19, 18, 49, 0.52));
}
.page-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero-visual > span {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font: 800 12px Manrope;
}
.page-hero-visual > span .mi {
  color: #68d7ff;
}

/* Clean text-only footer */
.footer {
  padding: 0 0 22px;
  background: linear-gradient(145deg, #111027, #181638);
  color: #dfe2f1;
}
.footer-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.footer-kicker {
  display: block;
  margin-bottom: 8px;
  color: #71d8ff;
  font: 800 11px Manrope;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.footer-callout h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
}
.footer-callout .btn {
  flex: none;
  margin: 0;
}
.footer-grid {
  grid-template-columns: 1.65fr repeat(3, 1fr);
  gap: 46px;
  padding-top: 42px;
}
.footer-name {
  display: inline-block !important;
  margin: 0 0 14px !important;
  color: #fff !important;
  font: 800 30px Manrope !important;
  letter-spacing: -0.04em;
}
.footer-intro p {
  max-width: 430px;
  margin: 0;
  color: #aeb5ca;
  line-height: 1.75;
}
.footer h3 {
  margin: 6px 0 17px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer a {
  width: max-content;
  margin: 10px 0;
  color: #aeb5ca;
  font-size: 13px;
  transition: 0.2s;
}
.footer a:hover {
  color: #fff;
  transform: translateX(3px);
}
.footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.footer-trust span {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #c8cddd;
  font-size: 10px;
}
.footer-trust .mi {
  font-size: 15px;
  color: #71d8ff;
}
.footer-fee {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}
.footer-fee > .mi {
  color: #71d8ff;
}
.footer-fee p {
  max-width: none;
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
}
.footer-fee a {
  margin: 0;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}
.copyright {
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 900px) {
  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .page-hero-visual {
    min-height: 270px;
  }
  .footer-callout {
    align-items: flex-start;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .page-hero {
    padding: 42px 0;
  }
  .page-hero-visual {
    min-height: 220px;
    border-width: 5px;
    border-radius: 20px;
    transform: none;
  }
  .page-hero-points span:last-child {
    display: none;
  }
  .footer-callout {
    display: block;
    padding: 34px 0;
  }
  .footer-callout .btn {
    width: 100%;
    margin-top: 22px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-fee {
    grid-template-columns: auto 1fr;
  }
  .footer-fee a {
    grid-column: 2;
  }
  .copyright span {
    display: block;
    margin-top: 5px;
  }
}

/* Premium course-detail experience shared by every syllabus page */
.course-premium-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 72px;
  background:
    radial-gradient(
      circle at 82% 10%,
      rgba(41, 194, 255, 0.2),
      transparent 25%
    ),
    radial-gradient(
      circle at 15% 85%,
      rgba(108, 92, 231, 0.28),
      transparent 30%
    ),
    linear-gradient(135deg, #12112c, #201c55 58%, #173d64);
  color: #fff;
}
.course-premium-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent);
}
.course-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.7fr);
  align-items: center;
  gap: 60px;
}
.course-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 28px;
  color: #b8c1de;
  font: 700 12px Manrope;
}
.course-back .mi {
  font-size: 17px;
}
.course-back:hover {
  color: #fff;
}
.course-category {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 8px 11px;
  border: 1px solid rgba(118, 222, 255, 0.24);
  border-radius: 9px;
  background: rgba(63, 190, 242, 0.1);
  color: #84e2ff;
  font: 800 10px Manrope;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.course-category .mi {
  font-size: 15px;
}
.course-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.052em;
}
.course-hero-copy > p {
  max-width: 710px;
  margin: 20px 0 0;
  color: #c5cce0;
  font-size: 16px;
  line-height: 1.72;
}
.course-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.course-outline {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.course-outline:hover {
  background: #fff;
  color: var(--primary);
}
.course-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.11);
}
.course-proof > div {
  padding: 15px;
  background: rgba(19, 18, 48, 0.72);
}
.course-proof strong,
.course-proof span {
  display: block;
}
.course-proof strong {
  color: #fff;
  font: 800 21px Manrope;
}
.course-proof span {
  margin-top: 2px;
  color: #949dbb;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.course-hero-card {
  position: relative;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0.05)
  );
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}
.course-hero-glow {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(58, 202, 255, 0.22);
  filter: blur(40px);
}
.course-card-label {
  position: relative;
  color: #8de2ff;
  font: 800 10px Manrope;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.course-hero-tools {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px 0 26px;
}
.course-hero-tools span {
  display: grid;
  place-items: center;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}
.course-hero-tools img {
  width: 32px;
  height: 32px;
}
.course-card-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.course-card-path span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font: 700 11px Manrope;
}
.course-card-path .mi {
  font-size: 16px;
  color: #75d9ff;
}
.course-card-path > i {
  font-size: 14px;
  color: #626b88;
}
.course-card-project {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
.course-card-project > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(100, 218, 255, 0.14);
  color: #78ddff;
}
.course-card-project strong,
.course-card-project small {
  display: block;
}
.course-card-project strong {
  font: 700 12px Manrope;
}
.course-card-project small {
  margin-top: 3px;
  color: #929bb7;
  font-size: 10px;
}
.course-content-section {
  padding: 66px 0 80px;
  background: #f7f8fc;
}
.course-content-section .detail-grid {
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 34px;
  align-items: start;
}
.course-outcome-panel {
  padding: 34px;
  border-radius: 22px;
  box-shadow: none;
}
.outcome-heading h2 {
  margin: 10px 0 8px;
}
.outcome-heading p {
  margin: 0;
  color: var(--muted);
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 25px;
}
.outcome-grid > div {
  display: flex;
  gap: 12px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fafbff;
}
.outcome-grid > div > .mi {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 10px;
  background: #ececff;
  color: var(--primary);
}
.outcome-grid strong,
.outcome-grid small {
  display: block;
}
.outcome-grid strong {
  font: 800 13px Manrope;
}
.outcome-grid small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}
.curriculum-section {
  padding: 58px 0 0;
  scroll-margin-top: 110px;
}
.curriculum-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 24px;
}
.curriculum-heading h2 {
  margin: 9px 0 7px;
}
.curriculum-heading p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}
.curriculum-summary {
  display: flex;
  gap: 8px;
}
.curriculum-summary span {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  color: var(--muted);
  font-size: 10px;
  white-space: nowrap;
}
.curriculum-summary .mi {
  font-size: 16px;
  color: var(--primary);
}
.curriculum-summary b {
  color: #262556;
  font-size: 13px;
}
.course-content-section .syllabus-module {
  margin: 10px 0;
  border-color: #e1e3ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(42, 39, 117, 0.035);
}
.course-content-section .syllabus-module.open {
  border-color: #b9bce5;
  box-shadow: 0 15px 40px rgba(42, 39, 117, 0.09);
}
.course-content-section .module-toggle {
  min-height: 88px;
  padding: 15px 18px;
}
.course-content-section .module-no {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #f0f0ff;
  color: var(--primary);
  font: 800 13px Manrope;
}
.module-label {
  margin-bottom: 2px;
  color: #9299ab !important;
  font-size: 8px !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.module-action {
  color: #777f93;
  font: 700 10px Manrope;
}
.course-content-section .module-chevron {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0f1f7;
  color: var(--primary);
  font-size: 18px;
}
.course-content-section .module-detail {
  background: #fbfbfe;
}
.course-experience {
  padding-top: 58px;
}
.experience-heading {
  margin-bottom: 22px;
}
.experience-heading h2 {
  margin: 8px 0;
}
.course-experience .card {
  box-shadow: none;
}
.premium-fee {
  top: 110px;
  padding: 26px;
  border: 1px solid #d9daf0;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(42, 39, 117, 0.12);
}
.fee-badge {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 4px;
  margin: -5px 0 18px;
  padding: 6px 9px;
  border-radius: 7px;
  background: #e9fff4;
  color: #087546;
  font: 800 9px Manrope;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.fee-badge .mi {
  font-size: 14px;
}
.premium-fee .big-price {
  margin-top: 13px;
  font-size: 42px;
}
.premium-fee .post-offer {
  margin: 20px 0;
  border-color: #d9dafa;
  background: linear-gradient(135deg, #f3f2ff, #eefaff);
}
.fee-includes > span {
  display: block;
  margin-bottom: 8px;
  color: #262556;
  font: 800 11px Manrope;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.premium-fee .checks {
  margin: 0 0 20px;
}
.premium-fee .checks li {
  padding: 6px 0;
  font-size: 11px;
}
.fee-primary {
  display: flex;
  width: 100%;
  justify-content: center;
}
.fee-policy-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 13px;
  color: var(--primary);
  font: 800 11px Manrope;
}
.fee-policy-link .mi {
  font-size: 16px;
}
.fee-reassurance {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 15px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: #8a91a3 !important;
  font-size: 9px !important;
}
.fee-reassurance .mi {
  font-size: 13px;
}
@media (max-width: 960px) {
  .course-hero-grid {
    grid-template-columns: 1fr;
  }
  .course-hero-card {
    max-width: 650px;
  }
  .course-content-section .detail-grid {
    grid-template-columns: 1fr;
  }
  .premium-fee {
    position: static;
    max-width: 600px;
  }
}
@media (max-width: 640px) {
  .course-premium-hero {
    padding: 40px 0 48px;
  }
  .course-hero-copy h1 {
    font-size: 38px;
  }
  .course-hero-actions {
    display: grid;
  }
  .course-proof {
    grid-template-columns: repeat(2, 1fr);
  }
  .course-hero-card {
    padding: 22px;
    border-radius: 21px;
  }
  .course-hero-tools {
    grid-template-columns: repeat(4, 1fr);
  }
  .course-hero-tools span {
    height: 52px;
  }
  .course-hero-tools img {
    width: 26px;
    height: 26px;
  }
  .course-content-section {
    padding: 38px 0 55px;
  }
  .course-outcome-panel {
    padding: 22px;
  }
  .outcome-grid {
    grid-template-columns: 1fr;
  }
  .curriculum-heading {
    display: block;
  }
  .curriculum-summary {
    margin-top: 18px;
  }
  .module-action {
    display: none;
  }
  .course-content-section .module-toggle {
    padding: 13px 12px;
  }
  .course-content-section .module-no {
    width: 38px;
    height: 38px;
  }
  .course-content-section .module-heading strong {
    font-size: 12px;
  }
}

/* Final course-page layout overrides */
.course-premium-hero {
  padding: 48px 0 52px;
  background: #1d1e27;
}
.course-premium-hero:before {
  display: none;
}
.course-hero-grid {
  grid-template-columns: minmax(0, 720px) 360px;
  align-items: start;
  gap: 70px;
}
.course-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
.course-category {
  margin: 0;
  border: 0;
  border-radius: 3px;
  background: #ecebff;
  color: #3d3794;
}
.course-bestseller {
  padding: 7px 9px;
  border-radius: 3px;
  background: #eceb98;
  color: #3b3c20;
  font: 800 9px Manrope;
  text-transform: uppercase;
}
.course-hero-copy h1 {
  font-size: clamp(34px, 4.3vw, 51px);
}
.course-hero-copy > p {
  margin-top: 14px;
  color: #e1e2e9;
  font-size: 17px;
  line-height: 1.5;
}
.course-rating,
.course-updated {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #dddfe8;
  font-size: 11px;
}
.course-rating strong {
  display: flex;
  align-items: center;
  color: #f5c85b;
}
.course-rating a {
  color: #9fd9ff;
  text-decoration: underline;
}
.course-updated {
  gap: 16px;
  margin-top: 13px;
  color: #c9cad3;
  font-size: 10px;
}
.course-updated span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.course-preview-card {
  overflow: hidden;
  border: 1px solid #e1e2e8;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.course-preview-media {
  position: relative;
  height: 205px;
  overflow: hidden;
}
.course-preview-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 15, 23, 0.25);
}
.course-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-preview-media > span {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -60%);
  border-radius: 50%;
  background: #fff;
}
.course-preview-media > strong {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 16px;
  text-align: center;
  color: #fff;
}
.course-preview-info {
  padding: 17px 20px;
}
.preview-tools {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.preview-tools span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #e2e3e9;
  background: #f8f8fa;
}
.preview-tools img {
  width: 22px;
  height: 22px;
}
.course-content-section {
  padding: 42px 0 75px;
  background: #fff;
}
.course-content-section .detail-grid {
  grid-template-columns: minmax(0, 720px) 360px;
  gap: 70px;
}
.course-outcome-panel {
  padding: 26px 28px;
  border: 1px solid #d8d9df;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}
.course-outcome-panel h2 {
  margin: 0 0 21px;
}
.outcome-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 25px;
  margin: 0;
}
.outcome-grid > div {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}
.outcome-grid > div > .mi {
  width: auto;
  height: auto;
  background: transparent;
  color: #252631;
}
.outcome-grid > div > span {
  font-size: 11px;
}
.curriculum-section {
  padding-top: 42px;
}
.curriculum-heading {
  margin-bottom: 7px;
  align-items: center;
}
.curriculum-heading h2 {
  margin: 0 0 5px;
}
.expand-all {
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: var(--primary);
  font: 800 10px Manrope;
}
.curriculum-facts {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
  color: #686978;
  font-size: 10px;
}
.course-content-section .syllabus-module,
.course-content-section .syllabus-module.open {
  margin: 0;
  border: 1px solid #d8d9df;
  border-bottom: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.course-content-section .syllabus-module:last-child {
  border-bottom: 1px solid #d8d9df;
}
.course-content-section .module-toggle {
  min-height: 70px;
  padding: 12px 18px;
  background: #f7f7f9;
}
.course-content-section .module-no,
.module-label {
  display: none;
}
.course-content-section .module-heading strong {
  font-size: 12px;
}
.module-action {
  display: block;
  margin-left: auto;
  font-size: 9px;
}
.course-content-section .module-chevron {
  order: -1;
  width: 22px;
  height: 22px;
  background: transparent;
}
.course-content-section .module-detail {
  border-top: 1px solid #d8d9df;
  background: #fff;
}
.udemy-topics > h4 {
  display: none;
}
.lecture-row {
  min-height: 46px;
  padding: 8px 18px 8px 50px;
  border: 0;
}
.lecture-row small {
  display: none;
}
.lecture-row strong {
  font-size: 10px;
  font-weight: 500;
}
.lecture-row em {
  background: transparent;
}
.premium-fee {
  top: 100px;
  margin-top: -188px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 30px rgba(22, 23, 34, 0.15);
  backdrop-filter: none;
}
.course-experience .card {
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}
@media (max-width: 960px) {
  .course-hero-grid,
  .course-content-section .detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .course-preview-card {
    max-width: 520px;
  }
  .premium-fee {
    margin-top: 0;
    max-width: 520px;
  }
}
@media (max-width: 640px) {
  .course-premium-hero {
    padding: 32px 0 38px;
  }
  .course-hero-copy > p {
    font-size: 15px;
  }
  .course-outcome-panel {
    padding: 20px;
  }
  .outcome-grid {
    grid-template-columns: 1fr;
  }
  .curriculum-heading {
    display: block;
  }
  .lecture-row {
    padding-left: 35px;
  }
}

/* Reference-aligned syllabus rows */
.course-content-section .module-chevron {
  order: initial;
  margin-left: 8px;
  font-size: 18px;
  transition: transform 0.2s;
}
.course-content-section .syllabus-module.open .module-chevron {
  transform: none;
}
.lecture-row {
  grid-template-columns: 22px minmax(0, 1fr) 24px 62px;
  gap: 14px;
  min-height: 58px;
  padding: 9px 18px 9px 22px;
}
.lecture-row > .lecture-type {
  font-size: 17px;
  color: #313343;
}
.lecture-row > span {
  display: block;
}
.lecture-row strong {
  display: block;
  color: #555978;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
}
.lecture-row .lesson-chevron {
  font-size: 17px;
  color: #282b3c;
}
.lecture-row em {
  justify-self: end;
  padding: 0;
  color: #696d87;
  font-size: 9px;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
}
.course-content-section .module-toggle {
  grid-template-columns: minmax(0, 1fr) auto 24px;
  gap: 14px;
}
.course-content-section .module-heading {
  grid-column: 1;
}
.course-content-section .module-action {
  grid-column: 2;
}
.course-content-section .module-chevron {
  grid-column: 3;
}
@media (max-width: 640px) {
  .lecture-row {
    grid-template-columns: 20px minmax(0, 1fr) 20px;
    padding: 10px 13px;
  }
  .lecture-row em {
    display: none;
  }
  .lecture-row strong {
    font-size: 10px;
  }
  .course-content-section .module-toggle {
    grid-template-columns: minmax(0, 1fr) 22px;
  }
  .course-content-section .module-action {
    display: none;
  }
  .course-content-section .module-chevron {
    grid-column: 2;
  }
}

/* Refined support cards and email forms */
.course-experience .experience-heading {
  margin-bottom: 20px;
}
.course-experience .grid-2 {
  gap: 14px;
}
.course-experience .card {
  position: relative;
  min-height: 0;
  padding: 22px 22px 21px;
  border: 1px solid rgba(67, 70, 115, 0.12);
  border-radius: 14px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(247, 248, 255, 0.86)
  );
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
}
.course-experience .card:hover {
  transform: translateY(-3px);
  border-color: rgba(55, 48, 163, 0.22);
  box-shadow: 0 16px 35px rgba(42, 39, 117, 0.08);
}
.course-experience .card .icon {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eeedff, #e8f8ff);
  color: var(--primary);
  display: grid;
  place-items: center;
}
.course-experience .card .icon .mi {
  font-size: 23px;
}
.course-experience .card h3 {
  margin: 0 0 7px;
  font-size: 15px;
}
.course-experience .card p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}
.form-honey {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.contact-form-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
}
.contact-form-panel:before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(91, 80, 210, 0.09);
  filter: blur(3px);
}
.contact-form-panel > * {
  position: relative;
}
.contact-form-panel > h2 {
  margin: 9px 0 6px;
}
.contact-form-panel > p {
  margin: 0 0 23px;
  color: var(--muted);
  font-size: 12px;
}
.contact-form-panel .field input,
.contact-form-panel .field select,
.contact-form-panel .field textarea {
  border-color: rgba(70, 74, 119, 0.16);
  background: rgba(250, 251, 255, 0.82);
}
.contact-form-panel .field input:focus,
.contact-form-panel .field select:focus,
.contact-form-panel .field textarea:focus {
  outline: 2px solid rgba(55, 48, 163, 0.16);
  border-color: var(--primary);
}
.contact-form-panel .btn {
  width: 100%;
}
.form-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 13px 0 0 !important;
  color: #858b9c !important;
  font-size: 9px !important;
}
.form-privacy .mi {
  font-size: 13px;
}
@media (max-width: 640px) {
  .course-experience .card {
    padding: 19px;
  }
  .contact-form-panel {
    padding: 22px;
  }
}

/* Complete company logo wall */
.company-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.company-logo-card {
  min-width: 0;
  margin: 0;
  padding: 17px 12px 13px;
  border: 1px solid rgba(69, 73, 116, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
  box-shadow: 0 8px 24px rgba(37, 38, 82, 0.045);
  transition:
    transform 0.22s,
    border-color 0.22s,
    box-shadow 0.22s;
}
.company-logo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(55, 48, 163, 0.23);
  box-shadow: 0 14px 32px rgba(37, 38, 82, 0.09);
}
.company-logo-card > div {
  height: 66px;
  display: grid;
  place-items: center;
}
.company-logo-card img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.company-logo-card figcaption {
  margin-top: 9px;
  overflow: hidden;
  color: #44485d;
  font: 700 10px Manrope;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .company-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .company-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .company-logo-card {
    padding: 14px 8px 11px;
  }
  .company-logo-card > div {
    height: 58px;
  }
  .company-logo-card img {
    width: 50px;
    height: 50px;
  }
}

/* Supabase verified lead capture */
.verified-lead-section {
  padding: 72px 0;
  background: linear-gradient(135deg, #17162f, #24215a);
  color: #fff;
}
.verified-lead-section.lead-compact {
  padding: 48px 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(75, 213, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #17162f, #24215a);
}
.lead-compact .verified-lead-shell {
  grid-template-columns: 0.68fr 1.32fr;
  gap: 42px;
}
.lead-compact .verified-lead-copy h2 {
  font-size: clamp(24px, 2.7vw, 35px);
}
.lead-compact .verified-points {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.lead-compact .verified-lead-form {
  padding: 22px;
}
.embedded-lead-section {
  margin: 34px 0;
  border-radius: 24px;
  overflow: hidden;
}
.embedded-lead-section > .container {
  width: 100%;
  padding-inline: 32px;
}
.verified-lead-shell {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 60px;
}
.verified-lead-copy h2 {
  margin: 13px 0 12px;
  font-size: clamp(28px, 3.5vw, 43px);
}
.verified-lead-copy > p {
  max-width: 520px;
  margin: 0;
  color: #bfc5d9;
}
.verified-points {
  display: grid;
  gap: 10px;
  margin-top: 25px;
}
.verified-points span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dce1f0;
  font: 700 11px Manrope;
}
.verified-points .mi {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(112, 218, 255, 0.12);
  color: #79dfff;
  font-size: 17px;
}
.verified-lead-form {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}
.in-page-lead-section {
  position: relative;
  z-index: 2;
}
.in-page-lead-section .verified-lead-shell {
  box-shadow: 0 26px 70px rgba(35, 32, 105, 0.13);
}
.lead-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.verified-lead-form label > span {
  display: block;
  margin-bottom: 7px;
  color: #dfe2ed;
  font: 700 10px Manrope;
}
.verified-lead-form input {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  outline: 0;
}
.verified-lead-form input::placeholder {
  color: #9299b2;
}
.verified-lead-form input:focus {
  border-color: #79dfff;
  box-shadow: 0 0 0 3px rgba(121, 223, 255, 0.12);
}
.india-phone {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
  overflow: hidden;
}
.india-phone:focus-within {
  border-color: #79dfff;
  box-shadow: 0 0 0 3px rgba(121, 223, 255, 0.12);
}
.india-phone b {
  padding: 0 11px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font: 700 11px Manrope;
}
.india-phone input {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
}
.lead-send-code {
  margin-top: 17px;
}
.lead-code-step {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.lead-verify-code {
  height: 46px;
}
.lead-change-email {
  height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  background: transparent;
  color: #dce1ee;
  font: 700 10px Manrope;
}
.lead-status {
  min-height: 18px;
  margin: 13px 0 0;
  font-size: 10px;
}
.lead-status.success {
  color: #8df0bd;
}
.lead-status.error {
  color: #ffb4b4;
}
.lead-status.loading {
  color: #84deff;
}
.lead-privacy {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0 0;
  color: #929ab4;
  font-size: 9px;
}
.lead-privacy .mi {
  font-size: 13px;
}
.verified-lead-form button:disabled {
  opacity: 0.55;
  cursor: wait;
}
@media (max-width: 960px) {
  .verified-lead-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .lead-fields {
    grid-template-columns: 1fr 1fr;
  }
  .lead-fields label:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 640px) {
  .verified-lead-section {
    padding: 52px 0;
  }
  .verified-lead-form {
    padding: 20px;
  }
  .lead-fields {
    grid-template-columns: 1fr;
  }
  .lead-fields label:last-child {
    grid-column: auto;
  }
  .lead-code-step {
    grid-template-columns: 1fr;
  }
  .lead-verify-code,
  .lead-change-email {
    width: 100%;
  }
}

/* 2026 premium student-acquisition visual system */
:root {
  --ink: #0b1220;
  --muted: #526078;
  --line: #dce5f2;
  --paper: #ffffff;
  --soft: #f3f7ff;
  --primary: #4f46e5;
  --primary2: #7c3aed;
  --cyan: #06b6d4;
  --green: #10b981;
  --amber: #f59e0b;
  --shadow: 0 24px 70px rgba(20, 42, 92, 0.13);
}
html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(56, 189, 248, 0.08), transparent 25%),
    radial-gradient(circle at 92% 18%, rgba(124, 58, 237, 0.08), transparent 23%),
    #fff;
}
.topbar {
  background: linear-gradient(90deg, #08152f, #172554 48%, #312e81);
  color: #dbeafe;
}
.topbar a { color: #fff; }
.header {
  border-bottom-color: rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(20px) saturate(150%);
}
.nav a:hover,
.nav a.active {
  color: #4338ca;
  background: #eef2ff;
}
.header-shortcut {
  border-color: #dbe3f3;
  background: #fff;
  box-shadow: 0 8px 22px rgba(30, 64, 175, 0.08);
}
.header-shortcut:hover {
  transform: translateY(-2px);
  border-color: #818cf8;
  box-shadow: 0 13px 30px rgba(79, 70, 229, 0.16);
}
.btn {
  border: 0;
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 50%, #7c3aed 100%);
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.25);
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(79, 70, 229, 0.34);
}
.btn.secondary,
.btn.ghost {
  border: 1px solid #c7d2fe;
  background: rgba(255, 255, 255, 0.88);
  color: #3730a3;
  box-shadow: 0 8px 22px rgba(30, 64, 175, 0.08);
}
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 30%, rgba(34, 211, 238, 0.2), transparent 25%),
    radial-gradient(circle at 12% 82%, rgba(139, 92, 246, 0.18), transparent 30%),
    linear-gradient(125deg, #07152f 0%, #11265d 48%, #312e81 100%);
  color: #fff;
}
.hero:before,
.page-hero:before,
.verified-lead-section:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-grid { position: relative; z-index: 1; }
.hero h1 { color: #fff; letter-spacing: -0.045em; }
.hero .lead { color: #cad7ee; }
.hero .eyebrow {
  border: 1px solid rgba(103, 232, 249, 0.3);
  background: rgba(6, 182, 212, 0.12);
  color: #a5f3fc;
}
.gradient {
  background: linear-gradient(90deg, #67e8f9, #a5b4fc 48%, #f0abfc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .btn.secondary {
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.09);
  color: #fff;
  backdrop-filter: blur(12px);
}
.hero-card {
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 35px 90px rgba(0,0,0,.38), 0 0 0 10px rgba(255,255,255,.035);
}
.hero-card img { filter: saturate(1.12) contrast(1.03); }
.float-card {
  border: 1px solid rgba(255,255,255,.42);
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 45px rgba(5,16,45,.22);
  backdrop-filter: blur(14px);
}
.trust { color: #d7e2f5; }
.stats {
  position: relative;
  z-index: 3;
  margin-top: -28px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 60px rgba(15, 41, 91, 0.16);
  backdrop-filter: blur(18px);
}
.stat strong {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section.soft {
  background:
    radial-gradient(circle at 90% 10%, rgba(96, 165, 250, .12), transparent 24%),
    linear-gradient(180deg, #f7faff, #eef4ff);
}
.section-head .eyebrow,
.page-hero .eyebrow {
  color: #4f46e5;
  background: #eef2ff;
}
.card,
.course-card,
.panel,
.pricing,
.industry-card,
.company-logo-card {
  border-color: #dfe7f3;
  box-shadow: 0 14px 38px rgba(23, 49, 96, 0.08);
}
.card:hover,
.course-card:hover,
.industry-card:hover,
.company-logo-card:hover {
  transform: translateY(-7px);
  border-color: #a5b4fc;
  box-shadow: 0 25px 55px rgba(55, 48, 163, 0.16);
}
.course-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fbfdff);
}
.course-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #2563eb, #06b6d4);
}
.course-card:nth-child(6n + 2):before { background: linear-gradient(90deg, #7c3aed, #ec4899); }
.course-card:nth-child(6n + 3):before { background: linear-gradient(90deg, #0284c7, #14b8a6); }
.course-card:nth-child(6n + 4):before { background: linear-gradient(90deg, #f97316, #ef4444); }
.course-card:nth-child(6n + 5):before { background: linear-gradient(90deg, #2563eb, #0ea5e9); }
.course-card:nth-child(6n + 6):before { background: linear-gradient(90deg, #f59e0b, #f97316); }
.course-card .link { color: #4338ca; }
.career-section {
  background:
    radial-gradient(circle at 80% 15%, rgba(34,211,238,.16), transparent 28%),
    linear-gradient(135deg, #08152f, #172554 56%, #312e81);
}
.career-number {
  background: linear-gradient(90deg, #67e8f9, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.career-steps > div {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 25%, rgba(34,211,238,.18), transparent 25%),
    linear-gradient(130deg, #08152f, #172554 55%, #312e81);
  color: #fff;
}
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #cbd7eb; }
.page-hero-points span {
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.08);
  color: #e2e8f0;
}
.course-premium-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(34,211,238,.2), transparent 24%),
    linear-gradient(130deg, #07152f, #172554 58%, #312e81);
}
.course-preview-card {
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0,0,0,.36);
}
.lecture-row:hover { background: #f1f5ff; }
.lesson-chevron { color: #4f46e5; }
.verified-lead-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(34,211,238,.18), transparent 28%),
    linear-gradient(130deg, #07152f, #172554 52%, #312e81);
}
.verified-lead-shell { position: relative; z-index: 1; }
.verified-lead-form {
  border-color: rgba(165,180,252,.32);
  background: rgba(255,255,255,.11);
  box-shadow: 0 30px 75px rgba(0,0,0,.25);
}
.verified-lead-form input,
.india-phone { background: rgba(255,255,255,.12); }
.verified-lead-form input:focus,
.india-phone:focus-within {
  border-color: #67e8f9;
  box-shadow: 0 0 0 4px rgba(103,232,249,.14);
}
.company-logo-card { background: linear-gradient(180deg, #fff, #f8fbff); }
.footer {
  background: linear-gradient(140deg, #050d1d, #0c1a3a 62%, #1e1b4b);
}
@keyframes premiumRise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero h1,
.hero .lead,
.hero-actions,
.hero-card,
.stats,
.page-hero h1 {
  animation: premiumRise .7s both cubic-bezier(.2,.7,.2,1);
}
.hero .lead { animation-delay: .08s; }
.hero-actions { animation-delay: .14s; }
.hero-card { animation-delay: .18s; }
.stats { animation-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
@media (max-width: 760px) {
  .hero { padding-top: 58px; }
  .stats { margin-top: 0; }
  .header { background: rgba(255,255,255,.96); }
}
@media (max-width: 1320px) and (min-width: 961px) {
  .header-shortcut {
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
  }
  .header-shortcut > span { display: none; }
}

/* About page leadership profiles */
.leadership-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(6, 182, 212, .1), transparent 24%),
    radial-gradient(circle at 92% 76%, rgba(124, 58, 237, .1), transparent 26%),
    #f8fbff;
}
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}
.leader-card {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid #dce6f4;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 45px rgba(25, 49, 96, .09);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.leader-card:hover {
  transform: translateY(-8px);
  border-color: #a5b4fc;
  box-shadow: 0 28px 65px rgba(55, 48, 163, .17);
}
.leader-card-name-only {
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(103,232,249,.18), transparent 30%),
    linear-gradient(145deg, #0b1d45, #312e81);
  color: #fff;
}
.leader-card-name-only .leader-body { padding: 34px; }
.leader-card-name-only .leader-role {
  background: rgba(255,255,255,.12);
  color: #a5f3fc;
}
.leader-card-name-only .leader-body h3 { color: #fff; font-size: 24px; }
.leader-card-name-only .leader-body p { color: #d5dcef; }
.leader-card-name-only .leader-link { color: #a5f3fc; }
.leader-photo {
  position: relative;
  display: block;
  height: 255px;
  overflow: hidden;
  background: linear-gradient(145deg, #dbeafe, #ede9fe);
}
.leader-photo:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(7, 21, 47, .28));
  pointer-events: none;
}
.leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}
.leader-card:hover .leader-photo img { transform: scale(1.045); }
.linkedin-badge {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #0a66c2;
  color: #fff;
  font: 800 17px Arial, sans-serif;
  box-shadow: 0 8px 20px rgba(0,0,0,.2);
}
.leader-body { padding: 22px; }
.leader-role {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  font: 800 9px Manrope, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.leader-body h3 {
  margin: 13px 0 8px;
  font-size: 19px;
}
.leader-body p {
  min-height: 66px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.leader-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 17px;
  color: #3730a3;
  font: 800 10px Manrope, sans-serif;
}
.leader-link .mi { font-size: 15px; }
@media (max-width: 960px) {
  .leadership-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .leader-card { grid-column: auto; }
}
@media (max-width: 620px) {
  .leadership-grid { grid-template-columns: 1fr; }
  .leader-photo { height: 285px; }
  .leader-body p { min-height: 0; }
}
