/* ============================================================
 * SynckPro · Vista Soluciones Cloud
 * Cargada automáticamente por index.php como cloud.css
 * (además de fonts, base, header y footer).
 * ============================================================ */

#synck-content { padding-top: 0; }

/* ---------- Hero ---------- */
.cl-hero {
  position: relative;
  background:
    radial-gradient(circle at 85% 20%, rgba(1, 87, 254, .35), transparent 55%),
    linear-gradient(180deg, #06070d 0%, #0a1440 100%);
  color: #fff;
  overflow: hidden;
  margin-top: calc(var(--synck-header-h) * -1);
  padding-top: calc(var(--synck-header-h) + 72px);
  padding-bottom: 88px;
}

.cl-hero__orbs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.cl-hero__orbs i {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5;
  animation: clOrb 12s ease-in-out infinite;
}
.cl-hero__orbs i:first-child {
  width: 420px; height: 420px; top: -120px; right: -100px;
  background: radial-gradient(circle, rgba(1, 87, 254, .5), transparent 70%);
}
.cl-hero__orbs i:last-child {
  width: 280px; height: 280px; bottom: -80px; left: 8%;
  background: radial-gradient(circle, rgba(77, 134, 255, .4), transparent 70%);
  animation-delay: -6s;
}
@keyframes clOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -24px) scale(1.06); }
}

.cl-hero__inner {
  position: relative;
  display: grid;
  gap: 20px;
  justify-items: start;
}

.cl-hero__eyebrow { color: #c9d6ff; }
.cl-hero__eyebrow > i { font-size: 16px; }

.cl-hero__title {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.1;
}
.cl-hero__title span.hl {
  background: var(--synck-core);
  padding: 0 14px;
  white-space: nowrap;
}

.cl-hero__sub {
  margin: 0;
  color: #9aa0ae;
  font-size: 18px;
  max-width: 62ch;
}

.cl-hero__stats { display: flex; flex-wrap: wrap; row-gap: 12px; margin: 8px 0 0; }
.cl-hero__stat { display: flex; align-items: baseline; gap: 10px; padding: 0 28px; font-size: 20px; }
.cl-hero__stat:first-child { padding-left: 0; }
.cl-hero__stat + .cl-hero__stat { border-left: 1px solid rgba(255, 255, 255, .35); }
.cl-hero__stat strong { font-size: 28px; font-weight: 700; letter-spacing: -0.5px; }
.cl-hero__stat span { opacity: .9; font-weight: 400; font-size: 15px; }

.cl-hero__ctas {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.cl-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--synck-core);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color .2s ease;
}
.cl-hero__btn:hover { background: var(--synck-core-700); }

.cl-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.cl-hero__link:hover { text-decoration: underline; }
.cl-hero__link > i { font-size: 20px; }

/* ---------- Servicios adosados ---------- */
.cl-services {
  background: #fff;
  padding: 96px 0;
}

.cl-services__inner {
  display: grid;
  gap: 40px;
}

.cl-services__head {
  display: grid;
  gap: 12px;
  max-width: 640px;
}

.cl-services__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.cl-services__sub {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 17px;
}

.cl-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--synck-gray-300);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.cl-service {
  position: relative;
  padding: 32px 28px;
  display: grid;
  gap: 14px;
  align-content: start;
  overflow: hidden;
  transition: background-color .25s ease;
}
.cl-service::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--synck-core), var(--synck-core-400));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.cl-service:hover::before { transform: scaleX(1); }
.cl-service:hover { background: rgba(1, 87, 254, .03); }
.cl-service + .cl-service { border-left: 1px solid var(--synck-gray-300); }

.cl-service__num {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1px;
  color: transparent;
  -webkit-text-stroke: 1px var(--synck-gray-300);
  line-height: 1;
  pointer-events: none;
  transition: -webkit-text-stroke .3s ease;
}
.cl-service:hover .cl-service__num { -webkit-text-stroke: 1px var(--synck-core-400); }

.cl-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--synck-core);
  color: #fff;
  transition: box-shadow .25s ease, transform .25s ease;
}
.cl-service:hover .cl-service__icon {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(1, 87, 254, .35);
}
.cl-service__icon > i { font-size: 24px; line-height: 1; }

.cl-service h3 {
  margin: 0;
  font-size: 19px;
}

.cl-service p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 15px;
}

/* ---------- Consola ---------- */
.cl-console {
  background: var(--synck-gray-100);
  padding: 96px 0;
}

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

.cl-console__copy {
  display: grid;
  gap: 16px;
  justify-items: start;
  align-content: start;
}
.cl-console__copy .home-eyebrow i { color: var(--synck-core); }

