/* Control Center 8.5.8
   - Elimina el bloque visual intermedio marcado
   - Cambia la tipografía del kicker a un estilo similar a Technica Slab Bold
   - Compacta el hero para llegar antes al catálogo
*/

@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Inter:wght@400;500;600;700;800&family=Rajdhani:wght@500;600;700;800&display=swap');

.hero {
  padding-top: clamp(10px, 2vw, 24px) !important;
  padding-bottom: clamp(8px, 1.6vw, 18px) !important;
}
.hero-grid {
  gap: clamp(18px, 2.8vw, 32px) !important;
  align-items: center !important;
}

.hero .kicker {
  font-family: "Aldrich", "Rajdhani", sans-serif !important;
  font-size: clamp(20px, 1.7vw, 28px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .12em !important;
  color: #dbe5ea !important;
  text-transform: uppercase !important;
  margin: 0 0 14px !important;
  text-shadow: 0 0 18px rgba(110, 180, 220, .10) !important;
}

.hero h1 {
  margin-bottom: 8px !important;
}

.hero-grid > div > p:not(.kicker) {
  font-size: clamp(10px, .76vw, 11.5px) !important;
  line-height: 1.30 !important;
  max-width: 540px !important;
  margin-bottom: 12px !important;
}

.hero-clean-actions {
  margin-top: 8px !important;
}

.trust-row {
  margin-top: 10px !important;
}

.cc78-benefits {
  display: none !important;
}

.service-top.service-priority {
  margin-top: 12px !important;
}

.service-priority .kicker,
.service-top .kicker {
  font-family: "Aldrich", "Rajdhani", sans-serif !important;
  letter-spacing: .16em !important;
}

@media (max-width: 860px) {
  .hero .kicker {
    font-size: clamp(16px, 4.3vw, 22px) !important;
    letter-spacing: .10em !important;
  }
  .hero {
    padding-bottom: 6px !important;
  }
}

@media (max-width: 560px) {
  .hero .kicker {
    font-size: clamp(15px, 4.8vw, 20px) !important;
  }
}