/* Capa responsive final de Integratec. Se carga después de styles.css. */

body { min-width: 320px; }
section { scroll-margin-top: 94px; }

/* Header corporativo principal */
.header {
  background:
    linear-gradient(180deg, rgba(1, 8, 14, 0.96), rgba(2, 10, 17, 0.94)),
    rgba(2, 10, 17, 0.96);
  border-bottom: 1px solid rgba(104, 225, 255, 0.18);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.nav-wrap {
  min-height: 92px;
  gap: clamp(18px, 2.2vw, 34px);
}

.brand {
  flex: 0 0 auto;
}

.logo-img {
  height: 78px;
  filter: drop-shadow(0 0 14px rgba(30, 181, 255, 0.22));
}

.desktop-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(20px, 2.1vw, 34px);
}

.nav a {
  white-space: nowrap;
  color: #9fb1c5;
  font-size: clamp(0.78rem, 0.82vw, 0.92rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.nav a:hover {
  color: #f2f8ff;
}

.brochure-btn {
  min-width: 194px;
  min-height: 54px;
  padding: 15px 20px;
  border-radius: 10px;
  border-color: rgba(104, 225, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(104, 225, 255, 0.07), rgba(30, 181, 255, 0.025)),
    rgba(3, 14, 24, 0.88);
  color: #f4f8ff;
  font-size: 0.96rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.brochure-btn:hover {
  border-color: rgba(104, 225, 255, 0.62);
  box-shadow:
    0 14px 34px rgba(30, 181, 255, 0.16),
    inset 0 0 24px rgba(104, 225, 255, 0.055);
}

/* Página interna: Nosotros */
.internal-hero {
  position: relative;
  padding: 92px 0 74px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 9, 15, 0.93), rgba(4, 16, 26, 0.76)),
    radial-gradient(circle at 78% 28%, rgba(30, 181, 255, 0.18), transparent 28%);
}

.internal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(104, 225, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 225, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black, transparent 88%);
}

.company-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(36px, 5vw, 76px);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  transition: color 0.25s ease, transform 0.25s ease;
}

.back-link:hover {
  color: var(--primary-2);
  transform: translateX(-3px);
}

.company-hero-copy h1 {
  max-width: 820px;
  margin: 18px 0 22px;
  font-size: clamp(2.55rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.company-hero-copy p {
  max-width: 760px;
  color: #b7c6d8;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  text-align: justify;
}

.company-visual-frame {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(104, 225, 255, 0.24);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(104, 225, 255, 0.08), transparent 36%),
    rgba(2, 13, 22, 0.68);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.32),
    inset 0 0 32px rgba(104, 225, 255, 0.045);
}

.company-visual-frame img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  border-radius: 20px;
  filter: drop-shadow(0 0 34px rgba(30, 181, 255, 0.18));
}

.company-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 26px;
  align-items: stretch;
}

.company-panel,
.company-data-card,
.mission-card,
.value-card,
.method-card {
  border: 1px solid rgba(104, 225, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(104, 225, 255, 0.055), transparent 34%),
    rgba(4, 15, 25, 0.76);
  box-shadow: inset 0 0 26px rgba(104, 225, 255, 0.035);
}

.company-panel {
  padding: clamp(28px, 4vw, 48px);
  border-radius: 26px;
}

.company-panel h2,
.mission-card h2,
.method-card h2 {
  margin: 12px 0 16px;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.company-panel p,
.mission-card p,
.method-card p,
.value-card p {
  color: #aebdd0;
}

.company-data-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 26px;
}

.company-data-card div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  color: #dceaff;
  font-weight: 800;
}

.company-data-card i,
.value-card i {
  color: var(--primary-2);
  filter: drop-shadow(0 0 12px rgba(30, 181, 255, 0.36));
}

.mission-grid,
.values-grid {
  display: grid;
  gap: 22px;
}

.mission-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mission-card {
  padding: clamp(28px, 4vw, 44px);
  border-radius: 26px;
}

.values-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-card {
  min-height: 240px;
  padding: 26px;
  border-radius: 24px;
}

.value-card i {
  margin-bottom: 22px;
  font-size: 1.75rem;
}

.value-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.method-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 28px;
}

.method-card > div {
  max-width: 760px;
}

/* Servicios enumerados */
.numbered-services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-number-card {
  min-height: 285px;
  isolation: isolate;
}

.service-number-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(104, 225, 255, 0.16);
  border-radius: 20px;
  pointer-events: none;
  opacity: 0.72;
}

.service-number-card .service-card-content {
  inset: auto 0 0 0;
  z-index: 3;
  padding: 26px;
  background: linear-gradient(180deg, transparent, rgba(1, 9, 16, 0.84));
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 34px;
  margin-bottom: 16px;
  border: 1px solid rgba(104, 225, 255, 0.34);
  border-radius: 999px;
  background: rgba(1, 12, 20, 0.76);
  color: var(--primary-2);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  box-shadow: 0 0 24px rgba(30, 181, 255, 0.12);
}

.service-number-card h3 {
  max-width: 96%;
  font-size: clamp(1.35rem, 1.8vw, 2.05rem);
  line-height: 1.02;
}

