/* GENERATED THEME GEOMETRY BRIDGE
   Light mode is the canonical layout. These declarations intentionally apply
   to both themes so a theme switch changes paint only, never measurements. */

/* Source geometry: index-light.css */
:root:not(#theme-geometry-bridge) body::before {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

:root:not(#theme-geometry-bridge) .container {
  max-width: 1440px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 64px;
  padding-bottom: 0px;
  padding-left: 64px;
  position: relative;
  z-index: 1;
}

:root:not(#theme-geometry-bridge) .nav {
  position: sticky;
  top: 0px;
  z-index: 100;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

:root:not(#theme-geometry-bridge) .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

:root:not(#theme-geometry-bridge) .nav-tools {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  flex-shrink: 0;
}

:root:not(#theme-geometry-bridge) .logo {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  font-weight: 800;
  font-size: 20px;
}

:root:not(#theme-geometry-bridge) .logo-mark {
  width: 42px;
  height: 42px;
  display: grid;
  align-items: center;
  justify-items: center;
  font-size: 20px;
  flex-shrink: 0;
}

:root:not(#theme-geometry-bridge) .logo-text small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

:root:not(#theme-geometry-bridge) .nav-links {
  display: flex;
  row-gap: 38px;
  column-gap: 38px;
  align-items: center;
}

:root:not(#theme-geometry-bridge) .nav-links a {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
}

:root:not(#theme-geometry-bridge) .nav-links a.active::after {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -4px;
  height: 2px;
}

:root:not(#theme-geometry-bridge) .btn {
  display: inline-flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  padding-top: 13px;
  padding-right: 26px;
  padding-bottom: 13px;
  padding-left: 26px;
  font-weight: 700;
  font-size: 14.5px;
}

:root:not(#theme-geometry-bridge) .btn-gold:hover {
  transform: translateY(-2px);
}

:root:not(#theme-geometry-bridge) .btn-ghost {
  border-top-width: 1.5px;
  border-top-style: solid;
  border-right-width: 1.5px;
  border-right-style: solid;
  border-bottom-width: 1.5px;
  border-bottom-style: solid;
  border-left-width: 1.5px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .btn-crimson:hover {
  transform: translateY(-2px);
}

:root:not(#theme-geometry-bridge) .hero {
  padding-top: clamp(20px, 3vh, 40px);
  padding-right: 0px;
  padding-bottom: clamp(20px, 3vh, 48px);
  padding-left: 0px;
  position: relative;
  min-height: calc(-68px + 100vh);
  display: flex;
  align-items: center;
}

:root:not(#theme-geometry-bridge) .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  row-gap: clamp(32px, 5vw, 64px);
  column-gap: clamp(32px, 5vw, 64px);
  align-items: center;
  width: 100%;
}

:root:not(#theme-geometry-bridge) .eyebrow {
  display: inline-flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  padding-top: 6px;
  padding-right: 14px;
  padding-bottom: 6px;
  padding-left: 14px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 28px;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .eyebrow .dot {
  width: 8px;
  height: 8px;
}

:root:not(#theme-geometry-bridge) .hero h1 {
  font-size: clamp(32px, 4.4vw, 60px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}

:root:not(#theme-geometry-bridge) .hero p.lead {
  font-size: clamp(14.5px, 1.1vw, 16.5px);
  line-height: 1.85;
  max-width: 560px;
  margin-bottom: 32px;
}

:root:not(#theme-geometry-bridge) .hero p.hero-desc {
  font-size: clamp(12.5px, 0.95vw, 14px);
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 22px;
}

:root:not(#theme-geometry-bridge) .hero-chips {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 8px;
  margin-bottom: 24px;
}

:root:not(#theme-geometry-bridge) .hero-chip {
  display: inline-flex;
  align-items: center;
  row-gap: 7px;
  column-gap: 7px;
  padding-top: 7px;
  padding-right: 13px;
  padding-bottom: 7px;
  padding-left: 13px;
  font-size: 12.5px;
  font-weight: 600;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .hero-chip i {
  font-size: 11px;
}

:root:not(#theme-geometry-bridge) .hero-chip:hover {
  transform: translateY(-1px);
}

:root:not(#theme-geometry-bridge) .hero-trust {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 22px;
  font-size: clamp(12px, 0.95vw, 13.5px);
}

:root:not(#theme-geometry-bridge) .hero-trust span {
  display: inline-flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  font-weight: 600;
}

:root:not(#theme-geometry-bridge) .hero-trust span i {
  font-size: 13px;
}

:root:not(#theme-geometry-bridge) .hero-trust span strong {
  font-weight: 800;
  margin-left: 2px;
}

:root:not(#theme-geometry-bridge) .hero-actions {
  display: flex;
  row-gap: 18px;
  column-gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

:root:not(#theme-geometry-bridge) .hero-meta {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

:root:not(#theme-geometry-bridge) .meta-item {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
}

:root:not(#theme-geometry-bridge) .meta-avatars {
  display: flex;
}

:root:not(#theme-geometry-bridge) .meta-avatars span {
  width: 36px;
  height: 36px;
  margin-left: -10px;
  display: grid;
  align-items: center;
  justify-items: center;
  font-size: 12px;
  font-weight: 700;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .meta-item small {
  display: block;
  font-size: 12px;
}

:root:not(#theme-geometry-bridge) .meta-item strong {
  font-size: 15px;
}

:root:not(#theme-geometry-bridge) .stars {
  font-size: 13px;
  letter-spacing: 2px;
}

:root:not(#theme-geometry-bridge) .hero-visual {
  position: relative;
  height: clamp(380px, 54vh, 500px);
}

:root:not(#theme-geometry-bridge) .t-card {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .blob {
  position: absolute;
  width: 420px;
  height: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

:root:not(#theme-geometry-bridge) .blob-2 {
  position: absolute;
  width: 340px;
  height: 340px;
  top: 65%;
  left: 30%;
  z-index: 0;
}

:root:not(#theme-geometry-bridge) .course-card {
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .courses-page .courses-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  row-gap: 18px;
  column-gap: 18px;
}

:root:not(#theme-geometry-bridge) .courses-page .course-card {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
  padding-top: 26px;
  padding-right: 18px;
  padding-bottom: 20px;
  padding-left: 18px;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .cc-thumb {
  height: clamp(140px, 20vh, 180px);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

:root:not(#theme-geometry-bridge) .live-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 700;
}

:root:not(#theme-geometry-bridge) .live-badge .pulse {
  width: 8px;
  height: 8px;
}

:root:not(#theme-geometry-bridge) .cc-watching {
  position: absolute;
  bottom: 14px;
  right: 14px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 700;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
}

:root:not(#theme-geometry-bridge) .cc-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  display: grid;
  align-items: center;
  justify-items: center;
  font-size: 22px;
}

:root:not(#theme-geometry-bridge) .cc-body {
  padding-top: 14px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
}

:root:not(#theme-geometry-bridge) .cc-tag {
  display: inline-block;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

:root:not(#theme-geometry-bridge) .cc-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.4;
}

:root:not(#theme-geometry-bridge) .cc-teacher {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 16px;
}

:root:not(#theme-geometry-bridge) .cc-avatar {
  width: 42px;
  height: 42px;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .cc-teacher-info small {
  display: block;
  font-size: 12px;
}

:root:not(#theme-geometry-bridge) .cc-teacher-info strong {
  font-size: 14px;
}

:root:not(#theme-geometry-bridge) .cc-progress {
  margin-bottom: 16px;
}

:root:not(#theme-geometry-bridge) .cc-progress-head {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 8px;
}

:root:not(#theme-geometry-bridge) .cc-progress-head .pct {
  font-weight: 800;
}

:root:not(#theme-geometry-bridge) .cc-bar {
  height: 6px;
  overflow-x: hidden;
  overflow-y: hidden;
}

:root:not(#theme-geometry-bridge) .cc-bar-fill {
  width: 72%;
  height: 100%;
}

:root:not(#theme-geometry-bridge) .cc-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  flex-wrap: wrap;
}

:root:not(#theme-geometry-bridge) .cc-price {
  font-size: 22px;
  font-weight: 800;
}

:root:not(#theme-geometry-bridge) .cc-price small {
  font-size: 12px;
  font-weight: 500;
}

:root:not(#theme-geometry-bridge) .cc-features {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 6px;
}

:root:not(#theme-geometry-bridge) .cc-feature {
  display: inline-flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-size: 11.5px;
  font-weight: 700;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .cc-feature i {
  font-size: 10.5px;
}

:root:not(#theme-geometry-bridge) .float-chip {
  position: absolute;
  padding-top: 14px;
  padding-right: 18px;
  padding-bottom: 14px;
  padding-left: 18px;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  z-index: 3;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .chip-icon {
  width: 42px;
  height: 42px;
  display: grid;
  align-items: center;
  justify-items: center;
  font-size: 18px;
}

:root:not(#theme-geometry-bridge) .float-chip small {
  display: block;
  font-size: 11px;
}

:root:not(#theme-geometry-bridge) .float-chip strong {
  font-size: 14px;
}

:root:not(#theme-geometry-bridge) .chip-1 {
  top: -10px;
  right: -30px;
}

:root:not(#theme-geometry-bridge) .chip-2 {
  bottom: 30px;
  left: -40px;
}

:root:not(#theme-geometry-bridge) .subjects {
  padding-top: 32px;
  padding-right: 0px;
  padding-bottom: 64px;
  padding-left: 0px;
}

:root:not(#theme-geometry-bridge) .subjects-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 22px;
}

:root:not(#theme-geometry-bridge) .subjects-head h3 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

:root:not(#theme-geometry-bridge) .subjects-head a {
  font-size: 13px;
  font-weight: 600;
}

:root:not(#theme-geometry-bridge) .pills {
  overflow-x: auto;
  padding-top: 14px;
  padding-right: 4px;
  padding-bottom: 36px;
  padding-left: 4px;
  direction: ltr;
}

:root:not(#theme-geometry-bridge) .pills::-webkit-scrollbar {
  display: none;
}

:root:not(#theme-geometry-bridge) .pills-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  row-gap: 14px;
  column-gap: 14px;
  width: max-content;
}

:root:not(#theme-geometry-bridge) .pill {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  padding-top: 14px;
  padding-right: 22px;
  padding-bottom: 14px;
  padding-left: 22px;
  font-weight: 700;
  font-size: 14.5px;
  outline-style: none;
  outline-width: initial;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .pill:hover,
:root:not(#theme-geometry-bridge) .pill.active,
:root:not(#theme-geometry-bridge) .pill:focus-visible {
  transform: translateY(-2px);
}

:root:not(#theme-geometry-bridge) .section-head {
  text-align: center;
  margin-bottom: 54px;
}

:root:not(#theme-geometry-bridge) .section-head .eyebrow {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

:root:not(#theme-geometry-bridge) .section-head h2 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

:root:not(#theme-geometry-bridge) .section-head p {
  font-size: 17px;
  max-width: 620px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  line-height: 1.8;
}

:root:not(#theme-geometry-bridge) .how {
  padding-top: 90px;
  padding-right: 0px;
  padding-bottom: 90px;
  padding-left: 0px;
  position: relative;
}

:root:not(#theme-geometry-bridge) .how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  column-gap: 24px;
  position: relative;
}

:root:not(#theme-geometry-bridge) .how-card {
  padding-top: 36px;
  padding-right: 30px;
  padding-bottom: 36px;
  padding-left: 30px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .how-card::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

:root:not(#theme-geometry-bridge) .how-card:hover {
  transform: translateY(-6px);
}

:root:not(#theme-geometry-bridge) .how-num {
  position: absolute;
  top: 22px;
  left: 28px;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
}

:root:not(#theme-geometry-bridge) .how-icon {
  width: 72px;
  height: 72px;
  display: grid;
  align-items: center;
  justify-items: center;
  font-size: 30px;
  margin-bottom: 24px;
}

:root:not(#theme-geometry-bridge) .how-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}

:root:not(#theme-geometry-bridge) .how-card p {
  font-size: 15px;
  line-height: 1.85;
}

:root:not(#theme-geometry-bridge) .how-card .arrow {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

:root:not(#theme-geometry-bridge) .courses {
  padding-top: 90px;
  padding-right: 0px;
  padding-bottom: 90px;
  padding-left: 0px;
  position: relative;
}

:root:not(#theme-geometry-bridge) .courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 26px;
  column-gap: 26px;
}

:root:not(#theme-geometry-bridge) .course {
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .course:hover {
  transform: translateY(-6px);
}

:root:not(#theme-geometry-bridge) .course-thumb {
  height: 200px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

:root:not(#theme-geometry-bridge) .course-thumb::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

:root:not(#theme-geometry-bridge) .course-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root:not(#theme-geometry-bridge) .course:hover .course-thumb img {
  transform: scale(1.08);
}

:root:not(#theme-geometry-bridge) .course-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding-top: 6px;
  padding-right: 14px;
  padding-bottom: 6px;
  padding-left: 14px;
  font-size: 12px;
  font-weight: 700;
}

:root:not(#theme-geometry-bridge) .course-level {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 700;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .course-body {
  padding-top: 22px;
  padding-right: 22px;
  padding-bottom: 24px;
  padding-left: 22px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  display: flex;
  flex-direction: column;
}

:root:not(#theme-geometry-bridge) .course-subject {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

:root:not(#theme-geometry-bridge) .course h3 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.45;
}

:root:not(#theme-geometry-bridge) .course-teacher {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 18px;
}

:root:not(#theme-geometry-bridge) .course-teacher .av {
  width: 36px;
  height: 36px;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .course-teacher small {
  display: block;
  font-size: 11px;
}

:root:not(#theme-geometry-bridge) .course-teacher strong {
  font-size: 13px;
}

:root:not(#theme-geometry-bridge) .course-meta {
  display: flex;
  row-gap: 18px;
  column-gap: 18px;
  padding-top: 14px;
  padding-right: 0px;
  padding-bottom: 14px;
  padding-left: 0px;
  margin-bottom: 18px;
  font-size: 13px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

:root:not(#theme-geometry-bridge) .course-meta i {
  margin-left: 6px;
}

:root:not(#theme-geometry-bridge) .course-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

:root:not(#theme-geometry-bridge) .course-price {
  font-size: 22px;
  font-weight: 800;
}

:root:not(#theme-geometry-bridge) .course-price small {
  font-size: 12px;
  font-weight: 500;
  display: block;
}

:root:not(#theme-geometry-bridge) .course-cta {
  width: 42px;
  height: 42px;
  display: grid;
  align-items: center;
  justify-items: center;
  font-size: 16px;
}

:root:not(#theme-geometry-bridge) .course-cta:hover {
  transform: translateX(-4px);
}

:root:not(#theme-geometry-bridge) .stats {
  padding-top: 24px;
  padding-right: 0px;
  padding-bottom: 36px;
  padding-left: 0px;
}

:root:not(#theme-geometry-bridge) .stats-inner {
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 28px;
  padding-left: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 18px;
  column-gap: 18px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .stats-inner::before {
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
}

:root:not(#theme-geometry-bridge) .stat {
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
  column-gap: 16px;
}

:root:not(#theme-geometry-bridge) .stats-inner .stat {
  padding: 20px 18px;
  border-radius: 16px;
  box-sizing: border-box;
  min-width: 0;
}

:root:not(#theme-geometry-bridge) .stat-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

:root:not(#theme-geometry-bridge) .stat-num {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  margin-bottom: 4px;
}

:root:not(#theme-geometry-bridge) .stat-label {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

:root:not(#theme-geometry-bridge) .stat-icon {
  width: 58px;
  height: 58px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: grid;
  align-items: center;
  justify-items: center;
  flex-shrink: 0;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 1.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  font-size: 22px;
}

:root:not(#theme-geometry-bridge) footer {
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 32px;
  padding-left: 0px;
  margin-top: 60px;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
}

:root:not(#theme-geometry-bridge) .foot-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 50px;
  align-items: start;
}

:root:not(#theme-geometry-bridge) .foot-about p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 18px;
  max-width: 340px;
}

:root:not(#theme-geometry-bridge) .foot-col h4 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 22px;
}

:root:not(#theme-geometry-bridge) .foot-col ul {
  list-style-position: initial;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  column-gap: 14px;
}

:root:not(#theme-geometry-bridge) .foot-col a {
  font-size: 14px;
  font-weight: 500;
}

:root:not(#theme-geometry-bridge) .foot-col li i {
  margin-left: 10px;
  font-size: 12px;
}

:root:not(#theme-geometry-bridge) .foot-col a[href^="mailto:"] {
  font-size: 12px;
}

:root:not(#theme-geometry-bridge) .socials {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  margin-top: 22px;
}

:root:not(#theme-geometry-bridge) .socials a {
  width: 42px;
  height: 42px;
  display: grid;
  align-items: center;
  justify-items: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .socials a:hover {
  transform: translateY(-3px);
}

:root:not(#theme-geometry-bridge) .foot-bottom {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  flex-wrap: wrap;
  row-gap: 14px;
  column-gap: 14px;
  border-top-width: 1px;
  border-top-style: solid;
}

:root:not(#theme-geometry-bridge) .foot-bottom .gold {
  font-weight: 700;
}

:root:not(#theme-geometry-bridge) .auth-field input,
:root:not(#theme-geometry-bridge) .auth-field select,
:root:not(#theme-geometry-bridge) .auth-field textarea {
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

@media (max-width: 1100px) {
:root:not(#theme-geometry-bridge) .container {
  padding-top: 0px;
  padding-right: 32px;
  padding-bottom: 0px;
  padding-left: 32px;
}

:root:not(#theme-geometry-bridge) .hero h1 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.2;
}

:root:not(#theme-geometry-bridge) .hero-grid,
:root:not(#theme-geometry-bridge) .how-grid,
:root:not(#theme-geometry-bridge) .courses-grid,
:root:not(#theme-geometry-bridge) .stats-inner,
:root:not(#theme-geometry-bridge) .foot-grid {
  grid-template-columns: 1fr;
  row-gap: 40px;
  column-gap: 40px;
}

:root:not(#theme-geometry-bridge) .hero-visual {
  height: auto;
}

:root:not(#theme-geometry-bridge) .nav-links {
  display: none;
}
}

@media (max-width: 768px) {
:root:not(#theme-geometry-bridge) .hero-brand-logo {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
}

:root:not(#theme-geometry-bridge) .hero-brand-name {
  font-size: 20px;
}

:root:not(#theme-geometry-bridge) .hero-brand-sub {
  font-size: 12.5px;
}

:root:not(#theme-geometry-bridge) .hero p.lead {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
}

:root:not(#theme-geometry-bridge) .hero p.hero-desc {
  font-size: 12.5px;
  margin-bottom: 18px;
}

:root:not(#theme-geometry-bridge) .hero-chips {
  row-gap: 6px;
  column-gap: 6px;
  margin-bottom: 20px;
}

:root:not(#theme-geometry-bridge) .hero-chip {
  padding-top: 6px;
  padding-right: 11px;
  padding-bottom: 6px;
  padding-left: 11px;
  font-size: 11.5px;
}

:root:not(#theme-geometry-bridge) .hero-trust {
  row-gap: 8px;
  column-gap: 16px;
  font-size: 12px;
}

:root:not(#theme-geometry-bridge) .cc-foot {
  flex-direction: column;
  align-items: stretch;
}

:root:not(#theme-geometry-bridge) .cc-foot .btn {
  justify-content: center;
}
}

:root:not(#theme-geometry-bridge) .study-path .section-head {
  text-align: center;
}

@media (max-width: 768px) {
:root:not(#theme-geometry-bridge) .study-path .section-head {
  text-align: center;
}
}

:root:not(#theme-geometry-bridge) .sp-card {
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .sp-sub {
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .sp-chip {
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

:root:not(#theme-geometry-bridge) .tv-card {
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}