/* ══════════════════════════════════════════════
   AKNO CYBERNETIC DESIGN SYSTEM v3 (sitio estático)
   Inspirado en iia.cl: dark tech, neon, fotografía real
   ══════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }

/* ── Variables ── */
:root {
  --akno-dark:    #020B18;
  --akno-dark2:   #051428;
  --akno-navy:    #071E3D;
  --akno-cyan:    #00D4FF;
  --akno-cyan2:   #00B4D8;
  --akno-amber:   #FFB703;
  --akno-green:   #00FF88;
  --akno-glow:    rgba(0,212,255,0.15);
  --akno-border:  rgba(0,212,255,0.2);
  --circuit-color: rgba(0,180,216,0.06);
}

/* ── TIPOGRAFÍA BASE ── */
body { background: var(--akno-dark); color: #C8D8E8; font-family: Inter, system-ui, sans-serif; line-height: 1.5; }
h1,h2,h3,h4,h5,h6 { font-family: "Space Grotesk", sans-serif; color: #fff; }

/* ── PATRÓN CIRCUIT BOARD ── */
.akno-circuit-bg {
  background-color: var(--akno-dark2);
  background-image:
    linear-gradient(var(--circuit-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--circuit-color) 1px, transparent 1px),
    radial-gradient(circle, rgba(0,180,216,0.08) 1px, transparent 1px);
  background-size: 60px 60px, 60px 60px, 30px 30px;
}

/* ── PATRÓN HEX ── */
.akno-hex-bg {
  background-color: var(--akno-dark);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2728%22 height=%2249%22 viewBox=%220 0 28 49%22%3E%3Cg fill-rule=%22evenodd%22%3E%3Cg id=%22hexagons%22 fill=%22%2300B4D8%22 fill-opacity=%220.04%22 fill-rule=%22nonzero%22%3E%3Cpath d=%22M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ── NAV ── */
.akno-nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(1,8,16,0.97);
  border-bottom: 1px solid rgba(0,212,255,0.1);
  backdrop-filter: blur(12px);
}
.akno-nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.akno-nav-brand { display: flex; align-items: center; gap: 10px; }
.akno-nav-brand img { height: 32px; width: auto; }
.akno-nav-brand span { font-family: "Space Grotesk", sans-serif; font-weight: 700; color: #fff; font-size: 18px; letter-spacing: .5px; }
.akno-nav-links { display: flex; gap: 8px; align-items: center; }
.akno-nav-links a {
  color: rgba(200,216,232,0.8); font-size: 13px; letter-spacing: 1px; text-transform: uppercase;
  font-weight: 600; padding: 8px 14px; border-radius: 3px; transition: color .2s, background .2s;
}
.akno-nav-links a:hover, .akno-nav-links a.active { color: var(--akno-cyan); background: rgba(0,212,255,0.06); }
.akno-nav-cta {
  background: var(--akno-cyan2) !important; color: var(--akno-dark) !important;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}
.akno-nav-cta:hover { background: var(--akno-cyan) !important; }
.akno-nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 26px; cursor: pointer; }
@media (max-width: 860px) {
  .akno-nav-links {
    position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: rgba(1,8,16,0.99); border-bottom: 1px solid rgba(0,212,255,0.1);
    padding: 8px 16px 20px; gap: 4px; display: none;
  }
  .akno-nav-links.open { display: flex; }
  .akno-nav-links a { padding: 14px 10px; }
  .akno-nav-toggle { display: block; }
}

/* ── HERO CYBERNÉTICO ── */
.akno-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--akno-dark);
}
.akno-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("/images/Akno/server.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  filter: blur(1px) saturate(0.6);
}
.akno-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(2,11,24,0.92) 0%, rgba(5,20,40,0.85) 50%, rgba(2,11,24,0.92) 100%),
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0,212,255,0.08) 0%, transparent 70%);
  z-index: 2;
}
.akno-hero::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--akno-cyan), transparent);
  animation: scan-line 4s linear infinite;
  z-index: 3;
  opacity: 0.4;
}
@keyframes scan-line { 0% { top: 0; } 100% { top: 100%; } }
.akno-hero .container { position: relative; z-index: 4; max-width: 1200px; margin: 0 auto; padding: 60px 24px; }

