:root {
  --global-ink: #0B183E;
  --global-slate: #1B2A52;
  --global-muted: #646B82;
  --global-line: #e4e7ec;
  --global-paper: #FBFAFD;
  --global-teal: #5E2B98;
  --global-mint: #8144B5;
  --global-lime: #C49FE0;
  --global-coral: #f97066;
}

body {
  background: var(--global-paper);
  color: var(--global-ink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0 !important;
}

.topbar {
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid rgba(11,24,62, 0.08) !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 36px -32px rgba(11,24,62, 0.5);
  color: var(--global-ink);
}

.topbar .text-white,
.topbar .text-white\/90,
.topbar .text-white\/70 {
  color: #263454 !important;
}

.topbar a.text-white:hover,
.topbar button:hover {
  color: var(--global-teal) !important;
}

.topbar select,
.topbar input {
  background: #f2f4f7 !important;
  color: var(--global-ink) !important;
  border: 1px solid var(--global-line) !important;
}

.topbar input::placeholder {
  color: #646B82 !important;
}

.topbar option {
  color: var(--global-ink) !important;
}

.global-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 800;
  color: var(--global-ink);
}

.global-brand-mark {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: transparent;
  color: #5E2B98;
  font-weight: 900;
  box-shadow: 0 12px 30px -16px rgba(129,68,181, 0.85);
}

.global-footer {
  background: linear-gradient(145deg, #050D25 0%, #0B183E 48%, #4B217B 100%);
  color: rgba(255, 255, 255, 0.76);
}

.global-topbar {
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem clamp(1rem, 2.4vw, 2rem);
}

.global-topbar-inner,
.global-topbar-brand,
.global-topbar-nav,
.global-topbar-actions,
.global-topbar-link,
.global-auth-link,
.global-header-cta,
.global-install-btn,
.global-user-btn {
  display: flex;
  align-items: center;
}

.global-topbar-inner {
  min-width: 0;
  gap: 1.25rem;
}

.global-topbar-brand {
  min-width: 0;
  gap: 1rem;
}

.global-brand-copy {
  display: grid;
  min-width: 0;
  line-height: 1.2;
}

.global-brand-copy strong {
  color: var(--global-ink);
  font-size: 0.98rem;
  font-weight: 900;
  white-space: nowrap;
}

.global-brand-copy small {
  color: #646B82;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.global-breadcrumbs {
  display: none;
  align-items: center;
  gap: 0.5rem;
  color: #646B82;
  font-size: 0.85rem;
}

.global-topbar-nav {
  gap: 0.25rem;
}

.global-topbar-link {
  min-height: 2.4rem;
  gap: 0.42rem;
  border-radius: 8px;
  color: #263454;
  padding: 0.55rem 0.72rem;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.global-topbar-link:hover,
.global-nav-menu:focus-within .global-nav-trigger {
  background: rgba(129,68,181, 0.12);
  color: var(--global-teal) !important;
  transform: translateY(-1px);
}

.global-nav-menu {
  position: relative;
}

.global-nav-trigger {
  border: 0;
  background: transparent;
}

.global-nav-dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 60;
  width: 17rem;
  display: grid;
  gap: 0.25rem;
  padding: 0.55rem;
  border: 1px solid rgba(11,24,62, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 54px -34px rgba(11,24,62, 0.65);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.global-nav-menu:hover .global-nav-dropdown,
.global-nav-menu:focus-within .global-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.global-nav-dropdown a,
.global-user-menu a,
.global-user-menu button {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  border-radius: 8px;
  color: #263454;
  padding: 0.62rem 0.7rem;
  font-size: 0.86rem;
  font-weight: 800;
  text-align: start;
  transition: background-color 160ms ease, color 160ms ease;
}

.global-nav-dropdown a:hover,
.global-user-menu a:hover,
.global-user-menu button:hover {
  background: #F7F3FB;
  color: var(--global-teal) !important;
}

.global-topbar-actions {
  justify-content: flex-end;
  gap: 0.45rem;
  min-width: 0;
}

.global-topbar-search {
  width: clamp(12rem, 18vw, 18.5rem);
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--global-line);
  border-radius: 8px;
  background: #FBFAFD;
  padding-inline: 0.4rem;
}

.global-topbar-search input {
  min-width: 0;
  flex: 1;
  border: 0 !important;
  background: transparent !important;
  padding: 0.35rem 0.45rem;
  font-size: 0.85rem;
  outline: none;
}

.global-topbar-search button,
.global-icon-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid var(--global-line);
  background: #fff;
  color: #263454;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.global-topbar-search button {
  width: 2rem;
  height: 2rem;
  border-color: rgba(94,43,152, 0.22);
  background: rgba(129,68,181, 0.12);
  color: var(--global-teal);
}

.global-icon-btn {
  position: relative;
}

.global-icon-btn:hover,
.global-topbar-search button:hover {
  border-color: rgba(94,43,152, 0.34);
  background: rgba(129,68,181, 0.14);
  color: var(--global-teal) !important;
  transform: translateY(-1px);
}

.global-icon-badge {
  position: absolute;
  top: -0.4rem;
  inset-inline-end: -0.35rem;
  min-width: 1.15rem;
  height: 1.15rem;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--global-coral);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 900;
}

.global-install-btn,
.global-auth-link,
.global-header-cta {
  min-height: 2.5rem;
  gap: 0.42rem;
  border-radius: 8px;
  padding: 0.52rem 0.75rem;
  font-size: 0.83rem;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.global-install-btn,
.global-auth-link {
  border: 1px solid var(--global-line);
  background: #fff;
  color: #263454;
}

.global-auth-link.is-secondary {
  border-color: rgba(94,43,152, 0.2);
  background: rgba(129,68,181, 0.1);
  color: #4B217B;
}

.global-header-cta {
  border: 1px solid rgba(94,43,152, 0.35);
  background: linear-gradient(135deg, var(--global-teal), #4B217B);
  color: #fff;
  box-shadow: 0 14px 30px -22px rgba(94,43,152, 0.8);
}

.global-install-btn:hover,
.global-auth-link:hover,
.global-header-cta:hover {
  transform: translateY(-1px);
}

.global-user-btn {
  gap: 0.45rem;
  max-width: 15rem;
  min-height: 2.5rem;
  border: 1px solid var(--global-line);
  border-radius: 999px;
  background: #fff;
  color: #263454;
  padding: 0.25rem 0.45rem;
  font-size: 0.84rem;
  font-weight: 800;
}

.global-user-avatar {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--global-mint), var(--global-lime) 58%, var(--global-coral));
  color: var(--global-ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.global-user-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  inset-inline-end: 0;
  z-index: 60;
  width: 14.5rem;
  display: grid;
  gap: 0.2rem;
  border: 1px solid rgba(11,24,62, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 0.45rem;
  box-shadow: 0 24px 54px -34px rgba(11,24,62, 0.65);
}

.global-user-menu button {
  border: 0;
  background: transparent;
  color: #b42318;
}

.global-language-form select {
  min-height: 2.5rem;
  border-radius: 8px;
  padding: 0.3rem 0.55rem;
  font-size: 0.8rem;
  font-weight: 800;
}

.global-footer-modern {
  position: relative;
  overflow: hidden;
}

.global-footer-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(129,68,181, 0.16), transparent 35%),
    linear-gradient(245deg, rgba(94,43,152, 0.18), transparent 44%),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
  opacity: 0.9;
}

