/* ===========================================================
   SYSTEMINFORMATIC - DISEÑO WEB (Modern Design)
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ⚠️ OVERRIDE: Anular el grid de WebSite X5 */
#imContent {
  display: block !important;
  grid-template: none !important;
  -ms-grid-columns: none !important;
  -ms-grid-rows: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#imContentGraphics {
  display: none !important;
}

/* Ocultar las celdas WX5 originales que ahora son redundantes */
#imCell_35, #imCell_26, #imCell_36, #imCell_37, #imCell_38,
#imCell_40, #imCell_41, #imCell_34, #imCell_39, #imCell_33,
#imCell_25 { display: none !important; }

/* Mantener visible el SEGUNDO MENÚ (imCell_46) - sin modificar su comportamiento */
#imCell_46 {
  display: block !important;
  position: relative;
  z-index: 100;
}

/* Ocultar overlays gráficos huérfanos de celdas WX5 (incluyendo cell 46) */
#imCellStyleGraphics_35, #imCellStyleBorders_35,
#imCellStyleGraphics_26, #imCellStyleBorders_26,
#imCellStyleGraphics_36, #imCellStyleBorders_36,
#imCellStyleGraphics_37, #imCellStyleBorders_37,
#imCellStyleGraphics_38, #imCellStyleBorders_38,
#imCellStyleGraphics_40, #imCellStyleBorders_40,
#imCellStyleGraphics_41, #imCellStyleBorders_41,
#imCellStyleGraphics_46, #imCellStyleBorders_46,
#imCellStyleGraphics_34, #imCellStyleBorders_34,
#imCellStyleGraphics_39, #imCellStyleBorders_39,
#imCellStyleGraphics_33, #imCellStyleBorders_33,
#imCellStyleGraphics_25, #imCellStyleBorders_25 {
  display: none !important;
}

/* Banner de cookies WX5 */
#bottom-alertbox-container {
  pointer-events: none !important;
}
#bottom-alertbox-container #cookie-law-message {
  pointer-events: auto !important;
}

/* === SMOOTH SCROLL === */
html {
  scroll-behavior: smooth;
}

/* === CONTENEDOR PRINCIPAL === */
#crearweb-content {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #2d3436;
  line-height: 1.6;
}

.cw-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.cw-section {
  padding: 80px 0;
}

/* ===========================================================
   HERO
   =========================================================== */
.cw-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.88) 40%, rgba(0,0,0,0.7) 70%, rgba(0,229,255,0.25) 100%), url('../images/large-8719563.jpg') center center / cover no-repeat;
  padding: 100px 0 80px;
  overflow: hidden;
}

.cw-hero::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(79,195,247,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cw-hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.cw-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #0a0a0a, #00e5ff);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0,229,255,0.4);
}

.cw-badge-icon {
  height: 18px;
  width: auto;
  filter: brightness(0) invert(1);
}

.cw-hero-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 16px;
}

.cw-hero-title span {
  color: #4fc3f7;
}

.cw-hero-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin: 0 auto 32px;
  max-width: 600px;
}

.cw-hero-stats {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.cw-hero-stat-item {
  text-align: center;
}

.cw-hero-stat-value {
  font-size: 28px;
  font-weight: 700;
  color: #4fc3f7;
  line-height: 1;
}

.cw-hero-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

.cw-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* ===========================================================
   BUTTONS
   =========================================================== */
.cw-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.cw-btn-primary {
  background: #1a73e8;
  color: #fff;
  box-shadow: 0 4px 14px rgba(26,115,232,0.35);
}

.cw-btn-primary:hover {
  background: #1557b0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(26,115,232,0.4);
  color: #fff;
}

.cw-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
}

.cw-btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

.cw-btn-sumup {
  background: linear-gradient(135deg, #ffc107, #ff9800);
  color: #1a1a2e;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(255,193,7,0.35);
}

.cw-btn-sumup:hover {
  background: linear-gradient(135deg, #ffb300, #f57c00);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255,193,7,0.4);
  color: #1a1a2e;
}

.cw-btn-whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37,211,102,0.35);
}

.cw-btn-whatsapp:hover {
  background: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37,211,102,0.4);
  color: #fff;
}