/* ── BADGE CYBER ── */
.akno-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,212,255,0.08); border: 1px solid rgba(0,212,255,0.35);
  color: var(--akno-cyan); padding: 6px 18px; border-radius: 4px;
  font-size: 12px; font-weight: 700; margin-bottom: 24px;
  letter-spacing: 2px; text-transform: uppercase;
}

.akno-hero h1 {
  font-size: clamp(36px, 5.5vw, 68px); font-weight: 700; color: #fff; line-height: 1.1;
  margin: 0 0 8px; text-shadow: 0 0 40px rgba(0,212,255,0.3);
}
.akno-hero h1 span, h1 span, h2 span { color: var(--akno-cyan); }

.akno-cyber-line {
  width: 60px; height: 3px; background: linear-gradient(90deg, var(--akno-cyan), transparent);
  margin: 20px 0; position: relative;
}
.akno-cyber-line::after {
  content: ""; position: absolute; left: 68px; top: -3px; width: 8px; height: 8px;
  border: 2px solid var(--akno-cyan); border-radius: 50%;
}

/* ── BOTONES CYBER ── */
.akno-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 13px 32px; border-radius: 4px;
  font-weight: 700; font-size: 14px; text-decoration: none; transition: all .3s; cursor: pointer;
  border: none; letter-spacing: 1px; text-transform: uppercase; font-family: Inter, sans-serif;
}
.akno-btn-primary {
  background: var(--akno-cyan2); color: var(--akno-dark);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
.akno-btn-primary:hover { background: var(--akno-cyan); box-shadow: 0 0 25px rgba(0,212,255,0.5); transform: translateY(-2px); color: var(--akno-dark); }
.akno-btn-outline {
  background: transparent; color: var(--akno-cyan); border: 1px solid var(--akno-border);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
.akno-btn-outline:hover { background: rgba(0,212,255,0.1); border-color: var(--akno-cyan); box-shadow: 0 0 20px rgba(0,212,255,0.2); color: var(--akno-cyan); }
.akno-hero-btns { display: flex; flex-wrap: wrap; gap: 16px; }

/* ── STATS ── */
.akno-stats {
  display: flex; gap: 0; margin-top: 60px; border: 1px solid rgba(0,212,255,0.15); border-radius: 4px;
  overflow: hidden; background: rgba(0,212,255,0.03); backdrop-filter: blur(10px);
  width: fit-content; flex-wrap: wrap;
}
.akno-stat { padding: 20px 32px; text-align: center; border-right: 1px solid rgba(0,212,255,0.1); }
.akno-stat:last-child { border-right: none; }
.akno-stat-num { font-family: "Space Grotesk", sans-serif; font-size: 32px; font-weight: 700; color: var(--akno-cyan); line-height: 1; font-variant-numeric: tabular-nums; }
.akno-stat-label { font-size: 10px; color: rgba(255,255,255,0.4); margin-top: 4px; letter-spacing: 1.5px; text-transform: uppercase; }

/* ── SECCIONES BASE ── */
.akno-section { padding: 100px 0; }
.akno-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.akno-section-header { margin-bottom: 64px; }
.akno-section-header.center { text-align: center; }
.akno-section-tag {
  display: inline-flex; align-items: center; gap: 8px; color: var(--akno-cyan);
  font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 16px;
}
.akno-section-tag::before { content: ""; display: inline-block; width: 20px; height: 2px; background: var(--akno-cyan); }
.akno-section-header h2 { font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; color: #fff; margin: 0 0 16px; line-height: 1.2; }
.akno-section-header p { color: rgba(200,216,232,0.6); font-size: 17px; line-height: 1.7; max-width: 600px; }
.akno-section-header.center p { margin: 0 auto; }

/* ── CARD CYBER SERVICIOS ── */
.akno-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1px; background: rgba(0,212,255,0.08); }
.akno-service-card { background: var(--akno-dark2); padding: 36px 32px; transition: all .3s; position: relative; overflow: hidden; }
.akno-service-card::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: var(--akno-cyan); transition: width .4s; }
.akno-service-card:hover::before { width: 100%; }
.akno-service-card:hover { background: rgba(0,180,216,0.05); }
.akno-service-icon {
  width: 52px; height: 52px; border: 1px solid rgba(0,212,255,0.3); border-radius: 4px;
  display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 20px;
  background: rgba(0,212,255,0.05); position: relative;
}
.akno-service-icon::after { content: ""; position: absolute; inset: -1px; border: 1px solid rgba(0,212,255,0.1); border-radius: 4px; }
.akno-service-card h3 { font-size: 17px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.akno-service-card p { color: rgba(200,216,232,0.55); font-size: 14px; line-height: 1.7; margin: 0; }

/* ── PRODUCT CARDS CYBER ── */
.akno-products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.akno-product-card {
  background: var(--akno-dark2); border: 1px solid rgba(0,212,255,0.12); padding: 40px 36px;
  position: relative; transition: all .3s; overflow: hidden;
}
.akno-product-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--akno-cyan), transparent); }
.akno-product-card:hover { border-color: rgba(0,212,255,0.35); box-shadow: 0 0 40px rgba(0,212,255,0.1), inset 0 0 40px rgba(0,212,255,0.02); transform: translateY(-4px); }
.akno-product-badge {
  position: absolute; top: 16px; right: 16px; background: rgba(0,212,255,0.15); border: 1px solid rgba(0,212,255,0.3);
  color: var(--akno-cyan); padding: 3px 10px; border-radius: 3px; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.akno-product-badge.soon { background: rgba(255,183,3,0.15); border-color: rgba(255,183,3,0.3); color: var(--akno-amber); }
.akno-product-icon { font-size: 36px; margin-bottom: 20px; display: block; }
.akno-product-card h3 { font-size: 22px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.akno-product-card > p { color: rgba(200,216,232,0.6); font-size: 15px; line-height: 1.7; margin: 0 0 24px; }
.akno-product-features { margin: 0 0 28px; }
.akno-product-features li { display: flex; align-items: center; gap: 10px; color: rgba(200,216,232,0.75); font-size: 14px; padding: 6px 0; border-bottom: 1px solid rgba(0,212,255,0.06); }
.akno-product-features li::before { content: "›"; color: var(--akno-cyan); font-weight: 700; font-size: 18px; flex-shrink: 0; }
.akno-status-live { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.akno-status-live.on::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #00FF88; box-shadow: 0 0 8px #00FF88; animation: pulse 2s infinite; }
.akno-status-live.on { color: #00FF88; }
.akno-status-live.soon::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--akno-amber); }
.akno-status-live.soon { color: var(--akno-amber); }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.2)} }
.akno-product-link { display: inline-flex; align-items: center; gap: 8px; color: var(--akno-cyan); font-weight: 700; font-size: 13px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; transition: gap .2s; }
.akno-product-link:hover { gap: 16px; color: var(--akno-cyan); }

