/* Cleanning - estilos complementarios */
:root {
  --cleanning-primary: #0d6efd;
  --cleanning-dark: #1a1a2e;
}
.cn-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  color: #fff;
  padding: 80px 0;
}
.cn-card {
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.cn-status-step {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.cn-status-step.done .cn-dot { background: #28a745; }
.cn-status-step.current .cn-dot { background: #0d6efd; box-shadow: 0 0 0 4px rgba(13,110,253,.25); }
.cn-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #dee2e6;
  flex-shrink: 0;
}
.cn-banner-trial {
  background: #fff3cd;
  color: #664d03;
  padding: 10px 16px;
  text-align: center;
  font-size: 14px;
}
.cn-banner-blocked {
  background: #f8d7da;
  color: #842029;
}
.cn-page-main {
  padding-top: 100px;
  padding-bottom: 40px;
  min-height: 55vh;
}

.cn-social-title {
  font-size: 14px;
  font-weight: 600;
  margin: 16px 0 10px;
  color: #fff;
}

.cn-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cn-social-links--footer .cn-social-title {
  color: #1a1a2e;
}

.cn-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.cn-social-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
  color: #fff !important;
}

.cn-social-facebook { background: #1877f2; }
.cn-social-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.cn-social-tiktok { background: #010101; }
.cn-social-whatsapp { background: #25d366; }
.cn-social-youtube { background: #ff0000; }
.cn-social-x { background: #000; }

.cn-icon-tiktok {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='black' d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3v178.8A162.6 162.6 0 1 1 185 188.3v89.9a74.6 74.6 0 1 0 52.2 71.2V0h88a121.2 121.2 0 0 0 1.9 22.2 122.2 122.2 0 0 0 53.9 55.6 119.4 119.4 0 0 0 68 20.1z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='black' d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3v178.8A162.6 162.6 0 1 1 185 188.3v89.9a74.6 74.6 0 1 0 52.2 71.2V0h88a121.2 121.2 0 0 0 1.9 22.2 122.2 122.2 0 0 0 53.9 55.6 119.4 119.4 0 0 0 68 20.1z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cn-admin-link {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #0d6efd;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: 0.02em;
}

.cn-admin-link:hover {
  background: #0b5ed7;
  color: #fff !important;
  text-decoration: none !important;
}

/* Asegura que el CTA de cotizar sea visible en el hero */
.slider-area {
  background-image: url("../img/hero/h1_hero.webp") !important;
}

.slider-area .hero__caption h1 {
  font-size: 64px;
  line-height: 1.06;
  margin-bottom: 14px;
}

.slider-area .hero__caption p {
  margin-bottom: 12px;
}

.slider-area .hero__caption .hero-btn {
  display: inline-block !important;
  margin-top: 6px !important;
  background: #4a6cf7 !important;
  color: #fff !important;
  border: 1px solid #4a6cf7 !important;
}

@media (max-width: 991px) {
  .slider-area .hero__caption h1 {
    font-size: 46px;
    line-height: 1.08;
  }
}

@media (max-width: 576px) {
  .slider-area .hero__caption h1 {
    font-size: 38px;
  }
}

/* Reducir tamano de botones CTA en todo el sitio */
.btn,
.hero-btn,
.wantToWork-btn,
.header-btn2,
.header-btn1,
.boxed-btn {
  padding: 11px 22px !important;
  font-size: 13px !important;
  letter-spacing: 0.06em !important;
  border-radius: 999px !important;
  line-height: 1.2 !important;
}

@media (max-width: 768px) {
  .btn,
  .hero-btn,
  .wantToWork-btn,
  .header-btn2,
  .header-btn1,
  .boxed-btn {
    padding: 9px 16px !important;
    font-size: 12px !important;
    letter-spacing: 0.03em !important;
  }
}

.cn-cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  background: #0f172a;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.cn-cookie-content {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}

.cn-cookie-content p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.cn-cookie-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .cn-cookie-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cn-brand-logo {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none !important;
  line-height: 1.15;
  max-width: 220px;
}

.cn-brand-name {
  font-family: "Raleway", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #16161a;
  letter-spacing: -0.02em;
}

.cn-brand-ruc {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0d2d3e;
  margin-top: 4px;
  letter-spacing: 0.03em;
}

.header-area .cn-brand-ruc {
  font-size: 0.9375rem;
  color: #16161a;
  background: #eef2ff;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #c5d0ff;
  display: inline-block;
  width: fit-content;
}

.cn-brand-logo--footer .cn-brand-ruc {
  font-size: 0.9375rem;
  color: #0d2d3e;
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 6px;
}

.header-area .logo {
  min-width: 0;
}

.cn-brand-logo--footer .cn-brand-name {
  font-size: 1.5rem;
}

.cn-map-wrap {
  width: 100%;
  background: #f5f9fb;
}

.cn-map-embed {
  width: 100%;
  border: 0;
  min-height: 420px;
  display: block;
}

.cn-map-address {
  font-size: 0.95rem;
  color: #3b4855;
  background: #fff;
}

.cn-map-address a {
  color: #3b4855;
  text-decoration: none;
}

.cn-map-address a:hover {
  color: #6785ff;
}