.global-footer-modern > .container-page {
  position: relative;
}

.global-footer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(16rem, 0.7fr);
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.1rem, 2.4vw, 1.75rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 28px 80px -56px rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(18px);
}

.global-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.global-footer-brand span:last-child {
  display: grid;
  line-height: 1.3;
}

.global-footer-brand strong,
.global-footer-section-head h5,
.global-footer-grid h5 {
  color: #fff;
  font-weight: 900;
}

.global-footer-brand small,
.global-footer-hero p,
.global-footer-section-head span {
  color: rgba(255, 255, 255, 0.68);
}

.global-footer-hero p {
  max-width: 46rem;
  line-height: 1.9;
}

.global-footer-contact-card {
  justify-self: end;
  width: min(100%, 23rem);
  display: grid;
  gap: 0.55rem;
  border: 1px solid rgba(197,171,223, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(129,68,181, 0.22), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.055);
  padding: 1rem;
}

.global-footer-contact-card > span {
  width: fit-content;
  border: 1px solid rgba(197,171,223, 0.24);
  border-radius: 999px;
  background: rgba(94,43,152, 0.16);
  color: #DDC9EE;
  padding: 0.25rem 0.65rem;
  font-size: 0.74rem;
  font-weight: 900;
}

.global-footer-contact-card strong {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
}

.global-footer-contact-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.8;
}

.global-footer-whatsapp {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #4B217B, #5E2B98);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 20px 45px -28px rgba(94,43,152, 0.9);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.global-footer-whatsapp:hover {
  color: #fff;
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 24px 52px -28px rgba(129,68,181, 1);
}

.global-footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.global-footer-cta a {
  min-height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0.6rem 0.85rem;
  font-size: 0.84rem;
  font-weight: 900;
  transition: background-color 160ms ease, transform 160ms ease;
}

.global-footer-cta a:hover {
  background: rgba(129,68,181, 0.16);
  transform: translateY(-1px);
}

.global-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.global-footer-grid > div {
  min-width: 0;
}

.global-footer-grid h5 {
  margin-bottom: 0.75rem;
  font-size: 0.96rem;
}

.global-footer-grid ul {
  display: grid;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.global-footer-grid a,
.global-footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 160ms ease;
}

.global-footer-grid a:hover,
.global-footer-bottom a:hover {
  color: var(--global-mint);
}

.global-footer-partners,
.global-footer-social,
.global-footer-payments {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.global-footer-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.global-footer-section-head span {
  display: inline-flex;
  border: 1px solid rgba(129,68,181, 0.24);
  border-radius: 999px;
  background: rgba(129,68,181, 0.1);
  color: var(--global-mint);
  padding: 0.32rem 0.65rem;
  font-size: 0.76rem;
  font-weight: 900;
}

.global-footer-section-head h5 {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.global-social-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.global-social-link {
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 900;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.global-social-link:hover {
  border-color: rgba(197,171,223, 0.42);
  background: rgba(94,43,152, 0.18);
  color: #fff;
  transform: translateY(-2px);
}

.global-social-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #DDC9EE;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.global-social-link:hover .global-social-icon {
  background: #fff;
  color: #4B217B;
  transform: rotate(-6deg) scale(1.04);
}

.global-social-link.is-youtube:hover {
  background: rgba(220, 38, 38, 0.18);
  border-color: rgba(248, 113, 113, 0.42);
}

.global-social-link.is-instagram:hover {
  background: rgba(219, 39, 119, 0.18);
  border-color: rgba(244, 114, 182, 0.42);
}

.global-social-link.is-linkedin:hover {
  background: rgba(14, 116, 144, 0.2);
  border-color: rgba(34, 211, 238, 0.34);
}

.global-partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.global-partner-card {
  min-height: 6.2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  color: #fff;
  padding: 0.85rem;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.global-partner-card:hover {
  border-color: rgba(129,68,181, 0.35);
  background: rgba(255, 255, 255, 0.095);
  transform: translateY(-2px);
}

.global-partner-card span:last-child {
  display: grid;
  min-width: 0;
  gap: 0.2rem;
}

.global-partner-card strong {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
}

.global-partner-card small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  line-height: 1.45;
}

.global-partner-mark {
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--global-mint), var(--global-lime) 58%, var(--global-coral));
  color: var(--global-ink);
  font-weight: 900;
}

.global-partner-card.has-logo img {
  width: 3.6rem;
  height: 3.1rem;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 8px;
  background: #fff;
  padding: 0.35rem;
}

.global-payment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.global-payment-card {
  min-width: 7.5rem;
  height: 3.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #fff;
  padding: 0.55rem 0.8rem;
}

.global-payment-card.is-wide {
  min-width: min(100%, 18rem);
}

.global-payment-card img {
  max-width: 100%;
  max-height: 2.25rem;
  object-fit: contain;
}

.global-payment-card.is-color-logo {
  width: 9.25rem;
  height: auto;
  min-width: 0;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border: 0;
  border-radius: 0.9rem;
  padding: 0;
  background: #fff;
}

.global-payment-card.is-color-logo img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: none;
}

.global-payment-card.is-wallet {
  background: rgba(129,68,181, 0.14);
  color: #fff;
}

.global-payment-card.is-wallet strong {
  font-size: 0.86rem;
}

.home-partners-section {
  padding-block: clamp(2.5rem, 6vw, 4.25rem);
}

.home-partners-panel {
  position: relative;
  max-width: 78rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(94,43,152, 0.14);
  background:
    radial-gradient(circle at 14% 18%, rgba(94,43,152, 0.14), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(158,119,198, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 255, 0.82));
  padding: clamp(1.1rem, 2.5vw, 1.85rem);
  box-shadow:
    0 22px 64px -48px rgba(11,24,62, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.home-partners-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(94,43,152, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94,43,152, 0.045) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 78%);
}