/* ── SECCIÓN DATACENTER (foto fondo) ── */
.akno-datacenter-section { position: relative; padding: 100px 0; overflow: hidden; }
.akno-datacenter-section .dc-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; filter: saturate(0.6) contrast(1.1);
}
.akno-datacenter-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(2,11,24,0.85) 0%, rgba(5,20,40,0.7) 100%); }
.akno-datacenter-section .akno-container { position: relative; z-index: 2; }
.akno-dc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media(max-width:768px){ .akno-dc-grid { grid-template-columns:1fr; } }
.akno-dc-stat { display: flex; gap: 20px; margin-bottom: 28px; align-items: flex-start; }
.akno-dc-stat-icon {
  width: 48px; height: 48px; flex-shrink: 0; border: 1px solid rgba(0,212,255,0.3); border-radius: 4px;
  display: flex; align-items: center; justify-content: center; font-size: 22px; background: rgba(0,212,255,0.06);
}
.akno-dc-stat strong { display: block; color: var(--akno-cyan); font-size: 22px; font-weight: 700; }
.akno-dc-stat span { color: rgba(200,216,232,0.6); font-size: 14px; }

/* ── EQUIPO / FOTO HUMANA ── */
.akno-team-section { padding: 100px 0; }
.akno-team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media(max-width:860px){ .akno-team-grid { grid-template-columns: 1fr; gap: 40px; } }
.akno-team-photo { position: relative; border: 1px solid rgba(0,212,255,0.15); overflow: hidden; }
.akno-team-photo::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--akno-cyan), transparent); z-index: 2; }
.akno-team-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.95) contrast(1.05); min-height: 340px; }
.akno-team-badge {
  position: absolute; bottom: 20px; left: 20px; background: rgba(2,11,24,0.85); backdrop-filter: blur(6px);
  border: 1px solid rgba(0,255,136,0.3); padding: 10px 16px; display: flex; align-items: center; gap: 10px;
}
.akno-team-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #00FF88; box-shadow: 0 0 8px #00FF88; animation: pulse 2s infinite; flex-shrink: 0; }
.akno-team-badge span { color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .5px; }

