:root {
  --navy: #071b45;
  --blue: #087cef;
  --sky: #55b9ff;
  --ink: #0b1c42;
  --muted: #45546c;
  --light: #f3f9ff;
}
/* =========================================================
   JERARQUIA TIPOGRAFICA GLOBAL
   ========================================================= */

.solution h2,
.proof h2,
.timi-copy h2,
.unit-copy h2,
.contact h2 {
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -1.1px;
}
.solution p,
.proof-top > div > p:not(.section-label),
.timi-text,
.unit-intro,
.contact-grid > div > p:not(.section-label) {
  font-size: 17px;
  line-height: 1.55;
}
@media (max-width: 850px) {

  .solution h2,
  .proof h2,
  .timi-copy h2,
  .unit-copy h2,
  .contact h2 {
    font-size: 36px;
  }

}

@media (max-width: 560px) {

  .solution h2,
  .proof h2,
  .timi-copy h2,
  .unit-copy h2,
  .contact h2 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.8px;
  }

}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  font-size: 16px;
}
a {
  text-decoration: none;
  color: inherit;
}
.wrap {
  width: min(1160px, 88%);
  margin: auto;
}
header {
  height: 64px;
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 0 6%;
  position: fixed;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 0 #dce7f2;
}
.logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.logo > b {
  font-size: 30px;
}
.logo strong {
  font-size: 38px;
  line-height: 1;
  letter-spacing: -3px;
}
.logo strong span,
.contact h2 span {
  color: var(--blue);
}
.logo small {
  font-size: 11px;
  line-height: 1.05;
  margin-left: 7px;
  font-weight: bold;
}
nav {
  display: flex;
  gap: 40px;
  font-size: 14px;
  font-weight: 700;
}
nav a {
  padding: 24px 0 18px;
  border-bottom: 3px solid transparent;
}
nav a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: linear-gradient(100deg, #0874ee, #0198f5);
  color: white;
  border: 1px solid #59c7ff;
  border-radius: 6px;
  padding: 13px 26px;
  font-weight: 800;
  box-shadow: 0 8px 22px #005aa74d;
}
.cta.top {
  font-size: 14px;
  padding: 11px 22px;
}
.cta b {
  font-size: 20px;
}
#menu {
  display: none;
  background: none;
  border: 0;
  font-size: 25px;
}
.hero {
  background: radial-gradient(circle at 70% 30%, #2d72a3 0, #103c66 38%, #071f43 72%);
  color: white;
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 42px;
}
.hero-grid {
  min-height: 365px;
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 48px;
  align-items: center;
}
.hero h1 {
  font-size: 42px;
  line-height: 1.02;
  letter-spacing: -1.2px;
  margin: 0 0 30px;
}

.hero h1 span {
  font-size: inherit;
  line-height: inherit;
}

.hero p {
  max-width: 555px;
  line-height: 1.35;
  margin: 10px 0;
}
/* Texto principal */
.hero .lead {
  font-size: 19px;
  line-height: 1.45;
  margin-bottom: 18px;
}

/* Segundo párrafo */
.hero .lead + p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 28px;
}

