:root {
  --cko-naranja: #f15a22;
  --cko-naranja-hover: #d94d1a;
  --cko-texto: #1a1a1a;
  --cko-gris: #6b7280;
  --cko-icono: #9aa0a6;
  --cko-fondo: #fff;
}

* { box-sizing: border-box; }

body.web-cuerpo {
  margin: 0;
  background: var(--cko-fondo);
  color: var(--cko-texto);
  font-family: "Segoe UI", Arial, sans-serif;
}

.web-menu {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 20;
}

.web-menu-interno {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 88px;
  padding: 0.75rem 0;
  width: 80%;
}

.web-logo-enlace {
  transform: translateX(5vw);
}

.web-logo {
  border-right: 1px solid #e5e7eb;
  display: block;
  height: 42px;
  margin-right: 0.5rem;
  padding-right: 1.25rem;
  width: auto;
}

.web-nav {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 1.75rem;
  justify-content: flex-end;
  margin-left: auto;
  transform: translateX(-5vw);
}

.web-nav-item {
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #222;
  display: flex;
  flex: none;
  flex-direction: column;
  font-size: 0.78rem;
  gap: 0.25rem;
  padding: 0.55rem 0.15rem 0.4rem;
  text-decoration: none;
  white-space: nowrap;
}

.web-nav-login {
  border-left: 1px solid #e5e7eb;
  margin-left: 0.5rem;
  padding-left: 1.75rem;
}

.web-nav-item i {
  color: var(--cko-icono);
  font-size: 1.2rem;
  line-height: 1;
}

.web-nav-item:hover,
.web-nav-item.active {
  color: var(--cko-naranja);
}

.web-nav-item:hover i,
.web-nav-item.active i {
  color: var(--cko-naranja);
}

.web-nav-item.active {
  border-bottom-color: var(--cko-naranja);
}

.web-menu-toggle {
  background: none;
  border: 0;
  color: #222;
  display: none;
  font-size: 1.6rem;
  padding: 0.25rem;
}

.web-hero {
  align-items: center;
  aspect-ratio: 2043 / 500;
  background-color: #111;
  background-position: center;
  background-size: cover;
  display: flex;
  margin: 0 auto;
  min-height: 0;
  position: relative;
  width: 80%;
}

.web-hero-banner {
  aspect-ratio: auto;
  background: none;
  display: block;
  min-height: 0;
}

.web-hero-banner::after { display: none; }

.web-hero-banner img {
  display: block;
  height: auto;
  width: 100%;
}

.web-hero::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .28) 62%, rgba(0, 0, 0, .12) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.web-hero-texto {
  color: #fff;
  margin: 0 0 0 5vw;
  max-width: 720px;
  padding: 2.2rem 1.5rem 2.2rem 0;
  position: relative;
  z-index: 1;
}

.web-hero-texto h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1rem;
}

.web-hero-texto-inicio {
  max-width: none;
}

.web-hero-titulo-inicio {
  max-width: 21em;
}

.web-hero-texto p {
  font-size: clamp(19.2px, 1.6vw, 24px);
  line-height: 1.5;
  margin: 0 0 1.5rem;
  max-width: 36rem;
}

.web-proceso {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.2rem 5vw 3.8rem;
  width: 80%;
}

.web-proceso > h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.85rem;
  padding-top: 0.7rem;
  position: relative;
}

.web-proceso > h2::before {
  background: var(--cko-naranja);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.6rem;
}

.web-proceso-intro {
  color: #4b5563;
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0 0 2.2rem;
  max-width: 46rem;
}

.web-proceso-lista {
  list-style: none;
  margin: 0;
  padding: 0;
}

.web-proceso > h2 + .web-proceso-lista {
  margin-top: 1.6rem;
}

.web-proceso-lista li {
  column-gap: 1.1rem;
  display: grid;
  grid-template-columns: 2.2rem 1.6rem minmax(0, 1fr);
  padding: 0 0 1.7rem;
  position: relative;
}

.web-proceso-lista li:last-child { padding-bottom: 0; }

.web-proceso-lista li::before {
  background: #e5e7eb;
  bottom: 0;
  content: "";
  left: 0.85rem;
  position: absolute;
  top: 1.5rem;
  width: 1px;
}

.web-proceso-lista li:last-child::before { display: none; }

.web-proceso-nro {
  color: #c5c9d0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-top: 0.2rem;
}

.web-proceso-lista i {
  color: var(--cko-naranja);
  font-size: 1.15rem;
  padding-top: 0.15rem;
}

.web-proceso-lista h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}

.web-proceso-lista p {
  color: #4b5563;
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0;
}

.web-nosotros {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.2rem 5vw 4rem;
  width: 80%;
}