/* ── CLIENTES GRID ── */
.akno-clients-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1px; background: rgba(0,212,255,0.08); }
.akno-client-item { background: var(--akno-dark2); display: flex; align-items: center; justify-content: center; padding: 24px; height: 90px; transition: all .3s; }
.akno-client-item:hover { background: rgba(0,180,216,0.08); }
.akno-client-item img { max-width: 110px; max-height: 45px; object-fit: contain; filter: grayscale(100%) brightness(0.6) invert(1); opacity: 0.5; transition: all .3s; }
.akno-client-item:hover img { filter: grayscale(0%) brightness(1); opacity: 1; }

/* ── CTA FINAL ── */
.akno-cta { position: relative; padding: 80px 0; background: var(--akno-dark2); text-align: center; overflow: hidden; }
.akno-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(0,180,216,0.08) 0%, transparent 70%); }
.akno-cta .akno-container { position: relative; z-index: 1; }
.akno-cta h2 { font-size: clamp(26px, 3.5vw, 42px); color: #fff; margin: 0 0 12px; }
.akno-cta p { color: rgba(200,216,232,0.5); font-size: 17px; margin: 0 0 40px; }
.akno-btn-dark { background: #fff; color: var(--akno-dark); }
.akno-btn-dark:hover { background: var(--akno-cyan); box-shadow: 0 0 30px rgba(0,212,255,0.4); color: var(--akno-dark); }

/* ── PAGE HERO INNER ── */
.akno-page-hero { position: relative; padding: 100px 0 70px; background: var(--akno-dark); overflow: hidden; }
.akno-page-hero .ph-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: saturate(0.85); }
.akno-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,11,24,0.5) 0%, rgba(2,11,24,0.88) 100%), radial-gradient(ellipse 70% 60% at 50% 20%, rgba(0,212,255,0.10) 0%, transparent 70%); }
.akno-page-hero .akno-container { position: relative; z-index: 2; text-align: center; }
.akno-page-hero h1 { font-size: clamp(30px,5vw,54px); color: #fff; font-weight: 700; margin: 0 0 16px; }
.akno-page-hero p { color: rgba(200,216,232,0.55); font-size: 18px; max-width: 600px; margin: 0 auto; }

/* ── PARTNERS/MARCAS ── */
.akno-brands-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 16px; }
.akno-brand-item {
  background: rgba(0,212,255,0.04); border: 1px solid rgba(0,212,255,0.1); border-radius: 4px; padding: 16px; height: 70px;
  display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: rgba(200,216,232,0.4);
  letter-spacing: 1px; text-transform: uppercase; transition: all .3s;
}
.akno-brand-item:hover { border-color: rgba(0,212,255,0.3); color: var(--akno-cyan); background: rgba(0,212,255,0.08); }

