/* ===========================================================
   SYSTEMINFORMATIC - CIBERSEGURIDAD (Diseño moderno)
   =========================================================== */

/* Google Fonts */
@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 que rompe el diseño nuevo */
#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;
}

/* Ocultar el ContentGraphics que WX5 usa como fondo (crea espacios enormes en móvil) */
#imContentGraphics {
  display: none !important;
}

/* Ocultar overlays gráficos huérfanos de celdas WX5 eliminadas (segundo menú) */
#imCellStyleGraphics_48,
#imCellStyleBorders_48 {
  display: none !important;
}

/* El contenedor del banner de cookies WX5 bloquea los clics en todo el contenido */
#bottom-alertbox-container {
  pointer-events: none !important;
}
#bottom-alertbox-container #cookie-law-message {
  pointer-events: auto !important;
}

/* El panel movil del segundo menu bloquea los clics cuando esta cerrado */
#in-second-menu .sm-mobile:not(.open) {
  pointer-events: none !important;
}
#in-second-menu .sm-mobile.open {
  pointer-events: auto !important;
}

/* === SECCIÓN DE CIBERSEGURIDAD === */
#ciberseguridad-content {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #2d3436;
  line-height: 1.6;
}

/* Contenedores */
.cs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.cs-section {
  padding: 80px 0;
}

/* ===========================================================
   HERO
   =========================================================== */
.cs-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(10,22,40,0.88) 0%, rgba(19,32,68,0.85) 40%, rgba(26,58,107,0.82) 100%),
              url('../images/ataques-ciberseguridad-tiempo-real.gif') center center / cover no-repeat;
  padding: 80px 0 60px;
  overflow: hidden;
  display: block;
}

.cs-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(26,115,232,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cs-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(79,195,247,0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cs-hero-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}

.cs-hero-text {
  flex: 1;
  min-width: 0;
}

.cs-hero-badge {
  display: inline-block;
  background: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cs-hero-title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 16px;
}

.cs-hero-title span {
  color: #4fc3f7;
}

.cs-hero-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  margin: 0 0 32px;
  max-width: 700px;
}

.cs-hero-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.cs-hero-stat-value {
  font-size: 32px;
  font-weight: 700;
  color: #4fc3f7;
  line-height: 1;
}

.cs-hero-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

.cs-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.cs-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;
}

.cs-btn-primary {
  background: #1a73e8;
  color: #fff;
  box-shadow: 0 4px 14px rgba(26,115,232,0.35);
}

.cs-btn-primary:hover {
  background: #1557b0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(26,115,232,0.4);
  color: #fff;
}

.cs-btn-secondary {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}

.cs-btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
  transform: translateY(-2px);
}

.cs-hero-image {
  position: relative;
  flex: 0 0 auto;
  max-width: 50%;
}

.cs-hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cs-hero-24h-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ffc107;
  color: #0a1628;
  font-weight: 800;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(255,193,7,0.4);
}

/* ===========================================================
   TRUST BAR
   =========================================================== */
.cs-trustbar {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 32px 0;
}

.cs-trustbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.cs-trustbar-text {
  font-size: 13px;
  color: #6c757d;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.cs-trustbar-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.cs-trustbar-logos img {
  height: 36px;
  width: auto;
  flex-shrink: 1;
  opacity: 0.55;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}

.cs-trustbar-logos img:hover {
  opacity: 0.9;
  filter: grayscale(0%);
  transform: translateY(-1px);
}

/* Ya no se necesitan badges de texto - todos son imágenes */

/* ===========================================================
   WHAT IS - SECCIÓN INFORMATIVA
   =========================================================== */
.cs-whatis {
  background: #ffffff;
}

.cs-whatis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.cs-whatis-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 20px;
  line-height: 1.2;
}

.cs-whatis-text {
  font-size: 16px;
  color: #636e72;
  line-height: 1.8;
  margin: 0 0 16px;
}

.cs-whatis-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.cs-whatis-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #2d3436;
}

.cs-whatis-features li::before {
  content: '✓';
  color: #1a73e8;
  font-weight: 700;
  font-size: 16px;
}

.cs-whatis-image {
  text-align: center;
}

.cs-whatis-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.cs-whatis-video {
  position: relative;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.cs-whatis-video video {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.cs-whatis-video-watermark {
  position: absolute;
  bottom: 12px;
  left: 12px;
  height: 24px;
  width: auto;
  opacity: 0.4;
  pointer-events: none;
}

/* ===========================================================
   SERVICES GRID
   =========================================================== */
.cs-services {
  background: #f8f9fa;
}

.cs-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.cs-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;
}

.cs-section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 12px;
}

.cs-section-desc {
  font-size: 16px;
  color: #636e72;
  max-width: 600px;
  margin: 0 auto;
}