/* Más separación debajo del botón */
.hero .cta {
  margin-top: 2px;
  margin-bottom: 28px;
}
.benefit-row {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  font-size: 12px;
  font-weight: bold;
}
.hero-product {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.laptop {
  width: 76%;
  transform: perspective(900px) rotateY(-5deg);
  filter: drop-shadow(0 28px 25px #00122699);
}
.screen {
  background: #111;
  padding: 14px 13px 11px;
  border-radius: 15px 15px 3px 3px;
  border: 2px solid #222;
}
.screen img {
  width: 100%;
  display: block;
  aspect-ratio: 1.65;
  object-fit: cover;
  object-position: top;
}
.base {
  height: 18px;
  background: linear-gradient(#acb6c0, #4b5664);
  width: 120%;
  margin-left: -10%;
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
}
.hand {
  position: absolute;
  right: -2%;
  top: 50%;
  font-family: cursive;
  font-size: 27px;
  line-height: 1.05;
  transform: rotate(-5deg);
}
.hand i {
  display: block;
  width: 140px;
  border-bottom: 5px solid #00a6ff;
  transform: rotate(-7deg);
  margin-top: 8px;
}
.solution,
.contact {
  background:
    linear-gradient(
      135deg,
      #d4e5f1 0%,
      #aecde3 100%
    );
  padding: 28px 0;
}
.two-col {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 25px;
}
.section-label {
  margin: 0 0 10px;
  color: #0681ea;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.section-label b {
  display: inline-grid;
  place-items: center;
  background: #68aef0;
  color: white;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
.solution h2,
.proof h2,
.contact h2 {
  margin: 0 0 10px;
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -0.7px;
}
.solution p,
.contact p {
  color: var(--muted);
  line-height: 1.4;
  margin: 10px 0;
}
.questions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 13px 0;
}
.questions article {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #f8fbff;
  border: 1px solid #d9e9f7;
  padding: 12px;
  border-radius: 9px;
  box-shadow: 0 5px 16px #0d5b9d10;
}
.questions b {
  font-size: 28px;
  color: #087be3;
}
.questions span {
  font-size: 13px;
  color: #14284b;
}
.solution blockquote,
.contact blockquote {
  margin: 16px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--blue);
  font-size: 18px;
  font-weight: bold;
}
.hub {
  position: relative;
  min-height: 330px;
}
.hub-center {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border: 18px solid #d9edff;
  border-radius: 50%;
  background: white;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 1px #badfff;
}
.hub-center span {
  font-size: 32px;
}
.hub-center strong {
  font-size: 30px;
  margin-top: -20px;
}
.node {
  position: absolute;
  width: 85px;
  height: 70px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #d6e9fa;
  border-radius: 10px;
  color: #087be3;
  font-size: 23px;
  box-shadow: 0 6px 16px #0d5b9d18;
}
.node small {
  display: block;
  color: #14284b;
  font-size: 11px;
}
.n1 {
  left: 27%;
  top: 3%;
}
.n2 {
  right: 20%;
  top: 4%;
}
.n3 {
  right: 3%;
  top: 34%;
}
.n4 {
  right: 9%;
  bottom: 4%;
}
.n5 {
  left: 42%;
  bottom: 0;
}
.n6 {
  left: 4%;
  bottom: 10%;
}
.n7 {
  left: 1%;
  top: 35%;
}
.hub:before {
  content: "";
  position: absolute;
  left: 18%;
  right: 14%;
  top: 49%;
  border-top: 3px dotted #75bdff;
}
.hub .hand {
  right: 0;
  top: auto;
  bottom: 0;
  color: #174772;
  font-size: 20px;
}
.proof {
  background: radial-gradient(circle at 55% 0, #087ed2, #06417c 62%, #07345f);
  color: white;
  padding: 24px 0 20px;
}
.section-label.light {
  color: #a9d8ff;
}
.proof-top {
  display: grid;
  /*grid-template-columns: 55% 45%;*/
  align-items: center;
}
.proof h2 {
  font-size: 34px;
}
.proof-top p {
  line-height: 1.25;
}
.timi-call {
  display: grid;
  grid-template-columns: 135px 1fr;
  align-items: center;
  gap: 15px;
}
.timi-circle {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0e274e, #049df7);
  border: 8px solid #4db8ff;
  color: white;
  font-size: 32px;
  font-weight: 900;
  box-shadow: 0 15px 30px #001b40aa;
}
.timi-circle span {
  color: #78e1ff;
}
.timi-call h3 {
  background: #eaf7ff;
  color: #0562c7;
  margin: 0;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 20px;
}
.timi-call p {
  font-size: 12px;
}
.timi-call .cta {
  font-size: 13px;
  padding: 9px 16px;
}
.screens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 18px;
}
.screens article {
  background: #fff;
  color: var(--ink);
  border-radius: 9px;
  padding: 10px;
}
.screens img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
  border: 1px solid #dce6ee;
}
.screens small {
  display: block;
  margin-top: 8px;
}
.card-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.card-head > b {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  background: #13c84b;
  color: white;
  border-radius: 7px;
}
.card-head p {
  display: grid;
  margin: 0;
}
.card-head strong {
  color: #099838;
}
.card-head span {
  font-size: 13px;
}
.card-head.blue > b {
  background: #087ced;
}
.card-head.blue strong {
  color: #0870d8;
}
.card-head.orange > b {
  background: #ff9b0b;
}
.card-head.orange strong {
  color: #e77d00;
}
.contact {
  padding: 25px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 42% 39% 19%;
  gap: 24px;
  align-items: center;
}
.contact h2 {
  font-size: 30px;
}
.contact form {
  background: #fff;
  border: 1px solid #d9e9f7;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 8px 26px #125e9b19;
}
.contact form h3 {
  color: #0875e8;
  font-size: 21px;
  margin: 0;
}
.contact form > div > p {
  font-size: 12px;
  margin: 4px 0 8px;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.fields label {
  font-size: 11px;
}
.fields input {
  display: block;
  width: 100%;
  padding: 9px;
  border: 1px solid #cbd8e4;
  border-radius: 4px;
  margin-top: 4px;
}
.contact form .cta {
  width: 62%;
  border: 0;
  margin-top: 12px;
  padding: 10px;
}
.contact-points {
  border-bottom: 1px solid #a9c3db;
}
.contact-points p {
  display: grid;
  grid-template-columns: 40px 1fr;
  font-size: 13px;
  color: #1b2943;
}
.contact-points b {
  font-size: 25px;
  color: #086bb5;
}
.success {
  text-align: center;
  padding: 35px 10px;
}
.success > b {
  display: grid;
  place-items: center;
  margin: auto;
  background: #1bb866;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 25px;
}
.success button {
  border: 0;
  background: none;
  color: #0875e8;
  font-weight: bold;
}
footer {
  background: linear-gradient(
    135deg,
    #eef4f8 0%,
    #dce9f2 100%
  );
  color: #c7d5e1;
  padding: 20px 0;
  font-size: 11px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.5fr 2.4fr 1.6fr;
  gap: 28px;
  align-items: center;
}
.foot {
  color: white;
}
.foot strong {
  font-size: 31px;
}
.foot > b {
  font-size: 24px;
}
@media (max-width: 850px) {
  header nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: white;
    padding: 18px;
    flex-direction: column;
    gap: 0;
  }
  header nav.open {
    display: flex;
  }
  .cta.top {
    display: none;
  }
  #menu {
    display: block;
  }
  .hero-grid,
  .two-col,
  .proof-top,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    align-items: center;
    gap: 55px;
  }
  .hero-product {
    min-height: 300px;
    margin-top: 20px;
  }
  .solution,
  .proof,
  .contact {
    padding: 45px 0;
  }
  .hub {
    margin-top: 25px;
  }
  .screens {
    grid-template-columns: 1fr;
  }
  .screens img {
    height: auto;
  }
  .timi-call {
    margin-top: 25px;
  }
  .contact-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 15px;
  }
  .wrap {
    width: 90%;
  }
  .hero h1,
  .hero h1 span {
    font-size: 38px;
  }
  .benefit-row {
    flex-direction: column;
    gap: 8px;
  }
  .laptop {
    width: 90%;
  }
  .hand {
    font-size: 20px;
  }
  .questions {
    grid-template-columns: 1fr;
  }
  .hub {
    transform: scale(0.9);
  }
  .proof-top,
  .timi-call {
    display: block;
  }
  .timi-circle {
    margin: 0 auto 15px;
  }
  .fields {
    grid-template-columns: 1fr;
  }
  .contact form .cta {
    width: 100%;
  }
  .contact-points {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ENCABEZADO DE ESCRITORIO
   ========================================================= */
@media (min-width: 851px) {
  header {
    height: 72px;
    padding: 0 6%;
    gap: 40px;
    isolation: isolate;
    overflow: hidden;
  }
  header::before,
  header::after,
  header .logo::after {
    display: none !important;
  }
  header > * {
    position: relative;
    z-index: 2;
  }
  header .logo {
    background: transparent !important;
  }
  header nav {
    margin-left: auto;
    margin-right: 52px;
  }
  header nav a {
    padding: 27px 0 21px;
  }
  header .cta.top {
    position: relative;
    min-width: 190px;
    margin-left: 0;
    background: linear-gradient(100deg, #0874ee, #038cca);
    border-color: #60caff;
    box-shadow: 0 8px 25px rgba(0, 29, 70, 0.38);
  }
}

/* frase del hero fuera de la notebook */
@media (min-width: 851px) {
  .hero-product > .hand {
    right: -13%;
    top: 48%;
    z-index: 4;
    width: 235px;
    text-shadow: 0 3px 10px rgba(0, 17, 45, 0.85);
    pointer-events: none;
  }
  .hero-product > .hand i {
    margin-left: 18px;
  }
}

/* espacio para imagen completa de computadora */
.hero-image-slot {
  width: 82%;
  aspect-ratio: 1.55/1;
  position: relative;
  z-index: 2;
  background: transparent;
}
.hero-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.hero-product {
  background: transparent;
}


/* Logo grfico del encabezado */
header .logo{height:100%;display:flex;align-items:center;padding:0;margin-right:auto}
header .logo>img{display:block;width:220px;height:auto;max-height:58px;object-fit:contain;object-position:left center}
@media(max-width:850px){header .logo>img{width:160px;max-height:48px}}

/* Mantener proporcin original del logo */
header .logo>img{width:auto;height:58px;max-width:220px;max-height:none}


/* Icono de TIM en el centro del diagrama */
.hub-center img {
    display: block;
      width: 84px;
        height: 84px;
          object-fit: contain;
        }


        /* Mostrar el isotipo completo sin recorte */
        .hub-center {
            overflow: visible;
              background: transparent;
            }
            .hub-center img {
                border-radius: 0;
                  mix-blend-mode: multiply;
                }
                @media(max-width:850px){header .logo>img{width:auto;height:48px;max-width:160px}}
 .hero{background-image:linear-gradient(90deg,rgba(4,27,61,.94) 0%,rgba(5,39,76,.78) 47%,rgba(4,35,68,.48) 100%),url("assets/exec-eeb21261-1719-487c-8a82-3f7c5707b397.webp");background-size:cover;background-position:center center;background-repeat:no-repeat;} @media(min-width:851px){header{background-image:linear-gradient(112deg,#fff 0%,#fff 77.7%,rgba(4,27,61,.18) 77.8%,rgba(4,27,61,.28) 100%),url("assets/exec-eeb21261-1719-487c-8a82-3f7c5707b397.webp")!important;background-size:100% 100%,100vw auto!important;background-position:center,center top!important;background-repeat:no-repeat!important}.hero{background-size:100% 100%,100vw auto;background-position:center,center -100px}} @media(min-width:851px){header{position:absolute;left:0;right:0;background:linear-gradient(112deg,#fff 0%,#fff 77.7%,transparent 77.8%,transparent 100%)!important;box-shadow:none}.hero{padding-top:64px;background-position:center top!important}} .hub:before{display:none}.node{z-index:2}.node svg{width:30px;height:30px;display:block;fill:currentColor;color:#087be3}.node:after{content:"";position:absolute;border-top:3px dotted #75bdff;width:95px;z-index:-1;transform-origin:left center}.n1:after{left:58px;top:72px;transform:rotate(52deg)}.n2:after{left:25px;top:72px;transform:rotate(128deg)}.n3:after{left:-92px;top:34px;transform:rotate(0)}.n4:after{left:3px;top:5px;transform:rotate(-142deg)}.n5:after{left:42px;top:0;transform:rotate(-90deg);width:70px}.n6:after{left:78px;top:5px;transform:rotate(-35deg);width:110px}.n7:after{left:84px;top:34px;transform:rotate(0);width:105px}.hub-center{z-index:3} .solution{padding-bottom:72px}.hub .hand{right:0;bottom:-62px;top:auto;z-index:4;width:235px;text-align:left}.hub .hand i{margin-left:18px}

/* Ajuste final de la seccion problema */
.solution { padding-bottom: 105px; }
.hub .hand { bottom: -82px; }

@media (min-width: 851px) {
  .solution blockquote { margin-top: 82px; }
}

@media (min-width: 851px) {
  .solution blockquote { margin-top: 16px; transform: translateY(68px); }
}


/* Frase principal en dos lineas */
@media (min-width: 851px) {
  .hero-product > .hand { width: 310px; right: -18%; white-space: nowrap; }
}

/* Centro del diagrama como el mockup: solo isotipo */
.hub-center {
  background: #ffffff;
  border-color: #d9edff;
  overflow: visible;
}
.hub-center img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  mix-blend-mode: normal;
}


/* TIMi y globo de dialogo */
.proof { overflow: visible; }
.timi-call {
  grid-template-columns: 235px 1fr;
  gap: 4px;
  position: relative;
}
.timi-character {
  height: 255px;
  margin-top: -72px;
  margin-bottom: -18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.timi-character img {
  display: block;
  width: 255px;
  height: auto;
  filter: drop-shadow(0 14px 18px rgba(0, 20, 55, 0.32));
}
.timi-call h3 {
  position: relative;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(0, 30, 75, 0.2);
}
.timi-call h3::before {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 13px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 28px solid #eaf7ff;
}
@media (max-width: 850px) {
  .timi-call { grid-template-columns: 190px 1fr; }
  .timi-character { height: 215px; margin: -30px 0 -10px; }
  .timi-character img { width: 205px; }
}
@media (max-width: 560px) {
  .timi-character { height: auto; margin: 0 auto 18px; }
  .timi-character img { width: 220px; }
  .timi-call h3::before { display: none; }
}


/* TIMi apoyado detras de las tarjetas */
@media (min-width: 851px) {
  .timi-call { grid-template-columns: 285px 1fr; gap: 26px; }
  .timi-character { height: 290px; margin-top: -88px; margin-bottom: -62px; z-index: 2; }
  .timi-character img { width: 292px; }
  .timi-call > div:last-child { position: relative; z-index: 4; }
  .screens { position: relative; z-index: 5; }
}


/* Ajuste de escala y posicion de TIMi */
@media (min-width: 851px) {
  .timi-character {
    height: 315px;
    margin-top: -108px;
    margin-bottom: -74px;
    transform: translateX(-48px);
  }
  .timi-character img { width: 320px; }
}

/* Iconos de los puntos de contacto */
.contact-points .double-gear { font-size: 18px; letter-spacing: -7px; transform: translateX(-4px); }
.contact-points .check-mark { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; border: 3px solid #086bb5; border-radius: 50%; font-size: 20px; line-height: 1; }

.contact-points .single-gear { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; font-size: 29px; line-height: 1; }

/* Igualar visualmente el engranaje con el telfono */
.contact-points .single-gear { width: 34px; height: 34px; font-size: 36px; transform: translateX(-2px); }

/* Logo blanco del pie de pagina */
footer .logo.foot { display: flex; align-items: center; width: 200px; height: 60px; padding: 0; }
footer .logo.foot img { display: block; width: 200px; height: 60px; max-width: 100%; object-fit: contain; object-position: left center; }
@media (max-width: 560px) { footer .logo.foot { width: 180px; height: 54px; } footer .logo.foot img { width: 180px; height: 54px; } }

/* Logo de PSW junto al texto del pie */
footer .psw-credit { display: flex; align-items: center; gap: 10px; margin: 0; white-space: nowrap; }
footer .psw-credit img { display: block; width: 118px; height: auto; max-height: 40px; object-fit: contain; }
@media (max-width: 560px) { footer .psw-credit { justify-content: flex-start; } footer .psw-credit img { width: 110px; } }

/* Hero en celular: frase separada debajo de la computadora */
@media (max-width: 850px) {
  .hero-product { display: flex; flex-direction: column; align-items: center; min-height: auto; padding-bottom: 34px; }
  .hero-image-slot { order: 1; width: 100%; }
  .hero-product > .hand { position: relative; order: 2; right: auto; top: auto; width: 100%; margin: 18px auto 0; padding: 0 12px; text-align: center; font-size: 26px; line-height: 1.08; transform: rotate(-3deg); z-index: 4; }
  .hero-product > .hand i { width: 175px; margin: 11px auto 0; }
}


/* Iconografia SVG local */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.125em;
}
#menu .icon { width: 1em; height: 1em; }
.benefit-row .icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.questions article > b .icon {
  color: #087be3;
  width: 29px;
  height: 29px;
}
.node > .icon {
  display: block;
  color: #087be3;
  width: 30px;
  height: 30px;
  margin-inline: auto;
}
.contact-points b > .icon {
  display: block;
  color: #086bb5;
  width: 28px;
  height: 28px;
}
.contact-points .single-gear {
  width: 34px;
  height: 34px;
  transform: none;
}
.contact-points .single-gear .icon {
  width: 29px;
  height: 29px;
}
.contact-points .check-mark .icon {
  width: 18px;
  height: 18px;
}
footer .icon-email {
  margin-right: 4px;
}

/* TIMi en celular: emerge desde detras del globo */
@media (max-width: 560px) {
  .timi-call { position: relative; display: block; margin-top: 18px; padding-top: 188px; }
  .timi-character { position: absolute; left: 50%; top: 0; width: 250px; height: 225px; margin: 0; transform: translateX(-54%); align-items: flex-end; z-index: 1; }
  .timi-character img { width: 245px; max-width: none; }
  .timi-call > div:last-child { position: relative; z-index: 3; }
  .timi-call h3 { position: relative; z-index: 4; margin: 0; }
}

/* Pie institucional */
footer {
    background: linear-gradient(
      135deg,
      #eef4f8 0%,
      #dce9f2 100%
    );

    color: #173a5e;
    border-top: 1px solid #cbdde9;
  }

  footer .psw-credit span {
    color: #082947;
    font-weight: 700;
  }

  footer .footer-grid > p:nth-child(3),
  footer .footer-grid > p:nth-child(4) {
    color: #173a5e;
  }

  footer a {
    color: #173a5e;
    transition: color .2s ease;
  }

  footer a:hover {
    color: var(--blue);
  }
  .footer-legal {
    text-align: center;
    line-height: 1.7;
  }

  .footer-legal a,
  .footer-legal span {
    white-space: nowrap;
  }
  @media (max-width: 560px) {
    .footer-legal {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 4px 10px;
    }

    .footer-legal span {
      display: none;
    }
  }

/* Ajustes finos responsive: beneficios, pie y conexiones del diagrama */
footer { font-size: 14px; }
footer .footer-grid > p:nth-child(3) { text-align: center; font-size: 15px; }
footer .footer-grid > p:nth-child(4) { text-align: left; font-size: 15px; line-height: 1.55; }
footer .footer-grid > p:nth-child(4) .icon-email { width: 16px; height: 16px; }

@media (max-width: 560px) {
  .contact-points { width: 100%; padding: 8px 0 20px; }
  .contact-points p { grid-template-columns: 44px minmax(0, 1fr); width: 100%; align-items: center; margin: 16px 0; font-size: 15px; line-height: 1.45; }
  .contact-points p br { display: none; }
  footer { font-size: 15px; padding: 30px 0; }
  footer .footer-grid { justify-items: center; gap: 28px; text-align: center; }
  footer .psw-credit { justify-content: center; white-space: normal; }
  footer .footer-grid > p:nth-child(3), footer .footer-grid > p:nth-child(4) { width: 100%; margin: 0; text-align: center; font-size: 16px; line-height: 1.55; }
  footer .footer-grid > p:nth-child(4) .icon-email { width: 18px; height: 18px; }
  .hub .n4 { right: 1%; bottom: 6%; }
  .hub .n5 { left: 35%; bottom: -2%; }
  .hub .n4::after { left: 8px; top: 7px; width: 112px; transform: rotate(-139deg); }
  .hub .n5::after { left: 46px; top: -1px; width: 84px; transform: rotate(-90deg); }
}


/* Encabezado fijo y centrado del logo del pie en celulares */
header { position: fixed !important; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; }
section[id] { scroll-margin-top: 64px; }
@media (max-width: 850px) {
  .hero { padding-top: 64px; }
  header nav { z-index: 1001; box-shadow: 0 10px 20px rgba(6, 39, 73, .14); }
}
@media (max-width: 560px) {
  footer .logo.foot { margin-left: auto; margin-right: auto; justify-content: center; }
  footer .logo.foot img { object-position: center; }
}
/* =========================================================
   BLOQUE 04 - TIMi
   ========================================================= */

.timi-section {
  position: relative;
  overflow: hidden;
  padding: 38px 0 36px;

  background:
    radial-gradient(
      ellipse at 79% 52%,
      rgba(70, 174, 239, 0.30) 0%,
      rgba(147, 211, 248, 0.18) 28%,
      rgba(229, 245, 255, 0.55) 53%,
      #ffffff 82%
    );
}


/* Luz suave detrás del conjunto */

.timi-section::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 480px;
  right: -210px;
  top: 0;
  border-radius: 50%;

  background: rgba(71, 171, 233, 0.09);
  filter: blur(42px);
  transform: rotate(-9deg);

  pointer-events: none;
}


/* =========================================================
   ESTRUCTURA GENERAL
   ========================================================= */

.timi-layout {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: 39% 61%;
  gap: 18px;

  align-items: start;
}


/* =========================================================
   TEXTO
   ========================================================= */

.timi-copy {
  position: relative;
  z-index: 5;
}

.timi-copy h2 {
  margin: 16px 0 24px;

  font-size: 46px;
  line-height: 1.02;
  letter-spacing: -1.7px;

  color: var(--ink);
}

.timi-copy h2 span {
  color: var(--blue);
}

.timi-text {
  max-width: 390px;
  margin: 0;

  color: var(--muted);

  font-size: 18px;
  line-height: 1.5;
}


/* =========================================================
   EVIDENCIA
   ========================================================= */

.timi-evidence {
  max-width: 400px;

  margin-top: 32px;
  padding-top: 22px;

  border-top: 2px solid #c8e3f6;
}

.timi-evidence strong {
  display: block;

  margin-bottom: 6px;

  color: var(--ink);

  font-size: 17px;
}

.timi-evidence span {
  display: block;

  color: var(--muted);

  font-size: 16px;
  line-height: 1.45;
}


/* =========================================================
   CONJUNTO VISUAL - TIMi + PANTALLA
   ========================================================= */

.timi-visual {
  position: relative;

  width: 100%;
  min-height: 400px;

  display: flex;
  align-items: flex-end;
  justify-content: flex-end;

  perspective: 1300px;
  perspective-origin: 38% 48%;
}


/* Sombra común para unir visualmente personaje y pantalla */

.timi-visual::after {
  content: "";

  position: absolute;

  right: 2%;
  bottom: -25px;

  width: 78%;
  height: 60px;

  border-radius: 50%;

  background: rgba(25, 96, 150, 0.22);

  filter: blur(28px);

  transform:
    rotate(-2deg)
    scaleY(0.55);

  z-index: 0;
}


/* =========================================================
   PERSONAJE TIMi
   ========================================================= */

.timi-personaje-nuevo {
  position: absolute;

  left: -18px;
  bottom: -24px;

  width: 275px;
  height: auto;

  z-index: 5;

  filter:
    drop-shadow(0 12px 10px rgba(7, 40, 75, 0.10))
    drop-shadow(0 28px 25px rgba(7, 40, 75, 0.16));
}


/* =========================================================
   CAPTURA REAL DE TIMi
   ========================================================= */

.timi-captura {
  position: relative;
  top: -28px;
  width: 78%;
  margin-right: -1%;

  overflow: hidden;

  border: 1px solid rgba(183, 211, 232, 0.95);
  border-radius: 16px;

  background: #ffffff;

  transform:
    rotateY(-12deg)
    rotateX(1.8deg)
    translateZ(42px);

  transform-origin: left center;

  box-shadow:
    10px 7px 0 rgba(80, 153, 205, 0.06),
    18px 15px 0 rgba(79, 151, 201, 0.05),
    28px 27px 30px rgba(37, 101, 150, 0.14),
    52px 48px 65px rgba(7, 62, 105, 0.20);

  z-index: 2;
}


/* Brillo superficial */

.timi-captura::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  background:
    linear-gradient(
      110deg,
      rgba(255,255,255,0.10) 0%,
      rgba(255,255,255,0.02) 30%,
      transparent 55%
    );

  pointer-events: none;

  z-index: 2;
}


/* Espesor visual del panel */

.timi-captura::after {
  content: "";

  position: absolute;

  top: 8px;
  right: -10px;
  bottom: 8px;

  width: 12px;

  border-radius: 0 12px 12px 0;

  background:
    linear-gradient(
      180deg,
      rgba(153, 196, 224, 0.42),
      rgba(87, 155, 199, 0.18)
    );

  box-shadow:
    5px 5px 14px rgba(22, 83, 127, 0.12);

  pointer-events: none;

  z-index: -1;
}

.timi-captura img {
  display: block;

  width: 100%;
  height: auto;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

  .timi-section {
    padding: 38px 0 40px;
  }

  .timi-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .timi-copy h2 {
    font-size: 40px;
  }

  .timi-text,
  .timi-evidence {
    max-width: 620px;
  }

  .timi-visual {
    min-height: 420px;
  }

  .timi-personaje-nuevo {
    width: 235px;
    left: 0;
    bottom: -8px;
  }

  .timi-captura {
    width: 77%;

    transform:
      rotateY(-8deg)
      rotateX(1deg)
      translateZ(28px);

    box-shadow:
      12px 14px 22px rgba(31, 103, 157, 0.10),
      26px 30px 42px rgba(8, 67, 113, 0.16);
  }

  .timi-visual::after {
    width: 74%;
    right: 1%;
    opacity: 0.75;
  }

}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 560px) {

  .timi-section {
    padding: 34px 0 36px;

    background:
      radial-gradient(
        ellipse at 72% 75%,
        rgba(103, 193, 247, 0.22) 0%,
        rgba(239, 248, 255, 0.62) 48%,
        #ffffff 84%
      );
  }

  .timi-section::after {
    width: 380px;
    height: 300px;

    right: -190px;
    top: auto;
    bottom: 20px;

    filter: blur(30px);
  }

  .timi-layout {
    gap: 10px;
  }

  .timi-copy h2 {
    margin-top: 14px;
    margin-bottom: 18px;

    font-size: 34px;
    line-height: 1.04;
    letter-spacing: -1px;
  }

  .timi-text {
    max-width: none;

    font-size: 16px;
    line-height: 1.45;
  }

  .timi-evidence {
    max-width: none;

    margin-top: 24px;
    padding-top: 18px;
  }

  .timi-evidence strong {
    font-size: 16px;
  }

  .timi-evidence span {
    font-size: 15px;
  }


  /* Composición visual en celular */

  .timi-visual {
    position: relative;
    min-height: 220px;
    margin-top: -18px;

    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

    perspective: 900px;
  }

  .timi-personaje-nuevo {
    left: -4px;
    bottom: -4px;

    width: 120px;

    filter:
      drop-shadow(0 8px 8px rgba(7, 40, 75, 0.10))
      drop-shadow(0 14px 15px rgba(7, 40, 75, 0.11));
  }

  .timi-captura {
    width: 78%;

    margin-right: -3%;

    border-radius: 10px;

    transform:
      rotateY(-5deg)
      translateZ(12px);

    box-shadow:
      6px 8px 0 rgba(80, 153, 205, 0.05),
      12px 15px 26px rgba(8, 67, 113, 0.14);
  }

  .timi-captura::after {
    right: -5px;
    width: 6px;
  }

  .timi-visual::after {
    display: block;

    width: 70%;
    height: 30px;

    right: -2%;
    bottom: -10px;

    background: rgba(25, 96, 150, 0.14);

    filter: blur(15px);
  }

}
/* =========================================================
   BLOQUE 05 - INFORMACIÓN CONECTADA
   ========================================================= */

.unit-section {
  position: relative;

  padding: 32px 0 34px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5f7fa 100%
    );

  border-top: 1px solid #dbe7f0;
}

/* Layout sección unidad */

.unit-layout {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 42px;
  align-items: center;
}


/* Texto */

.unit-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.06;
  letter-spacing: -1.2px;
}

