/*
 * Nuestros Servicios Section - Figma Implementation (Light Theme)
 * Based on Figma specifications
 */

/* ===== SECTION CONTAINER ===== */
.nuestros-servicios-figma {
  background: #ffffff;
  padding: 80px 0;
  position: relative;
}

.nuestros-servicios-figma-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== SECTION HEADER ===== */
.nuestros-servicios-figma-header {
  text-align: center;
  margin-bottom: 48px;
}

.nuestros-servicios-figma-title {
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2.125rem */
  letter-spacing: 0.01563rem;
  margin-bottom: 2.6rem;
}

.nuestros-servicios-figma-subtitle {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.4%; /* 2.001rem */
  margin: 0 auto;
}

/* ===== SERVICE CARDS GRID ===== */
.nuestros-servicios-figma-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

/* ===== SERVICE CARD ===== */
.nuestros-servicios-figma-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 24px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.nuestros-servicios-figma-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-color: #22d3ee;
}

/* ===== CARD ICON ===== */
.nuestros-servicios-figma-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #22d3ee;
  flex-shrink: 0;
}

.nuestros-servicios-figma-icon svg {
  width: 48px;
  height: 48px;
  stroke: currentColor;
  stroke-width: 2px;
  fill: none;
}

/* Default icons using CSS */
.nuestros-servicios-figma-icon.icon-energy::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='%2322D3EE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.nuestros-servicios-figma-icon.icon-compliance::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='%2322D3EE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14,2 14,8 20,8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10,9 9,9 8,9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.nuestros-servicios-figma-icon.icon-certificate::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='%2322D3EE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9h18v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z'/%3E%3Cpath d='M9 21V9a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v12'/%3E%3Cpath d='M3 9a2 2 0 0 1 2-2h1m0-3h8m0 0v3m-4-3v3m4 0h1a2 2 0 0 1 2 2v0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.nuestros-servicios-figma-icon.icon-sustainability::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='%2322D3EE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 20h10'/%3E%3Cpath d='M12 20v-9'/%3E%3Cpath d='M7.5 11.5c3.5-3.5 6.5-1.5 9.5-4.5'/%3E%3Cpath d='M7 11c0-3.5 1.5-6.5 4.5-6.5S16 7.5 16 11'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* ===== CARD CONTENT ===== */
.nuestros-servicios-figma-card-title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #1e293b;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.nuestros-servicios-figma-card-description {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #64748b;
  flex-grow: 1;
}

/* ===== RESPONSIVE DESIGN ===== */

/* Large Desktop */
@media (min-width: 1200px) {
  .nuestros-servicios-figma-container {
    padding: 0 40px;
  }
}

/* Desktop */
@media (max-width: 1199px) {
  .nuestros-servicios-figma-title {
    font-size: 32px;
  }

  .nuestros-servicios-figma-subtitle {
    font-size: 17px;
  }
}

/* Tablet */
@media (max-width: 1023px) {
  .nuestros-servicios-figma {
    padding: 60px 0;
  }

  .nuestros-servicios-figma-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .nuestros-servicios-figma-card {
    padding: 28px 20px;
    min-height: 240px;
  }

  .nuestros-servicios-figma-title {
    font-size: 30px;
  }

  .nuestros-servicios-figma-subtitle {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .nuestros-servicios-figma {
    padding: 48px 0;
  }

  .nuestros-servicios-figma-container {
    padding: 0 20px;
  }

  .nuestros-servicios-figma-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }

  .nuestros-servicios-figma-header {
    margin-bottom: 36px;
  }

  .nuestros-servicios-figma-title {
    font-size: 28px;
  }

  .nuestros-servicios-figma-subtitle {
    font-size: 16px;
  }

  .nuestros-servicios-figma-card {
    padding: 24px 20px;
    min-height: 200px;
  }

  .nuestros-servicios-figma-card-title {
    font-size: 18px;
  }

  .nuestros-servicios-figma-card-description {
    font-size: 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .nuestros-servicios-figma {
    padding: 40px 0;
  }

  .nuestros-servicios-figma-title {
    font-size: 24px;
  }

  .nuestros-servicios-figma-card {
    padding: 20px 16px;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  .nuestros-servicios-figma-card {
    transition: none;
  }

  .nuestros-servicios-figma-card:hover {
    transform: none;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .nuestros-servicios-figma-card {
    border: 2px solid #1a2b3d;
  }

  .nuestros-servicios-figma-card:hover {
    border-color: #22d3ee;
    background: #f8fafc;
  }

  .nuestros-servicios-figma-card-title {
    color: #000000;
  }

  .nuestros-servicios-figma-icon {
    color: #1a2b3d;
  }
}

/* Focus styles for accessibility */
.nuestros-servicios-figma-card:focus {
  outline: 2px solid #22d3ee;
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .nuestros-servicios-figma {
    padding: 40px 0;
    background: #ffffff;
  }

  .nuestros-servicios-figma-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .nuestros-servicios-figma-card {
    border: 1px solid #cccccc;
    box-shadow: none;
    break-inside: avoid;
  }
}
