/* Landings SEO – visual alinhado ao site principal */

section[class*="hero-"][class*="-bg"] {
  background:
    radial-gradient(circle at 20% 30%, rgba(217, 43, 43, 0.88) 0%, transparent 46%),
    radial-gradient(circle at 82% 18%, rgba(4, 173, 191, 0.28) 0%, transparent 42%),
    linear-gradient(165deg, #2d0505 0%, #1a0505 48%, #0f172a 100%) !important;
}

.landing-hero-eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.landing-hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.landing-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

.landing-hero-trust svg {
  color: #67e8f9;
  flex-shrink: 0;
}

.landing-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #d92b2b;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}

.landing-hero-btn-secondary:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}

.landing-benefits-section {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(4, 173, 191, 0.06) 0%, transparent 55%),
    rgba(255, 255, 255, 0.92) !important;
}

.card-pdv {
  border-radius: 1rem !important;
  border: 2px solid #e2e8f0 !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.card-pdv::after {
  content: 'Toque para detalhes';
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
  opacity: 0;
  transition: opacity 0.2s ease;
}

@media (min-width: 768px) {
  .card-pdv::after {
    content: 'Clique para expandir';
  }
}

.card-pdv:hover::after,
.card-pdv:focus-visible::after {
  opacity: 1;
}

.card-pdv.is-expanded {
  border-color: rgba(4, 173, 191, 0.55) !important;
  box-shadow: 0 16px 40px rgba(4, 173, 191, 0.12) !important;
  transform: translateY(-4px);
}

.card-pdv.is-expanded::after {
  content: 'Expandido';
  color: #0378a6;
  opacity: 1;
}

.card-pdv:focus-visible {
  outline: 2px solid #04adbf;
  outline-offset: 2px;
}

.landing-compare-wrap table {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.cta-mid-section .title-section {
  color: #ffffff;
}

.cta-mid-section .title-section.text-ink,
.cta-mid-section h2.text-ink {
  color: #ffffff !important;
}

.cta-mid-section .title-section::after {
  background: linear-gradient(90deg, #ffffff 0%, #04adbf 100%);
}

.cta-mid-section .text-muted {
  color: rgba(255, 255, 255, 0.78) !important;
}

.cta-mid-section a.text-\[\#D92B2B\] {
  color: #fecaca !important;
}

.cta-mid-section a.text-\[\#D92B2B\]:hover {
  color: #ffffff !important;
}

.cta-mid-section .inline-flex.bg-\[\#D92B2B\],
.cta-mid-section .btn-primary-custom {
  background: #ffffff !important;
  color: #d92b2b !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.cta-mid-section .inline-flex.bg-\[\#D92B2B\]:hover {
  background: #f1f5f9 !important;
}