.home-partners-head {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.home-partners-head h2 {
  max-width: 820px;
  margin-top: 0.6rem;
  color: var(--global-ink);
  font-size: clamp(1.65rem, 3vw, 2.75rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.home-partners-head p {
  max-width: 700px;
  margin-top: 0.55rem;
  color: var(--global-muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

.home-partners-note {
  max-width: 660px;
  color: #4E4763 !important;
  font-size: 0.88rem !important;
}

.home-partners-panel .global-partner-card {
  position: relative;
  min-height: 5.85rem;
  border-color: rgba(94,43,152, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: var(--global-ink);
  padding: 0.78rem;
  box-shadow: 0 14px 40px -34px rgba(11,24,62, 0.55);
  transform: translateZ(0);
}

.home-partners-panel .global-partner-card:hover {
  border-color: rgba(94,43,152, 0.28);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 54px -38px rgba(94,43,152, 0.5);
}

.home-partners-panel .global-partner-card strong {
  color: var(--global-ink);
}

.home-partners-panel .global-partner-card small {
  color: var(--global-muted);
}

.home-partners-panel .global-partner-mark {
  width: 3.15rem;
  height: 3.15rem;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(158,119,198, 0.95), rgba(94,43,152, 0.98)),
    #5E2B98;
  box-shadow:
    0 12px 26px -18px rgba(94,43,152, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.home-partners-panel .global-partner-card.has-logo img {
  width: 3.75rem;
  height: 3rem;
  border-color: rgba(94,43,152, 0.08);
  box-shadow: 0 12px 24px -20px rgba(11,24,62, 0.65);
}

.global-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.global-footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.global-footer-compact {
  position: relative;
  padding-block: clamp(1.2rem, 2.4vw, 1.8rem);
}

.global-footer-shell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(5, 18, 39, 0.32);
  padding: clamp(1rem, 2vw, 1.35rem);
  box-shadow: 0 24px 70px -58px rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(16px);
}

.global-footer-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.global-footer-topline .global-footer-brand {
  margin-bottom: 0;
}

.global-footer-topline .global-brand-mark {
  width: 2.35rem;
  height: 2.35rem;
}

.global-footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.global-footer-actions .global-footer-whatsapp {
  min-height: 2.45rem;
  padding: 0.45rem 0.8rem;
  font-size: 0.84rem;
}

.global-footer-actions .global-footer-whatsapp svg {
  flex: 0 0 auto;
}

.global-footer-actions .global-footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.global-footer-actions .global-social-link {
  width: 2.35rem;
  height: 2.35rem;
  min-height: 2.35rem;
  padding: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.global-footer-shell .global-footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.25rem);
  margin-top: 1rem;
}

.global-footer-shell .global-footer-grid h5 {
  margin-bottom: 0.45rem;
  color: #fff;
  font-size: 0.9rem;
}

.global-footer-shell .global-footer-grid ul {
  gap: 0.3rem;
  font-size: 0.82rem;
  line-height: 1.55;
}

.global-footer-shell .global-footer-grid a {
  color: rgba(255, 255, 255, 0.68);
}

.global-footer-shell .global-footer-payments {
  display: grid;
  grid-template-columns: minmax(11rem, 0.3fr) minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  margin-top: 1rem;
  padding-top: 0.9rem;
}

.global-footer-shell .global-footer-section-head {
  display: grid;
  justify-content: start;
  gap: 0.3rem;
  margin-bottom: 0;
}

.global-footer-shell .global-footer-section-head h5 {
  font-size: 0.95rem;
}

.global-footer-shell .global-footer-section-head span {
  width: fit-content;
  padding: 0.22rem 0.55rem;
  font-size: 0.7rem;
}

.global-footer-shell .global-payment-grid {
  justify-content: flex-start;
  gap: 0.42rem;
}

.global-footer-shell .global-payment-card {
  min-width: 5.3rem;
  height: 2.45rem;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
}

.global-footer-shell .global-payment-card.is-wide {
  min-width: min(100%, 12.5rem);
}

.global-footer-shell .global-payment-card img {
  max-height: 1.55rem;
}

.global-footer-shell .global-payment-card.is-color-logo {
  width: 7.5rem;
  height: auto;
  min-width: 0;
  aspect-ratio: 2 / 1;
  padding: 0;
  border-radius: 0.75rem;
}

.global-footer-shell .global-payment-card.is-color-logo img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.global-footer-shell .global-footer-bottom {
  margin-top: 0.9rem;
  padding-top: 0.75rem;
  font-size: 0.76rem;
}

.floating-whatsapp {
  position: fixed;
  inset-inline-end: clamp(1rem, 2.5vw, 1.75rem);
  bottom: 5.25rem;
  z-index: 58;
  width: 3.75rem;
  height: 3.75rem;
  min-height: 3.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.96), rgba(18, 140, 126, 0.96)),
    #25d366;
  color: #fff;
  padding: 0;
  box-shadow:
    0 24px 54px -30px rgba(18, 140, 126, 0.9),
    0 0 0 7px rgba(37, 211, 102, 0.12);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  animation: floating-whatsapp-drift 4.5s ease-in-out infinite;
}

.floating-whatsapp:hover {
  color: #fff;
  filter: saturate(1.05) brightness(1.04);
  transform: translateY(-3px) scale(1.015);
  box-shadow:
    0 30px 68px -30px rgba(18, 140, 126, 1),
    0 0 0 10px rgba(37, 211, 102, 0.14);
}

.floating-whatsapp-orbit {
  position: absolute;
  inset: -0.35rem;
  z-index: -1;
  border: 1px solid rgba(37, 211, 102, 0.38);
  border-radius: inherit;
  opacity: 0.75;
  animation: floating-whatsapp-pulse 2.6s ease-out infinite;
}

.floating-whatsapp-icon {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.floating-whatsapp-icon svg {
  width: 1.9rem;
  height: 1.9rem;
}

@keyframes floating-whatsapp-drift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes floating-whatsapp-pulse {
  0% {
    opacity: 0.72;
    transform: scale(0.96);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

.sidebar {
  background: #fff !important;
  border-color: var(--global-line) !important;
  width: 18rem !important;
  min-width: 18rem !important;
  min-height: calc(100vh - 4rem) !important;
  height: calc(100vh - 4rem) !important;
  position: sticky !important;
  top: 4rem !important;
  align-self: flex-start !important;
  gap: 0.75rem !important;
  padding: 0.875rem !important;
  overflow: hidden !important;
}

.sidebar nav {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  padding-inline-end: 0.15rem;
  scrollbar-width: thin;
}

.sidebar-section {
  margin-bottom: 0.75rem !important;
}

.sidebar-section-title {
  margin: 0.35rem 0 0.35rem !important;
  color: #646B82 !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.sidebar-item {
  min-height: 2.45rem !important;
  gap: 0.55rem !important;
  border-radius: 8px !important;
  padding: 0.52rem 0.68rem !important;
  font-size: 0.9rem !important;
  line-height: 1.35 !important;
  border-inline-start-width: 0 !important;
}

.sidebar-item:not(.is-active) {
  color: #263454 !important;
}

.sidebar-item:not(.is-active) span.flex-1 {
  color: #263454 !important;
}

.sidebar-item:not(.is-active) svg,
.sidebar-item:not(.is-active) [data-lucide] {
  color: #98a2b3 !important;
  stroke: currentColor !important;
}

.sidebar-item:not(.is-active):hover {
  background: #F7F3FB !important;
  color: var(--global-teal) !important;
}

.sidebar-item:not(.is-active):hover span.flex-1,
.sidebar-item:not(.is-active):hover svg,
.sidebar-item:not(.is-active):hover [data-lucide] {
  color: var(--global-teal) !important;
  stroke: currentColor !important;
}

.sidebar-item span.flex-1 {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.global-side-profile,
.global-help-card {
  border-radius: 8px;
  border: 1px solid rgba(129,68,181, 0.2);
  background: linear-gradient(135deg, #0B183E, #2E2344);
  color: #fff;
  padding: 0.8rem;
  text-align: center;
  box-shadow: 0 18px 45px -30px rgba(11,24,62, 0.55);
}

.global-side-profile .global-brand-mark {
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 0.45rem !important;
}

.dashboard-user-line {
  max-width: 100%;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.global-help-card {
  background: #fff;
  color: var(--global-ink);
  margin-top: 0.5rem;
  padding: 0.75rem;
}

@media (max-height: 820px) {
  .global-help-card {
    display: none !important;
  }
}

.global-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(129,68,181, 0.2), transparent 32%),
    radial-gradient(circle at 18% 82%, rgba(249, 112, 102, 0.12), transparent 30%),
    linear-gradient(135deg, #FCFBFE 0%, #EEE6F7 48%, #f6f3ff 100%);
}

.global-hero::before {
  display: none;
}

.global-eyebrow,
.global-section-kicker,
.global-status,
.global-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(94,43,152, 0.2);
  background: rgba(129,68,181, 0.12);
  color: #4B217B;
  padding: 0.45rem 0.8rem;
  font-size: 0.8125rem;
  font-weight: 700;
}

.global-title {
  max-width: 13ch;
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  line-height: 1.02;
  font-weight: 900;
  color: var(--global-ink);
  letter-spacing: 0;
}

.global-lead {
  max-width: 42rem;
  color: #4E4763;
  font-size: 1.18rem;
  line-height: 1.9;
}

.global-primary-btn,
.global-secondary-btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 8px;
  padding: 0.8rem 1.15rem;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.global-primary-btn {
  background: linear-gradient(135deg, var(--global-teal), #4B217B);
  color: #fff;
  box-shadow: 0 18px 36px -22px rgba(94,43,152, 0.75);
}

.global-primary-btn:hover {
  transform: translateY(-2px);
  background: #4B217B;
}

.btn-gold,
.btn-gold:visited {
  background: var(--global-teal) !important;
  color: #fff !important;
  border: 1px solid rgba(94,43,152, 0.3) !important;
  box-shadow: 0 12px 28px -20px rgba(94,43,152, 0.75);
}

.btn-gold:hover {
  background: #4B217B !important;
  color: #fff !important;
}

.global-secondary-btn {
  background: #fff;
  color: var(--global-ink);
  border: 1px solid var(--global-line);
}

.global-secondary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -24px rgba(11,24,62, 0.55);
}

.global-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  color: #4E4763;
  font-size: 0.92rem;
}

.global-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.global-showcase,
.global-program-card,
.global-cta {
  border-radius: 8px;
  border: 1px solid rgba(11,24,62, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 60px -40px rgba(11,24,62, 0.45);
  backdrop-filter: blur(12px);
}

.global-showcase {
  padding: 1.2rem;
}

.global-showcase-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.global-progress {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.global-metric {
  display: grid;
  gap: 0.35rem;
  border-radius: 8px;
  border: 1px solid var(--global-line);
  background: #fff;
  padding: 1rem;
}

.global-metric svg {
  color: var(--global-teal);
}

.global-metric span {
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.global-metric small {
  color: var(--global-muted);
}

.global-note {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
  border-radius: 8px;
  background: #F7F3FB;
  color: #263454;
  padding: 0.95rem;
  font-size: 0.92rem;
  line-height: 1.75;
}

.global-stat-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--global-line);
  background: var(--global-line);
}

.global-stat-strip div {
  background: #fff;
  padding: 1.25rem;
}

.global-stat-strip span {
  display: block;
  color: var(--global-ink);
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.global-stat-strip p {
  margin-top: 0.4rem;
  color: var(--global-muted);
  font-size: 0.92rem;
}

.home-ad-slider {
  position: relative;
  min-height: clamp(15rem, 26vw, 23rem);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(11,24,62, 0.08);
  background: #0B183E;
  box-shadow: 0 28px 70px -42px rgba(11,24,62, 0.58);
  isolation: isolate;
}

.home-ad-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.85rem;
  padding: clamp(1.5rem, 4vw, 3.25rem);
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transform: scale(1.02);
  animation: home-ad-cycle 18s ease-in-out infinite;
}

.home-ad-slide.is-active {
  opacity: 1;
  transform: none;
  z-index: 2;
}

.home-ad-slide:not(.has-uploaded-image):nth-child(1) {
  animation-delay: 0s;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(130deg, #33205C 0%, #5E2B98 58%, #f97066 120%);
  background-size: 72px 100%, auto;
}

.home-ad-slide:not(.has-uploaded-image):nth-child(2) {
  animation-delay: 6s;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(130deg, #0B183E 0%, #5E2B98 55%, #dcc273 118%);
  background-size: 72px 100%, auto;
}

.home-ad-slide:not(.has-uploaded-image):nth-child(3) {
  animation-delay: 12s;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(130deg, #0B183E 0%, #3b4258 46%, #5E2B98 118%);
  background-size: 72px 100%, auto;
}

.home-ad-slide::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: min(32vw, 26rem);
  background:
    linear-gradient(145deg, transparent 0 32%, rgba(255, 255, 255, 0.2) 32% 34%, transparent 34% 52%, rgba(255, 255, 255, 0.12) 52% 54%, transparent 54%);
  pointer-events: none;
}

.home-ad-kicker,
.home-ad-action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(10px);
}

.home-ad-kicker {
  padding: 0.45rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.home-ad-slide strong {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 4.6rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.home-ad-slide small {
  position: relative;
  z-index: 1;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.9;
}

.home-ad-action {
  margin-top: 0.35rem;
  padding: 0.65rem 1rem;
  font-weight: 900;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.home-ad-slide:hover .home-ad-action {
  transform: translateX(-4px);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.18);
}

.home-ad-slider-dynamic .home-ad-slide {
  animation: none;
  transition:
    opacity 620ms ease,
    transform 800ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 620ms ease;
}

.home-ad-slider-dynamic .home-ad-slide:not(.is-active) {
  pointer-events: none;
  filter: saturate(0.86);
}

.home-ad-slide.has-uploaded-image {
  background:
    linear-gradient(90deg, rgba(11,24,62, 0.82), rgba(94,43,152, 0.64)),
    linear-gradient(130deg, #33205C 0%, var(--banner-accent, #5E2B98) 70%, #C49FE0 118%),
    var(--banner-image) center / cover no-repeat !important;
}

.home-ad-uploaded-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.26;
  filter: saturate(0.95) contrast(0.9);
  pointer-events: none;
}

.home-course-strip {
  margin-bottom: 3.5rem;
  overflow: hidden;
}

.home-course-strip-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.1rem;
}

.home-course-strip-head h2 {
  margin-top: 0.65rem;
  color: var(--global-ink);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.home-course-marquee {
  position: relative;
  direction: ltr;
  margin-inline: calc((100vw - 100%) / -2);
  overflow: hidden;
  padding-block: 0.25rem 1rem;
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.home-course-marquee-track {
  display: flex;
  width: max-content;
  animation: home-course-marquee 42s linear infinite;
  direction: ltr;
  justify-content: flex-start;
  transform-origin: left center;
  will-change: transform;
}

.home-course-marquee:hover .home-course-marquee-track {
  animation-play-state: paused;
}

.home-course-marquee-set {
  display: flex;
  flex: 0 0 auto;
  gap: 1rem;
  padding-inline-end: 1rem;
}

.home-course-pill {
  direction: rtl;
  width: min(82vw, 24rem);
  flex: 0 0 min(82vw, 24rem);
  min-height: 9.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(11,24,62, 0.08);
  background:
    linear-gradient(120deg, rgba(129,68,181, 0.12), transparent 42%),
    #fff;
  color: var(--global-ink);
  padding: 1rem;
  box-shadow: 0 18px 50px -38px rgba(11,24,62, 0.5);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.home-course-pill:hover {
  border-color: rgba(94,43,152, 0.38);
  box-shadow: 0 22px 58px -36px rgba(94,43,152, 0.62);
  transform: translateY(-2px);
}

.home-course-pill.is-featured {
  background:
    linear-gradient(135deg, #0B183E, #4B217B);
  color: #fff;
}

.home-course-pill-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: rgba(129,68,181, 0.14);
  color: var(--global-teal);
}

.home-course-pill.is-featured .home-course-pill-icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--global-mint);
}

.home-course-pill-body {
  display: grid;
  min-width: 0;
  gap: 0.42rem;
}

.home-course-pill-kicker {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #646B82;
  font-size: 0.78rem;
  font-weight: 800;
}

.home-course-pill-kicker strong {
  border-radius: 999px;
  background: rgba(129,68,181, 0.15);
  color: var(--global-teal);
  padding: 0.08rem 0.45rem;
  font-size: 0.72rem;
}

.home-course-pill-title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--global-ink);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-course-pill-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding-top: 0.15rem;
}

.home-course-pill-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 999px;
  background: #f2f4f7;
  color: #4E4763;
  padding: 0.22rem 0.52rem;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.home-course-pill.is-featured .home-course-pill-kicker,
.home-course-pill.is-featured .home-course-pill-title {
  color: #fff;
}

.home-course-pill.is-featured .home-course-pill-kicker strong,
.home-course-pill.is-featured .home-course-pill-meta span {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

@keyframes home-ad-cycle {
  0%,
  30% {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
  }

  36%,
  96% {
    opacity: 0;
    transform: scale(1.02);
    z-index: 1;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
  }
}

@keyframes home-course-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-16.6667%);
  }
}

.global-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.global-section-head.compact {
  align-items: start;
}

.global-section-head h2,
.global-cta h2 {
  margin-top: 0.8rem;
  color: var(--global-ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
}

.global-section-head p,
.global-cta p {
  margin-top: 0.75rem;
  max-width: 42rem;
  color: #646B82;
  line-height: 1.9;
}

.global-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--global-teal);
  font-weight: 800;
}

.global-card-grid,
.global-feature-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.global-program-card {
  position: relative;
  padding: 1.35rem;
}

.global-program-card.is-featured {
  background: linear-gradient(135deg, #0B183E, #4B217B);
  color: #fff;
}

.global-program-card.is-featured h3,
.global-program-card.is-featured p {
  color: #fff;
}

.global-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--global-teal);
  margin-top: 1rem;
}

.global-program-card h3,
.global-feature-grid h3 {
  margin-top: 1rem;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0;
}

.global-program-card p,
.global-feature-grid p {
  margin-top: 0.65rem;
  color: #646B82;
  line-height: 1.85;
}

.global-program-card a {
  margin-top: 1.15rem;
  display: inline-flex;
  color: var(--global-teal);
  font-weight: 800;
}

.global-band {
  background: linear-gradient(180deg, #fff, #EEE6F7);
}

.global-feature-grid div {
  border-radius: 8px;
  border: 1px solid rgba(11,24,62, 0.08);
  background: #fff;
  padding: 1.25rem;
}

.global-feature-grid svg {
  color: var(--global-teal);
}

.global-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  background:
    linear-gradient(120deg, rgba(129,68,181, 0.16), transparent 42%),
    #fff;
}

.dashboard-hub {
  margin-top: 2rem;
}

.dashboard-action-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  border: 1px solid rgba(94,43,152, 0.14);
  background:
    linear-gradient(120deg, rgba(129,68,181, 0.12), transparent 46%),
    #fff;
  padding: 1.5rem;
  box-shadow: 0 18px 50px -40px rgba(11,24,62, 0.42);
}

.dashboard-action-strip h2 {
  margin-top: 0.75rem;
  color: var(--global-ink) !important;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.18;
  font-weight: 900;
}

.dashboard-action-strip p {
  margin-top: 0.5rem;
  color: #646B82 !important;
  line-height: 1.8;
}

.dashboard-hub-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.dashboard-hub-head h2 {
  margin-top: 0.75rem;
  color: var(--global-ink);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.2;
  font-weight: 900;
}

.dashboard-hub-head p {
  margin-top: 0.5rem;
  color: #646B82;
  line-height: 1.8;
}

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

.dashboard-hub-section,
.card,
.card-3d,
.card-3d-premium,
.card-elevated,
.card-interactive,
.kpi-3d,
.kpi-3d-gold,
.kpi-3d-navy {
  border-radius: 8px !important;
  border: 1px solid rgba(11,24,62, 0.08) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--global-ink) !important;
  box-shadow: 0 18px 50px -38px rgba(11,24,62, 0.45) !important;
  transform: none !important;
}

.dashboard-hub-section {
  padding: 1rem;
}

.dashboard-hub-section header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--global-line);
}