.unit-copy h2 span {
  color: var(--blue);
}

.unit-copy .unit-intro {
  margin: 26px 0 0;
  max-width: 420px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
/* =========================================================
   ENCABEZADO
   ========================================================= */

.unit-head {
  display: grid;
  grid-template-columns: 57% 43%;
  gap: 48px;
  align-items: end;
  margin-bottom: 28px;
}

.unit-head h2 {
  margin: 0;

  color: var(--ink);

  font-size: 38px;
  line-height: 1.05;
  letter-spacing: -1.1px;
}

.unit-head h2 span {
  color: var(--blue);
}

.unit-intro {
  margin: 0 0 2px;

  color: var(--muted);

  font-size: 17px;
  line-height: 1.5;
}


/* =========================================================
   VISOR
   ========================================================= */

.unit-viewer {
  position: relative;

  width: 100%;

  padding: 10px;

  background: #ffffff;

  border: 1px solid #d7e2eb;
  border-radius: 12px;

  box-shadow:
    0 14px 30px rgba(12, 59, 95, 0.08),
    0 4px 10px rgba(12, 59, 95, 0.05);
}


/* Aviso de scroll */

.unit-viewer-hint {
  position: absolute;

  top: 18px;
  right: 24px;

  z-index: 4;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 12px;

  color: #37516b;

  background: rgba(255, 255, 255, 0.94);

  border: 1px solid #d9e6ef;
  border-radius: 7px;

  font-size: 12px;
  font-weight: 700;

  box-shadow: 0 5px 14px rgba(7, 48, 82, 0.08);

  pointer-events: none;
}


/* Zona con scroll */

.unit-scroll {
  width: 100%;
  height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 7px;
  background: #eef2f5;
  scrollbar-width: thin;
  scrollbar-color: #8db4d1 #edf3f7;
}

.unit-scroll img {
  display: block;

  width: 100%;
  height: auto;
}


/* Scrollbar Chrome / Safari */

.unit-scroll::-webkit-scrollbar {
  width: 9px;
}

.unit-scroll::-webkit-scrollbar-track {
  background: #edf3f7;
}

.unit-scroll::-webkit-scrollbar-thumb {
  background: #8db4d1;
  border-radius: 10px;
  border: 2px solid #edf3f7;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

  .unit-section {
    padding: 38px 0 40px;
  }

  .unit-head {
    grid-template-columns: 1fr;
    gap: 14px;

    margin-bottom: 24px;
  }

  .unit-head h2 {
    font-size: 34px;
  }

  .unit-intro {
    max-width: 650px;
  }

  .unit-scroll {
    height: 360px;
  }

}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 560px) {

  .unit-section {
    padding: 34px 0 36px;
  }

  .unit-head {
    gap: 12px;
    margin-bottom: 20px;
  }

  .unit-head h2 {
    font-size: 30px;
    line-height: 1.06;
  }

  .unit-intro {
    font-size: 15px;
    line-height: 1.45;
  }

  .unit-viewer {
    padding: 6px;
    border-radius: 9px;
  }

  .unit-scroll {
    height: 320px;
    border-radius: 6px;
  }

  .unit-viewer-hint {
    top: 12px;
    right: 12px;

    padding: 6px 9px;

    font-size: 10px;
  }

}
/* =========================================================
   PAGINAS LEGALES
   ========================================================= */