/* ── SECCIÓN OSCURA ── */
.akno-section-dark { background: var(--akno-dark); }
.akno-section-dark2 { background: var(--akno-dark2); }
.akno-section-circuit { background: var(--akno-dark2); }

/* ── SEPARADOR CYBER ── */
.akno-divider { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,212,255,0.3), transparent); }

/* ── CASOS DE ÉXITO ── */
.akno-cases-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.akno-case-card { background: var(--akno-dark2); border: 1px solid rgba(0,212,255,0.12); padding: 36px 40px; position: relative; overflow: hidden; }
.akno-case-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--akno-cyan), transparent); }
.akno-case-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.akno-case-head h3 { font-size: 20px; font-weight: 700; color: #fff; margin: 0; }
.akno-case-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--akno-cyan);
  background: rgba(0,212,255,0.1); border: 1px solid rgba(0,212,255,0.25); padding: 4px 12px; border-radius: 3px; white-space: nowrap;
}
.akno-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 780px) { .akno-case-grid { grid-template-columns: 1fr; } }
.akno-case-col .akno-case-label { display: block; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(200,216,232,0.4); margin-bottom: 10px; }
.akno-case-col p { color: rgba(200,216,232,0.65); font-size: 14px; line-height: 1.7; margin: 0; }
.akno-case-col.result p { color: rgba(200,216,232,0.85); }
.akno-case-result-badge {
  display: inline-block; margin-top: 12px; background: rgba(0,255,136,0.1); border: 1px solid rgba(0,255,136,0.3); color: var(--akno-green);
  font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 3px;
}

/* ── CONTACT GRID ── */
.akno-contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.akno-contact-form-panel { background: rgba(0,212,255,0.03); border: 1px solid rgba(0,212,255,0.12); padding: 40px; position: relative; overflow: hidden; }
@media (max-width: 860px) { .akno-contact-grid { grid-template-columns: 1fr; gap: 40px; } .akno-contact-form-panel { padding: 28px 20px; } }
@media (max-width: 480px) { .akno-contact-grid { gap: 32px; } .akno-contact-form-panel { padding: 20px 14px; } .akno-container { padding: 0 14px; } }

