/* =========================
   GLOBAL FIX (IMPORTANTE)
========================= */
body {
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
  background: #f6f7fb;
  color: #222;
}

/* Evita espacios gigantes de Nicepage */
.u-sheet {
  padding: 10px 5px !important;
}

/* =========================
   HERO SECTION
========================= */
.u-section-1 {
  background-image:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url("https://images.unsplash.com/photo-1554224154-26032ffc0d07?auto=format&fit=crop&w=2000&q=80");
  background-size: cover;
  background-position: center;
}

.u-section-1 .u-sheet-1 {
  min-height: 520px;
}

/* =========================
   TITULOS (FIX GLOBAL)
========================= */
h2, h3, h6, p {
  font-family: "Montserrat", sans-serif !important;
}

h2 {
  font-weight: 800;
  letter-spacing: -0.5px;
}

/* =========================
   SECCIÓN 2 (CARDS SERVICIOS)
========================= */
.u-section-2 .u-text-1 {
  font-size: 2.4rem;
  font-weight: 800;
}

.u-section-2 .u-text-2 {
  max-width: 750px;
  margin: 10px auto 30px;
  color: #555;
}

/* IMÁGENES MÁS LIMPIAS */
.u-image {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

/* reduce padding interno de columnas */
.u-layout-cell {
  padding: 20px !important;
}

/* =========================
   IMÁGENES CONTROLADAS
========================= */
.u-section-2 .u-image-1 {
  background-image: url("https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

.u-section-2 .u-image-2 {
  background-image: url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  min-height: 280px;
}

.u-section-2 .u-image-3 {
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  min-height: 280px;
}

/* =========================
   SECCIÓN 3 (MÁS LIMPIO)
========================= */
.u-section-3 .u-layout-cell {
  padding: 22px !important;
}

.u-section-3 h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.u-section-3 p {
  line-height: 1.6;
  color: #444;
}

/* imágenes sección 3 */
.u-section-3 .u-image-1 {
  background-image: url("https://images.unsplash.com/photo-1581091215367-59ab6b1e3c6a?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  min-height: 280px;
}

.u-section-3 .u-image-2 {
  background-image: url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  min-height: 280px;
}

.u-section-3 .u-image-3 {
  background-image: url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  min-height: 280px;
}

/* =========================
   FAQ (SECCIÓN 4) - ARREGLADO
========================= */

/* contenedor */
.u-accordion {
  border-radius: 12px;
  overflow: hidden;
}

/* BOTONES MUY GRANDES -> FIX REAL */
.u-accordion-link {
  font-size: 14px !important;
  padding: 14px 16px !important;
  line-height: 1.4;
  border-radius: 8px !important;
}

/* icono + del acordeón */
.u-accordion-link-icon {
  width: 26px !important;
  height: 26px !important;
}

/* panel interno */
.u-accordion-pane {
  padding: 15px 18px !important;
  font-size: 14px;
  color: #444;
}

/* listas FAQ */
.u-custom-list li {
  margin-bottom: 6px;
}

/* =========================
   MEJORA GENERAL UI
========================= */

/* evita que todo respire demasiado */
.u-layout-wrap {
  margin: 0 !important;
}

/* separaciones más modernas */
.u-section-2, .u-section-3, .u-section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* sombras suaves consistentes */
.u-layout-cell, .u-image {
  box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

/* botones normales (si aparecen) */
button, .u-btn {
  border-radius: 8px !important;
  font-family: "Montserrat", sans-serif !important;
}

/* reduce espacios gigantes de Nicepage */
.u-sheet {
  max-width: 1200px !important;
}