.dashboard-hub-section h3 {
  color: var(--global-ink);
  font-size: 1rem;
  font-weight: 900;
}

.dashboard-hub-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #F7F3FB;
  color: var(--global-teal);
}

.dashboard-hub-links {
  display: grid;
  gap: 0.5rem;
  padding-top: 0.85rem;
}

.dashboard-hub-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.75rem;
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  color: #263454;
  background: transparent;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.dashboard-hub-link:hover {
  background: #F7F3FB;
  color: var(--global-teal);
  transform: translateY(-1px);
}

.dashboard-hub-link span {
  flex: 1;
  font-weight: 700;
}

.dashboard-hub-link.is-disabled {
  color: #98a2b3;
  background: #f9fafb;
  cursor: not-allowed;
}

.dashboard-hub-link small {
  border-radius: 999px;
  background: #eef2f6;
  color: #646B82;
  padding: 0.15rem 0.45rem;
  font-size: 0.7rem;
  font-weight: 700;
}

.dashboard-function-section {
  border-top: 1px solid var(--global-line);
  padding-top: 1.25rem;
}

.dashboard-resource-row {
  display: flex;
  gap: 0.85rem;
  border: 1px solid var(--global-line);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 16px 38px -34px rgba(11,24,62, 0.65);
}

.dashboard-resource-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: rgba(129,68,181, 0.14);
  color: var(--global-teal);
}

