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

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

/* ---------- Hero ---------- */
.em-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;
}

.em-hero__orbs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.em-hero__orbs i {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5;
  animation: emOrb 12s ease-in-out infinite;
}
.em-hero__orbs i:first-child {
  width: 420px; height: 420px; top: -120px; right: -100px;
  background: radial-gradient(circle, rgba(1, 87, 254, .5), transparent 70%);
}
.em-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 emOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -24px) scale(1.06); }
}

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

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

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

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

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

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

.em-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;
}
.em-hero__btn:hover { background: var(--synck-core-700); }

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

/* ---------- About (statement + stats + marcas) ---------- */
.em-about {
  background: #fff;
  padding: 96px 0 80px;
}

.em-about__inner {
  display: grid;
  gap: 40px;
}

.em-about__eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--synck-mono);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--synck-gray-600);
}
.em-about__eyebrow i { color: var(--synck-core); font-size: 16px; }

.em-about__statement {
  position: relative;
  margin: 0;
  padding-left: clamp(48px, 6vw, 88px);
  font-size: clamp(25px, 3vw, 37px);
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.32;
  color: var(--synck-gray-900);
}
.em-about__statement::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: -0.35em;
  font-size: clamp(72px, 8vw, 120px);
  line-height: 1;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--synck-core-400);
  opacity: .55;
  pointer-events: none;
}
.em-about__statement p { margin: 0; text-wrap: pretty; }
.em-about__statement strong {
  font-weight: 600;
  color: var(--synck-core);
  background: linear-gradient(transparent 62%, rgba(1, 87, 254, .14) 62%);
}

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

.em-about__stat {
  background: rgba(1, 87, 254, .07);
  border-radius: 20px;
  padding: 40px 36px;
  min-height: 300px;
  display: grid;
  gap: 8px;
  align-content: start;
  grid-template-rows: 1fr auto auto;
  transition: box-shadow .2s ease, transform .2s ease;
}
.em-about__stat:hover {
  box-shadow: 0 16px 40px rgba(1, 87, 254, .14);
  transform: translateY(-3px);
}
.em-about__stat p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 16.5px;
  line-height: 1.5;
}
.em-about__stat strong {
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1;
  color: var(--synck-gray-900);
}
.em-about__stat span {
  font-size: 18px;
  font-weight: 500;
  color: var(--synck-gray-900);
}

.em-about__brands {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: center;
  padding-top: 8px;
}

.em-about__brands-label {
  margin: 0;
  font-family: var(--synck-mono);
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.7;
  color: var(--synck-gray-600);
}

.em-about__brands-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.em-about__brands-list img {
  height: 28px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  filter: grayscale(1) opacity(.75);
  transition: filter .2s ease;
}
.em-about__brands-list li:hover img { filter: grayscale(0) opacity(1); }

/* ---------- Valores ---------- */
.em-values {
  background: #fff;
  padding: 96px 0;
}

.em-values__inner {
  display: grid;
  gap: 40px;
}

.em-values__head {
  display: grid;
  gap: 12px;
  max-width: 640px;
}

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

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

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

.em-value {
  position: relative;
  border: 1px solid var(--synck-gray-300);
  border-radius: 16px;
  background: #fff;
  padding: 32px 28px;
  display: grid;
  gap: 12px;
  align-content: start;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}
.em-value::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;
}
.em-value:hover::before { transform: scaleX(1); }
.em-value:hover {
  box-shadow: 0 12px 32px rgba(1, 87, 254, .12);
  transform: translateY(-3px);
}
.em-value__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;
}

.em-value__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--synck-core);
  color: #fff;
}
.em-value__icon > i { font-size: 26px; line-height: 1; }

.em-value h3 {
  margin: 0;
  font-size: 19px;
}

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

/* ---------- Trayectoria (timeline) ---------- */
.em-history {
  background: var(--synck-gray-100);
  padding: 96px 0;
}

.em-history__inner {
  display: grid;
  gap: 40px;
}

.em-history__head {
  display: grid;
  gap: 12px;
  max-width: 640px;
}
.em-history__head .home-eyebrow i { color: var(--synck-core); }

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