.web-nosotros p {
  color: #4b5563;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 1.5rem;
}

.web-nosotros p:last-child { margin-bottom: 0; }

.web-nosotros-marca {
  color: var(--cko-naranja);
  font-weight: 700;
}

.web-nosotros strong {
  color: #111;
  font-weight: 700;
}

.web-contenido {
  margin: 0 auto;
  max-width: 980px;
  padding: 4rem 1.5rem;
}

.web-contenido h2 {
  font-size: 1.7rem;
  margin: 0 0 1rem;
}

.web-contenido h3 {
  font-size: 1.2rem;
  margin: 2rem 0 0.7rem;
}

.web-contenido p {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}

.web-servicios {
  box-sizing: border-box;
  display: grid;
  gap: 2.5rem 3.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  padding: 4rem 5vw 2rem;
  width: 80%;
}

.web-tarjeta {
  background: #f7f8fa;
  border: 1px solid #d9dde3;
  border-radius: 16px;
  column-gap: 6px;
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  overflow: hidden;
  padding: 2.1rem 2.2rem 1.8rem;
  position: relative;
}

.web-tarjeta-numero {
  color: #e6e8ec;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 1.3rem;
  top: 0.85rem;
}

.web-tarjeta-icono {
  position: relative;
  text-align: center;
  width: 2.4rem;
  z-index: 1;
}

.web-tarjeta-icono i {
  color: var(--cko-naranja);
  display: block;
  font-size: 1.45rem;
}

.web-tarjeta-icono::after {
  background: var(--cko-naranja);
  content: "";
  display: block;
  height: 2px;
  margin-top: 8px;
  width: 2.4rem;
}

.web-tarjeta-cuerpo {
  min-width: 0;
  padding-right: 6rem;
  position: relative;
  z-index: 1;
}

.web-tarjeta-cuerpo h2 {
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0 0 0.95rem;
}

.web-tarjeta p {
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.15;
  margin: 0 0 0.85rem;
}

.web-tarjeta-link {
  align-items: center;
  color: #6b7280;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 0.4rem;
  margin-top: 0.5rem;
  text-decoration: none;
}

.web-tarjeta-link i { color: var(--cko-naranja); }

.web-tarjeta::before,
.web-tarjeta::after {
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
}

.web-tarjeta::before {
  border: 2px solid #e4e7eb;
  bottom: -8.25rem;
  height: 16.5rem;
  right: -8.25rem;
  width: 16.5rem;
}

.web-tarjeta::after {
  border: 2px solid var(--cko-naranja);
  bottom: -6rem;
  height: 12rem;
  right: -6rem;
  width: 12rem;
}

.web-soluciones {
  align-items: start;
  box-sizing: border-box;
  column-gap: 2.2rem;
  display: grid;
  grid-template-columns: minmax(11rem, 0.72fr) 1fr 1fr;
  margin: 0 auto 1rem;
  padding: 1.5rem 5vw 3.5rem;
  row-gap: 1.4rem;
  width: 80%;
}

.web-soluciones > h2 {
  font-size: 2rem;
  font-weight: 700;
  grid-row: 1 / 3;
  line-height: 1.15;
  margin: 0;
  padding-bottom: 0.7rem;
  position: relative;
}

.web-soluciones > h2::after {
  background: var(--cko-naranja);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 2.6rem;
}

.web-soluciones-item {
  align-items: flex-start;
  display: flex;
  gap: 0.7rem;
}

.web-soluciones-item i {
  color: var(--cko-naranja);
  flex: none;
  font-size: 1.15rem;
  margin-top: 0.15rem;
}

.web-soluciones-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}

.web-soluciones-item p {
  color: #4b5563;
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0;
}

.web-soluciones-barra p {
  font-weight: 600;
}

.web-soluciones-barra {
  align-items: center;
  background: #f4f5f7;
  border-radius: 999px;
  grid-column: 2 / 4;
  padding: 0.85rem 1.2rem;
}

.web-boton {
  background: var(--cko-naranja);
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 0.95rem;
  padding: 0.75rem 1.3rem;
  text-decoration: none;
}

.web-boton:hover {
  background: var(--cko-naranja-hover);
  color: #fff;
}

.web-cta {
  background: #0d0d0d;
  color: #fff;
  overflow: hidden;
  padding: 3.8rem 0;
  position: relative;
}

.web-cta::after {
  border: 2px solid var(--cko-naranja);
  border-radius: 50%;
  bottom: -8rem;
  content: "";
  height: 16rem;
  pointer-events: none;
  position: absolute;
  right: -8rem;
  width: 16rem;
}

.web-cta-interno {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 2rem 3rem;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 5vw;
  position: relative;
  width: 80%;
  z-index: 1;
}