/* ── FORMULARIO NATIVO (reemplaza CF7) ── */
.akno-form-field { margin-bottom: 14px; }
.akno-form input[type=text], .akno-form input[type=email], .akno-form input[type=tel], .akno-form select, .akno-form textarea {
  width: 100%; background: rgba(0,212,255,0.04); border: 1px solid rgba(0,212,255,0.2); border-radius: 0; color: #fff;
  font-family: Inter, sans-serif; font-size: 14px; line-height: 1.4; padding: 13px 16px; box-sizing: border-box;
  transition: border-color .2s, box-shadow .2s; outline: none;
}
.akno-form select {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2300D4FF' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; background-size: 11px 7px;
  padding-right: 40px; min-height: 48px; height: auto;
}
.akno-form input::placeholder, .akno-form textarea::placeholder { color: rgba(200,216,232,0.3); }
.akno-form input:focus, .akno-form textarea:focus, .akno-form select:focus {
  border-color: rgba(0,212,255,0.6); box-shadow: 0 0 0 3px rgba(0,212,255,0.08); background: rgba(0,212,255,0.07);
}
.akno-form select option { background: #051428; color: #fff; }
.akno-form textarea { min-height: 130px; resize: vertical; }
.akno-form label { display: block; font-size: 11px; color: rgba(200,216,232,0.4); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.akno-form-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.akno-submit {
  background: #00B4D8; color: #020B18; border: none; padding: 13px 36px; font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; font-family: Inter, sans-serif; transition: all .3s;
  clip-path: polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));
}
.akno-submit:hover { background: #00D4FF; box-shadow: 0 0 24px rgba(0,212,255,0.4); }
.akno-submit:disabled { opacity: .5; cursor: default; }
.akno-form-msg { display: none; border: 1px solid rgba(0,212,255,0.3); background: rgba(0,212,255,0.06); color: #00B4D8; padding: 12px 16px; font-size: 14px; margin-top: 16px; }
.akno-form-msg.show { display: block; }
.akno-form-msg.error { border-color: rgba(255,107,107,0.4); background: rgba(255,107,107,0.06); color: #ff6b6b; }

/* ── FOOTER ── */
.akno-footer { background: #010810; border-top: 1px solid rgba(0,212,255,0.1); padding: 56px 0 28px; }
.akno-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
@media(max-width:700px){ .akno-footer-grid { grid-template-columns: 1fr; gap: 28px; } }
.akno-footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.akno-footer-brand img { height: 28px; }
.akno-footer-brand span { font-family: "Space Grotesk", sans-serif; font-weight: 700; color: #fff; font-size: 16px; }
.akno-footer p { color: rgba(200,216,232,0.4); font-size: 13px; line-height: 1.7; max-width: 320px; margin: 0; }
.akno-footer h4 { font-size: 11px; color: rgba(200,216,232,0.4); letter-spacing: 2px; text-transform: uppercase; margin: 0 0 16px; }
.akno-footer ul li { margin-bottom: 10px; }
.akno-footer ul a { color: rgba(200,216,232,0.65); font-size: 14px; }
.akno-footer ul a:hover { color: var(--akno-cyan); }
.akno-footer-copy { border-top: 1px solid rgba(0,212,255,0.08); padding-top: 24px; color: rgba(200,216,232,0.3); font-size: 12px; letter-spacing: .5px; text-align: center; }
.akno-footer-copy a { color: var(--akno-cyan); }

/* ── MOBILE ── */
@media(max-width:768px){
  .akno-hero h1 { font-size: 34px; }
  .akno-stats { width: 100%; }
  .akno-stat { flex: 1 1 50%; }
  .akno-products-grid, .akno-services-grid { grid-template-columns: 1fr; }
  .akno-clients-grid { grid-template-columns: repeat(3,1fr); }
  .akno-section { padding: 60px 0; }
  .akno-dc-grid { grid-template-columns:1fr; }
  .akno-page-hero { padding: 80px 0 50px; }
}
@media (max-width: 600px) {
  .akno-container { padding: 0 16px; }
  .akno-section { padding: 50px 0; }
  .akno-page-hero { padding: 70px 0 40px; }
  .akno-page-hero h1 { font-size: clamp(24px, 8vw, 38px); }
}

/* ══════════════════════════════════════════════
   CARRUSEL DE FOTOS DEL HERO (12-sep-2026)
   Reemplaza el fondo único casi invisible por 4 fotos
   reales que rotan, una por cada frente de negocio.
   ══════════════════════════════════════════════ */
.akno-hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease;
  filter: saturate(0.85);
  z-index: 1;
}
.akno-hero-slide.active { opacity: 1; }
/* El wash direccional reemplaza el overlay parejo anterior -- más oscuro
   donde va el texto (izquierda), más visible la foto hacia la derecha. */
.akno-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(2,11,24,0.96) 0%, rgba(2,11,24,0.86) 34%, rgba(2,11,24,0.58) 62%, rgba(2,11,24,0.75) 100%),
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0,212,255,0.10) 0%, transparent 70%);
  z-index: 2;
}
.akno-hero-textstack { display: grid; }
.akno-hero-textstack > .akno-hero-text {
  grid-area: 1 / 1;
  opacity: 0; pointer-events: none;
  transition: opacity .7s ease;
}
.akno-hero-textstack > .akno-hero-text.active { opacity: 1; pointer-events: auto; }

.akno-hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 5; width: 46px; height: 46px; border-radius: 50%;
  background: rgba(2,11,24,0.55); border: 1px solid rgba(0,212,255,0.3);
  color: var(--akno-cyan); font-size: 20px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .2s, border-color .2s, transform .2s;
}
.akno-hero-arrow:hover { background: rgba(0,212,255,0.15); border-color: var(--akno-cyan); transform: translateY(-50%) scale(1.06); }
.akno-hero-arrow.prev { left: 20px; }
.akno-hero-arrow.next { right: 20px; }
.akno-hero-dots {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 5; display: flex; gap: 10px;
}
.akno-hero-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(200,216,232,0.28); border: 1px solid rgba(0,212,255,0.35);
  cursor: pointer; padding: 0; transition: background .2s, transform .2s;
}
.akno-hero-dot.active { background: var(--akno-cyan); transform: scale(1.25); }
@media (max-width: 700px) { .akno-hero-arrow { display: none; } }

