/* LIDA v2 — refinamento exclusivo da home /lida
   Carregado depois de lida.css para não afetar os Radares. */

.lida-home-v2 .lida-hero {
  padding: clamp(4.25rem, 8vw, 7rem) 0 clamp(3.5rem, 6vw, 5.5rem);
  min-height: auto;
  background:
    radial-gradient(circle at 85% 10%, rgba(206, 184, 143, 0.24), transparent 30rem),
    var(--color-bg);
  border-bottom: 1px solid var(--color-border);
}

.lida-home-v2 .hero-inner {
  max-width: 980px;
}

.lida-home-v2 .lida-hero h1 {
  max-width: none;
  font-size: clamp(4.8rem, 15vw, 9rem);
  line-height: 0.82;
  letter-spacing: -0.085em;
}

.lida-home-v2 .hero-kicker {
  max-width: 920px;
  margin: 0.9rem 0 0;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lida-home-v2 .hero-subtitle {
  max-width: 760px;
  margin-top: 1.6rem;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.35;
}

.lida-home-v2 .hero-text {
  max-width: 720px;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
}

.lida-home-v2 .hero-highlight {
  max-width: 760px;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.lida-home-v2 .updates-grid {
  align-items: stretch;
}

.lida-home-v2 .update-card {
  display: flex;
  flex-direction: column;
  min-height: 285px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.lida-home-v2 .update-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.09);
}

.lida-home-v2 .update-card h3 {
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  line-height: 1.04;
}

.lida-home-v2 .update-card .text-link {
  margin-top: auto;
}

.lida-home-v2 .process-card,
.lida-home-v2 .category-card,
.lida-home-v2 .comparison-card {
  transition: transform 160ms ease, border-color 160ms ease;
}

.lida-home-v2 .process-card:hover,
.lida-home-v2 .category-card:hover,
.lida-home-v2 .comparison-card:hover {
  transform: translateY(-2px);
  border-color: #bdb5a7;
}

.lida-home-v2 .tool-tags span {
  background: rgba(255, 255, 255, 0.78);
}

@media (max-width: 768px) {
  .lida-home-v2 .lida-hero {
    padding-top: 3.75rem;
  }

  .lida-home-v2 .lida-hero h1 {
    font-size: clamp(4rem, 24vw, 6.8rem);
  }

  .lida-home-v2 .hero-kicker {
    font-size: clamp(1.45rem, 8vw, 2.1rem);
  }
}
