/* ===== Landing V2 ===== */
.ld-v2-headerWrap {
  background: linear-gradient(90deg, #2e6aa6 0%, #6bbf3c 100%);
}

.ld-v2-navbar .inner-header {
  background: transparent !important;
}

.ld-v2-navbar .landing-menu-navbar-nav .nav-link {
  color: rgba(255,255,255,.9) !important;
}

.ld-v2-navbar .landing-menu-navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

.ld-v2-hero {
  padding: 120px 0 40px;
  color: #fff;
}

.ld-v2-hero .title {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 14px;
}

.ld-v2-hero .sub {
  max-width: 560px;
  color: rgba(255,255,255,.85);
  font-size: 18px;
  line-height: 1.6;
}

.ld-v2-btnRow {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.ld-v2-btnPrimary {
  background: #cdef84;
  color: #1b1c17;
  border-radius: 12px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
}

.ld-v2-btnGhost {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  border-radius: 12px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
}

.ld-v2-heroArt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ld-v2-heroArt img {
  max-width: 520px;
  width: 100%;
  height: auto;
}

/* How it works */
.ld-v2-how {
  padding: 90px 0;
}

.ld-v2-how .howTitle {
  text-align: center;
  margin-bottom: 40px;
}

.ld-v2-step {
  display: grid;
  grid-template-columns: 48px 1fr 420px;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.ld-v2-step:last-child { border-bottom: 0; }

.ld-v2-stepNo {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #cdef84;
  color: #1b1c17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.ld-v2-stepImg img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.06);
}

/* Core features gradient block */
.ld-v2-core {
  padding: 90px 0;
  background: linear-gradient(90deg, #2e6aa6 0%, #6bbf3c 100%);
}

.ld-v2-core h2, .ld-v2-core p { color: #fff; }

.ld-v2-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(0,0,0,.06);
  height: 100%;
}

.ld-v2-card h4 {
  font-size: 18px;
  font-weight: 800;
  margin: 10px 0 6px;
}

.ld-v2-card p {
  color: rgba(0,0,0,.65);
  margin: 0;
}

/* Make pricing/faq spacing closer to mock */
.ld-v2-sectionPad { padding: 90px 0; }

@media (max-width: 1199px) {
  .ld-v2-step { grid-template-columns: 48px 1fr; }
  .ld-v2-stepImg { grid-column: 1 / -1; }
  .ld-v2-hero { padding-top: 95px; }
  .ld-v2-hero .title { font-size: 42px; }
}