.service-number-card:hover .service-number {
  color: #03101b;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}

/* Páginas internas de servicios */
.service-detail-hero {
  position: relative;
  padding: 86px 0 48px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 9, 15, 0.94), rgba(4, 16, 26, 0.74)),
    radial-gradient(circle at 78% 24%, rgba(30, 181, 255, 0.18), transparent 30%);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.96fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

.service-detail-copy h1 {
  margin: 18px 0 20px;
  font-size: clamp(2.55rem, 5.3vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.service-detail-copy p {
  max-width: 760px;
  color: #b7c6d8;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.service-detail-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 44px;
  border: 1px solid rgba(104, 225, 255, 0.36);
  border-radius: 999px;
  background: rgba(1, 12, 20, 0.76);
  color: var(--primary-2);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.service-detail-visual {
  border: 1px solid rgba(104, 225, 255, 0.22);
  border-radius: 30px;
  overflow: hidden;
  background: rgba(3, 14, 24, 0.68);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.service-detail-visual img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  opacity: 0.82;
}

.service-detail-body {
  padding-top: 44px;
}

.service-detail-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-detail-item {
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(104, 225, 255, 0.15);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(104, 225, 255, 0.05), transparent 38%),
    rgba(4, 15, 25, 0.72);
  color: #d8e6f7;
  font-weight: 800;
  box-shadow: inset 0 0 22px rgba(104, 225, 255, 0.028);
}

.service-detail-item i {
  display: block;
  margin-bottom: 16px;
  color: var(--primary-2);
}

.service-navigation {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* Cobertura nacional */
.peru-coverage-map {
  position: relative;
  min-height: 520px;
  padding: 24px;
  border: 1px solid rgba(104, 225, 255, 0.17);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 42%, rgba(30, 181, 255, 0.18), transparent 26%),
    linear-gradient(145deg, rgba(104, 225, 255, 0.055), transparent 42%),
    rgba(4, 15, 25, 0.58);
  overflow: hidden;
  box-shadow:
    inset 0 0 34px rgba(104, 225, 255, 0.035),
    0 26px 60px rgba(0, 0, 0, 0.24);
}

.peru-coverage-map::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(104, 225, 255, 0.075);
  border-radius: 24px;
  background:
    linear-gradient(rgba(104, 225, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 225, 255, 0.022) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.coverage-map-title {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: grid;
  gap: 2px;
}

.coverage-map-title span {
  color: var(--primary-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverage-map-title strong {
  color: #edf5ff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1;
}

.peru-map-svg,
.peru-map-image-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 440px;
  margin-top: 26px;
  overflow: visible;
}

.peru-map-image-wrap {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
}

.peru-map-image {
  width: min(100%, 440px);
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 0 20px rgba(30, 181, 255, 0.24))
    drop-shadow(0 0 46px rgba(30, 181, 255, 0.12));
  opacity: 0.95;
}

.map-network-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map-link {
  stroke: rgba(151, 234, 255, 0.72);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-dasharray: 7 9;
  filter: drop-shadow(0 0 6px rgba(30, 181, 255, 0.58));
}

.map-node {
  fill: var(--primary-2);
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 1.4;
  filter:
    drop-shadow(0 0 6px rgba(112, 219, 255, 0.9))
    drop-shadow(0 0 14px rgba(30, 181, 255, 0.5));
}

.peru-shape {
  fill: rgba(30, 181, 255, 0.08);
  stroke: url(#peruGlow);
  stroke-width: 3;
  filter: drop-shadow(0 0 18px rgba(30, 181, 255, 0.28));
}

.peru-inner-line {
  fill: none;
  stroke: rgba(104, 225, 255, 0.18);
  stroke-width: 1.5;
  stroke-dasharray: 6 8;
}

.coverage-connection {
  stroke: rgba(104, 225, 255, 0.48);
  stroke-width: 1.6;
  stroke-dasharray: 7 8;
  filter: drop-shadow(0 0 8px rgba(30, 181, 255, 0.32));
}

.coverage-node circle {
  fill: var(--primary-2);
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 1.5;
  filter: url(#nodeGlow);
}

.coverage-node.main-node circle {
  r: 10;
  fill: #1eb5ff;
}

.coverage-node text {
  fill: #e7f4ff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 800;
  paint-order: stroke;
  stroke: rgba(2, 9, 15, 0.86);
  stroke-width: 5px;
  stroke-linejoin: round;
}

.coverage-map-footer {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.coverage-map-footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(104, 225, 255, 0.15);
  border-radius: 999px;
  color: #dceaff;
  background: rgba(1, 12, 20, 0.46);
  font-size: 0.82rem;
  font-weight: 800;
}

.coverage-map-footer i {
  color: var(--primary-2);
}

/* Marcas y partners */
.brand-cards-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.brand-card {
  position: relative;
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 18px 12px;
  border: 1px solid rgba(104, 225, 255, 0.15);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(104, 225, 255, 0.055), transparent 42%),
    rgba(4, 15, 25, 0.68);
  overflow: hidden;
  box-shadow: inset 0 0 22px rgba(104, 225, 255, 0.025);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.brand-card-logo {
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  min-height: 126px;
  background:
    linear-gradient(145deg, rgba(104, 225, 255, 0.07), transparent 44%),
    rgba(4, 15, 25, 0.42);
  backdrop-filter: blur(14px);
}

.brand-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  pointer-events: none;
}

.brand-card::after {
  content: "";
  position: absolute;
  inset: auto 14px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104, 225, 255, 0.7), transparent);
  opacity: 0.45;
}

.brand-card span {
  position: relative;
  z-index: 1;
  color: #e7f2ff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.01em;
}

.brand-card-logo img {
  position: relative;
  z-index: 1;
  width: min(118px, 82%);
  max-height: 58px;
  object-fit: contain;
  mix-blend-mode: screen;
  filter:
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.12))
    drop-shadow(0 0 18px rgba(30, 181, 255, 0.12));
}