.cl-console__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.cl-console__sub {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 17px;
}

.cl-console__points {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.cl-console__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 15.5px;
}
.cl-console__points i {
  font-size: 20px;
  color: var(--synck-core);
}

.clmock {
  background: #0a0b12;
  border: 1px solid #23252e;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(6, 7, 13, .35);
}
.clmock__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-bottom: 1px solid #23252e;
  color: #9aa0ae;
  font-family: var(--synck-mono);
  font-size: 13px;
}
.clmock__bar > i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3a3d47;
}
.clmock__bar span { margin-left: 8px; }
.clmock__bar em {
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40c057;
  box-shadow: 0 0 8px rgba(64, 192, 87, .9);
  animation: clPulse 2s infinite;
}
@keyframes clPulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
.clmock__body {
  padding: 20px;
  display: grid;
  gap: 14px;
}
.clmock__meter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  color: #9aa0ae;
  font-size: 12.5px;
  font-family: var(--synck-mono);
}
.clmock__meter strong {
  color: #fff;
  font-size: 14px;
}
.clmock__meter .clmock__track {
  height: 8px;
  border-radius: 99px;
  background: #23252e;
  overflow: hidden;
}
.clmock__meter .clmock__track i {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--synck-core), var(--synck-core-400));
  animation: clMeter 1.6s ease both;
}
@keyframes clMeter { from { width: 0 !important; } }
.clmock__ok {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13.5px;
  color: #8ce99a;
  background: rgba(64, 192, 87, .12);
  box-shadow: inset 0 0 0 1px rgba(64, 192, 87, .4);
  border-radius: 10px;
  padding: 10px;
}

/* ---------- Data center ---------- */
.cl-dc {
  background: #fff;
  padding: 96px 0;
}

.cl-dc__inner {
  display: grid;
  gap: 40px;
}

.cl-dc__head {
  display: grid;
  gap: 12px;
  max-width: 680px;
}
.cl-dc__head .home-eyebrow i { color: var(--synck-core); }

.cl-dc__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.cl-dc__sub {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 17px;
}

.cl-dc__grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cl-dc__card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid var(--synck-gray-300);
  border-radius: 14px;
  padding: 20px;
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease;
}
.cl-dc__card:hover {
  box-shadow: 0 12px 32px rgba(1, 87, 254, .1);
  transform: translateY(-2px);
}
.cl-dc__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  border-radius: 13px;
  background: rgba(64, 192, 87, .12);
  color: #2b8a3e;
}
.cl-dc__icon > i { font-size: 23px; line-height: 1; }
.cl-dc__card strong {
  display: block;
  font-size: 16.5px;
  margin-bottom: 4px;
  color: #2b8a3e;
}
.cl-dc__card p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 14.5px;
}

/* ---------- Verde: energía limpia ---------- */
.cl-green {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, .14), transparent 45%),
    linear-gradient(120deg, #0b6e2e 0%, #149a44 55%, #1db954 100%);
  color: #fff;
  padding: 96px 0;
}

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

.cl-green__copy {
  display: grid;
  gap: 16px;
  justify-items: start;
  align-content: start;
}

.cl-green__eyebrow { color: #d3f9d8; }
.cl-green__eyebrow > i { font-size: 16px; }

.cl-green__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.cl-green__sub {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 17px;
}

.cl-green__points {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.cl-green__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 15.5px;
}
.cl-green__points i {
  font-size: 20px;
  color: #fff;
}

.cl-green__btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0b6e2e;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 36px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.cl-green__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
}

.cl-green__media {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 20px;
  padding: 40px;
}
.cl-green__media img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  .cl-services__grid { grid-template-columns: 1fr 1fr; }
  .cl-service:nth-child(3) { border-left: 0; }
  .cl-service:nth-child(n+3) { border-top: 1px solid var(--synck-gray-300); }
  .cl-console__inner { grid-template-columns: 1fr; }
  .cl-dc__grid { grid-template-columns: 1fr 1fr; }
  .cl-green__inner { grid-template-columns: 1fr; }
  .cl-services, .cl-console, .cl-dc { padding: 64px 0; }
  .cl-green { padding: 64px 0 80px; }
}

@media (max-width: 640px) {
  .cl-services__grid { grid-template-columns: 1fr; }
  .cl-service + .cl-service { border-left: 0; }
  .cl-service:nth-child(n+2) { border-top: 1px solid var(--synck-gray-300); }
  .cl-dc__grid { grid-template-columns: 1fr; }
  .cl-hero__title span.hl { white-space: normal; }
  .cl-hero__stat { padding: 0 16px; font-size: 18px; }
  .cl-hero__stat strong { font-size: 22px; }
}