.cs-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cs-service-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}

.cs-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1a73e8, #4fc3f7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cs-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  border-color: #1a73e8;
}

.cs-service-card:hover::before {
  opacity: 1;
}

/* Gradientes de fondo por tarjeta (según color del círculo) */
.cs-services-grid .cs-service-card:nth-child(1) {
  background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);
}

.cs-services-grid .cs-service-card:nth-child(2) {
  background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
}

.cs-services-grid .cs-service-card:nth-child(3) {
  background: linear-gradient(135deg, #f0fffa 0%, #ffffff 100%);
}

.cs-services-grid .cs-service-card:nth-child(4) {
  background: linear-gradient(135deg, #f0faf0 0%, #ffffff 100%);
}

.cs-services-grid .cs-service-card:nth-child(5) {
  background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%);
}

.cs-services-grid .cs-service-card:nth-child(6) {
  background: linear-gradient(135deg, #f5f0ff 0%, #f0fff8 100%);
}

.cs-service-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 24px;
}

.cs-service-icon.blue {
  background: rgba(26,115,232,0.1);
}

.cs-service-icon.green {
  background: rgba(0,184,148,0.1);
}

.cs-service-icon.orange {
  background: rgba(255,193,7,0.1);
}

.cs-service-icon.red {
  background: rgba(214,48,49,0.1);
}

.cs-service-icon.purple {
  background: rgba(108,92,231,0.1);
}

.cs-service-icon.teal {
  background: rgba(0,206,201,0.1);
}

.cs-service-icon-img {
  overflow: hidden;
}

.cs-service-icon-img.black {
  background: #1a1a2e;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.cs-service-icon-img.black img {
  width: 40px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.cs-service-icon-img.red {
  background: #d63031;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(214,48,49,0.3);
}

.cs-service-icon-img.red img {
  width: 40px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.cs-service-icon-img.turquoise {
  background: #00b894;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,184,148,0.3);
}

.cs-service-icon-img.turquoise img {
  width: 40px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.cs-service-icon-img.green {
  background: #27ae60;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(39,174,96,0.3);
}

.cs-service-icon-img.green img {
  width: 40px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.cs-service-icon-img.skyblue {
  background: #0ea5e9;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(14,165,233,0.3);
}

.cs-service-icon-img.skyblue img {
  width: 40px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.cs-service-icon-img.multicolor {
  background: linear-gradient(135deg, #6c5ce7, #0984e3, #00b894, #fdcb6e);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(108,92,231,0.3);
}

.cs-service-icon-img.multicolor img {
  width: 40px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.cs-service-title {
  font-size: 18px;
  font-weight: 600;
  color: #0a1628;
  margin: 0 0 12px;
}

.cs-service-desc {
  font-size: 14px;
  color: #636e72;
  line-height: 1.7;
  margin: 0;
}

/* ===========================================================
   BENEFITS
   =========================================================== */
.cs-benefits {
  background: #e8f4fd;
}

.cs-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.cs-benefit-card {
  text-align: center;
  padding: 40px 24px;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.cs-benefit-card:hover {
  background: #0a1628;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(10,22,40,0.15);
}

.cs-benefit-card:hover .cs-benefit-title,
.cs-benefit-card:hover .cs-benefit-desc {
  color: #fff;
}

.cs-benefit-icon {
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
}

.cs-benefit-title {
  font-size: 18px;
  font-weight: 600;
  color: #0a1628;
  margin: 0 0 8px;
  transition: color 0.3s ease;
}

.cs-benefit-desc {
  font-size: 14px;
  color: #636e72;
  margin: 0;
  transition: color 0.3s ease;
  line-height: 1.6;
}

/* ===========================================================
   CTA PYME
   =========================================================== */
.cs-cta-pyme {
  background: linear-gradient(135deg, #0a1628 0%, #1a3a6b 100%);
  padding: 80px 0;
  text-align: center;
}

.cs-cta-pyme-content {
  max-width: 700px;
  margin: 0 auto;
}

.cs-cta-pyme-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}

.cs-cta-pyme-text {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin: 0 0 32px;
}

.cs-cta-pyme .cs-btn {
  font-size: 16px;
  padding: 16px 40px;
}

/* ===========================================================
   MODALES SERVICIOS
   =========================================================== */
.cs-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.cs-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.cs-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  width: 90%;
  max-width: 640px;
  max-height: 85vh;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 80px rgba(0,0,0,0.25);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cs-modal.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.cs-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
  flex-shrink: 0;
}

.cs-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #0a1628;
  margin: 0;
  line-height: 1.3;
}

.cs-modal-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #e9ecef;
  color: #495057;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
  flex-shrink: 0;
  padding: 0;
}
.cs-modal-close:hover {
  background: #d63031;
  color: #fff;
  transform: rotate(90deg);
}

.cs-modal-body {
  padding: 24px 28px 28px;
  overflow-y: auto;
  flex: 1;
}

.cs-modal-body p {
  font-size: 15px;
  line-height: 1.7;
  color: #2d3436;
  margin: 0 0 16px;
}

.cs-modal-body h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a73e8;
  margin: 20px 0 12px;
}

.cs-modal-body ul {
  margin: 0 0 16px;
  padding: 0 0 0 20px;
  list-style: none;
}

.cs-modal-body ul li {
  font-size: 14px;
  color: #2d3436;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.cs-modal-body ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #1a73e8;
  font-weight: 700;
}

.cs-modal-cta {
  margin-top: 20px;
  padding: 16px 20px;
  background: #f0f8ff;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #0a1628;
}

.cs-modal-phone {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}
.cs-modal-phone:hover {
  text-decoration: underline;
}

/* Enlace Leer más en tarjetas */
.cs-service-readmore {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #1a73e8;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.cs-service-readmore:hover {
  color: #1557b0;
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .cs-modal {
    width: 95%;
    max-height: 90vh;
  }
  .cs-modal-header {
    padding: 16px 20px;
  }
  .cs-modal-body {
    padding: 16px 20px 20px;
  }
  .cs-modal-title {
    font-size: 16px;
  }
}

/* ===========================================================
   COVERAGE MAP
   =========================================================== */
.cs-coverage {
  background: #f8f9fa;
}

.cs-coverage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.cs-coverage-image {
  text-align: center;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.cs-coverage-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14,165,233,0.15) 0%, rgba(0,184,148,0.12) 50%, rgba(14,165,233,0.08) 100%);
  border-radius: 12px;
  pointer-events: none;
}

.cs-coverage-image img {
  max-width: 100%;
  border-radius: 12px;
  display: block;
}

.cs-coverage-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cs-coverage-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  color: #2d3436;
  padding: 10px 0;
}

.cs-coverage-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #1a1a2e;
  border-radius: 50%;
  flex-shrink: 0;
}

.cs-coverage-icon img {
  width: 14px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.cs-coverage-list li::before {
  display: none;
}

/* ===========================================================
   FINAL CTA
   =========================================================== */
.cs-final-cta {
  background: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.cs-final-cta-content {
  max-width: 600px;
  margin: 0 auto;
}

.cs-final-cta-title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 12px;
}

.cs-final-cta-text {
  font-size: 16px;
  color: #636e72;
  margin: 0 0 32px;
}

.cs-final-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.cs-btn-whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37,211,102,0.35);
}

