/* ══════════════════════════════════════════════
   LOMO — LANDING PAGE STYLES
   ══════════════════════════════════════════════ */

#screenLanding {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.ld {
  width: 100%;
  font-family: -apple-system, 'SF Pro Display', 'Segoe UI', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Nav ── */
.ldNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.ldNavLogo {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: default;
  user-select: none;
}

.ldNavLogoImg {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.ldNavWord {
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -0.5px;
  color: #0e0f0f;
}

.ldNavActions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ldBurger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 8px;
  border-radius: 10px;
}

.ldBurger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #0e0f0f;
  border-radius: 2px;
  transition: background 0.2s;
}

.ldBtnGhost {
  padding: 9px 22px;
  border: 1.5px solid rgba(0,0,0,.13);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  color: #0e0f0f;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

.ldBtnGhost:hover {
  border-color: rgba(38,110,120,.35);
  color: #1a5c68;
  background: rgba(38,110,120,.07);
}

.ldBtnDark {
  padding: 9px 22px;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  background: #0e0f0f;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

.ldBtnDark:hover {
  background: #1a5c68;
  transform: translateY(-1px);
}

/* ── Hero ── */
.ldHero {
  max-width: 1040px;
  margin: 28px auto 0;
  padding: 0 48px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}

.ldPill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(38,110,120,.13);
  color: #1a5c68;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: 999px;
  margin-bottom: 24px;
  border: 1px solid rgba(38,110,120,.26);
  letter-spacing: 0.03em;
  animation: ldFadeUp 0.45s 0.05s ease both;
}

.ldPillDot {
  width: 5px;
  height: 5px;
  background: #26707a;
  border-radius: 50%;
  flex-shrink: 0;
  animation: ldPulse 2.2s ease-in-out infinite;
}

@keyframes ldPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(.75); }
}

.ldH1 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -2.5px;
  color: #0e0f0f;
  margin: 0 0 18px;
  animation: ldFadeUp 0.45s 0.12s ease both;
}

.ldH1 span {
  color: #1a5c68;
}

.ldSub {
  font-size: 16px;
  color: #616161;
  line-height: 1.65;
  margin: 0 0 32px;
  max-width: 380px;
  animation: ldFadeUp 0.45s 0.2s ease both;
}

.ldBtns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  animation: ldFadeUp 0.45s 0.28s ease both;
}

.ldBtnPrimary {
  padding: 13px 28px;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  background: #0e0f0f;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s;
  letter-spacing: 0.01em;
  font-family: inherit;
}

.ldBtnPrimary:hover {
  background: #1a5c68;
  transform: translateY(-1px);
}

.ldBtnOutline {
  padding: 13px 28px;
  border: 1.5px solid rgba(0,0,0,.13);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  color: #0e0f0f;
  cursor: pointer;
  transition: all 0.25s;
  font-family: inherit;
}

.ldBtnOutline:hover {
  border-color: rgba(38,110,120,.35);
  color: #1a5c68;
  background: rgba(38,110,120,.07);
}

/* ── Hero Visual / Cards ── */
.ldVisual {
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: ldFadeUp 0.55s 0.18s ease both;
}

.ldCard {
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(38,110,120,.14);
  padding: 22px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 24px rgba(38,110,120,.07), 0 1px 0 rgba(255,255,255,.9) inset;
}

.ldCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 56px rgba(38,110,120,.13), 0 1px 0 rgba(255,255,255,.9) inset;
}

.ldCardTop {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.ldAvatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 650;
  background: rgba(38,110,120,.13);
  color: #1a5c68;
  border: 2px solid rgba(38,110,120,.26);
}

.ldCardName {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.2px;
  margin: 0 0 5px;
  color: #0e0f0f;
}

.ldVerBadge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(38,110,120,.13);
  color: #1a5c68;
  font-size: 11px;
  font-weight: 650;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(38,110,120,.26);
}

.ldDetails {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #616161;
}