.legal-page {
  min-height: 100vh;
  padding: 120px 0 55px;

  background:
    linear-gradient(
      180deg,
      #f7fafd 0%,
      #ffffff 280px
    );
}


.legal-wrap {
  max-width: 920px;
}


/* =========================================================
   CABECERA
   ========================================================= */

.legal-header {
  margin-bottom: 28px;
  padding-bottom: 28px;

  border-bottom: 1px solid #dbe5ed;
}


.legal-header h1 {
  margin: 8px 0 12px;

  color: var(--ink);

  font-size: 46px;
  line-height: 1.04;
  letter-spacing: -1.5px;
}


.legal-lead {
  max-width: 650px;

  margin: 0;

  color: var(--muted);

  font-size: 18px;
  line-height: 1.5;
}


.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 22px;
}


.legal-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 7px 11px;

  background: #edf5fb;

  border: 1px solid #d6e6f2;
  border-radius: 6px;

  color: #37516b;

  font-size: 12px;
  font-weight: 700;
}


.legal-meta .icon {
  color: var(--blue);
}


/* =========================================================
   DOCUMENTO
   ========================================================= */

.legal-document {
  padding: 42px 50px;

  background: #ffffff;

  border: 1px solid #dde6ed;
  border-radius: 12px;

  box-shadow:
    0 15px 40px rgba(10, 58, 94, 0.06);
}


