/* [project]/src/app/landing.module.css [app-client] (css) */
.landing-module__g1LwZa__page {
  --indigo: #7c3aed;
  --teal: #0d9488;
  --gold: #d97706;
  --slate: #0f172a;
  --canvas: #fafaf9;
  --arc: linear-gradient(135deg, #7c3aed 0%, #0d9488 60%, #d97706 100%);
  --cleeksy-blue: #448cfa;
  --cleeksy-gold: #f6b842;
  --cleeksy-navy: #161923;
  font-family: var(--font-inter), system-ui, -apple-system, sans-serif;
  background: var(--canvas);
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

.landing-module__g1LwZa__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.landing-module__g1LwZa__jakarta {
  font-family: var(--font-jakarta-sans), system-ui, sans-serif;
}

.landing-module__g1LwZa__cleeksyBar {
  background: var(--cleeksy-navy);
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  display: flex;
}

.landing-module__g1LwZa__cleeksyBarText {
  color: #ffffff8c;
  font-size: 12px;
}

.landing-module__g1LwZa__cleeksyBarBrand {
  color: var(--cleeksy-blue);
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.landing-module__g1LwZa__cleeksyBarBrand:hover {
  color: #6ba8fb;
}

.landing-module__g1LwZa__cleeksyBarDot {
  background: #ffffff40;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.landing-module__g1LwZa__nav {
  z-index: 50;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fafaf9f0;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
}

.landing-module__g1LwZa__navInner {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-width: 0;
  max-width: 1100px;
  height: 60px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
}

.landing-module__g1LwZa__brand {
  flex: 0 auto;
  align-items: center;
  gap: 9px;
  min-width: 0;
  text-decoration: none;
  display: flex;
}

.landing-module__g1LwZa__brand svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.landing-module__g1LwZa__cleeksyMark {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.landing-module__g1LwZa__brandName {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 700;
}

.landing-module__g1LwZa__navRight {
  flex: none;
  align-items: center;
  gap: 20px;
  display: flex;
}

.landing-module__g1LwZa__navLink {
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.landing-module__g1LwZa__navLink:hover {
  color: #0f172a;
}

.landing-module__g1LwZa__btnGhost {
  color: #475569;
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
}

.landing-module__g1LwZa__btnGhost:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.landing-module__g1LwZa__navPrimaryCta {
  color: #fff;
  background: #7c3aed;
  border-color: #7c3aed;
  font-weight: 600;
}

.landing-module__g1LwZa__navPrimaryCta:hover {
  background: #6d28d9;
  border-color: #6d28d9;
}

.landing-module__g1LwZa__hero {
  background: var(--arc);
  padding: 96px 0 88px;
  position: relative;
  overflow: hidden;
}

.landing-module__g1LwZa__hero:after {
  content: "";
  pointer-events: none;
  background: #0f172a80;
  position: absolute;
  inset: 0;
}

.landing-module__g1LwZa__hero:before {
  content: "";
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(circle, #448cfa38 0%, #0000 70%);
  width: 480px;
  height: 480px;
  position: absolute;
  top: -100px;
  right: -60px;
}

.landing-module__g1LwZa__heroInner {
  z-index: 2;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
  align-items: center;
  gap: 56px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  position: relative;
}

.landing-module__g1LwZa__heroBadge {
  background: #ffffff1a;
  border: 1px solid #ffffff40;
  border-radius: 100px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px 14px;
  display: inline-flex;
}

.landing-module__g1LwZa__heroBadgeDot {
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
}

.landing-module__g1LwZa__heroBadgeText {
  color: #ffffffd9;
  letter-spacing: .4px;
  font-size: 12px;
  font-weight: 500;
}

.landing-module__g1LwZa__heroH1 {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.05;
}

.landing-module__g1LwZa__heroSub {
  color: #ffffffb8;
  max-width: 500px;
  margin-bottom: 36px;
  font-size: 17px;
  line-height: 1.7;
}

.landing-module__g1LwZa__heroCtas {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.landing-module__g1LwZa__btnPrimary {
  color: var(--indigo);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-jakarta-sans), sans-serif;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 10px;
  align-items: center;
  gap: 6px;
  padding: 13px 24px;
  text-decoration: none;
  transition: opacity .15s;
  display: inline-flex;
}

.landing-module__g1LwZa__btnPrimary:hover {
  opacity: .92;
}

.landing-module__g1LwZa__btnOutlineWhite {
  color: #ffffffe6;
  cursor: pointer;
  background: none;
  border: 1.5px solid #ffffff59;
  border-radius: 10px;
  align-items: center;
  gap: 6px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .15s, background .15s;
  display: inline-flex;
}

.landing-module__g1LwZa__btnOutlineWhite:hover {
  background: #ffffff14;
  border-color: #fff9;
}

.landing-module__g1LwZa__heroVisual {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.landing-module__g1LwZa__heroVisualWrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-module__g1LwZa__beaconHero {
  background: #ffffff1a;
  border: 1.5px solid #ffffff2e;
  border-radius: 40px;
  justify-content: center;
  align-items: flex-end;
  gap: 26px;
  width: 248px;
  height: 248px;
  padding: 26px 30px;
  display: flex;
}

.landing-module__g1LwZa__ladderCol {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  display: flex;
}

.landing-module__g1LwZa__ladderBar {
  border: 1px solid #ffffff29;
  border-radius: 10px 10px 3px 3px;
  justify-content: center;
  align-items: flex-start;
  width: 38px;
  padding-top: 9px;
  display: flex;
  box-shadow: 0 4px 14px #00000038;
}

.landing-module__g1LwZa__ladderBarShield {
  filter: drop-shadow(0 1px 2px #00000059);
}

.landing-module__g1LwZa__ladderLabel {
  letter-spacing: .02em;
  color: #ffffffb8;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
}

.landing-module__g1LwZa__heroStatRing {
  pointer-events: none;
  border: 1px solid #ffffff12;
  border-radius: 56px;
  position: absolute;
  inset: -20px;
}

.landing-module__g1LwZa__heroStats {
  gap: 28px;
  margin-top: 40px;
  display: flex;
}

.landing-module__g1LwZa__heroStatNum {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.landing-module__g1LwZa__heroStatLabel {
  color: #ffffff80;
  margin-top: 4px;
  font-size: 11.5px;
}

.landing-module__g1LwZa__heroStatDivider {
  background: #ffffff1f;
  width: 1px;
}

.landing-module__g1LwZa__credentialChips {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  display: flex;
}

.landing-module__g1LwZa__credChip {
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  display: flex;
}

.landing-module__g1LwZa__credChipPrimary {
  background: #ffffff1a;
  border: 1px solid #ffffff2e;
}

.landing-module__g1LwZa__credChipSecondary {
  background: #ffffff14;
  border: 1px solid #ffffff24;
}

.landing-module__g1LwZa__credChipLabel {
  font-size: 12px;
  font-weight: 600;
}

.landing-module__g1LwZa__credChipLabelPrimary {
  color: #ffffffe6;
}

.landing-module__g1LwZa__credChipLabelSecondary {
  color: #ffffffa6;
}

.landing-module__g1LwZa__diffStrip {
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
  padding: 40px 0;
}

.landing-module__g1LwZa__diffInner {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
}

.landing-module__g1LwZa__diffItem {
  align-items: flex-start;
  gap: 14px;
  padding: 0 32px;
  display: flex;
}

.landing-module__g1LwZa__diffItem + .landing-module__g1LwZa__diffItem {
  border-left: 1px solid #f1f5f9;
}

.landing-module__g1LwZa__diffIcon {
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  display: flex;
}

.landing-module__g1LwZa__diffIconIndigo {
  background: #4338ca14;
}

.landing-module__g1LwZa__diffIconTeal {
  background: #0d948814;
}

.landing-module__g1LwZa__diffIconGold {
  background: #d9770614;
}

.landing-module__g1LwZa__diffTextH4 {
  color: #0f172a;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
}

.landing-module__g1LwZa__diffTextP {
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.landing-module__g1LwZa__principle {
  background: var(--slate);
  padding: 96px 0;
}

.landing-module__g1LwZa__principleBlockquote {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: -.4px;
  max-width: 740px;
  margin: 0 auto 64px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.landing-module__g1LwZa__principleBlockquoteEm {
  color: var(--cleeksy-gold);
  font-style: normal;
}

.landing-module__g1LwZa__principleCols {
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  display: grid;
}

.landing-module__g1LwZa__principleCol {
  background: #ffffff0a;
  border: 1px solid #ffffff12;
  padding: 32px 36px;
}

.landing-module__g1LwZa__principleCol:first-child {
  border-radius: 16px 0 0 16px;
}

.landing-module__g1LwZa__principleCol:last-child {
  border-radius: 0 16px 16px 0;
}

.landing-module__g1LwZa__pcolIcon {
  margin-bottom: 16px;
  font-size: 22px;
}

.landing-module__g1LwZa__pcolTitle {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.landing-module__g1LwZa__pcolDesc {
  color: #ffffff85;
  font-size: 13.5px;
  line-height: 1.65;
}

.landing-module__g1LwZa__journey {
  background: #fff;
  padding: 96px 0;
}

.landing-module__g1LwZa__sectionEyebrow {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
}

.landing-module__g1LwZa__sectionTitle {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #0f172a;
  letter-spacing: -.8px;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 800;
}

.landing-module__g1LwZa__sectionSub {
  color: #64748b;
  max-width: 560px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.6;
}

.landing-module__g1LwZa__journeySteps {
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  display: grid;
  position: relative;
}

.landing-module__g1LwZa__journeySteps:after {
  content: "";
  z-index: 0;
  background: linear-gradient(90deg, #e2e8f0, #7c3aed 50%, #e2e8f0);
  height: 1px;
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
}

.landing-module__g1LwZa__journeyStep {
  text-align: center;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
  display: flex;
  position: relative;
}

.landing-module__g1LwZa__journeyStepNode {
  background: #fff;
  border: 2.5px solid #e2e8f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  font-size: 18px;
  display: flex;
}

.landing-module__g1LwZa__journeyStepNodeActive {
  background: var(--indigo);
  border-color: var(--indigo);
}

.landing-module__g1LwZa__journeyStepNodeFinish {
  background: var(--arc);
  border-color: #0000;
}

.landing-module__g1LwZa__journeyStepTag {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--indigo);
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
}

.landing-module__g1LwZa__journeyStepTagMuted {
  color: #94a3b8;
}

.landing-module__g1LwZa__journeyStepH4 {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #0f172a;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
}

.landing-module__g1LwZa__journeyStepP {
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.landing-module__g1LwZa__journeyStepOutput {
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin-top: 12px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 500;
}

.landing-module__g1LwZa__journeyStepOutputGold {
  color: #92400e;
  background: #d9770614;
  border-color: #d9770640;
}

.landing-module__g1LwZa__tracks {
  background: var(--canvas);
  padding: 96px 0;
}

.landing-module__g1LwZa__tracksGrid4 {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 8px;
  display: grid;
}

.landing-module__g1LwZa__tracksGrid5 {
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 8px;
  display: grid;
}

.landing-module__g1LwZa__tracksGrid5 > :nth-child(-n+3) {
  grid-column: span 2;
}

.landing-module__g1LwZa__tracksGrid5 > :nth-child(n+4) {
  grid-column: span 3;
}

.landing-module__g1LwZa__trackCard4 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  flex-direction: column;
  gap: 12px;
  padding: 32px 36px;
  transition: box-shadow .25s, border-color .25s, transform .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-module__g1LwZa__trackCard4:hover {
  border-color: #94a3b8;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px #0f172a1f;
}

.landing-module__g1LwZa__trackCard4:before {
  content: "";
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.landing-module__g1LwZa__trackCard4Indigo:before {
  background: #7c3aed;
}

.landing-module__g1LwZa__trackCard4Teal:before {
  background: #0d9488;
}

.landing-module__g1LwZa__trackCard4Gold:before {
  background: #d97706;
}

.landing-module__g1LwZa__trackCard4Purple:before {
  background: #7c3aed;
}

.landing-module__g1LwZa__trackCard4Blue:before {
  background: #448cfa;
}

.landing-module__g1LwZa__trackIconWrap {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 20px;
  display: flex;
}

.landing-module__g1LwZa__iconIndigo {
  background: #4338ca14;
}

.landing-module__g1LwZa__iconTeal {
  background: #0d948814;
}

.landing-module__g1LwZa__iconGold {
  background: #d9770614;
}

.landing-module__g1LwZa__iconBlue {
  background: #448cfa1a;
}

.landing-module__g1LwZa__iconPurple {
  background: #7c3aed14;
}

.landing-module__g1LwZa__trackCard4H4 {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #0f172a;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 800;
}

.landing-module__g1LwZa__trackNameVi {
  color: #94a3b8;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
}

.landing-module__g1LwZa__trackCard4P {
  color: #475569;
  font-size: 13.5px;
  line-height: 1.65;
}

.landing-module__g1LwZa__trackCta {
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.landing-module__g1LwZa__trackCtaIndigo {
  color: #7c3aed;
}

.landing-module__g1LwZa__trackCtaTeal {
  color: #0d9488;
}

.landing-module__g1LwZa__trackCtaGold {
  color: #d97706;
}

.landing-module__g1LwZa__trackCtaBlue {
  color: #448cfa;
}

.landing-module__g1LwZa__trackCtaPurple {
  color: #7c3aed;
}

.landing-module__g1LwZa__tiers {
  background: #fff;
  padding: 96px 0;
}

.landing-module__g1LwZa__tiersGrid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 16px;
  display: grid;
}

.landing-module__g1LwZa__tierCard {
  border-radius: 20px;
  overflow: hidden;
}

.landing-module__g1LwZa__tierCardInner {
  align-items: flex-start;
  gap: 32px;
  padding: 40px;
  display: flex;
}

.landing-module__g1LwZa__tierCardBuilder .landing-module__g1LwZa__tierCardInner {
  background: #4338ca0a;
  border: 1px solid #4338ca1f;
  border-radius: 20px;
}

.landing-module__g1LwZa__tierCardPartner .landing-module__g1LwZa__tierCardInner {
  background: #0f172a08;
  border: 1px solid #0f172a14;
  border-radius: 20px;
}

.landing-module__g1LwZa__tierInfoH3 {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #0f172a;
  margin-bottom: 4px;
  font-size: 19px;
  font-weight: 800;
}

.landing-module__g1LwZa__tierVi {
  color: #94a3b8;
  margin-bottom: 10px;
  font-size: 12px;
}

.landing-module__g1LwZa__tierInfoP {
  color: #64748b;
  margin-bottom: 16px;
  font-size: 13.5px;
  line-height: 1.65;
}

.landing-module__g1LwZa__tierReqs {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.landing-module__g1LwZa__tierReq {
  color: #475569;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  display: flex;
}

.landing-module__g1LwZa__tierReqDot {
  background: #0d9488;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
}

.landing-module__g1LwZa__tierReqDotGold {
  background: #d97706;
}

.landing-module__g1LwZa__certificationGrid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 24px;
  display: grid;
}

.landing-module__g1LwZa__quality {
  background: var(--slate);
  padding: 96px 0;
}

.landing-module__g1LwZa__qualitySectionEyebrow {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--cleeksy-gold);
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
}

.landing-module__g1LwZa__qualitySectionTitle {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #fff;
  letter-spacing: -.8px;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 800;
}

.landing-module__g1LwZa__qualitySectionSub {
  color: #ffffff8c;
  max-width: 560px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.6;
}

.landing-module__g1LwZa__gatesGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
  display: grid;
}

.landing-module__g1LwZa__gateCard {
  background: #ffffff0a;
  border: 1px solid #ffffff12;
  border-radius: 16px;
  padding: 32px;
}

.landing-module__g1LwZa__gateNum {
  font-family: var(--font-jakarta-sans), sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff59;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
}

.landing-module__g1LwZa__gateName {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #fff;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 800;
}

.landing-module__g1LwZa__gateNameVi {
  color: #ffffff59;
  margin-bottom: 14px;
  font-size: 12px;
}

.landing-module__g1LwZa__gateDesc {
  color: #ffffff80;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.65;
}

.landing-module__g1LwZa__gateCriteria {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.landing-module__g1LwZa__gateCriterion {
  color: #fff9;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  display: flex;
}

.landing-module__g1LwZa__criterionCheck {
  color: #0d9488;
  background: #0d948826;
  border: 1px solid #0d94884d;
  border-radius: 5px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: flex;
}

.landing-module__g1LwZa__qualityNote {
  background: #f6b8420f;
  border: 1px solid #f6b8422e;
  border-radius: 12px;
  margin-top: 48px;
  padding: 24px 32px;
}

.landing-module__g1LwZa__qualityNoteP {
  color: #fff9;
  font-size: 14px;
  font-style: italic;
  line-height: 1.65;
}

.landing-module__g1LwZa__qualityNoteStrong {
  color: var(--cleeksy-gold);
  font-style: normal;
}

.landing-module__g1LwZa__wins {
  background: var(--canvas);
  padding: 96px 0;
}

.landing-module__g1LwZa__winsGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
  display: grid;
}

.landing-module__g1LwZa__winCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  display: flex;
}

.landing-module__g1LwZa__winTrackPill {
  color: #7c3aed;
  background: #4338ca14;
  border-radius: 100px;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.landing-module__g1LwZa__winTitle {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #0f172a;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
}

.landing-module__g1LwZa__winOutcome {
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}

.landing-module__g1LwZa__winOutcomeStrong {
  color: #0d9488;
  font-weight: 600;
}

.landing-module__g1LwZa__winFooter {
  border-top: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.landing-module__g1LwZa__winCert {
  color: #d97706;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.landing-module__g1LwZa__winCohort {
  color: #94a3b8;
  font-size: 11px;
}

.landing-module__g1LwZa__winsCta {
  text-align: center;
  margin-top: 40px;
}

.landing-module__g1LwZa__winsCtaP {
  color: #64748b;
  font-size: 14px;
}

.landing-module__g1LwZa__winsCtaA {
  color: #7c3aed;
  font-weight: 600;
  text-decoration: none;
}

.landing-module__g1LwZa__ctaSection {
  background: var(--arc);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.landing-module__g1LwZa__ctaSection:after {
  content: "";
  background: #0f172a73;
  position: absolute;
  inset: 0;
}

.landing-module__g1LwZa__ctaInner {
  z-index: 1;
  text-align: center;
  position: relative;
}

.landing-module__g1LwZa__ctaH2 {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #fff;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 800;
}

.landing-module__g1LwZa__ctaP {
  color: #ffffffb3;
  max-width: 500px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.65;
}

.landing-module__g1LwZa__ctaButtons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  display: flex;
}

.landing-module__g1LwZa__btnWhite {
  color: #7c3aed;
  font-family: var(--font-jakarta-sans), sans-serif;
  background: #fff;
  border-radius: 10px;
  align-items: center;
  gap: 6px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.landing-module__g1LwZa__cohortNote {
  color: #ffffff73;
  margin-top: 24px;
  font-size: 13px;
}

.landing-module__g1LwZa__cohortDot {
  vertical-align: middle;
  background: #0d9488;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  display: inline-block;
}

.landing-module__g1LwZa__footer {
  background: var(--cleeksy-navy);
  border-top: 1px solid #ffffff0f;
  padding: 48px 0;
}

.landing-module__g1LwZa__footerInner {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
}

.landing-module__g1LwZa__footerBrand {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.landing-module__g1LwZa__footerBrandName {
  font-family: var(--font-jakarta-sans), sans-serif;
  color: #ffffffd9;
  font-size: 15px;
  font-weight: 700;
}

.landing-module__g1LwZa__footerTagline {
  color: #ffffff4d;
  margin-top: 4px;
  font-size: 12px;
}

.landing-module__g1LwZa__footerLinks {
  gap: 24px;
  display: flex;
}

.landing-module__g1LwZa__footerLink {
  color: #fff6;
  font-size: 13px;
  text-decoration: none;
}

.landing-module__g1LwZa__footerLink:hover {
  color: #ffffffb3;
}

.landing-module__g1LwZa__footerCopy {
  color: #fff3;
  font-size: 12px;
}

@media (max-width: 768px) {
  .landing-module__g1LwZa__wrap, .landing-module__g1LwZa__navInner, .landing-module__g1LwZa__heroInner, .landing-module__g1LwZa__footerInner, .landing-module__g1LwZa__diffInner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-module__g1LwZa__navInner {
    gap: 14px;
    height: auto;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .landing-module__g1LwZa__navLink {
    display: none;
  }

  .landing-module__g1LwZa__navRight {
    gap: 8px;
  }

  .landing-module__g1LwZa__btnGhost {
    padding: 7px 14px;
    font-size: 12px;
  }

  .landing-module__g1LwZa__hero {
    padding: 56px 0 64px;
  }

  .landing-module__g1LwZa__heroInner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .landing-module__g1LwZa__heroH1 {
    letter-spacing: -1px;
    font-size: clamp(32px, 8vw, 56px);
  }

  .landing-module__g1LwZa__heroSub {
    font-size: 15px;
  }

  .landing-module__g1LwZa__heroVisual {
    display: none;
  }

  .landing-module__g1LwZa__heroCtas {
    flex-wrap: wrap;
    gap: 12px;
  }

  .landing-module__g1LwZa__btnPrimary, .landing-module__g1LwZa__btnOutlineWhite {
    justify-content: center;
    width: 100%;
  }

  .landing-module__g1LwZa__sectionTitle {
    font-size: clamp(24px, 6vw, 32px);
  }

  .landing-module__g1LwZa__journeySteps, .landing-module__g1LwZa__tracksGrid4, .landing-module__g1LwZa__tracksGrid5, .landing-module__g1LwZa__gatesGrid, .landing-module__g1LwZa__winsGrid, .landing-module__g1LwZa__tiersGrid, .landing-module__g1LwZa__diffInner, .landing-module__g1LwZa__principleCols {
    grid-template-columns: 1fr !important;
  }

  .landing-module__g1LwZa__journeySteps {
    gap: 24px;
  }

  .landing-module__g1LwZa__journeySteps:after {
    display: none;
  }

  .landing-module__g1LwZa__diffItem {
    padding: 24px 0;
  }

  .landing-module__g1LwZa__diffItem + .landing-module__g1LwZa__diffItem {
    border-top: 1px solid #f1f5f9;
    border-left: none;
  }

  .landing-module__g1LwZa__tierCardInner {
    flex-direction: column;
    gap: 20px;
    padding: 28px 24px;
  }

  .landing-module__g1LwZa__trackCard4 {
    padding: 24px;
  }

  .landing-module__g1LwZa__principleCols {
    gap: 16px;
  }

  .landing-module__g1LwZa__principleCol {
    border-radius: 16px !important;
  }

  .landing-module__g1LwZa__footerInner {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .landing-module__g1LwZa__footerLinks {
    flex-wrap: wrap;
    gap: 16px;
  }

  .landing-module__g1LwZa__journey, .landing-module__g1LwZa__tracks, .landing-module__g1LwZa__tiers, .landing-module__g1LwZa__principle {
    padding: 64px 0;
  }
}

@media (max-width: 480px) {
  .landing-module__g1LwZa__wrap, .landing-module__g1LwZa__navInner, .landing-module__g1LwZa__heroInner, .landing-module__g1LwZa__footerInner, .landing-module__g1LwZa__diffInner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .landing-module__g1LwZa__navInner {
    gap: 10px;
  }

  .landing-module__g1LwZa__brand {
    max-width: min(52vw, 168px);
  }

  .landing-module__g1LwZa__navAuth {
    display: none;
  }

  .landing-module__g1LwZa__navPrimaryCta {
    padding: 9px 12px;
  }

  .landing-module__g1LwZa__hero {
    padding: 40px 0 48px;
  }

  .landing-module__g1LwZa__heroH1 {
    font-size: clamp(28px, 9vw, 44px);
  }

  .landing-module__g1LwZa__heroBadge {
    padding: 5px 12px;
  }

  .landing-module__g1LwZa__heroBadgeText, .landing-module__g1LwZa__sectionEyebrow {
    font-size: 11px;
  }

  .landing-module__g1LwZa__sectionSub {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .landing-module__g1LwZa__brand {
    max-width: 44vw;
  }

  .landing-module__g1LwZa__navPrimaryCta {
    padding: 8px 10px;
    font-size: 11.5px;
  }
}

/*# sourceMappingURL=src_app_landing_module_13j5_r~.css.map*/