.dashboard-role-chip {
  border-radius: 999px;
  background: #f2f4f7;
  color: #4E4763;
  padding: 0.15rem 0.5rem;
  font-weight: 700;
}

.sidebar-item.is-active {
  background: linear-gradient(135deg, var(--global-teal), #4B217B) !important;
  color: #fff !important;
  border-color: transparent !important;
  border-inline-start-width: 0 !important;
  border-inline-end-width: 0 !important;
  box-shadow: 0 14px 30px -22px rgba(94,43,152, 0.8) !important;
}

.sidebar-item.is-active * {
  color: #fff !important;
}

.from-gold,
.from-gold-light,
.from-gold-deep,
.hover\:from-gold-deep:hover {
  --tw-gradient-from: var(--global-teal) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(94,43,152, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.to-gold,
.to-gold-light,
.to-gold-deep,
.hover\:to-gold-light:hover {
  --tw-gradient-to: var(--global-mint) var(--tw-gradient-to-position) !important;
}

.bg-gold\/10,
.bg-gold\/15,
.bg-gold\/20 {
  background-color: rgba(129,68,181, 0.14) !important;
}

.kpi-3d-value {
  color: var(--global-ink) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.kpi-3d p,
.kpi-3d .text-muted,
.kpi-3d-gold p,
.kpi-3d-gold .text-muted,
.kpi-3d-navy p,
.kpi-3d-navy .text-muted {
  color: #646B82 !important;
}

.kpi-3d-value,
.kpi-3d .kpi-3d-value,
.kpi-3d-gold .kpi-3d-value,
.kpi-3d-navy .kpi-3d-value {
  color: var(--global-ink) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.kpi-3d-value span {
  color: #646B82 !important;
  -webkit-text-fill-color: currentColor !important;
}

.data-table {
  min-width: 760px;
}

.dashboard-table-card {
  cursor: default !important;
}

.dashboard-table-card:hover {
  transform: none !important;
}

.dashboard-table-shell {
  min-height: 10rem;
}

.dashboard-loading.htmx-indicator {
  opacity: 0;
  visibility: hidden;
  transition: opacity 140ms ease, visibility 140ms ease;
}

.dashboard-loading.htmx-request,
.htmx-request .dashboard-loading {
  opacity: 1;
  visibility: visible;
}

.data-table th {
  background: #FBFAFD !important;
  color: #4E4763 !important;
  font-weight: 800 !important;
}

.data-table tr:hover td {
  background: #F9F6FD !important;
}

#main-content h1,
#main-content h2,
#main-content h3 {
  color: var(--global-ink) !important;
}

#main-content .card-3d > .text-white,
#main-content .card-3d > .text-white\/80,
#main-content .kpi-3d .text-white,
#main-content .kpi-3d .text-white\/80,
#main-content .kpi-3d .text-white\/70,
#main-content .kpi-3d .text-white\/60 {
  color: var(--global-ink) !important;
}

#main-content .global-primary-btn,
#main-content .global-primary-btn * {
  color: #fff !important;
}

.dark .topbar {
  background: rgba(255, 255, 255, 0.92) !important;
}

.dark .global-hero,
.dark body {
  background:
    radial-gradient(circle at 78% 18%, rgba(129,68,181, 0.2), transparent 32%),
    radial-gradient(circle at 18% 82%, rgba(249, 112, 102, 0.12), transparent 30%),
    linear-gradient(135deg, #FCFBFE 0%, #EEE6F7 48%, #f6f3ff 100%) !important;
  color: var(--global-ink) !important;
}

.dark .global-title,
.dark .global-section-head h2,
.dark .global-cta h2,
.dark .global-program-card h3,
.dark .global-feature-grid h3,
.dark .global-metric span {
  color: var(--global-ink) !important;
}

.dark .global-lead,
.dark .global-section-head p,
.dark .global-cta p,
.dark .global-program-card p,
.dark .global-feature-grid p,
.dark .global-metric small,
.dark .global-stat-strip p,
.dark .global-trust-row {
  color: #4E4763 !important;
}

.dark .global-showcase,
.dark .global-program-card,
.dark .global-cta,
.dark .dashboard-hub-section,
.dark .card,
.dark .card-3d,
.dark .card-3d-premium,
.dark .card-elevated,
.dark .card-interactive,
.dark .kpi-3d,
.dark .kpi-3d-gold,
.dark .kpi-3d-navy,
.dark .global-stat-strip div,
.dark .global-feature-grid div,
.dark .global-metric,
.dark .global-secondary-btn {
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--global-ink) !important;
}

.dark .global-program-card.is-featured {
  background: linear-gradient(135deg, #0B183E, #4B217B) !important;
  color: #fff !important;
}

.dark .global-program-card.is-featured h3,
.dark .global-program-card.is-featured p {
  color: #fff !important;
}

.dark .global-footer {
  background: linear-gradient(145deg, #050D25 0%, #0B183E 48%, #4B217B 100%) !important;
}

.bg-navy,
.bg-navy-deep,
.bg-navy-soft {
  background-color: var(--global-ink) !important;
}

.bg-navy-tint {
  background-color: #F3EFFF !important;
}

.text-navy,
.text-navy-deep,
.text-navy-soft {
  color: var(--global-ink) !important;
}

.bg-gold,
.bg-gold-deep,
.bg-gold-light {
  background-color: var(--global-mint) !important;
}

.bg-gold-tint {
  background-color: #F7F3FB !important;
}

.text-gold,
.text-gold-deep,
.text-gold-light {
  color: var(--global-teal) !important;
}

.border-gold,
.border-gold-light,
.border-gold-deep,
.border-s-gold,
.border-e-gold {
  border-color: var(--global-mint) !important;
}

.badge-gold {
  background: #F7F3FB !important;
  color: #4B217B !important;
  border-color: rgba(94,43,152, 0.24) !important;
}

.section-quiet {
  background: #FCFBFE;
  min-height: 72vh;
}

.container-narrow {
  width: min(840px, calc(100% - 32px));
  margin-inline: auto;
}

.content-surface {
  background: #fff;
  border: 1px solid rgba(51,32,92, 0.08);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(51,32,92, 0.08);
  padding: clamp(24px, 4vw, 48px);
}

.page-title {
  color: var(--global-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 8px 0 16px;
}

.rich-text {
  color: var(--global-muted);
  font-size: 1.05rem;
  line-height: 2;
}

.rich-text p {
  margin-block: 0 1rem;
}

@media (min-width: 768px) {
  .global-stat-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .global-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .global-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dashboard-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .global-section-head,
  .dashboard-hub-head,
  .home-course-strip-head,
  .dashboard-action-strip,
  .global-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .home-course-marquee {
    margin-inline: -1rem;
    mask-image: linear-gradient(90deg, transparent 0, #000 3rem, #000 calc(100% - 3rem), transparent 100%);
  }

  .home-course-marquee-track {
    animation-duration: 34s;
  }

  .home-ad-slider {
    min-height: 24rem;
  }

  .home-ad-slide {
    padding: 1.25rem;
  }

  .home-ad-slide strong {
    font-size: clamp(1.75rem, 11vw, 3rem);
  }
}

@media (max-width: 1180px) {
  .global-topbar-nav {
    display: none;
  }

  .global-topbar-search {
    width: min(34vw, 15rem);
  }
}

@media (max-width: 900px) {
  .global-topbar {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .global-topbar-inner,
  .global-topbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .global-topbar-actions {
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: thin;
  }

  .global-topbar-search {
    width: min(60vw, 18rem);
    flex: 1 0 12rem;
  }

  .global-footer-hero,
  .global-footer-grid,
  .global-social-grid,
  .global-partner-grid {
    grid-template-columns: 1fr 1fr;
  }

  .global-footer-cta {
    justify-content: flex-start;
  }

  .global-footer-contact-card {
    justify-self: stretch;
    width: 100%;
  }

  .global-footer-topline,
  .global-footer-actions {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .global-footer-topline {
    flex-direction: column;
  }

  .global-footer-shell .global-footer-payments {
    grid-template-columns: 1fr;
  }

  .global-footer-shell .global-payment-grid {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .global-brand-copy small,
  .global-auth-link span,
  .global-header-cta span,
  .global-install-btn span,
  .global-language-form {
    display: none;
  }

  .global-topbar-search {
    width: 100%;
    flex-basis: 100%;
    order: 10;
  }

  .global-footer-hero,
  .global-footer-grid,
  .global-social-grid,
  .global-partner-grid {
    grid-template-columns: 1fr;
  }

  .global-footer-section-head,
  .global-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .global-payment-card,
  .global-payment-card.is-wide {
    flex: 1 1 9rem;
  }

  .global-payment-card.is-color-logo,
  .global-footer-shell .global-payment-card.is-color-logo {
    width: 7rem;
    flex: 0 0 7rem;
  }

  .global-footer-shell {
    padding: 0.9rem;
  }

  .global-footer-shell .global-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .global-footer-actions .global-footer-whatsapp {
    width: 100%;
  }

  .floating-whatsapp {
    bottom: 4.75rem;
    width: 3.35rem;
    height: 3.35rem;
    min-height: 3.35rem;
  }

  .floating-whatsapp-icon {
    width: 100%;
    height: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-ad-slide {
    animation: none;
  }

  .home-ad-slide.is-active {
    opacity: 1;
    transform: none;
  }

  .home-course-marquee-track {
    animation: none;
  }

  .floating-whatsapp,
  .floating-whatsapp-orbit {
    animation: none;
  }

  .home-course-marquee {
    overflow-x: auto;
    mask-image: none;
  }
}

@media (min-width: 1280px) {
  .dashboard-hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Courses list and detail */
.course-filter-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(235, 249, 246, 0.92)),
    #ffffff;
  border: 1px solid rgba(11,24,62, 0.1);
  border-radius: 8px;
  margin-bottom: 1.75rem;
  box-shadow: 0 22px 58px -42px rgba(11,24,62, 0.45);
  overflow: hidden;
}

.course-filter-form {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: clamp(1rem, 2.2vw, 1.5rem);
}

.course-filter-title {
  align-items: center;
  align-self: center;
  display: flex;
  flex: 1 1 17rem;
  gap: 0.85rem;
  min-inline-size: 15rem;
}

.course-filter-title > svg {
  background: #0B183E;
  border-radius: 8px;
  color: #C49FE0;
  flex: 0 0 auto;
  height: 2.75rem;
  padding: 0.65rem;
  width: 2.75rem;
}

.course-filter-title h3 {
  color: #0B183E;
  font-weight: 900;
  line-height: 1.2;
}

.course-filter-title p {
  color: #646B82;
  font-size: 0.84rem;
  margin-top: 0.15rem;
}

.course-filter-field {
  flex: 1 1 11rem;
  min-inline-size: 10.5rem;
}

.course-filter-field.is-search {
  flex-basis: 18rem;
  flex-grow: 1.6;
}

.course-filter-field.is-price {
  flex-basis: 15rem;
}

.course-filter-field .form-label {
  color: #263454;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.course-filter-form .form-input,
.course-filter-form .form-select {
  background-color: #ffffff;
  border: 1px solid rgba(11,24,62, 0.16);
  border-radius: 8px;
  color: #0B183E;
  min-height: 3rem;
  width: 100%;
}

.course-filter-form .form-input::placeholder {
  color: #98a2b3;
}

.course-price-range {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.course-filter-toggles {
  align-items: center;
  align-self: flex-end;
  display: flex;
  flex: 1.4 1 19rem;
  flex-wrap: wrap;
  gap: 0.55rem;
  min-block-size: 3rem;
}

.course-filter-toggles label {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(11,24,62, 0.12);
  border-radius: 8px;
  color: #263454;
  cursor: pointer;
  display: inline-flex;
  gap: 0.45rem;
  min-height: 2.55rem;
  padding: 0.55rem 0.75rem;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.course-filter-toggles label:hover {
  background: rgba(16, 151, 132, 0.08);
  border-color: rgba(16, 151, 132, 0.28);
  color: #4B217B;
}

.course-filter-reset {
  align-items: center;
  align-self: flex-end;
  background: #0B183E;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.45rem;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  transition: background-color 160ms ease, transform 160ms ease;
}

.course-filter-reset:hover {
  background: #5E2B98;
  transform: translateY(-1px);
}

.course-detail-layout {
  align-items: start;
  display: grid;
  gap: 2rem;
}

.course-detail-main {
  min-inline-size: 0;
}

.course-detail-panel {
  border-radius: 8px;
  box-shadow: 0 24px 56px -38px rgba(11,24,62, 0.55);
  transform: none !important;
}

.dark .course-filter-band {
  background:
    linear-gradient(135deg, rgba(34,21,57, 0.96), rgba(11,24,62, 0.92)),
    #050D25;
  border-color: rgba(255, 255, 255, 0.12);
}

.dark .course-filter-title h3,
.dark .course-filter-field .form-label {
  color: #ffffff;
}

.dark .course-filter-title p {
  color: #d6deea;
}

.dark .course-filter-form .form-input,
.dark .course-filter-form .form-select,
.dark .course-filter-toggles label {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

@media (min-width: 1024px) {
  .course-detail-layout {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 24rem);
  }

  .course-detail-main {
    grid-column: 1;
    grid-row: 1;
  }

  .course-detail-side {
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 6rem;
  }
}

@media (max-width: 720px) {
  .course-filter-form {
    align-items: stretch;
    flex-direction: column;
  }

  .course-filter-title,
  .course-filter-field,
  .course-filter-field.is-search,
  .course-filter-field.is-price,
  .course-filter-toggles,
  .course-filter-reset {
    flex-basis: auto;
    inline-size: 100%;
    min-inline-size: 0;
  }
}

/* Interactive lesson viewer */
.learning-shell {
  background: #FCFBFE;
}

.learning-content {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(232, 245, 241, 0.95), rgba(255, 255, 255, 0.9) 45%, rgba(250, 241, 208, 0.45)),
    #FCFBFE;
  justify-items: stretch;
  min-height: calc(100vh - 13rem);
  overflow-y: auto;
}

.learning-topbar,
.learning-footer {
  box-shadow: 0 1px 0 rgba(11,24,62, 0.08);
}

.interactive-lesson-deck {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  inline-size: min(100%, 76rem);
  margin-inline: auto;
  min-height: min(42rem, calc(100vh - 15rem));
  padding: clamp(1rem, 2.4vw, 2rem);
}

.interactive-lesson-head {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.interactive-lesson-head h2 {
  color: #0B183E;
  font-size: clamp(1.35rem, 2.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  margin-top: 0.35rem;
}

.interactive-lesson-head p {
  color: #5C5470;
  font-size: 0.98rem;
  line-height: 1.9;
  margin-top: 0.55rem;
  max-width: 66rem;
}

.interactive-kicker {
  align-items: center;
  background: rgba(16, 151, 132, 0.1);
  border: 1px solid rgba(16, 151, 132, 0.2);
  border-radius: 999px;
  color: #4B217B;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.4rem;
  padding: 0.3rem 0.7rem;
}

.interactive-counter {
  align-items: baseline;
  background: #0B183E;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  gap: 0.35rem;
  padding: 0.7rem 0.95rem;
}

.interactive-counter span:first-child {
  color: #C49FE0;
  font-size: 1.45rem;
  font-weight: 800;
}

.interactive-counter small {
  color: rgba(255, 255, 255, 0.55);
}

.interactive-slide-frame {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11,24,62, 0.1);
  border-radius: 8px;
  box-shadow: 0 24px 50px -34px rgba(11,24,62, 0.45);
  flex: 1;
  min-height: 30rem;
  overflow: hidden;
  position: relative;
}

.interactive-slide {
  min-height: 30rem;
  padding: clamp(1.25rem, 3vw, 3.5rem);
}

.interactive-slide.is-hidden {
  display: none;
}

.interactive-slide-cover {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(11,24,62, 0.96), rgba(20, 83, 78, 0.92)),
    #0B183E;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  min-height: 26rem;
  padding: clamp(1.5rem, 4vw, 4rem);
}

.interactive-slide-cover span,
.interactive-slide-cover small {
  color: #C49FE0;
  font-weight: 700;
}

.interactive-slide-cover h3,
.interactive-slide-content h3 {
  color: #0B183E;
  font-size: clamp(1.7rem, 3.4vw, 3.3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
}

.interactive-slide-cover h3 {
  color: #ffffff;
  max-width: 48rem;
}

.interactive-slide-cover p {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.9;
  max-width: 56rem;
}

.interactive-slide-content {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.interactive-statement,
.interactive-slide-content > p {
  color: #263454;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 2;
  max-width: 64rem;
}

.interactive-bullet-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.interactive-bullet-grid li,
.interactive-steps li,
.interactive-summary-list li,
.interactive-section-list section,
.interactive-comparison section {
  background: #ffffff;
  border: 1px solid rgba(11,24,62, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 22px -20px rgba(11,24,62, 0.35);
}

.interactive-bullet-grid li {
  align-items: flex-start;
  display: flex;
  gap: 0.85rem;
  padding: 1rem;
}

.interactive-bullet-grid b,
.interactive-steps b {
  align-items: center;
  background: #0B183E;
  border-radius: 8px;
  color: #C49FE0;
  display: inline-flex;
  flex: 0 0 2rem;
  font-weight: 800;
  height: 2rem;
  justify-content: center;
}

.interactive-bullet-grid span,
.interactive-summary-list span,
.interactive-section-list p,
.interactive-section-list li,
.interactive-comparison li,
.interactive-steps p {
  color: #263454;
  line-height: 1.85;
}

.interactive-steps {
  display: grid;
  gap: 0.9rem;
}

.interactive-steps li {
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.interactive-steps strong,
.interactive-section-list h4,
.interactive-comparison h4 {
  color: #0B183E;
  display: block;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.interactive-comparison {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.interactive-comparison section,
.interactive-section-list section {
  padding: 1.15rem;
}

.interactive-comparison ul,
.interactive-section-list ul {
  display: grid;
  gap: 0.45rem;
}

.interactive-summary-list {
  display: grid;
  gap: 0.75rem;
}

.interactive-summary-list li {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
}

.interactive-summary-list svg {
  background: rgba(27, 127, 90, 0.1);
  border-radius: 999px;
  color: #1b7f5a;
  padding: 0.18rem;
}

.interactive-next-hint {
  background: rgba(129,68,181, 0.14);
  border: 1px solid rgba(129,68,181, 0.28);
  border-radius: 8px;
  color: #72580f;
  padding: 1rem;
}

.interactive-section-list {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
}

.interactive-slide-controls {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.interactive-slide-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.interactive-dots {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
}

.interactive-dots button {
  background: rgba(11,24,62, 0.18);
  border-radius: 999px;
  height: 0.55rem;
  transition: all 160ms ease;
  width: 0.55rem;
}

.interactive-dots button.is-active {
  background: #5E2B98;
  width: 1.75rem;
}

.dark .learning-content {
  background:
    linear-gradient(135deg, rgba(34,21,57, 0.98), rgba(11,24,62, 0.96) 55%, rgba(16, 151, 132, 0.22)),
    #050D25;
}

.dark .interactive-lesson-head h2,
.dark .interactive-slide-content h3,
.dark .interactive-steps strong,
.dark .interactive-section-list h4,
.dark .interactive-comparison h4 {
  color: #ffffff;
}

.dark .interactive-lesson-head p,
.dark .interactive-statement,
.dark .interactive-slide-content > p,
.dark .interactive-bullet-grid span,
.dark .interactive-summary-list span,
.dark .interactive-section-list p,
.dark .interactive-section-list li,
.dark .interactive-comparison li,
.dark .interactive-steps p {
  color: #d6deea;
}

.dark .interactive-slide-frame,
.dark .interactive-bullet-grid li,
.dark .interactive-steps li,
.dark .interactive-summary-list li,
.dark .interactive-section-list section,
.dark .interactive-comparison section {
  background: rgba(58,45,78, 0.72);
  border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 900px) {
  .interactive-lesson-head,
  .interactive-slide-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .interactive-counter {
    inline-size: fit-content;
  }

  .interactive-comparison {
    grid-template-columns: 1fr;
  }

  .interactive-slide-frame,
  .interactive-slide,
  .interactive-slide-cover {
    min-height: 24rem;
  }
}

/* Topbar text-color overrides (moved from input.css: Tailwind cannot
   process .text-white redefinitions without circular @apply errors). */
.topbar .text-white,
.topbar .text-white\/90,
.topbar .text-white\/70 {
  color: #263454;
}

.topbar a.text-white:hover,
.topbar button:hover {
  color: var(--global-teal);
}