.legal-section {
  margin-bottom: 38px;
}


.legal-section:last-child {
  margin-bottom: 0;
}


.legal-section h2 {
  margin: 0 0 14px;

  color: var(--ink);

  font-size: 21px;
  line-height: 1.25;
}


.legal-section h2 span {
  margin-right: 7px;

  color: var(--blue);

  font-size: 17px;
  font-weight: 900;
}


.legal-section p {
  margin: 0 0 11px;

  color: #45546c;

  font-size: 15px;
  line-height: 1.7;
}


.legal-section strong {
  color: #17263b;
}


/* =========================================================
   CONTACTO LEGAL
   ========================================================= */

.legal-contact {
  margin-top: 16px;
  padding: 20px 22px;

  background: #f4f9fd;

  border: 1px solid #d6e5f0;
  border-radius: 8px;
}


.legal-contact > strong {
  display: block;

  margin-bottom: 10px;

  font-size: 16px;
}


.legal-contact p {
  margin: 5px 0;
}


.legal-contact a {
  color: #176eb4;
}


.legal-contact a:hover {
  color: var(--blue);
}


.legal-contact .icon {
  width: 20px;

  color: var(--blue);

  text-align: center;
}


/* =========================================================
   ACCIONES
   ========================================================= */

.legal-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: 22px;
}