.em-history__list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.em-history__list::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--synck-core-400) 0 8px, transparent 8px 16px);
  opacity: .45;
  animation: emRail 2.4s linear infinite;
}
@keyframes emRail {
  to { background-position: 24px 0; }
}
.em-history__list li {
  position: relative;
  background: #fff;
  border: 1px solid var(--synck-gray-300);
  border-radius: 16px;
  padding: 28px;
  padding-top: 40px;
  display: grid;
  gap: 8px;
  align-content: start;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.em-history__list li:hover {
  box-shadow: 0 12px 32px rgba(1, 87, 254, .12);
  transform: translateY(-3px);
  border-color: var(--synck-core-400);
}
.em-history__node {
  position: absolute;
  top: -26px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--synck-core);
  color: #fff;
  box-shadow: 0 10px 24px rgba(1, 87, 254, .35);
  border: 3px solid var(--synck-gray-100);
}
.em-history__node > i { font-size: 24px; line-height: 1; }
.em-history__num {
  font-family: var(--synck-mono);
  font-size: 13px;
  color: var(--synck-core);
  letter-spacing: .1em;
}
.em-history__list h3 {
  margin: 0;
  font-size: 19px;
}
.em-history__list p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 15px;
}

/* ---------- Unidades ---------- */
.em-units {
  background: #fff;
  padding: 96px 0;
}

.em-units__inner {
  display: grid;
  gap: 40px;
}

.em-units__head {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

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

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

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

.em-unit {
  border: 1px solid var(--synck-gray-300);
  border-radius: 20px;
  background: #fff;
  padding: 36px 32px;
  display: grid;
  gap: 14px;
  align-content: start;
  transition: box-shadow .2s ease, transform .2s ease;
}
.em-unit:hover {
  box-shadow: 0 16px 40px rgba(1, 87, 254, .12);
  transform: translateY(-3px);
}

.em-unit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(1, 87, 254, .14), rgba(1, 87, 254, .04));
  box-shadow: inset 0 0 0 1px rgba(1, 87, 254, .18);
  color: var(--synck-gray-900);
}
.em-unit__icon > i { font-size: 30px; line-height: 1; }

.em-unit__eyebrow {
  margin: 0;
  font-family: var(--synck-mono);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--synck-core);
}

.em-unit h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.em-unit > p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 15.5px;
}

.em-unit__btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--synck-gray-300);
  border-radius: 12px;
  padding: 13px 24px;
  font-weight: 600;
  font-size: 15px;
  color: var(--synck-gray-900);
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease;
}
.em-unit__btn:hover {
  border-color: var(--synck-core);
  background: rgba(1, 87, 254, .05);
}

/* ---------- Cierre ---------- */
.em-final {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 110px 0;
  background:
    radial-gradient(circle at 82% 28%, rgba(120, 165, 255, .6), transparent 52%),
    radial-gradient(circle at 92% 82%, rgba(1, 87, 254, .85), transparent 58%),
    linear-gradient(115deg, #060b26 20%, #0a2470 60%, #0157fe 100%);
}

.em-final__inner {
  display: grid;
  gap: 20px;
  justify-items: center;
  text-align: center;
  max-width: 860px;
}

.em-final__title {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.12;
}

.em-final__sub {
  margin: 0;
  color: #c9d6ff;
  font-size: 18px;
  max-width: 60ch;
}

.em-final__ctas { display: flex; margin-top: 8px; }

.em-final__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--synck-core);
  font-weight: 700;
  font-size: 17px;
  padding: 16px 44px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.em-final__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
}

.em-final__note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #c9d6ff;
  font-size: 14.5px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  .em-about__stats { grid-template-columns: 1fr; }
  .em-about__stat { min-height: 0; }
  .em-about__brands { grid-template-columns: 1fr; }
  .em-values__grid { grid-template-columns: 1fr 1fr; }
  .em-history__list { grid-template-columns: 1fr 1fr; }
  .em-history__list::before { display: none; }
  .em-units__grid { grid-template-columns: 1fr; }
  .em-about, .em-values, .em-history, .em-units { padding: 64px 0; }
  .em-final { padding: 80px 0; }
}

@media (max-width: 640px) {
  .em-values__grid { grid-template-columns: 1fr; }
  .em-history__list { grid-template-columns: 1fr; }
  .em-hero__title span.hl { white-space: normal; }
  .em-hero__stat { padding: 0 16px; font-size: 18px; }
  .em-hero__stat strong { font-size: 22px; }
}
