/* ── Landing Coberturas ────────────────────────────────────────────────────── */

/* Hero */
.landing-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 72px; /* header height */
}

.landing-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.45);
  z-index: 0;
}

.landing-hero__content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 80px 0 60px;
}

.landing-hero__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0b429;
  margin-bottom: 1rem;
}

.landing-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.9rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  color: #fff;
}

.landing-hero__subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  max-width: 520px;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.landing-hero .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.landing-hero .btn-cta:hover {
  background: #1ebe5a;
  color: #fff;
}

.landing-hero .btn-secondary-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  border: 1.5px solid rgba(255,255,255,0.5);
  text-decoration: none;
  transition: all 0.2s;
  margin-left: 1rem;
}

.landing-hero .btn-secondary-cta:hover {
  border-color: #fff;
  color: #fff;
}

/* Why asesor section */
.why-asesor {
  padding: 72px 0;
  background: #f8f9fa;
}

.why-asesor h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.why-asesor .section-lead {
  font-size: 1.05rem;
  color: #555;
  max-width: 560px;
  margin: 0 auto 3rem;
}

.pillar-card {
  background: #fff;
  border-radius: 10px;
  padding: 2rem 1.75rem;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s;
}

.pillar-card:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}

.pillar-card__icon {
  font-size: 2rem;
  color: #f0b429;
  margin-bottom: 1rem;
}

.pillar-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.pillar-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Coverage section */
.coverage-section {
  padding: 72px 0;
}

.coverage-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.coverage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.coverage-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #eee;
  font-size: 0.97rem;
}

.coverage-list li:last-child {
  border-bottom: none;
}

.coverage-list li i {
  color: #f0b429;
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.coverage-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 420px;
}

/* Mini FAQ */
.landing-faq {
  padding: 72px 0;
  background: #f8f9fa;
}

.landing-faq h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.faq-simple-item {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}

.faq-simple-item h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.faq-simple-item p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* CTA band */
.landing-cta-band {
  background: #1a2e44;
  color: #fff;
  padding: 56px 0;
  text-align: center;
}

.landing-cta-band h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}

.landing-cta-band p {
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 2rem;
}

.landing-cta-band .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 0.9rem 2.25rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.landing-cta-band .btn-cta:hover {
  background: #1ebe5a;
}

/* Trust logos strip */
.trust-logos {
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.trust-logos p {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999;
  margin-bottom: 1.5rem;
}

.trust-logos img {
  height: 28px;
  width: auto;
  opacity: 0.55;
  filter: grayscale(100%);
  transition: opacity 0.2s;
  margin: 0 16px;
}

.trust-logos img:hover {
  opacity: 0.9;
}