/* ══════════════════════════════════════════════
   MENÚ DESPLEGABLE "SERVICIOS"
   ══════════════════════════════════════════════ */
.akno-nav-dropdown { position: relative; display: flex; align-items: center; }
.akno-nav-dropdown-toggle {
  background: none; border: none; color: rgba(200,216,232,0.8);
  font-size: 12px; padding: 8px 6px 8px 0; cursor: pointer; display: none;
}
.akno-nav-dropdown-menu {
  position: absolute; top: calc(100% + 12px); left: 0; min-width: 270px;
  background: rgba(2,11,24,0.98); border: 1px solid rgba(0,212,255,0.15);
  border-radius: 8px; padding: 10px; box-shadow: 0 24px 48px rgba(0,0,0,0.45);
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 250;
}
.akno-nav-dropdown-menu a {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 12px; border-radius: 5px; font-size: 13px;
  text-transform: none; letter-spacing: 0; font-weight: 500;
  color: rgba(200,216,232,0.85);
}
.akno-nav-dropdown-menu a:hover { background: rgba(0,212,255,0.08); color: var(--akno-cyan); }
.akno-nav-dropdown-divider { height: 1px; background: rgba(0,212,255,0.12); margin: 6px 6px; }
.akno-nav-dropdown-all { color: var(--akno-cyan) !important; font-weight: 700 !important; }
.akno-nav-dropdown:hover .akno-nav-dropdown-menu,
.akno-nav-dropdown.open .akno-nav-dropdown-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
@media (max-width: 860px) {
  .akno-nav-dropdown { flex-wrap: wrap; }
  .akno-nav-dropdown-toggle { display: block; }
  .akno-nav-dropdown-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: none; background: transparent; padding: 0 0 0 14px;
    max-height: 0; overflow: hidden; transition: max-height .25s ease;
    width: 100%;
  }
  .akno-nav-dropdown.open .akno-nav-dropdown-menu { max-height: 260px; }
}

/* ══════════════════════════════════════════════
   FOTOS EN TARJETAS DE SERVICIO (portada + /servicios/)
   ══════════════════════════════════════════════ */
.akno-service-photo {
  height: 130px;
  margin: -36px -32px 24px;
  background-size: cover; background-position: center;
  position: relative;
  filter: saturate(0.9);
}
.akno-service-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,20,40,0) 45%, var(--akno-dark2) 100%);
}
.akno-category-photo {
  height: 160px;
  border-radius: 6px;
  margin-bottom: 24px;
  background-size: cover; background-position: center;
  position: relative;
  filter: saturate(0.9);
  overflow: hidden;
}
.akno-category-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(2,11,24,0.75) 0%, rgba(2,11,24,0.15) 70%);
}
/* Foto de fondo para un bloque de categoría completo (encabezado + grilla), no un banner recortado */
.akno-category-bg { position: relative; overflow: hidden; border-radius: 8px; padding: 48px 40px 44px; }
.akno-category-bg .dc-bg { border-radius: 8px; filter: saturate(0.55) contrast(1.1); }
.akno-category-bg::after {
  content: "";
  position: absolute; inset: 0; border-radius: 8px;
  background: linear-gradient(135deg, rgba(2,11,24,0.9) 0%, rgba(5,20,40,0.78) 100%);
}
@media(max-width:600px){ .akno-category-bg { padding: 36px 22px 32px; } }
/* Deja espacio para el nav sticky (72px) al saltar a un anchor #categoría */
.akno-category-anchor { scroll-margin-top: 96px; }

/* ══════════════════════════════════════════════
   REVEAL AL HACER SCROLL
   ══════════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .akno-hero-slide, .akno-hero-text { transition: none; }
}