.cw-btn-small {
  padding: 10px 24px;
  font-size: 13px;
}

/* ===========================================================
   SECTION HEADER
   =========================================================== */
.cw-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.cw-section-label {
  display: inline-block;
  background: rgba(26,115,232,0.1);
  color: #1a73e8;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cw-section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 12px;
  line-height: 1.2;
}

.cw-section-desc {
  font-size: 16px;
  color: #636e72;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.cw-section-tagline {
  font-size: 15px;
  color: #1a73e8;
  font-weight: 600;
  margin: 20px auto 0;
  max-width: 500px;
  line-height: 1.5;
  text-align: center;
}

.cw-smiley {
  display: inline-block;
  font-size: 20px;
  animation: cwSmileyBounce 2s ease-in-out infinite;
}

@keyframes cwSmileyBounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/* ===========================================================
   PLANS SECTION - MODERN REDESIGN
   =========================================================== */
.cw-plans {
  background: linear-gradient(135deg, #07070d 0%, #0a1628 50%, #07070d 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative background glow */
.cw-plans::before {
  content: '';
  position: absolute;
  top: -35%;
  left: -5%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0,229,255,0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cw-plans::after {
  content: '';
  position: absolute;
  bottom: -25%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,229,255,0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cw-plans .cw-section-header .cw-section-title {
  color: #ffffff;
}

.cw-plans .cw-section-header .cw-section-desc {
  color: rgba(255,255,255,0.5);
}

.cw-plans .cw-section-header .cw-section-label {
  background: rgba(0,229,255,0.12);
  color: #00e5ff;
}

.cw-plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.cw-plan-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.cw-plan-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,229,255,0.2), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cw-plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 60px rgba(0,229,255,0.04);
  border-color: rgba(0,229,255,0.15);
}

.cw-plan-card:hover::before {
  opacity: 1;
}

.cw-plan-card.featured {
  border-color: rgba(0,229,255,0.15);
  box-shadow: 0 8px 40px rgba(0,229,255,0.06), inset 0 1px 0 rgba(0,229,255,0.08);
}

.cw-plan-card.featured::before {
  opacity: 1;
  background: linear-gradient(90deg, transparent, #00e5ff, transparent);
  height: 3px;
}

/* Label for Tienda Online card */
.cw-plan-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #0a0a0a, #1a2a4a);
  color: #00e5ff;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 32px;
  border-radius: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  border: 1px solid rgba(0,229,255,0.2);
  box-shadow: 0 6px 30px rgba(0,229,255,0.12);
}

.cw-label-icon {
  height: 18px;
  width: auto;
  flex-shrink: 0;
}

/* Badge for Diseño Web Empresa card */
.cw-plan-badge {
  display: inline-block;
  background: linear-gradient(135deg, #00e5ff, #0097a7);
  color: #07070d;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 32px;
  border-radius: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  box-shadow: 0 6px 30px rgba(0,229,255,0.35);
}

/* Separar puntos de la parte de arriba en la ficha MÁS VENDIDO */
.cw-plan-card.featured .cw-plan-features {
  margin-top: 20px;
}

.cw-plan-header {
  padding: 40px 32px 0;
  text-align: center;
}

.cw-plan-header img {
  max-width: 65%;
  height: auto;
  margin: 0 auto 24px;
  display: block;
  opacity: 0.75;
  transition: opacity 0.4s ease;
}

.cw-plan-card:hover .cw-plan-header img {
  opacity: 1;
}

.cw-plan-name {
  font-size: 20px;
  font-weight: 800;
  color: #00e5ff;
  margin: 0 0 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.cw-plan-card:not(.featured) .cw-plan-name {
  font-size: 20px;
  letter-spacing: 2.5px;
}

.cw-plan-price {
  font-size: 52px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin: 0 0 4px;
  text-shadow: 0 0 50px rgba(0,229,255,0.12);
}

.cw-plan-price span {
  font-size: 22px;
  font-weight: 500;
  color: rgba(255,255,255,0.3);
}

.cw-plan-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  padding: 6px 20px;
  background: rgba(255,255,255,0.06);
  border-radius: 50px;
  margin: 14px 0 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.1);
}

.cw-plan-body {
  padding: 28px 32px;
  flex: 1;
}

.cw-plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cw-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.88);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
}

