@import url("index.css");

/* ===================== LP HERO (centralizado, sem foto) ===================== */
.hero-lp {
  min-height: calc(100svh - var(--bars-h));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(60px, 8vh, 100px) clamp(28px, 10vw, 180px);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(200,169,106,0.18), transparent 55%),
    linear-gradient(to bottom, var(--petrol), var(--petrol2));
}

.hero-lp .tag-hero {
  align-self: center;
  margin-bottom: 32px;
}

.hero-lp h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5vw, 74px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  max-width: 900px;
}

.hero-lp .hero-sub {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.75;
  font-weight: 300;
  color: #DCE3E7;
  max-width: 660px;
  margin: 0 auto;
}

.hero-lp .hero-ctas {
  justify-content: center;
  margin-top: 32px;
}

.hero-lp .hero-nav {
  justify-content: center;
}

@media (max-width: 900px) {
  .hero-lp {
    padding: 52px 24px 64px;
    min-height: auto;
  }
  .hero-lp .hero-ctas {
    flex-direction: column;
    width: 100%;
    max-width: 420px;
    gap: 12px;
  }
  .hero-lp .hero-ctas .btn {
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding: 15px 26px;
    font-size: 15px;
  }
}

/* ===================== LP HIGHLIGHT ===================== */
.lp-highlight {
  max-width: 900px;
  margin: 0 auto;
  padding: 36px 42px;
  border-left: 3px solid var(--gold);
  background: rgba(200,169,106,0.06);
  border-radius: 0 16px 16px 0;
}

.lp-highlight p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.5;
  color: white;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 700px) {
  .lp-highlight { padding: 24px 22px; }
  .lp-highlight p { font-size: 20px; }
}

/* ===================== IMAGENS DE FUNDO ===================== */
.pain {
  background:
    radial-gradient(circle at 10% 0%, rgba(200,169,106,0.07), transparent 38%),
    radial-gradient(circle at 95% 100%, rgba(200,169,106,0.05), transparent 42%),
    linear-gradient(to bottom, rgba(11,27,36,0.89), rgba(14,36,48,0.84)),
    url('../imagens/cirurgia.jpg') center / cover no-repeat;
}

.dark.section-highlight-img {
  background:
    linear-gradient(to bottom, rgba(11,27,36,0.78), rgba(14,36,48,0.73)),
    url('../imagens/medicina_legal.jpg') center / cover no-repeat;
}