.legal-back,
.legal-print {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 14px;

  background: #ffffff;

  border: 1px solid #ccdce8;
  border-radius: 6px;

  color: #24577c;

  font-family: inherit;
  font-size: 13px;
  font-weight: 700;

  cursor: pointer;
}


.legal-back:hover,
.legal-print:hover {
  color: var(--blue);

  border-color: #8ebfe3;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

  .legal-page {
    padding-top: 105px;
  }

  .legal-header h1 {
    font-size: 40px;
  }

  .legal-document {
    padding: 34px 32px;
  }

}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 560px) {

  .legal-page {
    padding: 92px 0 38px;
  }

  .legal-header {
    margin-bottom: 20px;
    padding-bottom: 22px;
  }

  .legal-header h1 {
    font-size: 34px;
  }

  .legal-lead {
    font-size: 16px;
  }

  .legal-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .legal-meta span {
    width: fit-content;
  }

  .legal-document {
    padding: 27px 20px;

    border-radius: 9px;
  }

  .legal-section {
    margin-bottom: 32px;
  }

  .legal-section h2 {
    font-size: 19px;
  }

  .legal-section p {
    font-size: 15px;
    line-height: 1.65;
  }

  .legal-actions {
    gap: 10px;
  }

  .legal-back,
  .legal-print {
    justify-content: center;

    flex: 1;
  }

}


