/* ===== RESET ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',sans-serif;color:#4A4A4A;background:#fff;line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit}

/* ===== TOKENS ===== */
:root{
  --blue:#14213D;
  --green:#00A896;
  --green2:#008F7E;
  --light:#F7F9FB;
  --text:#4A4A4A;
  --muted:#8492A6;
  --white:#fff;
  --radius:12px;
  --shadow:0 4px 24px rgba(20,33,61,0.10);
}

/* ===== PAGE LOADER ===== */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #081020;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
}
.page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.spinner {
  width: 45px;
  height: 45px;
  border: 4px solid rgba(0, 200, 180, 0.2);
  border-top-color: #00c8b4;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ===== UTILS ===== */
.container{max-width:1400px;margin:0 auto;padding:0 48px}
.section-tag{font-size:.72rem;font-weight:700;letter-spacing:.15em;color:var(--green);text-transform:uppercase;margin-bottom:12px}
.section-tag.light{color:rgba(0,168,150,0.9)}
.sec-title{font-size:2.25rem;font-weight:700;color:var(--blue);line-height:1.25;margin-bottom:16px}
.sec-title.center{text-align:center}
.sec-title.light{color:#fff}
.sec-desc{color:var(--muted);font-size:1rem;margin-bottom:40px;max-width:600px}
.sec-desc.center{margin-left:auto;margin-right:auto;text-align:center}
.sec-desc.light{color:rgba(255,255,255,0.7)}

/* ===== BUTTONS ===== */
.btn-primary{display:inline-block;background:var(--green);color:#fff;padding:14px 28px;border-radius:var(--radius);font-weight:600;font-size:.95rem;transition:all .25s;border:none;cursor:pointer;font-family:inherit}
.btn-primary:hover{background:var(--green2);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,168,150,0.35)}
.btn-ghost{display:inline-block;background:transparent;color:var(--blue);padding:14px 28px;border-radius:var(--radius);font-weight:600;font-size:.95rem;border:2px solid rgba(20,33,61,0.2);transition:all .25s}
.btn-ghost:hover{border-color:var(--blue);background:rgba(20,33,61,0.05)}
.btn-lg{padding:16px 36px;font-size:1.05rem}
.btn-cta{display:inline-block;background:var(--green);color:#fff;padding:10px 22px;border-radius:var(--radius);font-weight:600;font-size:.88rem;transition:all .2s;white-space:nowrap}
.btn-cta:hover{background:var(--green2);transform:translateY(-1px)}

/* ===== WHATSAPP ===== */
.wa-float{position:fixed;bottom:28px;right:28px;z-index:9999;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.45);transition:all .3s}
.wa-float:hover{transform:scale(1.12);box-shadow:0 8px 30px rgba(37,211,102,0.55)}

/* ===== HEADER ===== */
.header{position:fixed;top:0;left:0;right:0;z-index:1000;height:80px;background:#fff;border-bottom:1px solid rgba(20,33,61,0.08);transition:all .3s}
.header.scrolled{box-shadow:0 4px 24px rgba(20,33,61,0.12)}
.hdr-inner{max-width:1400px;margin:0 auto;padding:0 48px;height:100%;display:flex;align-items:center;gap:32px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo-img{height:40px;width:auto;object-fit:contain;display:block}
.logo-text{display:flex;flex-direction:column;justify-content:center}
.logo-title{font-size:1.3rem;font-weight:800;color:var(--navy);line-height:1;letter-spacing:0.5px}
.logo-subtitle{font-size:0.65rem;font-weight:500;color:rgba(13,27,46,0.65);line-height:1.2;letter-spacing:0.2px}
.logo-img-footer{height:40px;opacity:.9}
/* ===== UTILS ===== */
.container{max-width:1400px;margin:0 auto;padding:0 48px}
.section-tag{font-size:.72rem;font-weight:700;letter-spacing:.15em;color:var(--green);text-transform:uppercase;margin-bottom:12px}
.section-tag.light{color:rgba(0,168,150,0.9)}
.sec-title{font-size:2.25rem;font-weight:700;color:var(--blue);line-height:1.25;margin-bottom:16px}
.sec-title.center{text-align:center}
.sec-title.light{color:#fff}
.sec-desc{color:var(--muted);font-size:1rem;margin-bottom:40px;max-width:600px}
.sec-desc.center{margin-left:auto;margin-right:auto;text-align:center}
.sec-desc.light{color:rgba(255,255,255,0.7)}

/* ===== BUTTONS ===== */
.btn-primary{display:inline-block;background:var(--green);color:#fff;padding:14px 28px;border-radius:var(--radius);font-weight:600;font-size:.95rem;transition:all .25s;border:none;cursor:pointer;font-family:inherit}
.btn-primary:hover{background:var(--green2);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,168,150,0.35)}
.btn-ghost{display:inline-block;background:transparent;color:var(--blue);padding:14px 28px;border-radius:var(--radius);font-weight:600;font-size:.95rem;border:2px solid rgba(20,33,61,0.2);transition:all .25s}
.btn-ghost:hover{border-color:var(--blue);background:rgba(20,33,61,0.05)}
.btn-lg{padding:16px 36px;font-size:1.05rem}
.btn-cta{display:inline-block;background:var(--green);color:#fff;padding:10px 22px;border-radius:var(--radius);font-weight:600;font-size:.88rem;transition:all .2s;white-space:nowrap}
.btn-cta:hover{background:var(--green2);transform:translateY(-1px)}

/* ===== WHATSAPP ===== */
.wa-float{position:fixed;bottom:28px;right:28px;z-index:9999;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.45);transition:all .3s}
.wa-float:hover{transform:scale(1.12);box-shadow:0 8px 30px rgba(37,211,102,0.55)}

/* ===== HEADER ===== */
.header{position:fixed;top:0;left:0;right:0;z-index:1000;height:80px;background:#fff;border-bottom:1px solid rgba(20,33,61,0.08);transition:all .3s}
.header.scrolled{box-shadow:0 4px 24px rgba(20,33,61,0.12)}
.hdr-inner{max-width:1400px;margin:0 auto;padding:0 48px;height:100%;display:flex;align-items:center;gap:32px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo-img{height:40px;width:auto;object-fit:contain;display:block}
.logo-text{display:flex;flex-direction:column;justify-content:center}
.logo-title{font-size:1.3rem;font-weight:800;color:var(--navy);line-height:1;letter-spacing:0.5px}
.logo-subtitle{font-size:0.65rem;font-weight:500;color:rgba(13,27,46,0.65);line-height:1.2;letter-spacing:0.2px}
.logo-img-footer{height:40px;opacity:.9}
.nav{display:flex;gap:28px;margin-left:auto}
.nav a{font-size:.88rem;font-weight:500;color:var(--muted);transition:color .2s}
.nav a:hover{color:var(--blue)}
.nav a.active{color:var(--blue);font-weight:700;border-bottom:2px solid var(--green);padding-bottom:2px}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:1001;margin-left:auto;outline:none;}
.burger span{display:block;width:24px;height:2px;background:#00c8b4;border-radius:2px;transition:all .3s}
/* Overlay para cerrar menú */
.nav-overlay{display:none;position:fixed;inset:0;background:rgba(20,33,61,0.6);z-index:998;backdrop-filter:blur(6px)}
.nav-overlay.open{display:block}
.nav-mobile-header, .nav-mobile-footer, .nav-link-ico { display: none; }

/* ===== PAGE BANNER (páginas internas) ===== */
.page-banner{background:linear-gradient(135deg, rgba(20,33,61,0.85) 0%, rgba(30,58,110,0.85) 60%, rgba(20,67,90,0.85) 100%), url('../recursos/fondos/fondo1.png') center/cover no-repeat;padding:140px 0 72px;text-align:center}
.page-banner .section-tag{color:rgba(0,168,150,0.9)}
.page-banner h1{font-size:2.8rem;font-weight:900;color:#fff;margin-bottom:14px;line-height:1.2}
.page-banner p{font-size:1rem;color:rgba(255,255,255,0.7);max-width:520px;margin:0 auto}


/* ===== HERO ===== */
.hero{min-height:90vh;display:flex;align-items:center;padding:100px 48px 60px;max-width:1400px;margin:0 auto}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;width:100%}
.eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;color:var(--green);text-transform:uppercase;margin-bottom:18px;background:rgba(0,168,150,0.1);padding:6px 14px;border-radius:50px;border:1px solid rgba(0,168,150,0.25)}
.hero-left h1{font-size:3rem;font-weight:900;color:var(--blue);line-height:1.15;margin-bottom:20px;max-width:520px}
.hero-left h1 em{font-style:normal;color:var(--green)}
.hero-left p{font-size:1.05rem;color:var(--muted);max-width:460px;margin-bottom:32px}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap}

/* Hero con imagen de fondo */
.hero-bg{
  background: linear-gradient(135deg, rgba(20,33,61,0.28) 0%, rgba(20,33,61,0.18) 55%, rgba(0,143,126,0.12) 100%), url('../recursos/fondos/fondo1.png') center/cover no-repeat;
  max-width:100%;
  padding:100px 48px 60px;
  display:flex;
  align-items:center;
}
.hero-bg .hero-inner{
  max-width:1400px;
  margin:0 auto;
  width:100%;
}
.hero-bg .hero-left h1{
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,0.55);
}
.hero-bg .hero-left h1 em{color:#00e8d0}
.hero-bg .hero-left p{
  color:#fff;
  text-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.hero-bg .eyebrow{
  color:rgba(0,232,208,0.95);
  background:rgba(0,168,150,0.2);
  border-color:rgba(0,232,208,0.35);
}
.hero-ghost{
  color:#fff;
  border-color:rgba(255,255,255,0.5);
}
.hero-ghost:hover{border-color:#fff;background:rgba(255,255,255,0.1);color:#fff}

/* Dashboard Card */
.dash-card{background:#fff;border:1px solid rgba(20,33,61,0.1);border-radius:20px;padding:24px;box-shadow:0 20px 60px rgba(20,33,61,0.12);width:100%}
.dash-top{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.dash-dots{display:flex;gap:6px}
.dash-dots span{width:10px;height:10px;border-radius:50%}
.dash-dots span:nth-child(1){background:#ff5f57}
.dash-dots span:nth-child(2){background:#febc2e}
.dash-dots span:nth-child(3){background:#28c840}
.dash-label{font-size:.72rem;color:var(--muted);font-weight:500}
.dash-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}
.metric{background:var(--light);border-radius:10px;padding:12px;text-align:center}
.metric.hi{background:linear-gradient(135deg,rgba(0,168,150,0.15),rgba(0,168,150,0.05));border:1px solid rgba(0,168,150,0.3)}
.m-val{font-size:1.1rem;font-weight:800;color:var(--blue)}
.m-lbl{font-size:.62rem;color:var(--muted);margin-top:2px}
.dash-bars{display:flex;align-items:flex-end;gap:8px;height:70px;background:var(--light);border-radius:10px;padding:10px;margin-bottom:14px}
.dbar{flex:1;height:var(--h,40%);background:rgba(20,33,61,0.15);border-radius:4px 4px 0 0;position:relative;transition:height .8s cubic-bezier(.4,0,.2,1)}
.dbar.active{background:linear-gradient(to top,var(--green),#00c5af)}
.dbar span{position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);font-size:.55rem;color:var(--muted);white-space:nowrap}
.dash-flow{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;overflow:hidden}
.flow-step{font-size:.65rem;font-weight:600;color:var(--muted);background:var(--light);border-radius:6px;padding:5px 8px;white-space:nowrap;flex-shrink:0}
.flow-step.active{background:var(--green);color:#fff}
.flow-arr{font-size:.7rem;color:var(--muted);flex-shrink:0}

/* ===== PROBLEMA ===== */
.problema{padding:96px 0;background:var(--light)}
.prob-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:12px}
.prob-card{background:#fff;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);text-align:center;transition:.3s}
.prob-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(20,33,61,0.14)}
.prob-ico{display:flex;justify-content:center;margin-bottom:18px;color:var(--green)}
.prob-ico svg{width:44px;height:44px}
.prob-card h3{font-size:1.05rem;font-weight:700;color:var(--blue);margin-bottom:10px}
.prob-card p{font-size:.88rem;color:var(--muted);line-height:1.6}

/* ===== METODOLOGÍA ===== */
.metodo{padding:96px 0;background: linear-gradient(rgba(20,33,61,0.9), rgba(20,33,61,0.9)), url('../recursos/fondos/fondo2.png') center/cover no-repeat;}
.steps{display:flex;align-items:flex-start;gap:0;margin-top:48px}
.step{flex:1;text-align:center;padding:0 16px}
.step-n{width:32px;height:32px;border-radius:50%;background:var(--green);color:#fff;font-size:.8rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.step-ico{display:flex;justify-content:center;margin-bottom:14px;color:var(--green)}
.step-ico svg{width:40px;height:40px}
.step h3{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:8px}
.step p{font-size:.82rem;color:rgba(255,255,255,0.6)}
.step-line{flex-shrink:0;width:40px;height:2px;background:rgba(0,168,150,0.4);margin-top:16px;align-self:flex-start}

/* ===== SERVICIOS ===== */
.servicios{padding:96px 0;background: linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95)), url('../recursos/fondos/fondo5.png') center/cover no-repeat;}
.svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:12px}
.svc-card{background:#fff;border:1px solid rgba(20,33,61,0.08);border-radius:var(--radius);padding:32px;display:flex;gap:20px;align-items:flex-start;transition:.3s}
.svc-card:hover{border-color:var(--green);box-shadow:0 8px 32px rgba(0,168,150,0.12);transform:translateY(-4px)}
.svc-ico{flex-shrink:0;color:var(--green);display:flex;align-items:center}
.svc-ico svg{width:40px;height:40px}
.svc-card h3{font-size:1rem;font-weight:700;color:var(--blue);margin-bottom:8px}
.svc-card p{font-size:.85rem;color:var(--muted);line-height:1.6}

/* ===== DIFERENCIAL ===== */
.diferencial{padding:96px 0;background: linear-gradient(rgba(20,33,61,0.92), rgba(20,33,61,0.92)), url('../recursos/fondos/fondo3.png') center/cover no-repeat;}
.compare{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;margin-top:40px;max-width:900px;margin-left:auto;margin-right:auto}
.cmp-col{border-radius:var(--radius);padding:32px;display:flex;flex-direction:column;gap:14px}
.cmp-col.bad{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1)}
.cmp-col.good{background:rgba(0,168,150,0.15);border:1px solid rgba(0,168,150,0.35)}
.cmp-head{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,0.5);margin-bottom:6px}
.cmp-head.seiso-head{color:var(--green)}
.cmp-item{font-size:.88rem;color:rgba(255,255,255,0.8);display:flex;align-items:flex-start;gap:8px}
.cmp-vs{font-size:1rem;font-weight:800;color:rgba(255,255,255,0.3);text-align:center;flex-shrink:0}
.xi{color:#f87171;font-weight:700;flex-shrink:0}
.ok{color:var(--green);font-weight:700;flex-shrink:0}

/* ===== SOLUCIONES ===== */
.soluciones{padding:96px 0;background:var(--light)}
.sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:12px}
.sol-card{background:#fff;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);transition:.3s;position:relative;overflow:hidden}
.sol-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green),#00c5af)}
.sol-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(20,33,61,0.15)}
.sol-ico{display:flex;margin-bottom:16px;color:var(--green)}
.sol-ico svg{width:44px;height:44px}
.sol-tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green);margin-bottom:10px}
.sol-card h3{font-size:1rem;font-weight:700;color:var(--blue);margin-bottom:10px}
.sol-card p{font-size:.85rem;color:var(--muted);margin-bottom:16px;line-height:1.6}
.sol-meta span{font-size:.8rem;font-weight:600;color:var(--green)}

/* ===== NOSOTROS ===== */
.nosotros{padding:96px 0}
.nos-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.nos-left h2{font-size:2rem;font-weight:800;color:var(--blue);margin-bottom:20px;line-height:1.3}
.nos-left p{font-size:.92rem;color:var(--muted);margin-bottom:16px;line-height:1.7}
.nos-stats{display:flex;gap:32px;margin-top:32px}
.ns-n{font-size:2rem;font-weight:900;color:var(--blue)}
.ns-l{font-size:.78rem;color:var(--muted);font-weight:500}
.nos-visual{background:var(--light);border-radius:20px;padding:32px;border:1px solid rgba(20,33,61,0.08)}
.nos-badge{font-size:.8rem;font-weight:700;color:var(--blue);margin-bottom:20px;display:inline-flex;align-items:center;gap:8px;background:#fff;padding:8px 16px;border-radius:50px;border:1px solid rgba(20,33,61,0.1);box-shadow:0 2px 10px rgba(20,33,61,0.08)}
.nos-items{display:flex;flex-direction:column;gap:18px}
.nos-item{display:flex;gap:14px;align-items:flex-start;background:#fff;padding:16px;border-radius:10px;border:1px solid rgba(20,33,61,0.08)}
.ni-ico{flex-shrink:0;color:var(--green);display:flex;align-items:center;margin-top:2px}
.ni-ico svg{width:28px;height:28px}
.nos-item strong{display:block;font-size:.9rem;color:var(--blue);margin-bottom:4px}
.nos-item p{font-size:.82rem;color:var(--muted)}

/* ===== CTA FINAL ===== */
.cta-final{padding:100px 0;background: linear-gradient(135deg, rgba(20,33,61,0.85) 0%, rgba(30,58,110,0.85) 50%, rgba(0,143,126,0.85) 100%), url('../recursos/fondos/fondo4.png') center/cover no-repeat;text-align:center}
.cta-inner h2{font-size:2.4rem;font-weight:800;color:#fff;margin-bottom:16px}
.cta-inner p{font-size:1rem;color:rgba(255,255,255,0.7);margin-bottom:36px;max-width:500px;margin-left:auto;margin-right:auto}

/* ===== CONTACTO ===== */
.contacto{padding:96px 0;background:#fff}
.cto-inner{display:grid;grid-template-columns:1fr 1.8fr;gap:64px;align-items:start;margin-top:12px}
.ci-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}
.ci-ico{flex-shrink:0;color:var(--green);display:flex;align-items:center}
.ci-ico svg{width:32px;height:32px}
.ci-lbl{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:2px}
.ci-val{font-size:.95rem;font-weight:600;color:var(--blue)}
.btn-wa{display:inline-flex;align-items:center;gap:8px;background:#25D366;color:#fff;padding:12px 22px;border-radius:var(--radius);font-weight:600;font-size:.9rem;margin-top:12px;transition:.2s}
.btn-wa:hover{background:#1ebe5d;transform:translateY(-2px)}
.cto-form{display:flex;flex-direction:column;gap:18px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.fg{display:flex;flex-direction:column;gap:6px}
.fg label{font-size:.78rem;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:.04em}
.fg input,.fg select,.fg textarea{background:var(--light);border:1.5px solid rgba(20,33,61,0.12);border-radius:10px;padding:13px 16px;font-family:inherit;font-size:.9rem;color:var(--blue);transition:.2s;resize:none;width:100%}
.fg select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238492A6' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
.fg input:focus,.fg textarea:focus{outline:none;border-color:var(--green);background:#fff;box-shadow:0 0 0 3px rgba(0,168,150,0.1)}
.btn-submit{background:var(--green);color:#fff;padding:15px 28px;border-radius:var(--radius);font-family:inherit;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:all .25s}
.btn-submit:hover{background:var(--green2);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,168,150,0.35)}
.f-ok{display:none;background:rgba(0,168,150,0.1);border:1px solid rgba(0,168,150,0.3);color:var(--green2);padding:14px 18px;border-radius:10px;font-size:.9rem;text-align:center;font-weight:500}
.f-ok.show{display:block}

/* ===== FOOTER ===== */
.footer{background:var(--blue);padding:60px 0 0}
.ftr-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;padding-bottom:48px}
.ftr-brand p{font-size:.85rem;color:rgba(255,255,255,0.5);margin-top:16px;max-width:260px;line-height:1.7}
.ftr-nav h4,.ftr-contact h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,0.4);margin-bottom:16px}
.ftr-nav{display:flex;flex-direction:column;gap:0}
.ftr-nav a{font-size:.85rem;color:rgba(255,255,255,0.6);padding:5px 0;transition:.2s}
.ftr-nav a:hover{color:var(--green)}
.ftr-contact p{font-size:.85rem;color:rgba(255,255,255,0.6);margin-bottom:6px}
.page-banner .section-tag{color:rgba(0,168,150,0.9)}
.page-banner h1{font-size:2.8rem;font-weight:900;color:#fff;margin-bottom:14px;line-height:1.2}
.page-banner p{font-size:1rem;color:rgba(255,255,255,0.7);max-width:520px;margin:0 auto}


/* ===== HERO ===== */
.hero{min-height:90vh;display:flex;align-items:center;padding:100px 48px 60px;max-width:1400px;margin:0 auto}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;width:100%}
.eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;color:var(--green);text-transform:uppercase;margin-bottom:18px;background:rgba(0,168,150,0.1);padding:6px 14px;border-radius:50px;border:1px solid rgba(0,168,150,0.25)}
.hero-left h1{font-size:3rem;font-weight:900;color:var(--blue);line-height:1.15;margin-bottom:20px;max-width:520px}
.hero-left h1 em{font-style:normal;color:var(--green)}
.hero-left p{font-size:1.05rem;color:var(--muted);max-width:460px;margin-bottom:32px}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap}

/* Hero con imagen de fondo */
.hero-bg{
  background: linear-gradient(135deg, rgba(20,33,61,0.28) 0%, rgba(20,33,61,0.18) 55%, rgba(0,143,126,0.12) 100%), url('../recursos/fondos/fondo1.png') center/cover no-repeat;
  max-width:100%;
  padding:100px 48px 60px;
  display:flex;
  align-items:center;
}
.hero-bg .hero-inner{
  max-width:1400px;
  margin:0 auto;
  width:100%;
}
.hero-bg .hero-left h1{
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,0.55);
}
.hero-bg .hero-left h1 em{color:#00e8d0}
.hero-bg .hero-left p{
  color:#fff;
  text-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.hero-bg .eyebrow{
  color:rgba(0,232,208,0.95);
  background:rgba(0,168,150,0.2);
  border-color:rgba(0,232,208,0.35);
}
.hero-ghost{
  color:#fff;
  border-color:rgba(255,255,255,0.5);
}
.hero-ghost:hover{border-color:#fff;background:rgba(255,255,255,0.1);color:#fff}

/* Dashboard Card */
.dash-card{background:#fff;border:1px solid rgba(20,33,61,0.1);border-radius:20px;padding:24px;box-shadow:0 20px 60px rgba(20,33,61,0.12);width:100%}
.dash-top{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.dash-dots{display:flex;gap:6px}
.dash-dots span{width:10px;height:10px;border-radius:50%}
.dash-dots span:nth-child(1){background:#ff5f57}
.dash-dots span:nth-child(2){background:#febc2e}
.dash-dots span:nth-child(3){background:#28c840}
.dash-label{font-size:.72rem;color:var(--muted);font-weight:500}
.dash-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}
.metric{background:var(--light);border-radius:10px;padding:12px;text-align:center}
.metric.hi{background:linear-gradient(135deg,rgba(0,168,150,0.15),rgba(0,168,150,0.05));border:1px solid rgba(0,168,150,0.3)}
.m-val{font-size:1.1rem;font-weight:800;color:var(--blue)}
.m-lbl{font-size:.62rem;color:var(--muted);margin-top:2px}
.dash-bars{display:flex;align-items:flex-end;gap:8px;height:70px;background:var(--light);border-radius:10px;padding:10px;margin-bottom:14px}
.dbar{flex:1;height:var(--h,40%);background:rgba(20,33,61,0.15);border-radius:4px 4px 0 0;position:relative;transition:height .8s cubic-bezier(.4,0,.2,1)}
.dbar.active{background:linear-gradient(to top,var(--green),#00c5af)}
.dbar span{position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);font-size:.55rem;color:var(--muted);white-space:nowrap}
.dash-flow{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;overflow:hidden}
.flow-step{font-size:.65rem;font-weight:600;color:var(--muted);background:var(--light);border-radius:6px;padding:5px 8px;white-space:nowrap;flex-shrink:0}
.flow-step.active{background:var(--green);color:#fff}
.flow-arr{font-size:.7rem;color:var(--muted);flex-shrink:0}

/* ===== PROBLEMA ===== */
.problema{padding:96px 0;background:var(--light)}
.prob-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:12px}
.prob-card{background:#fff;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);text-align:center;transition:.3s}
.prob-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(20,33,61,0.14)}
.prob-ico{display:flex;justify-content:center;margin-bottom:18px;color:var(--green)}
.prob-ico svg{width:44px;height:44px}
.prob-card h3{font-size:1.05rem;font-weight:700;color:var(--blue);margin-bottom:10px}
.prob-card p{font-size:.88rem;color:var(--muted);line-height:1.6}

/* ===== METODOLOGÍA ===== */
.metodo{padding:96px 0;background: linear-gradient(rgba(20,33,61,0.9), rgba(20,33,61,0.9)), url('../recursos/fondos/fondo2.png') center/cover no-repeat;}
.steps{display:flex;align-items:flex-start;gap:0;margin-top:48px}
.step{flex:1;text-align:center;padding:0 16px}
.step-n{width:32px;height:32px;border-radius:50%;background:var(--green);color:#fff;font-size:.8rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.step-ico{display:flex;justify-content:center;margin-bottom:14px;color:var(--green)}
.step-ico svg{width:40px;height:40px}
.step h3{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:8px}
.step p{font-size:.82rem;color:rgba(255,255,255,0.6)}
.step-line{flex-shrink:0;width:40px;height:2px;background:rgba(0,168,150,0.4);margin-top:16px;align-self:flex-start}

/* ===== SERVICIOS ===== */
.servicios{padding:96px 0;background: linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95)), url('../recursos/fondos/fondo5.png') center/cover no-repeat;}
.svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:12px}
.svc-card{background:#fff;border:1px solid rgba(20,33,61,0.08);border-radius:var(--radius);padding:32px;display:flex;gap:20px;align-items:flex-start;transition:.3s}
.svc-card:hover{border-color:var(--green);box-shadow:0 8px 32px rgba(0,168,150,0.12);transform:translateY(-4px)}
.svc-ico{flex-shrink:0;color:var(--green);display:flex;align-items:center}
.svc-ico svg{width:40px;height:40px}
.svc-card h3{font-size:1rem;font-weight:700;color:var(--blue);margin-bottom:8px}
.svc-card p{font-size:.85rem;color:var(--muted);line-height:1.6}

/* ===== DIFERENCIAL ===== */
.diferencial{padding:96px 0;background: linear-gradient(rgba(20,33,61,0.92), rgba(20,33,61,0.92)), url('../recursos/fondos/fondo3.png') center/cover no-repeat;}
.compare{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;margin-top:40px;max-width:900px;margin-left:auto;margin-right:auto}
.cmp-col{border-radius:var(--radius);padding:32px;display:flex;flex-direction:column;gap:14px}
.cmp-col.bad{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1)}
.cmp-col.good{background:rgba(0,168,150,0.15);border:1px solid rgba(0,168,150,0.35)}
.cmp-head{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,0.5);margin-bottom:6px}
.cmp-head.seiso-head{color:var(--green)}
.cmp-item{font-size:.88rem;color:rgba(255,255,255,0.8);display:flex;align-items:flex-start;gap:8px}
.cmp-vs{font-size:1rem;font-weight:800;color:rgba(255,255,255,0.3);text-align:center;flex-shrink:0}
.xi{color:#f87171;font-weight:700;flex-shrink:0}
.ok{color:var(--green);font-weight:700;flex-shrink:0}

/* ===== SOLUCIONES ===== */
.soluciones{padding:96px 0;background:var(--light)}
.sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:12px}
.sol-card{background:#fff;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);transition:.3s;position:relative;overflow:hidden}
.sol-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green),#00c5af)}
.sol-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(20,33,61,0.15)}
.sol-ico{display:flex;margin-bottom:16px;color:var(--green)}
.sol-ico svg{width:44px;height:44px}
.sol-tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green);margin-bottom:10px}
.sol-card h3{font-size:1rem;font-weight:700;color:var(--blue);margin-bottom:10px}
.sol-card p{font-size:.85rem;color:var(--muted);margin-bottom:16px;line-height:1.6}
.sol-meta span{font-size:.8rem;font-weight:600;color:var(--green)}

/* ===== NOSOTROS ===== */
.nosotros{padding:96px 0}
.nos-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.nos-left h2{font-size:2rem;font-weight:800;color:var(--blue);margin-bottom:20px;line-height:1.3}
.nos-left p{font-size:.92rem;color:var(--muted);margin-bottom:16px;line-height:1.7}
.nos-stats{display:flex;gap:32px;margin-top:32px}
.ns-n{font-size:2rem;font-weight:900;color:var(--blue)}
.ns-l{font-size:.78rem;color:var(--muted);font-weight:500}
.nos-visual{background:var(--light);border-radius:20px;padding:32px;border:1px solid rgba(20,33,61,0.08)}
.nos-badge{font-size:.8rem;font-weight:700;color:var(--blue);margin-bottom:20px;display:inline-flex;align-items:center;gap:8px;background:#fff;padding:8px 16px;border-radius:50px;border:1px solid rgba(20,33,61,0.1);box-shadow:0 2px 10px rgba(20,33,61,0.08)}
.nos-items{display:flex;flex-direction:column;gap:18px}
.nos-item{display:flex;gap:14px;align-items:flex-start;background:#fff;padding:16px;border-radius:10px;border:1px solid rgba(20,33,61,0.08)}
.ni-ico{flex-shrink:0;color:var(--green);display:flex;align-items:center;margin-top:2px}
.ni-ico svg{width:28px;width:28px}
.nos-item strong{display:block;font-size:.9rem;color:var(--blue);margin-bottom:4px}
.nos-item p{font-size:.82rem;color:var(--muted)}

/* ===== CTA FINAL ===== */
.cta-final{padding:100px 0;background: linear-gradient(135deg, rgba(20,33,61,0.85) 0%, rgba(30,58,110,0.85) 50%, rgba(0,143,126,0.85) 100%), url('../recursos/fondos/fondo4.png') center/cover no-repeat;text-align:center}
.cta-inner h2{font-size:2.4rem;font-weight:800;color:#fff;margin-bottom:16px}
.cta-inner p{font-size:1rem;color:rgba(255,255,255,0.7);margin-bottom:36px;max-width:500px;margin-left:auto;margin-right:auto}

/* ===== CONTACTO ===== */
.contacto{padding:96px 0;background:#fff}
.cto-inner{display:grid;grid-template-columns:1fr 1.8fr;gap:64px;align-items:start;margin-top:12px}
.ci-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}
.ci-ico{flex-shrink:0;color:var(--green);display:flex;align-items:center}
.ci-ico svg{width:32px;height:32px}
.ci-lbl{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:2px}
.ci-val{font-size:.95rem;font-weight:600;color:var(--blue)}
.btn-wa{display:inline-flex;align-items:center;gap:8px;background:#25D366;color:#fff;padding:12px 22px;border-radius:var(--radius);font-weight:600;font-size:.9rem;margin-top:12px;transition:.2s}
.btn-wa:hover{background:#1ebe5d;transform:translateY(-2px)}
.cto-form{display:flex;flex-direction:column;gap:18px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.fg{display:flex;flex-direction:column;gap:6px}
.fg label{font-size:.78rem;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:.04em}
.fg input,.fg select,.fg textarea{background:var(--light);border:1.5px solid rgba(20,33,61,0.12);border-radius:10px;padding:13px 16px;font-family:inherit;font-size:.9rem;color:var(--blue);transition:.2s;resize:none;width:100%}
.fg select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238492A6' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
.fg input:focus,.fg textarea:focus{outline:none;border-color:var(--green);background:#fff;box-shadow:0 0 0 3px rgba(0,168,150,0.1)}
.btn-submit{background:var(--green);color:#fff;padding:15px 28px;border-radius:var(--radius);font-family:inherit;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:all .25s}
.btn-submit:hover{background:var(--green2);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,168,150,0.35)}
.f-ok{display:none;background:rgba(0,168,150,0.1);border:1px solid rgba(0,168,150,0.3);color:var(--green2);padding:14px 18px;border-radius:10px;font-size:.9rem;text-align:center;font-weight:500}
.f-ok.show{display:block}

/* ===== FOOTER ===== */
.footer{background:var(--blue);padding:60px 0 0}
.ftr-inner{display:grid;grid-template-columns:2.5fr 2fr 1.5fr;gap:64px;padding-bottom:48px}
.ftr-brand p{font-size:.85rem;color:rgba(255,255,255,0.5);margin-top:16px;max-width:280px;line-height:1.7}
.ftr-nav h4,.ftr-contact h4,.ftr-social h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,0.4);margin-bottom:20px}
.ftr-nav{display:flex;flex-direction:column;gap:0}
.ftr-nav a{font-size:.85rem;color:rgba(255,255,255,0.6);padding:5px 0;transition:.2s}
.ftr-nav a:hover{color:var(--green)}
.ftr-contact p{font-size:.9rem;color:rgba(255,255,255,0.65);margin-bottom:14px;line-height:1.5;display:flex;align-items:flex-start}
.ftr-contact p i{margin-top:3px;font-size:1.05rem}
.ftr-bottom{border-top:1px solid rgba(255,255,255,0.08);padding:20px 0;text-align:center;font-size:.8rem;color:rgba(255,255,255,0.35)}

/* ===== REVEAL ANIMATION ===== */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ===== RESPONSIVE TABLET (960px) ===== */
@media(max-width:960px){
  .container{padding-left:28px;padding-right:28px}
  .hdr-inner{padding:0 28px}
  body .header .nav{
    display:none;
    position:fixed;
    top:80px;right:0;bottom:0;
    width:300px;
    max-width:85vw;
    background:rgba(15,25,45,0.98);
    border:none;
    border-left:1px solid rgba(0,200,180,0.2);
    border-radius:0;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    padding:30px 24px;
    z-index:999;
    box-shadow:-8px 0 40px rgba(0,0,0,0.4);
    font-size:1rem;
  }
  body .header .nav.open{display:flex}
  body .header .nav-mobile-header, body .header .nav-link-ico { display: none; }
  body .header .nav-mobile-header { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:20px; width:100%; }
  body .header .close-nav-btn { background:none; border:none; color:rgba(255,255,255,0.5); font-size:1.4rem; cursor:pointer; }
  body .header .nav-link-ico { display:inline-block; width:24px; text-align:center; color:rgba(255,255,255,0.5); font-size:1.1rem; margin-right:12px; }
  body .header .nav-mobile-footer { display:block; margin-top:auto; padding-top:20px; border-top:1px solid rgba(255,255,255,0.05); width:100%; }
  body .header .btn-cta-mobile { display:block; text-align:center; background:#00c8b4; color:#fff; padding:12px; border-radius:10px; font-weight:600; text-decoration:none; }
  body .header .nav a{color:rgba(255,255,255,0.75) !important;font-size:0.95rem;font-weight:600;padding:12px 16px;border-radius:8px;width:100%;border-bottom:none !important;display:flex;align-items:center;text-decoration:none;transition:all 0.2s;border-left:3px solid transparent !important;}
  body .header .nav a:hover, body .header .nav a.active {background:rgba(0,200,180,0.1) !important; color:#00c8b4 !important; border-left:3px solid #00c8b4 !important;}
  body .header .nav a.active .nav-link-ico {color:#00c8b4 !important;}
  .burger{display:flex}
  .btn-cta{display:none}
  .login-desktop{display:none !important;}
  /* HERO */
  .hero{padding:100px 28px 60px;min-height:auto}
  .hero-inner{grid-template-columns:1fr;gap:40px}
  .hero-left h1{font-size:2.4rem}
  .hero-right{display:none}
  /* GRIDS */
  .page-banner h1{font-size:2rem}
  .page-banner{padding:120px 28px 56px}
  .prob-grid{grid-template-columns:repeat(2,1fr)}
  .svc-grid{grid-template-columns:1fr}
  .sol-grid{grid-template-columns:repeat(2,1fr)}
  .nos-inner{grid-template-columns:1fr;gap:40px}
  .cto-inner{grid-template-columns:1fr;gap:40px}
  .ftr-inner{grid-template-columns:1fr 1fr;gap:32px}
  /* STEPS */
  .steps{flex-direction:column;gap:0}
  .step{padding:0;display:grid;grid-template-columns:auto auto 1fr;gap:16px;text-align:left;align-items:start}
  .step-n{margin:0;flex-shrink:0}
  .step-ico{margin:0;justify-content:flex-start}
  .step h3,.step p{text-align:left}
  .step-line{width:2px;height:28px;margin:4px 0 4px 15px;align-self:auto}
  /* DIFERENCIAL */
  .compare{grid-template-columns:1fr;gap:16px}
  .cmp-vs{display:none}
}

/* ===== RESPONSIVE MOBILE (600px) ===== */
@media(max-width:600px){
  /* NAV lateral ajustado a full-width en mobile */
  body .header .nav{
    width:100%;
    padding:30px 24px; top:64px;
    border-radius:0;
  }
  .burger{display:flex}
  .btn-cta{display:none}
  /* HEADER */
  .header{height:64px}
  .hdr-inner{padding:0 20px;gap:12px}
  /* HERO */
  .hero{padding:80px 20px 48px}
  .hero-left h1{font-size:1.85rem;max-width:100%}
  .hero-left p{font-size:.95rem}
  .hero-btns{flex-direction:column;gap:12px}
  .btn-primary,.btn-ghost{width:100%;text-align:center;justify-content:center}
  /* TYPOGRAPHY */
  .sec-title{font-size:1.65rem}
  .sec-desc{font-size:.92rem}
  /* GRIDS → 1 columna */
  .prob-grid,.svc-grid,.sol-grid{grid-template-columns:1fr}
  /* STEPS → stack vertical simple */
  .step{grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:12px}
  .step-ico{grid-column:1;grid-row:1;justify-content:flex-start}
  .step-n{grid-column:2;grid-row:1}
  .step h3{grid-column:2;grid-row:1;margin-top:0}
  .step p{grid-column:1/-1;grid-row:2}
  .step-line{display:none}
  /* PASOS: diseño más simple en mobile */
  .step{display:block;text-align:center;padding:24px;background:rgba(255,255,255,0.05);border-radius:12px;margin-bottom:12px}
  .step-n{margin:0 auto 10px}
  .step-ico{justify-content:center;margin-bottom:10px}
  .steps{gap:12px}
  .step-line{display:none}
  /* NOSOTROS */
  .nos-stats{gap:24px}
  .ns-n{font-size:1.7rem}
  /* COMPARE */
  .compare{gap:12px}
  .cmp-col{padding:20px}
  /* FORM */
  .form-row{grid-template-columns:1fr}
  /* FOOTER */
  .ftr-inner{grid-template-columns:1fr;gap:28px}
  .nos-stats{flex-wrap:wrap;gap:16px}
  /* CTA */
  .cta-inner h2{font-size:1.75rem}
  .cta-inner p{font-size:.92rem}
  .container{padding-left:20px;padding-right:20px}
}
/* Header override para tema oscuro */
body .header { background: rgba(8,16,32,0.92); border-bottom-color: rgba(0,200,180,0.15);  }
body .header .logo-title { color: #fff; }
body .header .logo-subtitle { color: rgba(255,255,255,0.7); }
body .header .nav a { color: rgba(255,255,255,0.75); }
body .header .nav a:hover { color: #00c8b4; }
body .header .nav a.active { color: #00c8b4; border-bottom-color: #00c8b4; }
body .header.scrolled { background: rgba(8,16,32,0.98); }

/* Global dark theme overrides */
body { background: #081020; color: #fff; font-family: 'Inter', sans-serif; overflow-x: hidden; }

.h-container { max-width: 1400px; margin: 0 auto; padding: 0 48px; }
.h-section { padding: 80px 0; }
.h-section-title { font-size: 2.2rem; font-weight: 800; color: #fff; text-align: center; margin-bottom: 48px; }
.h-tag { font-size: .7rem; font-weight: 700; letter-spacing: .15em; color: #00c8b4; text-transform: uppercase; margin-bottom: 12px; display: inline-block; text-align: center; width: 100%; }

/* HERO */
.h-hero {
  min-height: 100vh; display: flex; align-items: center; position: relative; padding: 120px 0 60px;
}
.h-hero-bg {
  position: absolute; inset: 0; background: linear-gradient(135deg, rgba(8,16,32,0.95) 0%, rgba(8,16,32,0.6) 100%), url('../recursos/fondos/fondo5.png') right center/cover no-repeat; z-index: -1;
}
.h-hero-inner { max-width: 800px; text-align: left; }
.h-eyebrow { display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: .1em; color: #00c8b4; text-transform: uppercase; background: rgba(0,200,180,0.1); border: 1px solid rgba(0,200,180,0.3); padding: 8px 16px; border-radius: 50px; margin-bottom: 24px; }
.h-hero h1 { font-size: 3.8rem; font-weight: 900; line-height: 1.15; color: #fff; margin-bottom: 24px; }
.h-hero h1 em { font-style: normal; color: #00c8b4; }
.h-hero p { font-size: 1.15rem; color: rgba(255,255,255,0.75); line-height: 1.6; margin-bottom: 40px; max-width: 600px; }
.h-hero-btns { display: flex; gap: 16px; justify-content: flex-start; }
.h-btn-primary { background: #00c8b4; color: #fff; padding: 16px 32px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: .3s; display: inline-flex; align-items: center; gap: 8px; }
.h-btn-primary:hover { background: #00a896; box-shadow: 0 8px 24px rgba(0,200,180,0.3); }
.h-btn-ghost { background: rgba(255,255,255,0.05); color: #fff; padding: 16px 32px; border-radius: 8px; font-weight: 700; text-decoration: none; border: 1px solid rgba(255,255,255,0.1); transition: .3s; }
.h-btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }

/* LO QUE HACEMOS */
.h-what-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.h-what-card { background: rgba(15,25,45,0.5); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 32px 24px; text-align: center; transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.h-what-card:hover { border-color: #00c8b4; background: rgba(15,25,45,0.8); box-shadow: 0 0 15px rgba(0,200,180,0.4), 0 0 30px rgba(0,200,180,0.2); transform: translateY(-6px); }
.h-what-ico { font-size: 1.8rem; color: #00c8b4; margin-bottom: 16px; }
.h-what-card h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.h-what-card p { font-size: .8rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* EL PROBLEMA */
.h-prob-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.h-prob-img { border-radius: 16px; overflow: hidden; position: relative; border: 1px solid rgba(0,200,180,0.2); box-shadow: 0 0 30px rgba(0,200,180,0.1); }
.h-prob-right h2 { font-size: 2.2rem; font-weight: 800; color: #fff; margin-bottom: 32px; line-height: 1.2; }
.h-prob-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.h-prob-card { display: flex; flex-direction: column; gap: 8px; }
.h-prob-ico { font-size: 1.5rem; color: #ff5f57; margin-bottom: 4px; }
.h-prob-card h4 { font-size: 1rem; font-weight: 700; color: #fff; }
.h-prob-card p { font-size: .85rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* DIFERENCIAL (TABLE) */
.h-comp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.h-comp-col { background: rgba(15,25,45,0.4); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; overflow: hidden; }
.h-comp-col.highlight { background: rgba(15,25,45,0.8); border-color: #00c8b4; box-shadow: 0 0 24px rgba(0,200,180,0.15); position: relative; }
.h-comp-col.highlight::before { content: 'NUESTRA SOLUCIÓN'; position: absolute; top: 0; left: 0; right: 0; background: #00c8b4; color: #fff; font-size: .7rem; font-weight: 800; text-align: center; padding: 6px; letter-spacing: .1em; }
.h-comp-head { padding: 40px 32px 24px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.05); }
.h-comp-col.highlight .h-comp-head { border-bottom-color: rgba(0,200,180,0.2); padding-top: 48px; }
.h-comp-head h3 { font-size: 1.4rem; font-weight: 800; color: #fff; }
.h-comp-body { padding: 24px 32px 40px; display: flex; flex-direction: column; gap: 20px; }
.h-comp-item { display: flex; gap: 16px; align-items: flex-start; }
.h-comp-item-ico { font-size: 1.2rem; color: #ff5f57; margin-top: 2px; }
.h-comp-col.highlight .h-comp-item-ico { color: #00c8b4; }
.h-comp-item-txt h5 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.h-comp-item-txt p { font-size: .85rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* CTA IN-PAGE */
.n-cta { margin: 60px auto; max-width: 1400px; padding: 0 48px; }
.n-cta-box { background: linear-gradient(135deg, rgba(15,25,45,0.9) 0%, rgba(8,16,32,0.95) 100%); border: 1px solid rgba(0,200,180,0.3); border-radius: 16px; padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.n-cta-left h2 { font-size: 1.8rem; font-weight: 800; color: #fff; margin-bottom: 16px; line-height:1.2; }
.n-cta-left p { font-size: .95rem; color: rgba(255,255,255,0.7); line-height: 1.6; }
.n-cta-right { display: flex; flex-direction: column; gap: 20px; }
.n-cta-checks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.n-cta-check { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: #fff; }
.n-cta-check i { color: #00c8b4; }
.btn-cta-green { background: #00c8b4; color: #fff; padding: 14px 28px; border-radius: 8px; font-weight: 700; text-align: center; text-decoration: none; transition: .3s; display: inline-block; }
.btn-cta-green:hover { background: #00a896; box-shadow: 0 8px 24px rgba(0,200,180,0.3); }

/* Responsive */
@media(max-width:1100px) {
  .h-what-grid { grid-template-columns: repeat(3, 1fr); }
}
@media(max-width:960px) {
  .h-prob-layout, .h-comp-grid, .n-cta-box { grid-template-columns: 1fr; }
  .h-what-grid { grid-template-columns: repeat(2, 1fr); }
  .h-hero h1 { font-size: 2.8rem; }
}
@media(max-width:600px) {
  .h-what-grid, .h-prob-grid { grid-template-columns: 1fr; }
  .h-container, .n-cta { padding: 0 24px; }
  .n-cta-box { padding: 32px 24px; }
  .h-hero h1 { font-size: 2.4rem; }
}
/* Header override para tema oscuro */
body .header {
  background: rgba(8,16,32,0.92);
  border-bottom-color: rgba(0,200,180,0.15);
  
}
body .header .logo-title { color: #fff; }
body .header .logo-subtitle { color: rgba(255,255,255,0.7); }
body .header .nav a { color: rgba(255,255,255,0.75); }
body .header .nav a:hover { color: #00c8b4; }
body .header .nav a.active { color: #00c8b4; border-bottom-color: #00c8b4; }
body .header.scrolled { background: rgba(8,16,32,0.98); }

/* Global dark theme overrides for this page */
body { background: #081020; color: #fff; }

.n-container { max-width: 1400px; margin: 0 auto; padding: 0 48px; }
.n-section { padding: 80px 0; }
.n-tag {
  font-size: .68rem; font-weight: 700; letter-spacing: .15em; color: #00c8b4; text-transform: uppercase; margin-bottom: 12px;
}
.n-title { font-size: 2.2rem; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 16px; }
.n-subtitle { font-size: 1rem; color: rgba(255,255,255,0.7); line-height: 1.6; }

/* HERO */
.n-hero {
  background: linear-gradient(to bottom, rgba(8,16,32,0.6), #081020), url('../recursos/fondos/fondo3.png') center/cover no-repeat;
  padding: 160px 0 60px;
  min-height: 60vh;
  display: flex; align-items: center;
}
.n-hero h1 { font-size: 3.2rem; font-weight: 800; line-height: 1.15; margin-bottom: 24px; max-width: 800px; }
.n-hero h1 em { font-style: normal; color: #00c8b4; }
.n-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.75); max-width: 600px; line-height: 1.6; }

/* 5 FEATURES */
.n-feat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: -30px; position: relative; z-index: 10; }
.n-feat-card {
  background: rgba(15,25,45,0.8); border: 1px solid rgba(0,200,180,0.15); border-radius: 12px; padding: 32px 24px; text-align: center; backdrop-filter: blur(8px); transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.n-feat-card:hover { border-color: #00c8b4; transform: translateY(-6px); box-shadow: 0 0 15px rgba(0,200,180,0.5), 0 0 30px rgba(0,200,180,0.3), inset 0 0 10px rgba(0,200,180,0.2); }
.n-feat-ico {
  font-size: 1.6rem; color: #00c8b4; margin-bottom: 16px; display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 12px; background: rgba(0,200,180,0.1); border: 1px solid rgba(0,200,180,0.2);
}
.n-feat-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: 10px; color: #fff; line-height: 1.3; }
.n-feat-card p { font-size: .8rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* MISION / VISION */
.n-mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.n-mv-card {
  background: rgba(15,25,45,0.5); border: 1px solid rgba(0,200,180,0.15); border-radius: 16px; padding: 48px; position: relative; overflow: hidden; transition: all .4s ease;
}
.n-mv-card:hover { border-color: #00c8b4; box-shadow: 0 0 20px rgba(0,200,180,0.4), inset 0 0 15px rgba(0,200,180,0.15); transform: translateY(-2px); }
.n-mv-ico { font-size: 1.6rem; color: #00c8b4; margin-bottom: 24px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(0,200,180,0.3); display: flex; align-items: center; justify-content: center; }
.n-mv-card h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: 16px; color: #fff; }
.n-mv-card p { font-size: .95rem; color: rgba(255,255,255,0.7); line-height: 1.7; }
/* Pseudo-element for tech dots background effect */
.n-mv-card::after { content:''; position:absolute; bottom:0; right:0; width:300px; height:150px; background:radial-gradient(ellipse at bottom right, rgba(0,200,180,0.1) 0%, transparent 70%); pointer-events:none; }

/* ENFOQUE */
.n-enf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.n-enf-card {
  background: rgba(15,25,45,0.5); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 32px 24px; transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.n-enf-card:hover { border-color: #00c8b4; background: rgba(15,25,45,0.8); box-shadow: 0 0 18px rgba(0,200,180,0.4), 0 0 35px rgba(0,200,180,0.2); transform: translateY(-4px); }
.n-enf-ico { font-size: 1.4rem; color: #00c8b4; margin-bottom: 16px; }
.n-enf-card h4 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.n-enf-card p { font-size: .85rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* EQUIPO */
.n-eq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.n-eq-card {
  background: rgba(15,25,45,0.6); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; overflow: hidden; transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.n-eq-card:hover { border-color: #00c8b4; box-shadow: 0 0 15px rgba(0,200,180,0.4), 0 0 30px rgba(0,200,180,0.2); transform: translateY(-4px); }
.n-eq-head { padding: 24px; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.n-eq-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(0,200,180,0.3); }
.n-eq-info h4 { font-size: 1.05rem; font-weight: 800; color: #fff; margin-bottom: 4px; }
.n-eq-info span { font-size: .7rem; font-weight: 600; color: #00c8b4; text-transform: uppercase; letter-spacing: .05em; display: block; }
.n-eq-body { padding: 24px; }
.n-eq-lbl { font-size: .7rem; font-weight: 700; color: #00c8b4; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.n-eq-list { list-style: none; padding: 0; margin: 0; }
.n-eq-list li { font-size: .85rem; color: rgba(255,255,255,0.7); display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px; line-height: 1.4; }
.n-eq-list li i { color: #00c8b4; font-size: .8rem; margin-top: 3px; }

/* CTA IN-PAGE */
.n-cta { margin: 60px auto; max-width: 1400px; padding: 0 48px; }
.n-cta-box {
  background: linear-gradient(135deg, rgba(15,25,45,0.9) 0%, rgba(8,16,32,0.95) 100%);
  border: 1px solid rgba(0,200,180,0.3); border-radius: 16px; padding: 48px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.n-cta-left h2 { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 16px; display: flex; align-items: center; gap: 16px; }
.n-cta-left h2 i { font-size: 2rem; color: #00c8b4; }
.n-cta-left p { font-size: .95rem; color: rgba(255,255,255,0.7); line-height: 1.6; }
.n-cta-right { display: flex; flex-direction: column; gap: 20px; }
.n-cta-checks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.n-cta-check { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: #fff; }
.n-cta-check i { color: #00c8b4; }
.btn-cta-green { background: #00c8b4; color: #fff; padding: 14px 28px; border-radius: 8px; font-weight: 700; text-align: center; text-decoration: none; transition: .3s; display: inline-block; }
.btn-cta-green:hover { background: #00a896; box-shadow: 0 8px 24px rgba(0,200,180,0.3); }

/* Responsive */
@media(max-width:1100px) {
  .n-feat-grid { grid-template-columns: repeat(3, 1fr); }
}
@media(max-width:960px) {
  .n-mv-grid, .n-enf-grid, .n-eq-grid, .n-cta-box { grid-template-columns: 1fr; }
  .n-feat-grid { grid-template-columns: repeat(2, 1fr); }
  .n-hero h1 { font-size: 2.4rem; }
}
@media(max-width:600px) {
  .n-feat-grid { grid-template-columns: 1fr; }
  .n-container, .n-cta { padding: 0 24px; }
  .n-cta-box { padding: 32px 24px; }
}
</style>
</head>
/* Header override para tema oscuro */
body .header { background: rgba(8,16,32,0.92); border-bottom-color: rgba(0,200,180,0.15);  }
body .header .logo-title { color: #fff; }
body .header .logo-subtitle { color: rgba(255,255,255,0.7); }
body .header .nav a { color: rgba(255,255,255,0.75); }
body .header .nav a:hover { color: #00c8b4; }
body .header .nav a.active { color: #00c8b4; border-bottom-color: #00c8b4; }
body .header.scrolled { background: rgba(8,16,32,0.98); }

/* Global dark theme overrides */
body { background: #081020; color: #fff; font-family: 'Inter', sans-serif; overflow-x: hidden; }

.s-container { max-width: 1400px; margin: 0 auto; padding: 0 48px; }
.s-section { padding: 80px 0; }
.s-section-title { font-size: 1.8rem; font-weight: 800; color: #fff; text-align: center; margin-bottom: 8px; }
.s-section-subtitle { font-size: .95rem; color: rgba(255,255,255,0.6); text-align: center; margin-bottom: 48px; }

/* HERO */
.s-hero { padding: 160px 0 60px; min-height: 70vh; display: flex; align-items: center; position: relative; }
.s-hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(8,16,32,0.95) 0%, rgba(8,16,32,0.7) 100%), url('../recursos/fondos/fondo5.png') right center/cover no-repeat; z-index: -1; }
.s-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.s-hero-left .tag { font-size: .7rem; font-weight: 700; letter-spacing: .15em; color: #00c8b4; text-transform: uppercase; margin-bottom: 16px; display: inline-block; }
.s-hero-left h1 { font-size: 3.2rem; font-weight: 800; line-height: 1.15; margin-bottom: 24px; color: #fff; }
.s-hero-left h1 em { font-style: normal; color: #00c8b4; }
.s-hero-left p { font-size: 1.1rem; color: rgba(255,255,255,0.75); line-height: 1.6; margin-bottom: 32px; max-width: 480px; }
.s-hero-btn { display: inline-flex; align-items: center; gap: 8px; background: #00c8b4; color: #fff; padding: 14px 28px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: .3s; }
.s-hero-btn:hover { background: #00a896; box-shadow: 0 8px 24px rgba(0,200,180,0.3); }
.s-hero-note { display: block; font-size: .75rem; color: rgba(255,255,255,0.5); margin-top: 12px; }

/* 1. NECESIDAD PRINCIPAL */
.sn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sn-card { background: rgba(15,25,45,0.5); border: 1px solid rgba(0,200,180,0.1); border-radius: 12px; padding: 28px 24px; display: flex; gap: 16px; transition: all .3s ease; cursor: pointer; }
.sn-card:hover { border-color: #00c8b4; background: rgba(15,25,45,0.8); transform: translateY(-4px); box-shadow: 0 0 15px rgba(0,200,180,0.2); }
.sn-ico { width: 48px; height: 48px; border-radius: 10px; background: rgba(0,200,180,0.08); border: 1px solid rgba(0,200,180,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: #00c8b4; flex-shrink: 0; }
.sn-content h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.sn-content p { font-size: .8rem; color: rgba(255,255,255,0.6); line-height: 1.5; margin-bottom: 12px; }
.sn-link { font-size: .75rem; font-weight: 700; color: #00c8b4; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.sn-card:hover .sn-link { color: #00e8d0; }

/* 2. SOLUCIONES (6 Columns) */
.sol-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.sol-col { background: rgba(15,25,45,0.4); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 24px 16px; display: flex; flex-direction: column; transition: .3s; }
.sol-col:hover { border-color: rgba(0,200,180,0.3); background: rgba(15,25,45,0.7); transform: translateY(-4px); box-shadow: 0 0 15px rgba(0,200,180,0.15); }
.sol-ico { text-align: center; font-size: 2rem; color: #00c8b4; margin-bottom: 16px; }
.sol-col h4 { font-size: .85rem; font-weight: 700; color: #fff; text-align: center; margin-bottom: 16px; line-height: 1.3; height: 34px; }
.sol-list { list-style: none; padding: 0; margin: 0 0 20px 0; flex: 1; }
.sol-list li { font-size: .72rem; color: rgba(255,255,255,0.7); display: flex; align-items: flex-start; gap: 6px; margin-bottom: 8px; line-height: 1.4; }
.sol-list li i { color: #00c8b4; font-size: .65rem; margin-top: 3px; }
.sol-result { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 12px; }
.sol-result span { display: block; font-size: .65rem; font-weight: 700; color: #00c8b4; margin-bottom: 4px; }
.sol-result p { font-size: .75rem; color: #fff; line-height: 1.4; margin: 0; }

/* 3. DESTACADO */
.dest-banner { background: linear-gradient(135deg, rgba(15,25,45,0.9) 0%, rgba(8,16,32,0.95) 100%); border: 1px solid rgba(0,200,180,0.2); border-radius: 16px; padding: 48px; position: relative; overflow: hidden; margin-top: 20px; }
.dest-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; text-align: center; }
.dest-tag { font-size: .65rem; font-weight: 700; letter-spacing: .15em; color: #00c8b4; text-transform: uppercase; margin-bottom: 12px; }
.dest-content h3 { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 16px; }
.dest-content p { font-size: .95rem; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 40px; max-width: 600px; margin-inline: auto; }
.dest-timeline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; position: relative; }
.dest-timeline::before { content:''; position:absolute; top:24px; left:40px; right:40px; height:1px; background:rgba(0,200,180,0.3); z-index:1; }
.dest-step { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 12px; width: 120px; }
.dest-step-ico { width: 48px; height: 48px; border-radius: 50%; background: #081020; border: 2px solid #00c8b4; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #00c8b4; box-shadow: 0 0 10px rgba(0,200,180,0.4); }
.dest-step span { font-size: .75rem; color: #fff; line-height: 1.3; font-weight: 500; }

/* 4. INDUSTRIAS */
.ind-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; }
.ind-card { background: rgba(15,25,45,0.5); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 24px 12px; text-align: center; transition: .3s; }
.ind-card:hover { border-color: #00c8b4; transform: translateY(-4px); box-shadow: 0 0 15px rgba(0,200,180,0.2); background: rgba(15,25,45,0.8); }
.ind-ico { font-size: 1.8rem; color: #00c8b4; margin-bottom: 12px; }
.ind-card span { font-size: .75rem; font-weight: 600; color: #fff; line-height: 1.3; display: block; }
.ind-link { text-align: center; margin-top: 24px; }
.ind-link a { font-size: .85rem; font-weight: 600; color: #00c8b4; text-decoration: none; }
.ind-link a:hover { color: #00e8d0; text-decoration: underline; }

/* 5. ENFOQUE (Reused styles from nosotros) */
.n-enf-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 40px; }
.n-enf-card { background: rgba(15,25,45,0.5); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 32px 24px; text-align:center; transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.n-enf-card:hover { border-color: #00c8b4; background: rgba(15,25,45,0.8); box-shadow: 0 0 18px rgba(0,200,180,0.4), 0 0 35px rgba(0,200,180,0.2); transform: translateY(-4px); }
.n-enf-ico { font-size: 1.8rem; color: #00c8b4; margin-bottom: 16px; }
.n-enf-card h4 { font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.n-enf-card p { font-size: .75rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* CTA IN-PAGE */
.n-cta { margin: 60px auto; max-width: 1200px; padding: 0 48px; }
.n-cta-box { background: linear-gradient(135deg, rgba(15,25,45,0.9) 0%, rgba(8,16,32,0.95) 100%); border: 1px solid rgba(0,200,180,0.3); border-radius: 16px; padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.n-cta-left h2 { font-size: 1.8rem; font-weight: 800; color: #fff; margin-bottom: 16px; line-height:1.2; }
.n-cta-left p { font-size: .95rem; color: rgba(255,255,255,0.7); line-height: 1.6; }
.n-cta-right { display: flex; flex-direction: column; gap: 20px; }
.n-cta-checks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.n-cta-check { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: #fff; }
.n-cta-check i { color: #00c8b4; }
.btn-cta-green { background: #00c8b4; color: #fff; padding: 14px 28px; border-radius: 8px; font-weight: 700; text-align: center; text-decoration: none; transition: .3s; display: inline-block; }
.btn-cta-green:hover { background: #00a896; box-shadow: 0 8px 24px rgba(0,200,180,0.3); }

/* Modal styles */
.sol-modal-overlay {
  position: fixed; top:0; left:0; width:100%; height:100%;
  background: rgba(8,16,32,0.85); backdrop-filter: blur(8px);
  z-index: 9999; display: none; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .3s ease;
}
.sol-modal-overlay.active { display: flex; opacity: 1; }
.sol-modal-content {
  background: rgba(15,25,45,0.95); border: 1px solid #00c8b4; border-radius: 16px;
  width: 90%; max-width: 420px; padding: 40px 32px; position: relative;
  box-shadow: 0 0 30px rgba(0,200,180,0.3); transform: translateY(20px); transition: .3s;
}
.sol-modal-overlay.active .sol-modal-content {  }
.sol-modal-close {
  position: absolute; top: 16px; right: 16px; background: transparent; border: none;
  color: rgba(255,255,255,0.5); font-size: 1.5rem; cursor: pointer; transition: .3s;
}
.sol-modal-close:hover { color: #00c8b4; }

.sol-col-modal { text-align: left; }
.sol-col-modal .sol-ico { text-align: center; font-size: 2.5rem; color: #00c8b4; margin-bottom: 20px; }
.sol-col-modal h4 { font-size: 1.3rem; font-weight: 800; color: #fff; text-align: center; margin-bottom: 24px; }
.sol-col-modal .sol-list { list-style: none; padding: 0; margin: 0; }
.sol-col-modal .sol-list li { font-size: .9rem; color: rgba(255,255,255,0.8); display: flex; align-items: flex-start; gap: 8px; margin-bottom: 12px; line-height: 1.4; }
.sol-col-modal .sol-list li i { color: #00c8b4; font-size: .8rem; margin-top: 3px; }
.sol-col-modal .sol-result { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; margin-top: 24px; text-align: center; }
.sol-col-modal .sol-result span { display: block; font-size: .75rem; font-weight: 700; color: #00c8b4; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .05em; }
.sol-col-modal .sol-result p { font-size: 1rem; color: #fff; line-height: 1.4; margin: 0; font-weight: 600; }

/* Responsive */
@media(max-width:1100px) {
  .sol-grid { grid-template-columns: repeat(3, 1fr); }
  .n-enf-grid { grid-template-columns: repeat(3, 1fr); }
  .ind-grid { grid-template-columns: repeat(4, 1fr); }
  .dest-timeline { flex-wrap: wrap; justify-content: center; gap: 20px; }
  .dest-timeline::before { display: none; }
}
@media(max-width:960px) {
  .s-hero-grid, .n-cta-box { grid-template-columns: 1fr; }
  .sn-grid { grid-template-columns: 1fr 1fr; }
  .s-hero { padding: 120px 0 60px; }
}
@media(max-width:600px) {
  .sn-grid, .sol-grid, .n-enf-grid, .ind-grid { grid-template-columns: 1fr; }
  .s-container, .n-cta { padding: 0 24px; }
  .n-cta-box, .dest-banner { padding: 32px 24px; }
  .s-hero-left h1 { font-size: 2.4rem; }
}
</style>
</head>
<body>
<?php include 'includes/header.php'; ?>

<!-- HERO -->
<section class="s-hero">
  <div class="s-hero-bg"></div>
  <div class="s-container">
    <div class="s-hero-grid">
      <div class="s-hero-left">
        <div class="tag">SERVICIOS</div>
        <h1>¿Qué necesita mejorar <em>tu empresa?</em></h1>
        <p>Identificamos oportunidades, optimizamos procesos y desarrollamos soluciones adaptadas a tu operación.</p>
        <a href="contacto.php" class="s-hero-btn">Solicitar diagnóstico <i class="fa-solid fa-arrow-right"></i></a>

      </div>
      <!-- Right area is implicitly part of the background image as per typical dashboard mockups in this design -->
    </div>
  </div>
</section>

<!-- 1. NECESIDAD PRINCIPAL -->
<section class="s-section">
  <div class="s-container">
    <h2 class="s-section-title">1. Selecciona tu necesidad principal</h2>
    <p class="s-section-subtitle">Elige el área que más te preocupa y descubre cómo podemos ayudarte.</p>
    
    <div class="sn-grid">
      <div class="sn-card" onclick="openModal(1)">
/* Header override para tema oscuro */
body .header { background: rgba(8,16,32,0.92); border-bottom-color: rgba(0,200,180,0.15);  }
body .header .logo-title { color: #fff; }
body .header .logo-subtitle { color: rgba(255,255,255,0.7); }
body .header .nav a { color: rgba(255,255,255,0.75); }
body .header .nav a:hover { color: #00c8b4; }
body .header .nav a.active { color: #00c8b4; border-bottom-color: #00c8b4; }
body .header.scrolled { background: rgba(8,16,32,0.98); }

/* Global dark theme overrides */
body { background: #081020; color: #fff; font-family: 'Inter', sans-serif; overflow-x: hidden; }

.s-container { max-width: 1400px; margin: 0 auto; padding: 0 48px; }
.s-section { padding: 80px 0; }
.s-section-title { font-size: 1.8rem; font-weight: 800; color: #fff; text-align: center; margin-bottom: 8px; }
.s-section-subtitle { font-size: .95rem; color: rgba(255,255,255,0.6); text-align: center; margin-bottom: 48px; }

/* HERO */
.s-hero { padding: 160px 0 60px; min-height: 70vh; display: flex; align-items: center; position: relative; }
.s-hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(8,16,32,0.95) 0%, rgba(8,16,32,0.7) 100%), url('../recursos/fondos/fondo5.png') right center/cover no-repeat; z-index: -1; }
.s-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.s-hero-left .tag { font-size: .7rem; font-weight: 700; letter-spacing: .15em; color: #00c8b4; text-transform: uppercase; margin-bottom: 16px; display: inline-block; }
.s-hero-left h1 { font-size: 3.2rem; font-weight: 800; line-height: 1.15; margin-bottom: 24px; color: #fff; }
.s-hero-left h1 em { font-style: normal; color: #00c8b4; }
.s-hero-left p { font-size: 1.1rem; color: rgba(255,255,255,0.75); line-height: 1.6; margin-bottom: 32px; max-width: 480px; }
.s-hero-btn { display: inline-flex; align-items: center; gap: 8px; background: #00c8b4; color: #fff; padding: 14px 28px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: .3s; }
.s-hero-btn:hover { background: #00a896; box-shadow: 0 8px 24px rgba(0,200,180,0.3); }
.s-hero-note { display: block; font-size: .75rem; color: rgba(255,255,255,0.5); margin-top: 12px; }

/* 1. NECESIDAD PRINCIPAL */
.sn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sn-card { background: rgba(15,25,45,0.5); border: 1px solid rgba(0,200,180,0.1); border-radius: 12px; padding: 28px 24px; display: flex; gap: 16px; transition: all .3s ease; cursor: pointer; }
.sn-card:hover { border-color: #00c8b4; background: rgba(15,25,45,0.8); transform: translateY(-4px); box-shadow: 0 0 15px rgba(0,200,180,0.2); }
.sn-ico { width: 48px; height: 48px; border-radius: 10px; background: rgba(0,200,180,0.08); border: 1px solid rgba(0,200,180,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: #00c8b4; flex-shrink: 0; }
.sn-content h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.sn-content p { font-size: .8rem; color: rgba(255,255,255,0.6); line-height: 1.5; margin-bottom: 12px; }
.sn-link { font-size: .75rem; font-weight: 700; color: #00c8b4; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.sn-card:hover .sn-link { color: #00e8d0; }

/* 2. SOLUCIONES (6 Columns) */
.sol-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.sol-col { background: rgba(15,25,45,0.4); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 24px 16px; display: flex; flex-direction: column; transition: .3s; }
.sol-col:hover { border-color: rgba(0,200,180,0.3); background: rgba(15,25,45,0.7); transform: translateY(-4px); box-shadow: 0 0 15px rgba(0,200,180,0.15); }
.sol-ico { text-align: center; font-size: 2rem; color: #00c8b4; margin-bottom: 16px; }
.sol-col h4 { font-size: .85rem; font-weight: 700; color: #fff; text-align: center; margin-bottom: 16px; line-height: 1.3; height: 34px; }
.sol-list { list-style: none; padding: 0; margin: 0 0 20px 0; flex: 1; }
.sol-list li { font-size: .72rem; color: rgba(255,255,255,0.7); display: flex; align-items: flex-start; gap: 6px; margin-bottom: 8px; line-height: 1.4; }
.sol-list li i { color: #00c8b4; font-size: .65rem; margin-top: 3px; }
.sol-result { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 12px; }
.sol-result span { display: block; font-size: .65rem; font-weight: 700; color: #00c8b4; margin-bottom: 4px; }
.sol-result p { font-size: .75rem; color: #fff; line-height: 1.4; margin: 0; }

/* 3. DESTACADO */
.dest-banner { background: linear-gradient(135deg, rgba(15,25,45,0.9) 0%, rgba(8,16,32,0.95) 100%); border: 1px solid rgba(0,200,180,0.2); border-radius: 16px; padding: 48px; position: relative; overflow: hidden; margin-top: 20px; }
.dest-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; text-align: center; }
.dest-tag { font-size: .65rem; font-weight: 700; letter-spacing: .15em; color: #00c8b4; text-transform: uppercase; margin-bottom: 12px; }
.dest-content h3 { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 16px; }
.dest-content p { font-size: .95rem; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 40px; max-width: 600px; margin-inline: auto; }
.dest-timeline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; position: relative; }
.dest-timeline::before { content:''; position:absolute; top:24px; left:40px; right:40px; height:1px; background:rgba(0,200,180,0.3); z-index:1; }
.dest-step { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 12px; width: 120px; }
.dest-step-ico { width: 48px; height: 48px; border-radius: 50%; background: #081020; border: 2px solid #00c8b4; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #00c8b4; box-shadow: 0 0 10px rgba(0,200,180,0.4); }
.dest-step span { font-size: .75rem; color: #fff; line-height: 1.3; font-weight: 500; }

/* 4. INDUSTRIAS */
.ind-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; }
.ind-card { background: rgba(15,25,45,0.5); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 24px 12px; text-align: center; transition: .3s; }
.ind-card:hover { border-color: #00c8b4; transform: translateY(-4px); box-shadow: 0 0 15px rgba(0,200,180,0.2); background: rgba(15,25,45,0.8); }
.ind-ico { font-size: 1.8rem; color: #00c8b4; margin-bottom: 12px; }
.ind-card span { font-size: .75rem; font-weight: 600; color: #fff; line-height: 1.3; display: block; }
.ind-link { text-align: center; margin-top: 24px; }
.ind-link a { font-size: .85rem; font-weight: 600; color: #00c8b4; text-decoration: none; }
.ind-link a:hover { color: #00e8d0; text-decoration: underline; }

/* 5. ENFOQUE (Reused styles from nosotros) */
.n-enf-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 40px; }
.n-enf-card { background: rgba(15,25,45,0.5); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 32px 24px; text-align:center; transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.n-enf-card:hover { border-color: #00c8b4; background: rgba(15,25,45,0.8); box-shadow: 0 0 18px rgba(0,200,180,0.4), 0 0 35px rgba(0,200,180,0.2); transform: translateY(-4px); }
.n-enf-ico { font-size: 1.8rem; color: #00c8b4; margin-bottom: 16px; }
.n-enf-card h4 { font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.n-enf-card p { font-size: .75rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* CTA IN-PAGE */
.n-cta { margin: 60px auto; max-width: 1200px; padding: 0 48px; }
.n-cta-box { background: linear-gradient(135deg, rgba(15,25,45,0.9) 0%, rgba(8,16,32,0.95) 100%); border: 1px solid rgba(0,200,180,0.3); border-radius: 16px; padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.n-cta-left h2 { font-size: 1.8rem; font-weight: 800; color: #fff; margin-bottom: 16px; line-height:1.2; }
.n-cta-left p { font-size: .95rem; color: rgba(255,255,255,0.7); line-height: 1.6; }
.n-cta-right { display: flex; flex-direction: column; gap: 20px; }
.n-cta-checks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.n-cta-check { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: #fff; }
.n-cta-check i { color: #00c8b4; }
.btn-cta-green { background: #00c8b4; color: #fff; padding: 14px 28px; border-radius: 8px; font-weight: 700; text-align: center; text-decoration: none; transition: .3s; display: inline-block; }
.btn-cta-green:hover { background: #00a896; box-shadow: 0 8px 24px rgba(0,200,180,0.3); }

/* Modal styles */
.sol-modal-overlay {
  position: fixed; top:0; left:0; width:100%; height:100%;
  background: rgba(8,16,32,0.85); backdrop-filter: blur(8px);
  z-index: 9999; display: none; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .3s ease;
}
.sol-modal-overlay.active { display: flex; opacity: 1; }
.sol-modal-content {
  background: rgba(15,25,45,0.95); border: 1px solid #00c8b4; border-radius: 16px;
  width: 90%; max-width: 420px; padding: 40px 32px; position: relative;
  box-shadow: 0 0 30px rgba(0,200,180,0.3); transform: translateY(20px); transition: .3s;
}
.sol-modal-overlay.active .sol-modal-content {  }
.sol-modal-close {
  position: absolute; top: 16px; right: 16px; background: transparent; border: none;
  color: rgba(255,255,255,0.5); font-size: 1.5rem; cursor: pointer; transition: .3s;
}
.sol-modal-close:hover { color: #00c8b4; }

.sol-col-modal { text-align: left; }
.sol-col-modal .sol-ico { text-align: center; font-size: 2.5rem; color: #00c8b4; margin-bottom: 20px; }
.sol-col-modal h4 { font-size: 1.3rem; font-weight: 800; color: #fff; text-align: center; margin-bottom: 24px; }
.sol-col-modal .sol-list { list-style: none; padding: 0; margin: 0; }
.sol-col-modal .sol-list li { font-size: .9rem; color: rgba(255,255,255,0.8); display: flex; align-items: flex-start; gap: 8px; margin-bottom: 12px; line-height: 1.4; }
.sol-col-modal .sol-list li i { color: #00c8b4; font-size: .8rem; margin-top: 3px; }
.sol-col-modal .sol-result { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; margin-top: 24px; text-align: center; }
.sol-col-modal .sol-result span { display: block; font-size: .75rem; font-weight: 700; color: #00c8b4; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .05em; }
.sol-col-modal .sol-result p { font-size: 1rem; color: #fff; line-height: 1.4; margin: 0; font-weight: 600; }

/* Responsive */
@media(max-width:1100px) {
  .sol-grid { grid-template-columns: repeat(3, 1fr); }
  .n-enf-grid { grid-template-columns: repeat(3, 1fr); }
  .ind-grid { grid-template-columns: repeat(4, 1fr); }
  .dest-timeline { flex-wrap: wrap; justify-content: center; gap: 20px; }
  .dest-timeline::before { display: none; }
}
@media(max-width:960px) {
  .s-hero-grid, .n-cta-box { grid-template-columns: 1fr; }
  .sn-grid { grid-template-columns: 1fr 1fr; }
  .s-hero { padding: 120px 0 60px; }
}
@media(max-width:600px) {
  .sn-grid, .sol-grid, .n-enf-grid, .ind-grid { grid-template-columns: 1fr; }
  .s-container, .n-cta { padding: 0 24px; }
  .n-cta-box, .dest-banner { padding: 32px 24px; }
  .s-hero-left h1 { font-size: 2.4rem; }
}
/* Header override para tema oscuro */
body .header {
  background: rgba(8,16,32,0.92);
  border-bottom-color: rgba(0,200,180,0.15);
  
}
body .header .logo-title { color: #fff; }
body .header .logo-subtitle { color: rgba(255,255,255,0.7); }
body .header .nav a { color: rgba(255,255,255,0.75); }
body .header .nav a:hover { color: #00c8b4; }
body .header .nav a.active { color: #00c8b4; border-bottom-color: #00c8b4; }
body .header.scrolled { background: rgba(8,16,32,0.98); }

/* Global dark theme overrides */
body { background: #081020; color: #fff; font-family: 'Inter', sans-serif; }

.c-container { max-width: 1400px; margin: 0 auto; padding: 0 48px; }

/* HERO CONTACTO */
.c-hero {
  background: linear-gradient(to bottom, rgba(8,16,32,0.7), #081020), url('../recursos/fondos/fondo1.png') center/cover no-repeat;
  padding: 160px 0 60px;
}
.c-tag {
  font-size: .7rem; font-weight: 700; letter-spacing: .15em; color: #00c8b4; text-transform: uppercase; margin-bottom: 12px; display: inline-block;
}
.c-hero h1 { font-size: 3.4rem; font-weight: 800; color: #fff; margin-bottom: 16px; }
.c-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.8); max-width: 500px; line-height: 1.6; }

/* CONTACT LAYOUT */
.c-layout {
  display: grid; grid-template-columns: 340px 1fr; gap: 24px; margin-top: 20px; margin-bottom: 80px; align-items: start;
}

/* LEFT COLUMN - INFO */
.c-info-box {
  background: rgba(15,25,45,0.6); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 32px 28px;
}
.c-info-box h2 { font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: 32px; }
.c-items { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 32px; }
.c-item { display: flex; align-items: center; gap: 16px; }
.c-item-ico {
  width: 48px; height: 48px; border-radius: 12px; border: 1px solid rgba(0,200,180,0.3); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #00c8b4; background: rgba(0,200,180,0.05); flex-shrink: 0;
}
.c-item-lbl { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #00c8b4; margin-bottom: 4px; }
.c-item-val { font-size: .9rem; font-weight: 500; color: #fff; }
.c-info-msg { font-size: .85rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* RIGHT COLUMN - FORM */
.c-form-box {
  background: rgba(15,25,45,0.8); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 40px;
}
.c-form-box h2 { font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.c-form-box p { font-size: .9rem; color: rgba(255,255,255,0.6); margin-bottom: 32px; }

.c-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.c-form-group { display: flex; flex-direction: column; gap: 8px; }
.c-form-group.full { grid-column: 1 / -1; }
.c-form-group label { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,0.8); }
.c-form-group label span { color: #00c8b4; }
.c-form-group input, .c-form-group select, .c-form-group textarea {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 14px 16px; color: #fff; font-family: inherit; font-size: .9rem; transition: .3s; outline: none;
}
.c-form-group input::placeholder, .c-form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.c-form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.c-form-group select option { background: #081020; color: #fff; }
/* Header override para tema oscuro */
body .header {
  background: rgba(8,16,32,0.92);
  border-bottom-color: rgba(0,200,180,0.15);
  
}
body .header .logo-title { color: #fff; }
body .header .logo-subtitle { color: rgba(255,255,255,0.7); }
body .header .nav a { color: rgba(255,255,255,0.75); }
body .header .nav a:hover { color: #00c8b4; }
body .header .nav a.active { color: #00c8b4; border-bottom-color: #00c8b4; }
body .header.scrolled { background: rgba(8,16,32,0.98); }

/* Global dark theme overrides */
body { background: #081020; color: #fff; font-family: 'Inter', sans-serif; }

.c-container { max-width: 1400px; margin: 0 auto; padding: 0 48px; }

/* HERO CONTACTO */
.c-hero {
  background: linear-gradient(to bottom, rgba(8,16,32,0.7), #081020), url('../recursos/fondos/fondo1.png') center/cover no-repeat;
  padding: 160px 0 60px;
}
.c-tag {
  font-size: .7rem; font-weight: 700; letter-spacing: .15em; color: #00c8b4; text-transform: uppercase; margin-bottom: 12px; display: inline-block;
}
.c-hero h1 { font-size: 3.4rem; font-weight: 800; color: #fff; margin-bottom: 16px; }
.c-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.8); max-width: 500px; line-height: 1.6; }

/* CONTACT LAYOUT */
.c-layout {
  display: grid; grid-template-columns: 340px 1fr; gap: 24px; margin-top: 20px; margin-bottom: 80px; align-items: start;
}

/* LEFT COLUMN - INFO */
.c-info-box {
  background: rgba(15,25,45,0.6); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 32px 28px;
}
.c-info-box h2 { font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: 32px; }
.c-items { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 32px; }
.c-item { display: flex; align-items: center; gap: 16px; }
.c-item-ico {
  width: 48px; height: 48px; border-radius: 12px; border: 1px solid rgba(0,200,180,0.3); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #00c8b4; background: rgba(0,200,180,0.05); flex-shrink: 0;
}
.c-item-lbl { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #00c8b4; margin-bottom: 4px; }
.c-item-val { font-size: .9rem; font-weight: 500; color: #fff; }
.c-info-msg { font-size: .85rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* RIGHT COLUMN - FORM */
.c-form-box {
  background: rgba(15,25,45,0.8); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 40px;
}
.c-form-box h2 { font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.c-form-box p { font-size: .9rem; color: rgba(255,255,255,0.6); margin-bottom: 32px; }

.c-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.c-form-group { display: flex; flex-direction: column; gap: 8px; }
.c-form-group.full { grid-column: 1 / -1; }
.c-form-group label { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,0.8); }
.c-form-group label span { color: #00c8b4; }
.c-form-group input, .c-form-group select, .c-form-group textarea {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 14px 16px; color: #fff; font-family: inherit; font-size: .9rem; transition: .3s; outline: none;
}
.c-form-group input::placeholder, .c-form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.c-form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.c-form-group select option { background: #081020; color: #fff; }
.c-form-group input:focus, .c-form-group select:focus, .c-form-group textarea:focus { border-color: #00c8b4; background: rgba(0,200,180,0.05); }

.c-btn-submit {
  width: 100%; background: #00c8b4; color: #fff; border: none; border-radius: 8px; padding: 16px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: .3s; display: flex; align-items: center; justify-content: center; gap: 8px; font-family: inherit; margin-top: 10px;
}
.c-btn-submit:hover { background: #00a896; box-shadow: 0 8px 24px rgba(0,200,180,0.25); }

/* Responsive */
@media(max-width:960px) {
  .c-layout { grid-template-columns: 1fr; }
  .c-hero h1 { font-size: 2.8rem; }
}
@media(max-width:600px) {
  .c-container { padding: 0 24px; }
  .c-form-grid { grid-template-columns: 1fr; }
  .c-form-box { padding: 24px; }
  .c-hero h1 { font-size: 2.4rem; }
}
</style>
/* ===== SOLUCIONES CSS ===== */

/* HERO */
.sol-hero{
  background: linear-gradient(135deg, rgba(13,27,46,0.9) 0%, rgba(13,27,46,0.75) 55%, rgba(0,143,126,0.5) 100%), url('../recursos/fondos/fondo3.png') center/cover no-repeat;
  padding:140px 0 90px;
}
.sol-hero-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}
.sol-hero-left h1{
  font-size:3rem;
  font-weight:900;
  color:#fff;
  line-height:1.18;
  margin:12px 0 18px;
  text-shadow:0 2px 20px rgba(0,0,0,0.3);
}
.sol-hero-left h1 em{font-style:normal;color:#00c8b4}
.sol-hero-left p{
  color:rgba(255,255,255,0.82);
  font-size:1rem;
  max-width:480px;
  margin-bottom:28px;
  line-height:1.7;
}
.sol-hero-right{
  min-height:320px;
  border-radius:16px;
  /* Espacio para imagen de laptop */
}

/* SOLUTION CARDS */
.sol-grid{display:flex;flex-direction:column;gap:40px;margin-top:16px}
.sol-card{
  background:#fff;
  border:1px solid rgba(20,33,61,0.09);
  border-radius:16px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  box-shadow:0 4px 24px rgba(20,33,61,0.07);
  transition:.3s;
}
.sol-card:hover{box-shadow:0 12px 40px rgba(20,33,61,0.13);transform:translateY(-3px)}
.sol-card-alt .sol-card-left{order:2}
.sol-card-alt .sol-card-right{order:1}
.sol-card-left{padding:40px 36px;display:flex;flex-direction:column;gap:0}
.sol-num{
  font-size:.72rem;
  font-weight:800;
  color:#00a896;
  letter-spacing:.1em;
  margin-bottom:6px;
}
.sol-card-ico{
  width:48px;height:48px;
  border-radius:12px;
  background:linear-gradient(135deg,rgba(0,200,180,0.14),rgba(0,200,180,0.06));
  border:1px solid rgba(0,200,180,0.2);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:14px;
}
.sol-card-ico img{width:26px;height:26px;object-fit:contain}
.sol-card-left h2{font-size:1.3rem;font-weight:800;color:#14213D;margin-bottom:10px;line-height:1.3}
.sol-card-left p{font-size:.88rem;color:#8492A6;margin-bottom:16px;line-height:1.65}
.sol-list{list-style:none;display:flex;flex-direction:column;gap:7px;margin-bottom:24px}
.sol-list li{font-size:.83rem;color:#4A4A4A;display:flex;align-items:center;gap:8px}
.sol-list li::before{content:'✓';color:#00a896;font-weight:700;flex-shrink:0}
.sol-link{
  display:inline-flex;align-items:center;gap:6px;
  color:#00a896;font-size:.85rem;font-weight:700;
  text-decoration:none;
  border:1.5px solid rgba(0,168,150,0.35);
  padding:10px 20px;
  border-radius:8px;
  transition:.2s;
  align-self:flex-start;
}
.sol-link:hover{background:rgba(0,168,150,0.08);border-color:#00a896}

.sol-visual-placeholder{
  background:linear-gradient(135deg,#f4f7fb,#e8edf4);
  min-height:260px;
  display:flex;align-items:center;justify-content:center;
  color:#c0c9d6;
  font-size:.8rem;
  /* Espacio para imagen/visual */
}

/* POR QUÉ DIFERENTES */
.sol-dif-title{
  font-size:2rem;
  font-weight:800;
  color:#fff;
  text-align:center;
  margin-bottom:40px;
  line-height:1.3;
}
.sol-dif-title em{font-style:normal;color:#00c8b4}
.sol-dif-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:20px;
}
.sol-dif-card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(0,200,180,0.18);
  border-radius:12px;
  padding:24px 16px;
  text-align:center;
  transition:.3s;
}
.sol-dif-card:hover{background:rgba(0,200,180,0.08);border-color:rgba(0,200,180,0.4);transform:translateY(-4px)}
.sol-dif-ico{
  width:48px;height:48px;
  border-radius:50%;
  background:rgba(0,200,180,0.12);
  border:1px solid rgba(0,200,180,0.25);
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 12px;
}
.sol-dif-ico img{width:24px;height:24px;object-fit:contain}
.sol-dif-card h4{font-size:.8rem;font-weight:700;color:#fff;margin-bottom:8px;line-height:1.3}
.sol-dif-card p{font-size:.72rem;color:rgba(255,255,255,0.6);line-height:1.5}

/* CTA */
.sol-cta{
  background:linear-gradient(135deg,rgba(0,168,150,0.12),rgba(0,168,150,0.05));
  border-top:1px solid rgba(0,168,150,0.2);
  padding:60px 0;
}
.sol-cta-inner{
  display:flex;
  align-items:center;
  gap:32px;
  flex-wrap:wrap;
}
.sol-cta-ico{
  width:56px;height:56px;
  border-radius:14px;
  background:rgba(0,168,150,0.12);
  border:1px solid rgba(0,168,150,0.25);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.sol-cta-ico img{width:28px;height:28px;object-fit:contain}
.sol-cta-inner>div{flex:1}
.sol-cta-inner h2{font-size:1.5rem;font-weight:800;color:#14213D;margin-bottom:6px}
.sol-cta-inner p{font-size:.88rem;color:#8492A6;line-height:1.6}

/* RESPONSIVE */
@media(max-width:1100px){.sol-dif-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:960px){
  .sol-hero-inner{grid-template-columns:1fr}
  .sol-hero-right{display:none}
  .sol-card{grid-template-columns:1fr}
  .sol-card-alt .sol-card-left{order:1}
  .sol-card-alt .sol-card-right{display:none}
  .sol-visual-placeholder{display:none}
  .sol-cta-inner{flex-direction:column;text-align:center}
  .sol-cta-ico{margin:0 auto}
}
@media(max-width:600px){
  .sol-hero-left h1{font-size:2.1rem}
  .sol-dif-grid{grid-template-columns:1fr 1fr}
  .sol-card-left{padding:28px 24px}
}
/* Animacion de transicion de pagina */
body {
  animation: fadeInPage 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes fadeInPage {
  0% { opacity: 0;  }
  100% { opacity: 1;  }
}
/* Animacion de iiiconos al hacer scroll (Pop In) */
.reveal [class*="-ico"] i,
.reveal [class*="-ico"] img {
  opacity: 0;
}
.reveal.visible [class*="-ico"] i,
.reveal.visible [class*="-ico"] img {
  animation: popIcon 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 0.15s;
}
@keyframes popIcon {
  0% { transform: scale(0.2) rotate(-15deg); opacity: 0; }
  100% { transform: scale(1) rotate(0); opacity: 1; }
}
/* Secuencia de aparicion para tarjetas en grillas (Stagger) */
.reveal:nth-child(1) { transition-delay: 0s; }
.reveal:nth-child(2) { transition-delay: 0.12s; }
.reveal:nth-child(3) { transition-delay: 0.24s; }
.reveal:nth-child(4) { transition-delay: 0.36s; }
.reveal:nth-child(5) { transition-delay: 0.48s; }
.reveal:nth-child(6) { transition-delay: 0.60s; }
.reveal:nth-child(7) { transition-delay: 0.72s; }
.reveal:nth-child(8) { transition-delay: 0.84s; }
.reveal:nth-child(9) { transition-delay: 0.96s; }
.reveal:nth-child(10) { transition-delay: 1.08s; }
.reveal:nth-child(1) [class*="-ico"] i, .reveal:nth-child(1) [class*="-ico"] img { animation-delay: 0.15s; }
.reveal:nth-child(2) [class*="-ico"] i, .reveal:nth-child(2) [class*="-ico"] img { animation-delay: 0.27s; }
.reveal:nth-child(3) [class*="-ico"] i, .reveal:nth-child(3) [class*="-ico"] img { animation-delay: 0.39s; }
.reveal:nth-child(4) [class*="-ico"] i, .reveal:nth-child(4) [class*="-ico"] img { animation-delay: 0.51s; }
.reveal:nth-child(5) [class*="-ico"] i, .reveal:nth-child(5) [class*="-ico"] img { animation-delay: 0.63s; }
.reveal:nth-child(6) [class*="-ico"] i, .reveal:nth-child(6) [class*="-ico"] img { animation-delay: 0.75s; }
.reveal:nth-child(7) [class*="-ico"] i, .reveal:nth-child(7) [class*="-ico"] img { animation-delay: 0.87s; }
.reveal:nth-child(8) [class*="-ico"] i, .reveal:nth-child(8) [class*="-ico"] img { animation-delay: 0.99s; }
.reveal:nth-child(9) [class*="-ico"] i, .reveal:nth-child(9) [class*="-ico"] img { animation-delay: 1.11s; }
.reveal:nth-child(10) [class*="-ico"] i, .reveal:nth-child(10) [class*="-ico"] img { animation-delay: 1.23s; }

/* Sidebar Global Styles */
.sidebar {
  width: 260px;
  background: rgba(15,25,45,0.95);
  border-right: 1px solid rgba(0,200,180,0.2);
  display: flex;
  flex-direction: column;
}
.s-logo {
  padding: 24px;
  display: flex; align-items: center; gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.s-logo img { width: 36px; height: auto; }
.s-logo span { font-weight: 800; font-size: 1.2rem; color: #fff; letter-spacing: 0.5px; }

.s-menu {
  flex: 1; padding: 24px 16px;
  display: flex; flex-direction: column; gap: 8px;
}
.s-menu a {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-radius: 8px;
  text-decoration: none; color: rgba(255,255,255,0.7);
  font-size: 0.9rem; font-weight: 500; transition: 0.2s;
}
.s-menu a:hover, .s-menu a.active {
  background: rgba(0,200,180,0.1);
  color: #00c8b4;
}

.s-footer {
  padding: 24px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.user-info {
  display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
}
.user-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: #00c8b4; color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1rem;
}
.user-name { font-size: 0.85rem; font-weight: 600; color: #fff; }
.user-role { font-size: 0.7rem; color: rgba(255,255,255,0.5); }

.btn-logout {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 10px; border-radius: 8px;
  background: rgba(255, 95, 87, 0.1); border: 1px solid rgba(255, 95, 87, 0.2);
  color: #ff5f57; text-decoration: none; font-size: 0.85rem; font-weight: 600; transition: 0.2s;
}
.btn-logout:hover { background: #ff5f57; color: #fff; }