.ldDetail {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ldDetailIco {
  font-size: 13px;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.ldChips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.ldChip {
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  background: rgba(38,110,120,.07);
  color: #1a5c68;
  border: 1px solid rgba(38,110,120,.2);
}

.ldMiniRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ldMiniCard {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.ldMiniAv {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 650;
  background: rgba(0,0,0,.05);
  color: #616161;
}

.ldMiniName {
  font-size: 12.5px;
  font-weight: 600;
  margin: 0 0 2px;
  color: #0e0f0f;
}

.ldMiniSub {
  font-size: 11px;
  color: #a0a0a0;
}


/* ── Niches section ── */
.ldNiches {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 48px 72px;
  box-sizing: border-box;
  width: 100%;
}

.ldNichesGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ldNiche {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,.08);
  padding: 28px 24px;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.ldNiche:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(38,110,120,.09);
  border-color: rgba(38,110,120,.18);
}

.ldNicheAccent {
  background: linear-gradient(145deg, rgba(38,110,120,.06) 0%, rgba(38,110,120,.02) 100%);
  border-color: rgba(38,110,120,.18);
}

.ldNicheIcon {
  font-size: 30px;
  margin-bottom: 14px;
  line-height: 1;
  display: block;
}

.ldNicheH {
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -.3px;
  color: #0e0f0f;
  margin: 0 0 8px;
}

.ldNicheP {
  font-size: 13.5px;
  color: #666;
  line-height: 1.62;
  margin: 0;
}

/* ══════════════════════════════════════
   AI Matching landing block
   ══════════════════════════════════════ */

.ldAi {
  background: linear-gradient(160deg, #080d0f 0%, #0e1e24 50%, #0a1a20 100%);
  padding: 72px 48px;
  overflow: hidden;
  position: relative;
}

.ldAiInner {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* Copy */
.ldAiPill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(245,200,50,.12);
  color: #f5c832;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 18px;
  border: 1px solid rgba(245,200,50,.22);
}

.ldAiH {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 16px;
  letter-spacing: -.02em;
}

.ldAiSub {
  font-size: 15px;
  color: rgba(255,255,255,.55);
  line-height: 1.65;
  margin-bottom: 24px;
}

.ldAiList {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ldAiList li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,.75);
  line-height: 1.4;
}

.ldAiCheck {
  color: #2dd4bf;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.ldAiBtn {
  display: inline-flex;
  align-items: center;
  padding: 13px 28px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #f5c832 0%, #f0a020 100%);
  color: #0e0f0f;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  letter-spacing: .01em;
}
.ldAiBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,200,50,.35);
}

/* Demo card */
.ldAiDemo {
  position: relative;
}