/* =========================================================
   IMPRESION
   ========================================================= */

@media print {

  header,
  footer,
  .legal-actions {
    display: none !important;
  }

  .legal-page {
    padding: 0;
    background: #ffffff;
  }

  .legal-document {
    padding: 0;

    border: 0;
    box-shadow: none;
  }

  .legal-header {
    margin-top: 0;
  }
}
/* =========================================================
   AJUSTE FINAL DE TIPOGRAFIA
   ========================================================= */

/* TITULOS DE SECCIONES */
.solution h2,
.proof h2,
.timi-section h2,
.unit-section h2,
.contact h2 {
  font-size: 32px !important;
  line-height: 1.08 !important;
  letter-spacing: -1.1px !important;
}


/* TEXTOS PRINCIPALES */
.solution p,
.proof-top p,
.timi-text,
.unit-intro,
.contact-grid > div > p {
  font-size: 17px !important;
  line-height: 1.55 !important;
}


/* No modificar los labels 02 / 03 / 04 / 05 / 06 */
.section-label {
  font-size: 13px !important;
}
@media (min-width: 851px) {
  .hero {
    padding-top: 110px;
  }
}
/* =========================================================
   DIAGRAMA TIM - 8 AREAS SIMETRICAS
   BLOQUE DEFINITIVO
   ========================================================= */

@media (min-width: 851px) {

  /* CONTENEDOR */

  .hub {
    position: relative;
    min-height: 410px;
    margin: 0;
    transform: none;
  }


  /* =========================================================
     CENTRO
     ========================================================= */

  .hub-center {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 126px;
    height: 126px;

    transform: translate(-50%, -50%);

    display: grid;
    place-items: center;

    background: #ffffff;

    border: 2px solid #8dcbf5;
    border-radius: 50%;

    box-shadow:
      0 6px 18px rgba(13, 91, 157, .08);

    z-index: 5;
  }


  .hub-center img {
    display: block;

    width: 92px;
    height: 92px;

    object-fit: contain;

    mix-blend-mode: normal;
  }


  /* =========================================================
     TARJETAS
     ========================================================= */

  .hub .node {
    position: absolute;

    width: 94px;
    height: 74px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    border: 1px solid #d5e6f2;
    border-radius: 10px;

    box-shadow: 0 4px 12px rgba(13, 91, 157, .07);

    color: #087be3;
    transform: none;

    z-index: 3;
  }


  .hub .node i {
    display: block;
    margin-bottom: 5px;

    color: #087be3;

    font-size: 25px;
    line-height: 1;
  }

  .hub .node small {
    display: block;

    color: #14284b;

    font-size: 11px;
    line-height: 1;

    text-align: center;
  }


  /* =========================================================
     POSICIONES
     8 PUNTOS A 45 GRADOS
     ========================================================= */


  /* 12:00 - UNIDADES */
.hub .n1 {
  left: 50%;
  top: 7%;
  transform: translateX(-50%);
}

/* 01:30 - VIAJES */
.hub .n2 {
  right: 13%;
  top: 13%;
}

/* 03:00 - FACTURACION */
.hub .n3 {
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
}

/* 04:30 - COMPRAS */
.hub .n4 {
  right: 13%;
  bottom: 13%;
}

/* 06:00 - PROVEEDORES */
.hub .n8 {
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
}

/* 07:30 - COMBUSTIBLE */
.hub .n5 {
  left: 13%;
  bottom: 13%;
}

/* 09:00 - MANTENIMIENTO */
.hub .n6 {
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
}

/* 10:30 - CHOFERES */
.hub .n7 {
  left: 13%;
  top: 13%;
}

  /* =========================================================
     LINEAS
     ========================================================= */

  .hub .node::after {
    content: "";

    position: absolute;

    height: 2px;

    border: 0;

    background:
      repeating-linear-gradient(
        90deg,
        #72bdf3 0 6px,
        transparent 6px 11px
      );

    transform-origin: left center;

    z-index: -1;
  }


  /* UNIDADES -> CENTRO */

  .hub .n1::after {
    width: 118px;

    left: 54px;
    top: 86px;

    transform: rotate(90deg);
  }


  /* VIAJES -> CENTRO */

  .hub .n2::after {
    width: 132px;

    left: 14px;
    top: 79px;

    transform: rotate(135deg);
  }


  /* FACTURACION -> CENTRO */

  .hub .n3::after {
    width: 128px;

    left: -128px;
    top: 43px;

    transform: rotate(0deg);
  }


  /* COMPRAS -> CENTRO */

  .hub .n4::after {
    width: 132px;

    left: 14px;
    top: 7px;

    transform: rotate(225deg);
  }


  /* PROVEEDORES -> CENTRO */

  .hub .n8::after {
    width: 118px;

    left: 54px;
    top: 0;

    transform: rotate(270deg);
  }


  /* COMBUSTIBLE -> CENTRO */

  .hub .n5::after {
    width: 132px;

    left: 94px;
    top: 7px;

    transform: rotate(315deg);
  }


  /* MANTENIMIENTO -> CENTRO */

  .hub .n6::after {
    width: 128px;

    left: 108px;
    top: 43px;

    transform: rotate(0deg);
  }


  /* CHOFERES -> CENTRO */

  .hub .n7::after {
    width: 132px;

    left: 94px;
    top: 79px;

    transform: rotate(45deg);
  }

}
/* =========================================================
   DIAGRAMA TIM - TABLET Y CELULAR
   ========================================================= */

