﻿.u-section-1 {
  background: #ffffff;
}

.u-section-1 .u-sheet-1 {
  min-height: 520px;
}

:root {
  --sh-green: #55d48a;
  --sh-green-dark: #35b974;
  --sh-dark: #0e1b1f;
  --sh-darker: #0a1418;
  --sh-card: #132327;
  --sh-light: #f5f7f6;
  --sh-text: #dfe7e3;
}

.sh-cover {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 72px 0 64px;
}

.sh-cover-text {
  /* max-width: 100%; */
}

.sh-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: var(--sh-green);
  margin: 0 0 16px;
}

.sh-title {
  font-size: 3.2rem;
  line-height: 1.05;
  margin: 0 0 16px;
  color: #0f1d1f;
}

.sh-subtitle {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #0f1d1f;
}

.sh-lead {
  font-size: 1.05rem;
  color: #2b3a36;
  margin: 0 0 24px;
}

.sh-cover-media {
  display: flex;
  justify-content: center;
}

.u-section-2,
.u-section-3,
.u-section-4,
.u-section-5,
.u-section-6,
.u-section-7,
.u-section-8 {
  background: #f6f7f6;
}

.u-section-2 .u-sheet-1,
.u-section-3 .u-sheet-1,
.u-section-4 .u-sheet-1,
.u-section-5 .u-sheet-1,
.u-section-6 .u-sheet-1,
.u-section-7 .u-sheet-1,
.u-section-8 .u-sheet-1 {
  padding: 70px 0;
}

.sh-dark {
  background: radial-gradient(120% 120% at 70% 20%, #0f2c2f 0%, #0b1b1f 55%, #091417 100%);
  color: #f7faf8;
}

.sh-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.sh-grid-alt {
  align-items: start;
}

#service-hub-environments .sh-image-wide {
  margin-top: 32px;
}

.sh-card {
  padding: 36px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
}

.sh-card-dark {
  background: linear-gradient(135deg, #0d1d20 0%, #11292c 100%);
  color: #f1f6f3;
  border: 1px solid rgba(85, 212, 138, 0.3);
}

.sh-list {
  margin: 0;
  padding-left: 18px;
  color: #101c1b;
}

.sh-card-dark .sh-list {
  color: #c8d8d2;
}

.sh-list-dark {
  color: #c8d8d2;
}

.sh-list-numbered {
  padding-left: 20px;
}

.sh-wheel {
  display: flex;
  justify-content: center;
  position: relative;
}

.sh-wheel .sh-image {
  display: block;
}

.sh-wheel-spot {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sh-wheel-spot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 255, 226, 0.9), rgba(104, 255, 226, 0.2) 35%, rgba(0, 0, 0, 0) 70%);
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  animation: wheel-pulse 2.8s ease-out infinite;
}

/* staggered pulses */
.sh-wheel-spot-service::after { animation-delay: 0s; }
.sh-wheel-spot-repo::after { animation-delay: 0.4s; }
.sh-wheel-spot-planner::after { animation-delay: 0.8s; }
.sh-wheel-spot-operation::after { animation-delay: 1.2s; }
.sh-wheel-spot-monitoring::after { animation-delay: 1.6s; }
.sh-wheel-spot-automation::after { animation-delay: 2s; }

.sh-wheel-spot-service {
  top: 10%;
  left: 50%;
}

.sh-wheel-spot-repo {
  top: 32%;
  left: 24%;
}

.sh-wheel-spot-planner {
  top: 32%;
  right: 22%;
}

.sh-wheel-spot-operation {
  top: 57%;
  right: 16%;
}

.sh-wheel-spot-monitoring {
  bottom: 18%;
  right: 20%;
}

.sh-wheel-spot-automation {
  top: 57%;
  left: 16%;
}

@keyframes wheel-pulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
  }
  15% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(5.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(7.5);
  }
}

.sh-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.sh-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.sh-section-head-dark {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.sh-section-head-dark .sh-section-title {
  color: #f7faf8;
}

.sh-section-title {
  font-size: 2.3rem;
  margin: 0 0 12px;
  color: #0f1d1f;
}

.sh-text-block {
  color: inherit;
}

.sh-text-block h3 {
  margin: 0 0 12px;
}

.sh-image-wide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sh-image-frame {
  background: #0f2628;
  padding: 18px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.sh-shadow {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
}

.sh-round {
  border-radius: 28px;
}

.sh-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.mos-page .sh-benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sh-benefit {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(85, 212, 138, 0.3);
  border-radius: 20px;
  padding: 24px;
}

.sh-benefit h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: #dff4e8;
}

.mos-page .sh-benefit h3 {
  color: #4FD691;
}

.sh-benefit p {
  margin: 0;
  color: #d1ded9;
}

.sh-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 40px;
}

.sh-feature {
  margin-bottom: 24px;
}

.sh-feature h3 {
  margin: 0 0 8px;
  color: var(--sh-green-dark);
  font-size: 1rem;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sh-feature p {
  margin: 0;
  color: #2e3f3a;
}

.sh-feature-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(53, 185, 116, 0.12);
  flex: 0 0 auto;
}

.sh-feature-icon svg {
  width: 14px;
  height: 14px;
  fill: var(--sh-green-dark);
}

.sh-cert-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  justify-items: center;
}

.sh-cert-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  width: min(760px, 100%);
}

.sh-cert-title {
  margin: 0 0 16px;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.sh-cert-list {
  margin: 0;
}

.sh-cert-media {
  display: flex;
  justify-content: flex-start;
}

.sh-cert-media .sh-image {
  max-width: 220px;
}

@media (max-width: 1279px) {
  .sh-cert-shell {
    grid-template-columns: 1fr;
  }
}


.sh-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 32px;
}

.sh-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.sh-table th,
.sh-table td {
  padding: 12px 16px;
  text-align: left;
  font-size: 0.65rem;
}

.sh-table thead th {
  background: #d6f0e2;
  font-weight: 700;
}

.sh-table tbody tr:nth-child(even) {
  background: #f2f5f4;
}

.sh-table td:nth-child(2),
.sh-table td:nth-child(3),
.sh-table th:nth-child(2),
.sh-table th:nth-child(3) {
  text-align: center;
  width: 120px;
}

.sh-table-section td {
  background: #d6f0e2;
  font-weight: 700;
}

/* Consistent spacing for "Soluciones MIC" block */
#soluciones-mic .u-sheet-1 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.sh-contact p {
  margin: 4px 0;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .sh-cover {
    grid-template-columns: 1fr;
    padding: 56px 0 48px;
  }

  .sh-grid-two,
  .sh-benefits-grid,
  .sh-features-grid {
    grid-template-columns: 1fr;
  }

  .sh-section-title {
    font-size: 2rem;
  }
}