.web-cta-texto { max-width: none; }

.web-cta h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
  font-weight: 700;
  margin: 0 0 0.55rem;
  white-space: nowrap;
}

.web-cta p {
  color: #d1d5db;
  margin: 0;
}

.web-cta-boton {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex: none;
  font-weight: 600;
  gap: 0.45rem;
  padding: 0.85rem 1.35rem;
  white-space: nowrap;
}

.web-pie {
  background: #000;
  color: #ddd;
  padding: 2.2rem 0;
}

.web-pie-interno {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 5vw;
  width: 80%;
}

.web-pie-logo {
  display: block;
  height: 40px;
  width: auto;
}

.web-pie-datos {
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: right;
}

.web-pie a { color: var(--cko-naranja); }

.web-contacto {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.2rem 5vw 3.8rem;
  width: 80%;
}

.web-contacto-tarjeta {
  background: #f6f7f8;
  border: 1px solid #e4e7eb;
  border-radius: 18px;
  box-shadow: none;
  padding: 24px 2.2rem;
}

.web-contacto-tarjeta > p {
  color: #374151;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 1.6rem;
}

.web-formulario {
  display: grid;
  column-gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
}

.web-formulario .web-campo-ancho { grid-column: 1 / -1; }

.web-formulario .web-campo-ancho:has(textarea),
.web-formulario .web-campo-ancho:has(.web-archivo) {
  margin-top: 2px;
}

.web-formulario label:not(.web-archivo-boton) {
  color: #374151;
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}

.web-formulario input,
.web-formulario select,
.web-formulario textarea {
  background: #fff;
  border: 1px solid #d4d9e0;
  border-radius: 10px;
  font-size: 1rem;
  outline: none;
  padding: 0.7rem 0.85rem;
  width: 100%;
}

.web-formulario input:focus,
.web-formulario select:focus,
.web-formulario textarea:focus {
  border-color: var(--cko-naranja);
}

.web-formulario textarea { min-height: 5.25rem; resize: vertical; }

.web-archivo {
  align-items: center;
  background: #fff;
  border: 1px solid #d4d9e0;
  border-radius: 10px;
  display: flex;
  gap: 0.8rem;
  padding: 0.45rem 0.7rem;
}

.web-archivo input { display: none; }

.web-archivo-boton {
  border: 1px solid var(--cko-naranja);
  border-radius: 999px;
  color: var(--cko-naranja);
  cursor: pointer;
  font-size: 1rem;
  margin: 0;
  padding: 0.35rem 0.85rem;
  white-space: nowrap;
}

.web-archivo-nombre {
  color: #6b7280;
  font-size: 1rem;
}

.web-contacto .web-cta-boton {
  font-size: 1.05rem;
}

.web-turnstile {
  margin-top: 2px;
}

.web-alerta {
  background: #ecfdf3;
  border: 1px solid #16a34a;
  color: #166534;
  margin-bottom: 1.5rem;
  padding: 0.8rem 1rem;
}

.web-alerta-error {
  background: #fef2f2;
  border-color: #dc2626;
  color: #991b1b;
}

.web-login {
  margin: 0 auto;
  max-width: 420px;
  padding: 4.5rem 1.5rem;
}

.web-login h1 { margin-top: 0; }

@media (max-width: 900px) {
  .web-menu-interno { padding: 0.75rem 1rem; width: 100%; }
  .web-menu-toggle { display: block; }
  .web-nav {
    background: #fff;
    border-top: 1px solid #eee;
    display: none;
    flex-direction: column;
    left: 0;
    padding: 0.5rem 0 1rem;
    position: absolute;
    right: 0;
    top: 100%;
    transform: none;
  }
  .web-nav.abierto { display: flex; }
  .web-nav-item {
    flex: none;
    flex-direction: row;
    gap: 0.7rem;
    justify-content: flex-start;
    padding: 0.7rem 1.5rem;
  }
  .web-nav-login {
    border-left: 0;
    border-top: 1px solid #e5e7eb;
    margin-left: 0;
    padding-left: 1.5rem;
  }
  .web-servicios,
  .web-formulario { grid-template-columns: 1fr; }
  .web-servicios,
  .web-soluciones,
  .web-proceso,
  .web-nosotros,
  .web-contacto { padding-left: 1rem; padding-right: 1rem; width: 100%; }
  .web-soluciones {
    grid-template-columns: 1fr;
  }
  .web-soluciones > h2 { grid-row: auto; }
  .web-soluciones-barra { grid-column: auto; }
  .web-hero { width: 100%; }
  .web-cta-interno,
  .web-pie-interno {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  .web-pie-datos { text-align: left; }
  .web-cta h2 { white-space: normal; }
}