@media (max-width: 850px) {

  .hub {
    position: relative;
    width: 100%;
    max-width: 440px;
    min-height: 440px;
    margin: 0 auto;
    transform: none;
  }

  /* CENTRO */

  .hub-center {
    position: absolute;
    left: 50%;
    top: 50%;

    width: 105px;
    height: 105px;

    transform: translate(-50%, -50%);

    display: grid;
    place-items: center;

    background: #fff;
    border: 2px solid #8dcbf5;
    border-radius: 50%;

    box-shadow: 0 5px 14px rgba(13,91,157,.07);

    z-index: 5;
  }

  .hub-center img {
    width: 78px;
    height: 78px;
    object-fit: contain;
  }


  /* TARJETAS */

  .hub .node {
    position: absolute;

    width: 82px;
    height: 64px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #fff;
    border: 1px solid #d5e6f2;
    border-radius: 9px;

    box-shadow: 0 4px 10px rgba(13,91,157,.07);

    transform: none;

    z-index: 3;
  }

  .hub .node i {
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 1;
  }

  .hub .node small {
    font-size: 10px;
    line-height: 1;
    text-align: center;
  }


  /* POSICIONES - MISMA + Y X */

  .hub .n1 {
    left: 50%;
    top: 4%;
    transform: translateX(-50%);
  }

  .hub .n2 {
    right: 8%;
    top: 12%;
  }

  .hub .n3 {
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
  }

  .hub .n4 {
    right: 8%;
    bottom: 12%;
  }

  .hub .n8 {
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
  }

  .hub .n5 {
    left: 8%;
    bottom: 12%;
  }

  .hub .n6 {
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
  }

  .hub .n7 {
    left: 8%;
    top: 12%;
  }
}
/* =========================================================
   LINEAS - TABLET Y CELULAR
   ========================================================= */

.hub .node::after {
  content: "";
  position: absolute;

  height: 2px;
  border: 0;

  background:
    repeating-linear-gradient(
      90deg,
      #72bdf3 0 5px,
      transparent 5px 9px
    );

  transform-origin: left center;
  z-index: -1;
}


/* 12:00 - UNIDADES */

.hub .n1::after {
  width: 112px;
  left: 41px;
  top: 64px;
  transform: rotate(90deg);
}


/* 01:30 - VIAJES */

.hub .n2::after {
  width: 118px;
  left: 10px;
  top: 59px;
  transform: rotate(135deg);
}


/* 03:00 - FACTURACION */

.hub .n3::after {
  width: 105px;
  left: -105px;
  top: 32px;
  transform: rotate(0deg);
}


/* 04:30 - COMPRAS */

.hub .n4::after {
  width: 118px;
  left: 10px;
  top: 5px;
  transform: rotate(225deg);
}


/* 06:00 - PROVEEDORES */

.hub .n8::after {
  width: 112px;
  left: 41px;
  top: 0;
  transform: rotate(270deg);
}


/* 07:30 - COMBUSTIBLE */

.hub .n5::after {
  width: 118px;
  left: 72px;
  top: 5px;
  transform: rotate(315deg);
}


/* 09:00 - MANTENIMIENTO */

.hub .n6::after {
  width: 105px;
  left: 82px;
  top: 32px;
  transform: rotate(0deg);
}


/* 10:30 - CHOFERES */

.hub .n7::after {
  width: 118px;
  left: 72px;
  top: 59px;
  transform: rotate(45deg);
}
/* Lineas siempre por detras de las tarjetas */

.hub {
  isolation: isolate;
}

.hub .node {
  z-index: 2;
}

.hub .node::after {
  z-index: -1;
}

.hub-center {
  z-index: 4;
}

/* =========================================================
   TARJETAS TAPAN LAS LINEAS
   ========================================================= */

.hub .node {
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* Fondo blanco que tapa la línea */
.hub .node::before {
  content: "";
  position: absolute;
  inset: 0;

  background: #ffffff;
  border: 1px solid #d5e6f2;
  border-radius: 9px;

  box-shadow: 0 4px 10px rgba(13, 91, 157, .07);

  z-index: 1;
}

/* Línea por debajo del fondo */
.hub .node::after {
  z-index: 0;
}

/* Icono y texto por encima */
.hub .node .icon,
.hub .node small {
  position: relative;
  z-index: 2;
}
@media (max-width: 560px) {

  .hero h1 {
    margin-top: 35px !important;
  }

}
@media (max-width: 560px) {

  .solution h2 {
    max-width: none;
  }

  .solution h2 br {
    display: none;
  }

}
@media (max-width: 560px) {

  .unit-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .unit-copy {
    display: contents;
  }

  .unit-copy .section-label {
    grid-row: 1;
  }

  .unit-copy h2 {
    grid-row: 2;
    margin: 0;
  }

  .unit-viewer {
    grid-row: 3;
    width: 100%;
  }

  .unit-copy .unit-intro {
    grid-row: 4;
    max-width: none;
    margin: 0;
  }

  .unit-scroll {
    height: 320px;
  }
}
  .hub .node .icon {
    display: block;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    margin-bottom: 5px;
    color: #087be3;
    fill: none;
    stroke: currentColor;
  }