.cw-plan-features li:last-child {
  border-bottom: none;
}

.cw-plan-features li::before {
  content: '✦';
  color: #4fc3f7;
  font-weight: 400;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  opacity: 1;
}

.cw-plan-footer {
  padding: 0 32px 36px;
  text-align: center;
}

.cw-plan-note {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin: 16px 0 0;
  line-height: 1.6;
}

.cw-plan-conditions {
  margin: 20px 0 0;
  padding: 14px 18px;
  background: rgba(0,229,255,0.03);
  border-radius: 12px;
  border: 1px solid rgba(0,229,255,0.07);
  text-align: left;
}

.cw-plan-conditions p {
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  margin: 0 0 8px;
  line-height: 1.6;
}

.cw-plan-conditions p strong {
  color: rgba(255,255,255,0.92);
}

.cw-plan-conditions p:last-child {
  margin-bottom: 0;
}

.cw-plan-price-note {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  margin: 12px 0 0;
  text-align: center;
}

.cw-plan-price-note strong {
  color: #00e5ff;
}

/* CTA Button in plans */
.cw-btn-plan {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  font-family: inherit;
  background: linear-gradient(135deg, #00e5ff, #0097a7);
  color: #07070d;
  box-shadow: 0 4px 24px rgba(0,229,255,0.3);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.cw-btn-plan:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 40px rgba(0,229,255,0.4);
  color: #07070d;
}



/* ===========================================================
   NUESTRO MÉTODO - Modern Design
   =========================================================== */
.cw-service {
  background: linear-gradient(180deg, #f8faff 0%, #f0f4ff 100%);
  position: relative;
}

.cw-service .cw-section-label {
  background: rgba(0,229,255,0.1);
  color: #0097a7;
}

.cw-service .cw-section-title {
  color: #0a1628;
}

.cw-service .cw-section-desc {
  color: #5a6a7a;
}

.cw-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.cw-service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid #e8edf5;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}

.cw-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,229,255,0.15);
  border-color: rgba(0,229,255,0.2);
}

.cw-service-icon {
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 1;
}

.cw-service-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0097a7;
  margin: 0 0 16px;
  letter-spacing: 0.5px;
}

.cw-service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cw-service-card ul li {
  font-size: 14px;
  color: #3d4a5a;
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.cw-service-card ul li:last-child {
  border-bottom: none;
}

.cw-service-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #00e5ff, #0097a7);
  border-radius: 50%;
  opacity: 0.5;
}

.cw-service-card ul li strong {
  color: #0a1628;
  font-weight: 600;
}

.cw-service-summary {
  margin-top: 16px;
  padding: 14px 16px;
  background: rgba(0,229,255,0.04);
  border-radius: 10px;
  border-left: 3px solid #00e5ff;
  font-size: 13px;
  color: #4a5a6a;
  line-height: 1.6;
}

/* ===========================================================
   ADVANTAGES
   =========================================================== */
.cw-advantages {
  background: linear-gradient(135deg, #0a1628 0%, #1a2a4a 100%);
  color: #fff;
}

.cw-advantages .cw-section-title {
  color: #fff;
}

.cw-advantages .cw-section-desc {
  color: rgba(255,255,255,0.7);
}

.cw-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.cw-advantage-card {
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s ease;
}

.cw-advantage-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-3px);
}

.cw-advantage-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.cw-advantage-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #4fc3f7;
  margin: 0 0 8px;
}

.cw-advantage-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  margin: 0;
  line-height: 1.6;
}

/* ===========================================================
   GALLERY (Content Slider replacement)
   =========================================================== */
.cw-gallery {
  position: relative;
  overflow: hidden;
}
.cw-gallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
  z-index: 1;
  pointer-events: none;
}

.cw-gallery-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}

.cw-gallery .cw-container {
  position: relative;
  z-index: 2;
}


.cw-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.cw-gallery-item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e9ecef;
  background: #ffffff;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.cw-gallery-item:hover {
  transform: scale(1.06);
  box-shadow: 0 0 25px rgba(26,115,232,0.7), 0 0 50px rgba(26,115,232,0.4), 0 0 80px rgba(79,195,247,0.25), 0 14px 40px rgba(0,0,0,0.2);
  border-color: #1a73e8;
  z-index: 10;
  position: relative;
}

