/* Landing page v2 — soft healthcare look (switchable via FRONTEND_LANDING_VARIANT) */
.lp2 {
  --lp-rose: #e91e8c;
  --lp-ink: #1c1520;
  --lp-muted: #6d6472;
  --lp-wash: #fff7fb;
  --lp-line: rgba(28, 21, 32, 0.08);
  color: var(--lp-ink);
  overflow-x: hidden;
}

.lp2-hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 5.5rem);
}

.lp2-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(233, 30, 140, 0.16), transparent 60%),
    radial-gradient(700px 380px at 90% 10%, rgba(255, 180, 210, 0.35), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, var(--lp-wash) 100%);
  pointer-events: none;
}

.lp2-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.lp2-hero-logo {
  height: 64px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  margin-bottom: 1.25rem;
}

.lp2-hero-title {
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.12;
  font-weight: 650;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  max-width: 14ch;
}

.lp2-hero-text {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--lp-muted);
  margin: 0 0 1.5rem;
  max-width: 38ch;
}

.lp2-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.lp2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.lp2-btn:hover { transform: translateY(-1px); }

.lp2-btn-primary {
  background: var(--lp-rose);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(233, 30, 140, 0.28);
}

.lp2-btn-dark {
  background: var(--lp-ink);
  color: #fff !important;
}

.lp2-btn-ghost {
  background: #fff;
  color: var(--lp-ink) !important;
  border: 1px solid var(--lp-line);
}

.lp2-btn-ghost-light {
  background: rgba(255,255,255,0.14);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.28);
}

.lp2-stores {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

.lp2-hero-frame {
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--lp-line);
  box-shadow: 0 30px 60px rgba(28, 21, 32, 0.12);
  transform: rotate(1.2deg);
}

.lp2-hero-frame img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 520px;
  object-fit: cover;
}

.lp2-quick {
  margin-top: -1.5rem;
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
}

.lp2-quick-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.lp2-quick-item {
  display: block;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  padding: 1.1rem 1.15rem;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(28, 21, 32, 0.05);
  transition: transform .2s ease, border-color .2s ease;
}

.lp2-quick-item:hover {
  transform: translateY(-3px);
  border-color: rgba(233, 30, 140, 0.35);
}

.lp2-quick-item span {
  display: block;
  color: var(--lp-ink);
  font-weight: 650;
  margin-bottom: 0.25rem;
}

.lp2-quick-item small {
  color: var(--lp-muted);
  font-size: 0.85rem;
}

.lp2-feature {
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.lp2-feature-alt { background: var(--lp-wash); }

.lp2-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.lp2-feature-reverse { direction: rtl; }
.lp2-feature-reverse > * { direction: ltr; }

.lp2-feature-media img {
  width: 100%;
  border-radius: 24px;
  display: block;
  box-shadow: 0 18px 40px rgba(28, 21, 32, 0.08);
}

.lp2-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--lp-rose);
  margin: 0 0 0.55rem;
}

.lp2-feature-copy h2,
.lp2-section-head h2,
.lp2-final h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
  font-weight: 650;
  margin: 0 0 0.75rem;
}

.lp2-lead {
  color: var(--lp-muted);
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0 0 1.1rem;
}

.lp2-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp2-points li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.6rem;
  border-bottom: 1px solid var(--lp-line);
  font-size: 1rem;
}

.lp2-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--lp-rose);
}

.lp2-articles,
.lp2-reviews,
.lp2-video {
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.lp2-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.lp2-section-head-center {
  justify-content: center;
  text-align: center;
}

.lp2-article {
  display: block;
  text-decoration: none !important;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  height: 100%;
  transition: transform .2s ease;
}

.lp2-article:hover { transform: translateY(-4px); }

.lp2-article-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f4f0f3;
}

.lp2-article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp2-article-body {
  padding: 1rem 1.1rem 1.2rem;
}

.lp2-article-body span {
  display: block;
  color: var(--lp-muted);
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}

.lp2-article-body strong {
  color: var(--lp-ink);
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lp2-review {
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 20px;
  padding: 1.35rem;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lp2-review p {
  color: var(--lp-muted);
  line-height: 1.6;
  margin: 0 0 1rem;
}

.lp2-review footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lp2-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(233, 30, 140, 0.12);
  color: var(--lp-rose);
  font-weight: 700;
}

.lp2-review strong {
  display: block;
  font-size: 0.95rem;
}

.lp2-review small {
  color: var(--lp-muted);
}

.lp2-video-frame {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  box-shadow: 0 20px 40px rgba(28, 21, 32, 0.08);
  aspect-ratio: 16 / 9;
  background: #111;
}

.lp2-video-frame iframe,
.lp2-video-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.lp2-final {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background:
    radial-gradient(700px 300px at 20% 0%, rgba(255,255,255,0.12), transparent 55%),
    linear-gradient(135deg, #1c1520, #3a1830 55%, #e91e8c);
  color: #fff;
}

.lp2-final-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.lp2-final-logo {
  height: 52px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

.lp2-final p {
  color: rgba(255,255,255,0.82);
  margin: 0 auto 1.4rem;
  max-width: 42ch;
}

.lp2-final .lp2-hero-cta {
  justify-content: center;
}

@media (max-width: 991.98px) {
  .lp2-hero-grid,
  .lp2-feature-grid,
  .lp2-quick-row {
    grid-template-columns: 1fr;
  }

  .lp2-feature-reverse { direction: ltr; }

  .lp2-hero-title { max-width: none; }

  .lp2-hero-frame { transform: none; max-width: 520px; margin: 0 auto; }

  .lp2-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp2-section-head-center { align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  .lp2-btn,
  .lp2-quick-item,
  .lp2-article {
    transition: none;
  }
}