.brand-card-logo span {
  width: calc(100% + 24px);
  min-height: 32px;
  display: grid;
  place-items: center;
  margin: 0 -12px -18px;
  padding: 7px 8px;
  color: #dceaff;
  font-size: 0.82rem;
  background: rgba(4, 15, 25, 0.38);
  border-top: 1px solid rgba(104, 225, 255, 0.12);
}

.brand-card:hover {
  transform: translateY(-4px);
  border-color: rgba(104, 225, 255, 0.36);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.22),
    inset 0 0 28px rgba(104, 225, 255, 0.05);
}

/* Clientes */
.client-network {
  position: relative;
  min-height: 430px;
  margin: 42px auto 42px;
  border: 1px solid rgba(104, 225, 255, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(30, 181, 255, 0.18), transparent 18%),
    radial-gradient(circle at 22% 24%, rgba(104, 225, 255, 0.08), transparent 22%),
    radial-gradient(circle at 78% 76%, rgba(30, 181, 255, 0.08), transparent 24%),
    linear-gradient(145deg, rgba(104, 225, 255, 0.045), transparent 42%),
    rgba(3, 13, 22, 0.46);
  overflow: hidden;
  box-shadow:
    inset 0 0 40px rgba(104, 225, 255, 0.035),
    0 24px 60px rgba(0, 0, 0, 0.24);
}

.client-network::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(104, 225, 255, 0.14) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(104, 225, 255, 0.14) 50%, transparent 50.2%),
    linear-gradient(35deg, transparent 49.8%, rgba(104, 225, 255, 0.12) 50%, transparent 50.2%),
    linear-gradient(-35deg, transparent 49.8%, rgba(104, 225, 255, 0.12) 50%, transparent 50.2%),
    linear-gradient(62deg, transparent 49.8%, rgba(104, 225, 255, 0.08) 50%, transparent 50.2%),
    linear-gradient(-62deg, transparent 49.8%, rgba(104, 225, 255, 0.08) 50%, transparent 50.2%);
  opacity: 0.58;
  mask-image: radial-gradient(circle at center, black 0 56%, transparent 73%);
  pointer-events: none;
}

.client-network::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(104, 225, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(rgba(104, 225, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 225, 255, 0.022) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.network-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 154px;
  height: 154px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(104, 225, 255, 0.36);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(30, 181, 255, 0.22), rgba(2, 13, 22, 0.88) 62%),
    rgba(2, 13, 22, 0.88);
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 42px rgba(30, 181, 255, 0.26),
    inset 0 0 26px rgba(104, 225, 255, 0.08);
}

.network-core img {
  width: 82px;
  max-height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(104, 225, 255, 0.26));
}

.network-core span {
  color: var(--primary-2);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.network-node {
  position: absolute;
  z-index: 2;
  min-width: 148px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid rgba(104, 225, 255, 0.22);
  border-radius: 999px;
  background: rgba(3, 15, 25, 0.72);
  color: #e8f4ff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  box-shadow:
    0 0 22px rgba(30, 181, 255, 0.08),
    inset 0 0 18px rgba(104, 225, 255, 0.035);
  backdrop-filter: blur(12px);
}

.network-node i {
  color: var(--primary-2);
  filter: drop-shadow(0 0 10px rgba(30, 181, 255, 0.48));
}

.network-node::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-2);
  box-shadow: 0 0 16px rgba(30, 181, 255, 0.72);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.node-industria { top: 58px; left: 10%; }
.node-salud { top: 54px; right: 13%; }
.node-transporte { top: 184px; left: 6%; }
.node-educacion { top: 184px; right: 6%; }
.node-mineria { bottom: 58px; left: 16%; }
.node-servicios { bottom: 54px; right: 18%; }
.node-publicas { left: 50%; bottom: 28px; transform: translateX(-50%); }

.client-sector-groups {
  display: grid;
  gap: 26px;
  margin-top: 34px;
}

.client-sector-block {
  padding: clamp(18px, 2.2vw, 24px);
  border: 1px solid rgba(104, 225, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(104, 225, 255, 0.045), transparent 42%),
    rgba(3, 13, 22, 0.38);
  box-shadow: inset 0 0 28px rgba(104, 225, 255, 0.025);
}

.client-sector-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.client-sector-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 30px;
  border: 1px solid rgba(104, 225, 255, 0.24);
  border-radius: 999px;
  color: var(--primary-2);
  background: rgba(1, 12, 20, 0.52);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.client-sector-head h3 {
  margin: 0;
  color: #edf5ff;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  letter-spacing: -0.02em;
}

.client-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.client-card {
  position: relative;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(104, 225, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(104, 225, 255, 0.06), transparent 46%),
    rgba(4, 15, 25, 0.54);
  backdrop-filter: blur(12px);
  overflow: hidden;
  box-shadow: inset 0 0 22px rgba(104, 225, 255, 0.025);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.client-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 14px;
  pointer-events: none;
}