.cw-gallery-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.cw-gallery-item:hover img {
  transform: scale(1.05);
}

/* ===========================================================
   RENEWALS & MAINTENANCE
   =========================================================== */
.cw-renewals {
  background: #ffffff;
}

.cw-renewals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cw-renewal-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.cw-renewal-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  border-color: #1a73e8;
}

.cw-renewal-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #636e72;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cw-renewal-price {
  font-size: 28px;
  font-weight: 800;
  color: #1a73e8;
  margin: 0 0 4px;
}

.cw-renewal-price span {
  font-size: 14px;
  font-weight: 500;
  color: #636e72;
}

.cw-renewal-desc {
  font-size: 13px;
  color: #636e72;
  margin: 0 0 16px;
}

/* ===========================================================
   CONTACT SECTION
   =========================================================== */
.cw-contact {
  background: linear-gradient(135deg, #0097a7 0%, #00bcd4 50%, #00e5ff 100%);
  color: #fff;
  text-align: center;
}

.cw-contact h2 {
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  margin: 0 0 16px;
  color: #0a1628;
  text-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.cw-contact p {
  font-size: 17px;
  color: #0d2137;
  font-weight: 500;
  max-width: 520px;
  margin: 0 auto 20px;
  line-height: 1.7;
}

.cw-contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  font-weight: 800;
  color: #0097a7;
  text-decoration: none;
  margin: 20px 0 10px;
  padding: 14px 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  border: 2px solid rgba(255,255,255,0.6);
  transition: all 0.3s ease;
}

.cw-contact-phone:hover {
  color: #00bcd4;
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.18);
}

/* ===========================================================
   LOCATIONS
   =========================================================== */
.cw-locations {
  background: #f8f9fa;
  padding: 40px 0;
  text-align: center;
}

.cw-locations h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0a1628;
  margin: 0 0 16px;
}

.cw-locations-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}

.cw-locations-grid span {
  font-size: 14px;
  color: #636e72;
  padding: 6px 16px;
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #e9ecef;
  transition: all 0.2s ease;
}

.cw-locations-grid span:hover {
  color: #1a73e8;
  border-color: #1a73e8;
  transform: translateY(-1px);
}

/* ===========================================================
   SECOND MENU (imCell_46) - Preservado sin modificar
   El menú WX5 se deja intacto. Solo se ajusta el fondo y
   alineación para integrarlo visualmente con el diseño moderno.
   NO se modifica el comportamiento JS del menú hamburguesa.
   =========================================================== */
#imCell_46 {
  background: #0a1628;
  padding: 6px 0;
  margin: 0;
  width: 100% !important;
  grid-column: 1/99 !important;
}

/* ===========================================================
   DOMAIN SEARCH LINK
   =========================================================== */
.cw-domain-search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #1a73e8;
  color: #fff;
  box-shadow: 0 4px 14px rgba(26,115,232,0.35);
  border: none;
  cursor: pointer;
}

.cw-domain-search:hover {
  background: #1557b0;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(26,115,232,0.4);
}

.cw-domain-search img {
  height: 18px;
  width: auto;
  filter: brightness(0) invert(1);
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .cw-plans-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
  .cw-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cw-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cw-renewals-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .cw-advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cw-section {
    padding: 60px 0;
  }
  .cw-hero {
    padding: 80px 0 60px;
  }
  .cw-service-grid {
    grid-template-columns: 1fr;
  }
  .cw-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cw-advantages-grid {
    grid-template-columns: 1fr;
  }
  .cw-hero-stats {
    gap: 20px;
  }

  /* Menú segundo en móvil */
  #imCell_46 #imMenuObject_57_46_container > ul {
    flex-wrap: wrap !important;
    gap: 4px !important;
  }
  #imCell_46 #imMenuObject_57_46_container > ul > li .label-wrapper {
    padding: 10px 16px;
  }
  #imCell_46 #imMenuObject_57_46_container > ul > li .label {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cw-plan-header,
  .cw-plan-body,
  .cw-plan-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cw-hero {
    padding: 60px 0 40px;
  }
  .cw-gallery-grid {
    grid-template-columns: 1fr;
  }
}