.ldAiGlow {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(42,122,138,.25) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.ldAiDemoCard {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(12px);
  position: relative;
  z-index: 1;
}

.ldAiDemoHeader {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.ldAiDemoStar { font-size: 18px; filter: drop-shadow(0 0 6px rgba(245,200,50,.7)); }
.ldAiDemoTitle { font-size: 15px; font-weight: 700; color: #fff; }

.ldAiDemoInput {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 12.5px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
  margin-bottom: 12px;
  font-style: italic;
}

.ldAiDemoFilters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.ldAiDemoChip {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.45);
  font-size: 11px;
  font-weight: 500;
}
.ldAiDemoChip.active {
  background: rgba(42,122,138,.25);
  border-color: rgba(42,122,138,.5);
  color: #2dd4bf;
}

.ldAiDemoResults {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ldAiDemoResult {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.05);
  border-radius: 12px;
  padding: 10px 12px;
  transition: background .2s;
}
.ldAiDemoResult:hover { background: rgba(255,255,255,.09); }
.ldAiDemoResultMuted { opacity: .65; }

.ldAiDemoAv {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.ldAiDemoInfo { flex: 1; min-width: 0; }

.ldAiDemoName {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.ldAiVerBadge {
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(34,197,94,.15);
  color: #4ade80;
  font-weight: 600;
  border: 1px solid rgba(34,197,94,.25);
}

.ldAiDemoMeta {
  font-size: 11px;
  color: rgba(255,255,255,.4);
  margin-top: 2px;
}

.ldAiDemoScore {
  font-size: 14px;
  font-weight: 800;
  color: #2dd4bf;
  flex-shrink: 0;
  min-width: 38px;
  text-align: right;
}

/* ── Steps ── */
.ldSteps {
  max-width: 1040px;
  margin: 0 auto;
  padding: 56px 48px 72px;
  box-sizing: border-box;
  width: 100%;
}

.ldSectionLabel {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #26707a;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ldSectionLabel::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #26707a;
  border-radius: 2px;
  flex-shrink: 0;
}

.ldStepsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ldStep {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.08);
  padding: 24px 20px;
}

.ldStepNum {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  background: rgba(38,110,120,.07);
  color: #1a5c68;
  border: 1.5px solid rgba(38,110,120,.26);
}

.ldStepH {
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.2px;
  margin: 0 0 7px;
  color: #0e0f0f;
}

.ldStepP {
  font-size: 13px;
  color: #616161;
  line-height: 1.55;
  margin: 0;
}

/* ── Paths ── */
.ldPaths {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 48px 72px;
  box-sizing: border-box;
  width: 100%;
}

.ldPathsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ldPath {
  border-radius: 28px;
  padding: 32px;
}

.ldPathLight {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
}

.ldPathDark {
  background: #0e0f0f;
  color: #fff;
}

.ldPathTag {
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ldPathLight .ldPathTag {
  background: rgba(38,110,120,.07);
  color: #1a5c68;
  border: 1px solid rgba(38,110,120,.2);
}

.ldPathDark .ldPathTag {
  background: rgba(255,255,255,.11);
  color: rgba(255,255,255,.8);
}

.ldPathH {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin: 0 0 9px;
}

.ldPathSub {
  font-size: 14px;
  line-height: 1.62;
  margin: 0 0 20px;
}

.ldPathLight .ldPathSub {
  color: #616161;
}

.ldPathDark .ldPathSub {
  color: rgba(255,255,255,.6);
}

.ldPathList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ldPathItem {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}

.ldPathLight .ldPathItem {
  color: #616161;
}

.ldPathDark .ldPathItem {
  color: rgba(255,255,255,.72);
}

.ldPathCheck {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

.ldPathLight .ldPathCheck {
  background: rgba(38,110,120,.07);
  color: #1a5c68;
  border: 1px solid rgba(38,110,120,.2);
}

.ldPathDark .ldPathCheck {
  background: rgba(255,255,255,.14);
  color: rgba(255,255,255,.9);
}

.ldPathCta {
  margin-top: 24px;
}

.ldPathCta button {
  width: 100%;
  padding: 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  letter-spacing: 0.01em;
  font-family: inherit;
}

.ldPathLight .ldPathCta button {
  background: #0e0f0f;
  color: #fff;
}

.ldPathLight .ldPathCta button:hover {
  background: #1a5c68;
}

.ldPathDark .ldPathCta button {
  background: #fff;
  color: #0e0f0f;
}

.ldPathDark .ldPathCta button:hover {
  opacity: 0.9;
}

/* ── Footer ── */
.ldFooter {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 48px 40px;
  border-top: 1px solid rgba(0,0,0,.075);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}

.ldFooterCopy {
  font-size: 12.5px;
  color: #a0a0a0;
}

.ldFooterLinks {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.ldFooterLink {
  font-size: 12.5px;
  color: #a0a0a0;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  padding: 0;
  transition: color 0.2s;
}

.ldFooterLink:hover {
  color: #1a5c68;
}

/* ── Animations ── */
@keyframes ldFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ── */
@media (max-width: 760px) {
  .ldNav {
    padding: 16px 20px;
  }

  .ldNavActions .ldBtnDark {
    display: none;
  }

  .ldBurger {
    display: flex;
  }

  .ldHero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 20px 56px;
    margin-top: 14px;
  }

  .ldH1 {
    font-size: 36px;
    letter-spacing: -1.5px;
  }

  .ldVisual {
    display: none;
  }

  .ldSteps {
    padding: 56px 20px 56px;
  }

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

  .ldPaths {
    padding: 0 20px 56px;
  }

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

  .ldFooter {
    flex-direction: column;
    gap: 14px;
    text-align: center;
    padding: 20px 20px 36px;
  }

  .ldFooterLinks {
    justify-content: center;
  }

  .ldAiInner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 20px 56px;
  }

  .ldAiH {
    font-size: 28px;
  }

  .ldAiDemo {
    display: none;
  }

  .ldNiches {
    padding: 0 20px 52px;
  }

  .ldNichesGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ldNiche {
    padding: 22px 18px;
  }

  .ldH1 {
    font-size: 40px;
    letter-spacing: -1.8px;
  }
}

/* ── Landing counters ────────────────────────────────────────────── */
.ldCounters {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 20px;
}
.ldCounter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
}
.ldCounter:first-child { padding-left: 0; }
.ldCounterNum {
  font-size: 36px;
  font-weight: 800;
  color: #0e7490;
  letter-spacing: -1px;
  line-height: 1;
}
.ldCounterLabel {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
  text-align: center;
}
.ldCounterDiv {
  width: 1px;
  height: 40px;
  background: #e5e7eb;
}

/* ── Landing step animation ──────────────────────────────────────── */
.ldStepArrow {
  display: none;
}
.ldStepAnim {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .5s ease, transform .5s ease;
}
.ldStepAnim.visible {
  opacity: 1;
  transform: translateY(0);
}
.ldStepAnim:nth-child(2) { transition-delay: .12s; }
.ldStepAnim:nth-child(4) { transition-delay: .24s; }

@media (min-width: 640px) {
  .ldStepArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #d1d5db;
    font-weight: 300;
    flex-shrink: 0;
    padding-top: 12px;
  }
  .ldCounters { justify-content: flex-start; }
  .ldCounter { align-items: flex-start; }
  .ldCounterLabel { text-align: left; }
}