.cs-btn-whatsapp:hover {
  background: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37,211,102,0.4);
  color: #fff;
}

.cs-btn-outline {
  background: transparent;
  color: #1a73e8;
  border: 2px solid #1a73e8;
}

.cs-btn-outline:hover {
  background: #1a73e8;
  color: #fff;
  transform: translateY(-2px);
}

.pk-os-logo-wrap:hover img {
  opacity: 0.9 !important;
  filter: grayscale(0%) drop-shadow(0 2px 6px rgba(0,0,0,0.12)) !important;
  transform: translateY(-2px) scale(1.05);
}

.pk-os-logo-wrap:hover span {
  color: #1a73e8 !important;
}

.pk-modal-close:hover {
  background: #f1f2f6 !important;
  color: #2d3436 !important;
}

.cs-contact-phone {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #1a73e8;
  text-decoration: none;
  margin: 16px 0 8px;
}

.cs-contact-phone:hover {
  color: #1557b0;
}

.cs-contact-hours {
  font-size: 14px;
  color: #636e72;
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .cs-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cs-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cs-section {
    padding: 60px 0;
  }
  .cs-hero {
    padding: 80px 0 60px;
  }
  .cs-hero-grid {
    flex-direction: column;
    gap: 32px;
  }
  .cs-hero-image {
    max-width: 80%;
    order: -1;
  }
  .cs-hero-stats {
    gap: 24px;
  }
  .cs-whatis-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cs-whatis-features {
    grid-template-columns: 1fr;
  }
  .cs-coverage-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cs-coverage-list {
    grid-template-columns: 1fr;
  }
  .cs-trustbar-inner {
    flex-direction: column;
    gap: 16px;
  }
  .cs-final-cta-actions {
    flex-direction: column;
    align-items: center;
  }
  .cs-hero-actions {
    flex-direction: column;
  }
  .cs-hero-actions .cs-btn {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .cs-services-grid {
    grid-template-columns: 1fr;
  }
  .cs-benefits-grid {
    grid-template-columns: 1fr;
  }
  .cs-hero-stats {
    flex-direction: column;
    gap: 16px;
  }
  .cs-hero-image {
    max-width: 100%;
  }
}