.client-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--primary-2);
  box-shadow: 0 0 16px rgba(30, 181, 255, 0.7);
}

.client-card span {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: calc(100% - 18px);
  padding: 5px 9px;
  border: 1px solid rgba(104, 225, 255, 0.18);
  border-radius: 999px;
  color: var(--primary-2);
  background: rgba(1, 12, 20, 0.48);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-card strong {
  position: relative;
  z-index: 1;
  color: #edf5ff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.client-cards-grid .client-card {
  justify-content: center;
}

.client-card-logo {
  justify-content: space-between;
  min-height: 148px;
}

.client-card-logo img {
  position: relative;
  z-index: 1;
  width: min(170px, 88%);
  max-height: 58px;
  object-fit: contain;
  align-self: center;
  filter: grayscale(1) saturate(0) brightness(1.24) contrast(0.88);
  opacity: 0.72;
  transition: filter 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.client-card-logo:hover img {
  filter: grayscale(0) saturate(1) brightness(1) contrast(1);
  opacity: 1;
  transform: scale(1.03);
}

.client-card:hover {
  transform: translateY(-4px);
  border-color: rgba(104, 225, 255, 0.34);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.22),
    inset 0 0 28px rgba(104, 225, 255, 0.05);
}

.public-client {
  background:
    linear-gradient(145deg, rgba(112, 219, 255, 0.07), transparent 46%),
    rgba(7, 17, 28, 0.56);
}

img {
  display: block;
  height: auto;
}

.btn,
.menu-toggle,
.nav a,
.mobile-panel a {
  -webkit-tap-highlight-color: transparent;
}

.contact-line { min-width: 0; }

.contact-line a,
.contact-line span {
  overflow-wrap: anywhere;
}

@media (min-width: 981px) and (max-width: 1180px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  .nav { gap: 14px; }

  .nav a {
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .nav-actions .btn-outline { display: none; }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 42px;
  }

  .hero-copy h1 { font-size: clamp(2.7rem, 4.6vw, 3.45rem); }

  .hero-panel,
  .panel-shell {
    min-height: 620px;
  }

  .services-cards-grid,
  .goods-cards-grid,
  .why-grid,
  .solutions-grid,
  .trust-grid,
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .numbered-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-cards-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .client-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-network {
    min-height: 520px;
  }

  .network-core {
    width: 136px;
    height: 136px;
  }

  .network-node {
    min-width: 132px;
    padding: 12px 14px;
    font-size: 0.9rem;
  }

  .node-industria { top: 48px; left: 7%; }
  .node-salud { top: 48px; right: 7%; }
  .node-transporte { top: 180px; left: 4%; }
  .node-educacion { top: 180px; right: 4%; }
  .node-mineria { bottom: 134px; left: 8%; }
  .node-servicios { bottom: 134px; right: 8%; }
  .node-publicas { bottom: 42px; }
}

@media (max-width: 980px) {
  .container { width: min(calc(100% - 40px), var(--container)); }

  section {
    padding: 68px 0;
    scroll-margin-top: 76px;
  }

  .nav-wrap { min-height: 74px; }

  .logo-img { height: 62px; }

  .desktop-nav,
  .desktop-only {
    display: none !important;
  }

  .menu-toggle {
    display: inline-block;
    position: relative;
    z-index: 2;
  }

  .mobile-panel {
    display: flex;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid transparent;
    background: rgba(2, 9, 15, 0.94);
    backdrop-filter: blur(20px);
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease, visibility 0.35s ease, border-color 0.35s ease;
  }

  .mobile-panel.open {
    max-height: 560px;
    padding: 18px 20px 24px;
    opacity: 1;
    visibility: visible;
    border-top-color: rgba(104, 225, 255, 0.12);
  }

  .mobile-panel a:not(.btn) {
    padding: 5px 2px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .hero {
    min-height: auto;
    padding: 64px 0 72px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .company-hero-grid,
  .company-overview-grid,
  .mission-grid,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .peru-coverage-map {
    min-height: 470px;
  }

  .peru-map-svg,
  .peru-map-image-wrap {
    height: 390px;
  }

  .company-visual-frame img {
    max-height: 360px;
  }

  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .numbered-services-grid,
  .service-detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-network {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }

  .client-network::before {
    opacity: 0.34;
    mask-image: linear-gradient(180deg, black, transparent);
  }

  .network-core,
  .network-node,
  .node-industria,
  .node-salud,
  .node-transporte,
  .node-educacion,
  .node-mineria,
  .node-servicios,
  .node-publicas {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    transform: none;
  }

  .network-core {
    width: 150px;
    height: 150px;
    margin: 0 auto 12px;
  }

  .network-node {
    justify-content: flex-start;
    width: 100%;
  }

  .method-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-copy {
    width: 100%;
    max-width: 760px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 7.2vw, 4.3rem);
    line-height: 1.02;
  }

  .hero-slides { min-height: 420px; }

  .hero-panel {
    width: min(100%, 760px);
    min-height: auto;
    margin: 0 auto;
  }

  .panel-shell {
    min-height: auto;
    height: auto;
  }

  .hero-panel .primary-card {
    position: relative;
    inset: auto;
    height: 520px;
    min-height: 0;
  }

  .strip-grid,
  .section-grid,
  .coverage-grid,
  .banner-grid,
  .contact-final-grid,
  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .services-cards-grid,
  .goods-cards-grid,
  .why-grid,
  .solutions-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .goods-image-card { min-height: 360px; }
  .about-card { padding: 30px; }
  .about-image { min-height: 340px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }

  section {
    padding: 54px 0;
    scroll-margin-top: 70px;
  }

  .nav-wrap { min-height: 68px; }
  .logo-img { height: 54px; }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .hero {
    padding: 44px 0 58px;
    background-position: 56% center;
  }

  .internal-hero {
    padding: 52px 0 58px;
  }

  .peru-coverage-map {
    min-height: auto;
    padding: 20px;
  }

  .coverage-map-title {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 12px;
  }

  .peru-map-svg,
  .peru-map-image-wrap {
    height: 330px;
    margin-top: 0;
  }

  .coverage-node text {
    font-size: 13px;
  }

  .coverage-map-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .company-hero-copy h1 {
    font-size: clamp(2.25rem, 10vw, 3.65rem);
  }

  .company-hero-copy p {
    text-align: left;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 0.67rem;
    letter-spacing: 0.12em;
    line-height: 1.45;
  }

  .hero-copy h1 {
    margin-top: 16px;
    font-size: clamp(2.25rem, 11vw, 3.25rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .hero-copy p {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .hero-slides { min-height: 430px; }
  .hero-actions { margin: 24px 0 28px; }

  .hero-actions .btn {
    width: 100%;
    min-height: 48px;
  }

  .tech-signals {
    gap: 10px 16px;
    font-size: 0.66rem;
    line-height: 1.5;
  }

  .hero-panel .primary-card { height: 390px; }

  .panel-image-caption::before,
  .panel-image-caption::after {
    width: 52px;
    height: 52px;
  }

  .strip-grid h2,
  .section-head h2,
  .section-copy h2,
  .coverage-card h2,
  .banner-grid h2,
  .contact-final-grid h2,
  .services-head h2,
  .goods-head h2 {
    font-size: clamp(1.85rem, 8vw, 2.55rem);
    line-height: 1.1;
    text-wrap: balance;
  }

  .services-showcase,
  .goods-showcase {
    padding: 58px 0;
  }

  .services-head,
  .goods-head {
    margin-bottom: 30px;
  }

  .services-top-btn,
  .goods-top-btn {
    width: auto;
    max-width: 100%;
    margin-bottom: 22px;
  }

  .services-cards-grid,
  .goods-cards-grid,
  .why-grid,
  .solutions-grid,
  .numbered-services-grid,
  .service-detail-list {
    grid-template-columns: 1fr;
  }

  .brand-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .client-cards-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .client-sector-block {
    padding: 18px;
  }

  .brand-card {
    min-height: 78px;
  }

  .brand-card-logo {
    min-height: 118px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .trust-grid span {
    min-width: 0;
    padding: 12px 10px;
    font-size: 0.82rem;
    text-align: center;
  }

  .service-image-card { min-height: 260px; }
  .service-number-card { min-height: 250px; }
  .service-detail-hero { padding: 52px 0 36px; }
  .service-detail-copy h1 { font-size: clamp(2.25rem, 10vw, 3.55rem); }
  .service-detail-visual img { height: 310px; }
  .goods-image-card { min-height: 330px; }
  .solution-card { min-height: auto; }

  .about-card,
  .coverage-card,
  .why-card,
  .solution-card,
  .contact-panel,
  .banner-grid {
    padding: 24px 22px;
  }

  .about-image { min-height: 280px; }
  .coverage-list { grid-template-columns: 1fr; }
  .banner-grid .btn { width: 100%; }
  .footer { padding-top: 20px; }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .hero-copy h1 { font-size: clamp(2rem, 10.8vw, 2.7rem); }
  .hero-slides { min-height: 450px; }
  .hero-panel .primary-card { height: 340px; }
  .panel-image-caption { padding: 18px; }

  .panel-image-caption .panel-badge {
    max-width: calc(100% - 24px);
    font-size: 0.58rem;
    letter-spacing: 0.11em;
    text-align: left;
  }

  .tech-signals {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-grid { grid-template-columns: 1fr; }
  .contact-panel .btn { padding-inline: 14px; }
}

@media (hover: none) {
  .btn:hover,
  .why-card:hover,
  .solution-card:hover,
  .service-image-card:hover,
  .goods-image-card:hover,
  .coverage-list article:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-panel { transition: none; }
}

/* =========================================================
   CAPA PREMIUM CORPORATIVA — INTEGRATEC
   Minimalismo tecnológico, estilo Apple / Windows 11
   ========================================================= */

:root {
  --premium-bg: #05080d;
  --premium-surface: rgba(12, 18, 28, 0.58);
  --premium-surface-strong: rgba(15, 23, 34, 0.76);
  --premium-border: rgba(255, 255, 255, 0.105);
  --premium-border-blue: rgba(125, 220, 255, 0.18);
  --premium-text: #f6f8fb;
  --premium-muted: #aeb9c7;
  --premium-soft: #d9e2ee;
  --premium-blue: #56c7ff;
  --premium-blue-2: #9ee8ff;
  --premium-radius: 28px;
  --premium-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  color: var(--premium-text);
  background:
    radial-gradient(circle at 16% 8%, rgba(86, 199, 255, 0.14), transparent 26%),
    radial-gradient(circle at 84% 4%, rgba(160, 210, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #05080d 0%, #07101a 44%, #05080d 100%);
  letter-spacing: -0.011em;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent 0%, black 14%, black 72%, transparent 100%);
}

.container {
  width: min(calc(100% - 48px), 1210px);
}

.header {
  background: rgba(5, 8, 13, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: blur(26px) saturate(145%);
}

.header::after {
  opacity: 0.18;
}

.nav-wrap {
  min-height: 88px;
}

.logo-img {
  height: 72px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
}

.nav a {
  color: rgba(235, 242, 250, 0.68);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.nav a::after {
  bottom: -13px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--premium-blue), var(--premium-blue-2));
  box-shadow: none;
}

.nav a:hover {
  color: #ffffff;
}

.btn {
  border-radius: 14px;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.btn-primary {
  color: #051019;
  background: linear-gradient(135deg, #63d2ff, #b7f0ff);
  box-shadow:
    0 18px 40px rgba(86, 199, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.btn-outline,
.btn-ghost,
.brochure-btn {
  color: #f5f8fc;
  border: 1px solid var(--premium-border);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.btn:hover {
  transform: translateY(-2px);
}

h1, h2, h3,
.brand,
.btn,
.section-kicker,
.eyebrow,
.panel-badge {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "SF Pro Display", sans-serif;
}

.hero {
  background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.88), rgba(5, 8, 13, 0.48)),
    url("asset/img/fondo1.png") center/cover no-repeat;
}

.hero-copy h1,
.company-hero-copy h1,
.service-detail-copy h1 {
  color: #fbfdff;
  letter-spacing: -0.075em;
  font-weight: 850;
}

.hero-copy p,
.company-hero-copy p,
.service-detail-copy p,
.section-head p,
.services-head p,
.goods-head p,
.coverage-card p,
.contact-final-grid p {
  color: var(--premium-muted);
  line-height: 1.75;
}

.eyebrow,
.section-kicker,
.mini-kicker,
.panel-badge {
  color: var(--premium-blue-2);
  letter-spacing: 0.14em;
  font-weight: 850;
}

.panel-shell,
.strip-card,
.coverage-card,
.company-panel,
.company-data-card,
.mission-card,
.value-card,
.method-card,
.contact-panel,
.banner-grid,
.project-banner .banner-grid,
.peru-coverage-map,
.client-network,
.client-card,
.brand-card,
.why-card,
.solution-card {
  border: 1px solid var(--premium-border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018)),
    rgba(10, 16, 25, 0.58);
  box-shadow:
    var(--premium-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(22px) saturate(138%);
}

.service-image-card,
.goods-image-card,
.service-detail-visual,
.company-visual-frame {
  border: 1px solid rgba(255, 255, 255, 0.115);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.service-card-overlay,
.goods-card-overlay {
  background:
    linear-gradient(180deg, transparent 18%, rgba(2, 7, 12, 0.9) 100%),
    linear-gradient(90deg, rgba(4, 8, 13, 0.28), transparent);
}

.service-number,
.service-detail-number,
.goods-tag,
.client-card span,
.coverage-map-title span,
.network-core span,
.network-node {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  color: var(--premium-blue-2);
}

.brand-card,
.client-card {
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.brand-card:hover,
.client-card:hover,
.why-card:hover,
.solution-card:hover,
.service-image-card:hover,
.goods-image-card:hover {
  transform: translateY(-6px);
  border-color: rgba(158, 232, 255, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.022)),
    rgba(12, 20, 31, 0.68);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(158, 232, 255, 0.035) inset;
}

.brand-card-logo {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(10, 16, 25, 0.5);
}

.brand-card-logo span {
  background: rgba(255, 255, 255, 0.035);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.client-card strong,
.brand-card span,
.value-card h3,
.service-number-card h3,
.goods-card-content h3 {
  color: #f7fbff;
  font-weight: 850;
}

.peru-coverage-map {
  background:
    radial-gradient(circle at 50% 42%, rgba(86, 199, 255, 0.16), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 42%),
    rgba(10, 16, 25, 0.58);
}

.peru-map-image {
  width: min(100%, 460px);
  opacity: 0.96;
}

.network-core {
  border-color: rgba(158, 232, 255, 0.28);
  background:
    radial-gradient(circle, rgba(86, 199, 255, 0.16), rgba(8, 14, 22, 0.82) 65%),
    rgba(10, 16, 25, 0.72);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(86, 199, 255, 0.16);
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 8, 13, 0.76);
}

@media (max-width: 980px) {
  .container {
    width: min(calc(100% - 36px), 1210px);
  }

  .mobile-panel {
    background: rgba(5, 8, 13, 0.92);
    backdrop-filter: blur(28px) saturate(145%);
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), 1210px);
  }

  .logo-img {
    height: 56px;
  }

  .hero-copy h1,
  .company-hero-copy h1,
  .service-detail-copy h1 {
    letter-spacing: -0.055em;
  }
}

/* =========================================================
   REFINAMIENTO CORPORATIVO CLARO
   Menos neón, más tecnología ejecutiva / premium
   ========================================================= */

:root {
  --premium-bg: #0b1118;
  --premium-surface: rgba(248, 251, 255, 0.07);
  --premium-surface-strong: rgba(248, 251, 255, 0.105);
  --premium-border: rgba(221, 232, 244, 0.16);
  --premium-border-blue: rgba(116, 174, 214, 0.2);
  --premium-text: #f7f9fc;
  --premium-muted: #b9c4d0;
  --premium-soft: #e8eef5;
  --premium-blue: #7fc7ef;
  --premium-blue-2: #b9e6fb;
  --premium-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

body {
  background:
    radial-gradient(circle at 18% 8%, rgba(127, 199, 239, 0.095), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(219, 235, 250, 0.055), transparent 32%),
    linear-gradient(180deg, #0a1017 0%, #0e1721 46%, #0b1118 100%);
}

body::before {
  opacity: 0.34;
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
  background-size: 96px 96px;
}

.page-glow {
  opacity: 0.28;
}

.header {
  background: rgba(10, 16, 23, 0.82);
  border-bottom-color: rgba(235, 242, 250, 0.12);
}

.header::after {
  opacity: 0;
}

.nav a {
  color: rgba(236, 243, 250, 0.7);
}

.nav a::after {
  background: rgba(185, 230, 251, 0.65);
  box-shadow: none;
}

.hero {
  background:
    linear-gradient(90deg, rgba(10, 16, 23, 0.88), rgba(10, 16, 23, 0.58)),
    url("asset/img/fondo1.png") center/cover no-repeat;
}

.hero::before,
.internal-hero::before,
.client-network::before,
.peru-coverage-map::before {
  opacity: 0.32;
}

.hero::after {
  opacity: 0.45;
}

.eyebrow,
.section-kicker,
.mini-kicker,
.panel-badge,
.coverage-map-title span,
.network-node i,
.coverage-map-footer i {
  color: #b9e6fb;
  text-shadow: none;
  filter: none;
}

.hero-copy h1,
.company-hero-copy h1,
.service-detail-copy h1,
.strip-grid h2,
.section-head h2,
.services-head h2,
.goods-head h2,
.coverage-card h2,
.contact-final-grid h2 {
  color: #f8fafc;
  text-shadow: none;
}

.hero-copy p,
.company-hero-copy p,
.service-detail-copy p,
.section-head p,
.services-head p,
.goods-head p,
.coverage-card p,
.contact-final-grid p,
.company-panel p,
.mission-card p,
.method-card p,
.value-card p {
  color: #b8c3cf;
}

.btn-primary {
  background: linear-gradient(135deg, #d9f2ff, #8dd3f4);
  color: #07111a;
  box-shadow:
    0 14px 32px rgba(110, 183, 224, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.btn-outline,
.btn-ghost,
.brochure-btn {
  background: rgba(248, 251, 255, 0.065);
  border-color: rgba(235, 242, 250, 0.16);
  color: #f3f7fb;
}

.panel-shell,
.strip-card,
.coverage-card,
.company-panel,
.company-data-card,
.mission-card,
.value-card,
.method-card,
.contact-panel,
.banner-grid,
.project-banner .banner-grid,
.peru-coverage-map,
.client-network,
.client-card,
.brand-card,
.why-card,
.solution-card {
  border-color: rgba(235, 242, 250, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(16, 25, 36, 0.58);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.service-image-card,
.goods-image-card,
.service-detail-visual,
.company-visual-frame {
  border-color: rgba(235, 242, 250, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.service-image-card img,
.goods-image-card img,
.panel-image-slide img,
.service-detail-visual img {
  filter: saturate(0.88) contrast(0.98) brightness(0.92);
}

.service-card-overlay,
.goods-card-overlay {
  background:
    linear-gradient(180deg, transparent 20%, rgba(8, 14, 21, 0.82) 100%),
    linear-gradient(90deg, rgba(11, 17, 24, 0.2), transparent);
}

.brand-card:hover,
.client-card:hover,
.why-card:hover,
.solution-card:hover,
.service-image-card:hover,
.goods-image-card:hover {
  border-color: rgba(185, 230, 251, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.032)),
    rgba(19, 29, 41, 0.66);
  box-shadow:
    0 28px 68px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.service-number,
.service-detail-number,
.goods-tag,
.client-card span,
.network-node,
.coverage-map-footer span {
  color: #d6effb;
  border-color: rgba(235, 242, 250, 0.15);
  background: rgba(248, 251, 255, 0.055);
  box-shadow: none;
}

.network-core {
  background:
    radial-gradient(circle, rgba(185, 230, 251, 0.11), rgba(13, 22, 32, 0.8) 67%),
    rgba(16, 25, 36, 0.74);
  border-color: rgba(235, 242, 250, 0.16);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.network-core img,
.logo-img,
.footer-logo {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
}

.peru-coverage-map {
  background:
    radial-gradient(circle at 50% 42%, rgba(127, 199, 239, 0.11), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 42%),
    rgba(16, 25, 36, 0.58);
}

.peru-map-image {
  filter:
    drop-shadow(0 0 18px rgba(127, 199, 239, 0.16))
    drop-shadow(0 22px 42px rgba(0, 0, 0, 0.24));
}

.brand-card-logo img,
.client-card-logo img {
  filter: grayscale(1) saturate(0) brightness(1.12) contrast(0.9);
}

.brand-card-logo:hover img,
.client-card-logo:hover img {
  filter: grayscale(0) saturate(1) brightness(1) contrast(1);
}

.footer {
  background: rgba(10, 16, 23, 0.82);
}

/* Servicios: íconos vivos y tipografía más fina */
.service-number-card .service-card-content h3 {
  max-width: 94%;
  font-size: clamp(1.18rem, 1.35vw, 1.56rem);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.service-number-card .service-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}

.service-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border-radius: 16px;
  font-size: 1.05rem;
  letter-spacing: 0;
  color: #d8f3ff;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.2), transparent 34%),
    rgba(127, 199, 239, 0.13);
  border: 1px solid rgba(185, 230, 251, 0.24);
  box-shadow:
    0 0 0 1px rgba(185, 230, 251, 0.035) inset,
    0 0 22px rgba(127, 199, 239, 0.12);
  animation: integratecIconPulse 2.8s ease-in-out infinite;
}

.service-icon i {
  filter: drop-shadow(0 0 8px rgba(185, 230, 251, 0.42));
}

.service-number-card:hover .service-icon {
  color: #ffffff;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.24), transparent 34%),
    rgba(127, 199, 239, 0.2);
  box-shadow:
    0 0 0 1px rgba(185, 230, 251, 0.08) inset,
    0 0 28px rgba(127, 199, 239, 0.24);
}

@keyframes integratecIconPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 0 1px rgba(185, 230, 251, 0.035) inset,
      0 0 18px rgba(127, 199, 239, 0.1);
  }
  50% {
    transform: scale(1.045);
    box-shadow:
      0 0 0 1px rgba(185, 230, 251, 0.075) inset,
      0 0 30px rgba(127, 199, 239, 0.22);
  }
}

@media (max-width: 980px) {
  .service-number-card .service-card-content h3 {
    font-size: clamp(1.2rem, 3.6vw, 1.55rem);
  }
}

@media (max-width: 680px) {
  .service-number-card .service-card-content h3 {
    font-size: clamp(1.12rem, 6vw, 1.42rem);
    line-height: 1.12;
  }
}

/* Productos: mismo lenguaje visual que Servicios */
.product-category-card .goods-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}

.product-category-card .goods-card-content h3 {
  max-width: 94%;
  font-size: clamp(1.18rem, 1.35vw, 1.56rem);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.product-category-card .goods-card-content p {
  max-width: 92%;
  margin-inline: auto;
  color: rgba(232, 239, 248, 0.8);
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 450;
}

.product-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  padding: 0;
  border-radius: 16px;
  font-size: 1.05rem;
  letter-spacing: 0;
  color: #d8f3ff;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.2), transparent 34%),
    rgba(127, 199, 239, 0.13);
  border: 1px solid rgba(185, 230, 251, 0.24);
  box-shadow:
    0 0 0 1px rgba(185, 230, 251, 0.035) inset,
    0 0 22px rgba(127, 199, 239, 0.12);
  animation: integratecIconPulse 2.8s ease-in-out infinite;
}

.product-icon i {
  filter: drop-shadow(0 0 8px rgba(185, 230, 251, 0.42));
}

.product-category-card:hover .product-icon {
  color: #ffffff;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.24), transparent 34%),
    rgba(127, 199, 239, 0.2);
  box-shadow:
    0 0 0 1px rgba(185, 230, 251, 0.08) inset,
    0 0 28px rgba(127, 199, 239, 0.24);
}

@media (max-width: 980px) {
  .product-category-card .goods-card-content h3 {
    font-size: clamp(1.2rem, 3.6vw, 1.55rem);
  }
}

@media (max-width: 680px) {
  .product-category-card .goods-card-content h3 {
    font-size: clamp(1.12rem, 6vw, 1.42rem);
    line-height: 1.12;
  }

  .product-category-card .goods-card-content p {
    font-size: 0.9rem;
  }
}

/* Botón flotante WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 250;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(185, 230, 251, 0.18), rgba(127, 199, 239, 0.08)),
    rgba(13, 22, 32, 0.82);
  backdrop-filter: blur(18px) saturate(145%);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    0 0 26px rgba(127, 199, 239, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float i {
  font-size: 1.45rem;
  color: #b9e6fb;
  filter: drop-shadow(0 0 10px rgba(127, 199, 239, 0.35));
}

.whatsapp-float:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 230, 251, 0.34);
  background:
    linear-gradient(135deg, rgba(185, 230, 251, 0.24), rgba(127, 199, 239, 0.12)),
    rgba(16, 28, 40, 0.9);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(127, 199, 239, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

@media (max-width: 680px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    padding: 0;
  }

  .whatsapp-float span {
    display: none;
  }
}

/* Marcas con logo: tarjeta compacta y bordeada */
.brand-card-logo {
  min-height: 104px;
  padding: 10px 10px 14px;
  gap: 6px;
}

.brand-card-logo::before {
  inset: 8px;
}

.brand-card-logo img {
  width: min(132px, 92%);
  max-height: 50px;
  padding: 4px 6px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.brand-card-logo span {
  width: calc(100% + 20px);
  min-height: 28px;
  margin: 0 -10px -14px;
  padding: 6px 8px;
  font-size: 0.78rem;
}

@media (max-width: 680px) {
  .brand-card-logo {
    min-height: 98px;
  }
}
