/* ITECBolivia Theme — assets/css/itec-style.css */

/* ===== VARIABLES ===== */
:root {
  --navy:       #050d1a;
  --navy2:      #0a1628;
  --navy3:      #0f1f38;
  --blue:       #1a6cff;
  --blue-light: #3d8bff;
  --cyan:       #00d4ff;
  --gold:       #f0b429;
  --green:      #06d6a0;
  --text:       #e8edf5;
  --text-muted: #8899bb;
  --card-bg:    rgba(255,255,255,.04);
  --card-border:rgba(255,255,255,.08);
  --radius:     14px;
  --radius-lg:  22px;
  --nav-h:      72px;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--navy);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; }
input, select, textarea { font-family: inherit; }

/* ===== CONTAINER ===== */
.itec-container { max-width: 1240px; margin: 0 auto; padding: 0 5%; }

/* ===== NAVIGATION ===== */
.itec-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(5,13,26,.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .3s;
}
.itec-nav.scrolled { background: rgba(5,13,26,.98); }
.itec-nav-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 5%;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.itec-logo {
  display: flex; align-items: center; gap: 11px; flex-shrink: 0;
}
.logo-icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--cyan) 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Syne', sans-serif; font-weight: 800; font-size: 18px; color: #fff;
}
.logo-text {
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 20px; color: #fff;
}
.logo-text span { color: var(--cyan); }
.nav-links {
  display: flex; gap: 30px; list-style: none; align-items: center;
}
.nav-links a {
  color: var(--text-muted); font-size: 14px; font-weight: 500;
  transition: color .2s; padding: 4px 0; border-bottom: 2px solid transparent;
}
.nav-links a:hover, .nav-links a.active { color: var(--cyan); border-bottom-color: var(--cyan); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-cta {
  background: var(--blue); color: #fff;
  padding: 10px 22px; border-radius: 8px;
  font-size: 14px; font-weight: 600; transition: background .2s;
}
.nav-cta:hover { background: var(--blue-light); }
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 38px; height: 38px; background: none; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 100%; height: 2px;
  background: var(--text); border-radius: 2px; transition: .3s;
}
.nav-mobile {
  display: none; flex-direction: column;
  background: var(--navy2);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 8px 0 16px;
}
.nav-mobile ul { list-style: none; }
.nav-mobile ul li a {
  display: block; padding: 12px 5%;
  color: var(--text-muted); font-size: 15px; font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.nav-mobile ul li a:hover { color: var(--cyan); }
.itec-nav.nav-open .nav-mobile { display: flex; }
.itec-nav.nav-open .nav-hamburger span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.itec-nav.nav-open .nav-hamburger span:nth-child(2) { opacity: 0; }
.itec-nav.nav-open .nav-hamburger span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ===== HERO ===== */
.itec-hero {
  position: relative; min-height: 100vh;
  overflow: hidden; display: flex; align-items: center;
  padding-top: var(--nav-h);
}
.itec-slides-wrap { position: absolute; inset: 0; }
.itec-slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1s ease;
  display: flex; align-items: center; padding: 0 5%;
}
.itec-slide.active { opacity: 1; }
.slide-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
}
.slide-bg::after {
  content:''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5,13,26,.95) 40%, rgba(5,13,26,.15) 100%);
}
.slide-grid {
  position: absolute; inset: 0; opacity: .05;
  background-image: linear-gradient(var(--blue) 1px, transparent 1px),
    linear-gradient(90deg, var(--blue) 1px, transparent 1px);
  background-size: 48px 48px;
}
.slide-content {
  position: relative; z-index: 2; max-width: 650px;
}
.slide-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,212,255,.1); border: 1px solid rgba(0,212,255,.25);
  color: var(--cyan); font-size: 12px; font-weight: 600; letter-spacing: 1.5px;
  padding: 6px 14px; border-radius: 30px; margin-bottom: 22px;
  text-transform: uppercase;
}
.slide-content h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(34px, 4.5vw, 62px);
  font-weight: 800; line-height: 1.1; margin-bottom: 20px;
}
.slide-content p {
  font-size: 17px; color: var(--text-muted); line-height: 1.7;
  margin-bottom: 34px; max-width: 500px;
}
.slide-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.slider-dots {
  position: absolute; bottom: 36px; left: 5%; z-index: 10;
  display: flex; gap: 10px;
}
.dot {
  width: 28px; height: 4px; border-radius: 2px; cursor: pointer;
  background: rgba(255,255,255,.2); transition: all .3s;
}
.dot.active { background: var(--cyan); width: 48px; }
.hero-float {
  position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
  z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.hero-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
  border-radius: var(--radius);
  padding: 18px 20px; min-width: 140px;
  transition: transform .3s;
}
.hero-card:hover { transform: translateY(-4px); }
.hc-icon { font-size: 24px; margin-bottom: 8px; }
.hc-num {
  font-family: 'Syne', sans-serif; font-size: 26px; font-weight: 800;
  color: var(--cyan); margin-bottom: 2px;
}
.hc-label { font-size: 11px; color: var(--text-muted); font-weight: 500; }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue); color: #fff;
  padding: 13px 26px; border-radius: 10px;
  font-weight: 600; font-size: 15px; transition: all .2s;
}
.btn-primary:hover { background: var(--blue-light); transform: translateY(-2px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid rgba(255,255,255,.2); color: var(--text);
  padding: 12px 24px; border-radius: 10px;
  font-weight: 500; font-size: 15px; transition: all .2s;
}
.btn-outline:hover { border-color: var(--cyan); color: var(--cyan); }

/* ===== SECTIONS ===== */
.itec-section { padding: 90px 0; }
.itec-section--alt { background: var(--navy2); }
.section-header { margin-bottom: 52px; }
.section-header--center { text-align: center; }
.section-header--center .section-sub { margin: 0 auto; }
.section-label {
  display: inline-block; font-size: 12px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; color: var(--cyan);
  margin-bottom: 14px;
}
.section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 800; line-height: 1.15; margin-bottom: 16px;
}
.section-title span { color: var(--cyan); }
.section-sub {
  font-size: 15.5px; color: var(--text-muted);
  max-width: 560px; line-height: 1.7;
}

/* ===== SERVICES ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.svc-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  border-radius: var(--radius-lg); padding: 28px 24px;
  transition: all .3s; position: relative; overflow: hidden;
}
.svc-card::before {
  content:''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transform: scaleX(0); transform-origin: left; transition: .35s;
}
.svc-card:hover { border-color: rgba(0,212,255,.25); transform: translateY(-5px); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon {
  width: 52px; height: 52px; border-radius: 12px; margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.svc-card h3 { font-family:'Syne',sans-serif; font-size:17px; font-weight:700; margin-bottom:10px; }
.svc-card p  { font-size:13.5px; color:var(--text-muted); line-height:1.65; }
.svc-tag {
  display: inline-block; margin-top: 14px; font-size: 11px; font-weight: 600;
  letter-spacing: 1px; padding: 4px 10px; border-radius: 20px;
}
.tag-blue  { background:rgba(26,108,255,.15); color:var(--blue-light); }
.tag-cyan  { background:rgba(0,212,255,.12);  color:var(--cyan); }
.tag-gold  { background:rgba(240,180,41,.12); color:var(--gold); }
.tag-green { background:rgba(6,214,160,.12);  color:var(--green); }
.tag-red   { background:rgba(214,40,57,.12);  color:#ff6b7a; }

/* ===== POS ===== */
.pos-layout { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.pos-features { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:0; }
.pos-feat {
  display:flex; gap:14px; align-items:flex-start;
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.07);
  border-radius:12px; padding:16px;
}
.pos-feat-icon {
  width:38px; height:38px; border-radius:8px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center; font-size:18px;
}
.pos-feat h4 { font-size:14px; font-weight:600; margin-bottom:4px; }
.pos-feat p  { font-size:12px; color:var(--text-muted); line-height:1.5; }
.pos-visual {
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius-lg); padding:24px;
}
.pos-screen-label { font-size:12px; color:var(--text-muted); font-weight:600; letter-spacing:1px; margin-bottom:12px; text-transform:uppercase; }
.pos-screen { background:var(--navy); border-radius:10px; overflow:hidden; border:1px solid rgba(255,255,255,.1); }
.pos-topbar {
  background:var(--navy3); display:flex; align-items:center;
  justify-content:space-between; padding:12px 16px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.pos-topbar-title { font-size:13px; font-weight:600; }
.pos-badge { background:rgba(6,214,160,.15); color:var(--green); font-size:11px; font-weight:600; padding:3px 10px; border-radius:20px; }
.pos-body { padding:16px; }
.pos-body-label { font-size:11px; color:var(--text-muted); margin-bottom:10px; font-weight:600; letter-spacing:1px; }
.pos-item {
  display:flex; justify-content:space-between; align-items:center;
  padding:10px 12px; background:rgba(255,255,255,.03);
  border-radius:8px; margin-bottom:8px; font-size:13px;
}
.pos-item-name  { color:var(--text); font-weight:500; }
.pos-item-qty   { color:var(--text-muted); font-size:12px; }
.pos-item-price { color:var(--gold); font-weight:700; font-size:14px; }
.pos-total {
  display:flex; justify-content:space-between; align-items:center;
  padding:14px 12px; margin-top:12px;
  background:rgba(26,108,255,.1); border-radius:8px;
  border:1px solid rgba(26,108,255,.2);
}
.pos-total span:first-child { font-size:13px; color:var(--text-muted); }
.pos-total span:last-child  { font-size:20px; font-weight:800; color:var(--cyan); }
.pos-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:14px; }
.pos-btn { padding:11px; border-radius:8px; font-size:13px; font-weight:600; text-align:center; cursor:pointer; }
.pos-btn-pay    { background:var(--blue); color:#fff; }
.pos-btn-cancel { background:rgba(255,255,255,.07); color:var(--text-muted); }
.pos-mini-stats { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:14px; }
.pos-mini-stat  { padding:12px; border-radius:10px; text-align:center; }
.pos-mini-green { background:rgba(6,214,160,.08); border:1px solid rgba(6,214,160,.2); }
.pos-mini-gold  { background:rgba(240,180,41,.08); border:1px solid rgba(240,180,41,.2); }
.pos-mini-num   { font-family:'Syne',sans-serif; font-size:20px; font-weight:800; }
.pos-mini-green .pos-mini-num { color:var(--green); }
.pos-mini-gold  .pos-mini-num { color:var(--gold); }
.pos-mini-label { font-size:11px; color:var(--text-muted); }

/* ===== PLANS ===== */
.plans-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.plan-card {
  background:var(--card-bg); border:1px solid var(--card-border);
  border-radius:var(--radius-lg); padding:32px 28px;
  position:relative; transition:transform .3s;
}
.plan-card:hover { transform:translateY(-6px); }
.plan-card--featured {
  border-color:var(--blue);
  background:linear-gradient(160deg,rgba(26,108,255,.08),rgba(0,212,255,.04));
}
.plan-popular {
  position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  background:var(--blue); color:#fff; font-size:11px; font-weight:700;
  padding:5px 16px; border-radius:20px; letter-spacing:1px;
  text-transform:uppercase; white-space:nowrap;
}
.plan-name  { font-family:'Syne',sans-serif; font-size:19px; font-weight:700; margin-bottom:8px; }
.plan-price { font-family:'Syne',sans-serif; font-size:40px; font-weight:800; margin-bottom:4px; color:var(--cyan); }
.plan-price sup { font-size:18px; vertical-align:top; margin-top:10px; display:inline-block; }
.plan-price sub { font-size:14px; color:var(--text-muted); font-weight:400; }
.plan-desc   { font-size:13px; color:var(--text-muted); margin-bottom:22px; line-height:1.5; }
.plan-divider{ height:1px; background:var(--card-border); margin-bottom:18px; }
.plan-features { list-style:none; margin-bottom:28px; }
.plan-features li {
  display:flex; align-items:flex-start; gap:10px;
  font-size:13.5px; color:var(--text-muted); margin-bottom:11px; line-height:1.5;
}
.plan-features li::before { content:'✓'; color:var(--green); font-weight:700; flex-shrink:0; margin-top:1px; }
.plan-cta {
  display:block; text-align:center; padding:13px;
  border-radius:10px; font-weight:600; font-size:14px; transition:all .2s;
}
.plan-cta-outline { border:1.5px solid rgba(255,255,255,.18); color:var(--text); }
.plan-cta-outline:hover { border-color:var(--cyan); color:var(--cyan); }
.plan-cta-solid   { background:var(--blue); color:#fff; }
.plan-cta-solid:hover { background:var(--blue-light); }
.payment-methods {
  text-align:center; margin-top:44px; padding:28px;
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.07);
  border-radius:16px;
}
.payment-label { font-size:13px; color:var(--text-muted); font-weight:600; letter-spacing:1px; text-transform:uppercase; margin-bottom:16px; }
.payment-badges { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.pay-badge { padding:8px 18px; border-radius:8px; font-size:13px; font-weight:600; }
.pay-cyan  { background:rgba(0,212,255,.1);  color:var(--cyan); }
.pay-gold  { background:rgba(240,180,41,.1); color:var(--gold); }
.pay-blue  { background:rgba(26,108,255,.1); color:var(--blue-light); }
.pay-green { background:rgba(6,214,160,.1);  color:var(--green); }
.pay-pink  { background:rgba(255,80,180,.1); color:#ff80d4; }

/* ===== CLIENTS ===== */
.itec-section--clients { padding: 70px 0; overflow:hidden; }
.clients-slider-wrap { overflow:hidden; position:relative; }
.clients-slider-wrap::before,
.clients-slider-wrap::after {
  content:''; position:absolute; top:0; bottom:0; width:120px; z-index:2; pointer-events:none;
}
.clients-slider-wrap::before { left:0;  background:linear-gradient(90deg,var(--navy),transparent); }
.clients-slider-wrap::after  { right:0; background:linear-gradient(-90deg,var(--navy),transparent); }
.clients-track {
  display:flex; gap:28px; width:max-content;
  animation: scrollClients 30s linear infinite;
}
.clients-track:hover { animation-play-state:paused; }
@keyframes scrollClients {
  from { transform:translateX(0); }
  to   { transform:translateX(-50%); }
}
.client-logo {
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius:12px; padding:16px 28px;
  display:flex; align-items:center; gap:10px; white-space:nowrap; flex-shrink:0;
  transition: border-color .2s;
}
.client-logo:hover { border-color:rgba(0,212,255,.3); }
.client-logo-icon { font-size:22px; }
.client-logo-name { font-size:14px; font-weight:600; color:var(--text-muted); }
.client-logo-img  { height:40px; width:auto; filter:grayscale(1) brightness(2); opacity:.7; }

/* ===== TESTIMONIALS ===== */
.testi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.testi-card {
  background:var(--card-bg); border:1px solid var(--card-border);
  border-radius:var(--radius-lg); padding:28px 24px;
  transition: transform .3s;
}
.testi-card:hover { transform:translateY(-4px); }
.testi-stars   { color:var(--gold); font-size:14px; margin-bottom:14px; letter-spacing:2px; }
.testi-text    { font-size:14px; line-height:1.7; color:var(--text-muted); margin-bottom:20px; font-style:italic; }
.testi-author  { display:flex; align-items:center; gap:12px; }
.testi-avatar  {
  width:40px; height:40px; border-radius:50%; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  font-size:15px; font-weight:700; color:#fff; font-family:'Syne',sans-serif;
}
.testi-photo   { width:40px; height:40px; border-radius:50%; object-fit:cover; flex-shrink:0; }
.testi-name    { font-size:14px; font-weight:600; }
.testi-role    { font-size:12px; color:var(--text-muted); }

/* ===== CONTACT ===== */
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; }
.contact-info h2 { font-family:'Syne',sans-serif; font-size:clamp(26px,3vw,38px); font-weight:800; margin:10px 0 16px; line-height:1.2; }
.contact-info h2 span { color:var(--cyan); }
.contact-info > p { color:var(--text-muted); font-size:15px; line-height:1.7; margin-bottom:28px; }
.contact-item { display:flex; align-items:flex-start; gap:14px; margin-bottom:18px; }
.contact-item-icon {
  width:42px; height:42px; border-radius:10px; flex-shrink:0;
  background:rgba(26,108,255,.12); border:1px solid rgba(26,108,255,.2);
  display:flex; align-items:center; justify-content:center; font-size:18px;
}
.contact-item-text { font-size:14px; color:var(--text-muted); line-height:1.6; }
.contact-item-text strong { display:block; color:var(--text); font-size:15px; margin-bottom:2px; }
.contact-form-wrap {
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius-lg); padding:36px;
}
.contact-form-wrap h3 { font-family:'Syne',sans-serif; font-size:20px; font-weight:700; margin-bottom:6px; }
.contact-form-sub { font-size:13px; color:var(--text-muted); margin-bottom:24px; }
.contact-form { display:flex; flex-direction:column; gap:14px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-field input,
.form-field select,
.form-field textarea {
  width:100%; background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1); border-radius:10px;
  color:var(--text); font-size:14px; padding:13px 16px;
  outline:none; transition:border-color .2s;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color:rgba(255,255,255,.25); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color:var(--blue); }
.form-field select option { background:var(--navy); color:var(--text); }
.form-field textarea { resize:vertical; min-height:110px; }
.btn-submit {
  background:linear-gradient(90deg, var(--blue), var(--cyan));
  color:#fff; padding:14px; border-radius:10px;
  font-size:15px; font-weight:600; transition:opacity .2s;
}
.btn-submit:hover { opacity:.9; }
.itec-form-msg {
  padding:14px; border-radius:10px; font-size:14px; margin-bottom:14px;
}
.itec-form-msg.success { background:rgba(6,214,160,.1); border:1px solid rgba(6,214,160,.3); color:var(--green); }
.itec-form-msg.error   { background:rgba(255,60,60,.1);  border:1px solid rgba(255,60,60,.3);  color:#ff7070; }

/* ===== FOOTER ===== */
.itec-footer {
  background:var(--navy2);
  border-top:1px solid rgba(255,255,255,.06);
  padding:64px 0 28px;
}
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:48px; margin-bottom:48px; }
.footer-brand p { font-size:13.5px; color:var(--text-muted); line-height:1.7; margin-top:14px; }
.footer-social { display:flex; gap:10px; margin-top:20px; }
.footer-social-btn {
  width:36px; height:36px; border-radius:8px; font-size:16px;
  background:rgba(255,255,255,.07); display:flex; align-items:center; justify-content:center;
  transition:background .2s;
}
.footer-social-btn:hover { background:rgba(255,255,255,.12); }
.footer-col h4 { font-family:'Syne',sans-serif; font-size:15px; font-weight:700; margin-bottom:18px; }
.footer-col ul { list-style:none; }
.footer-col ul li { margin-bottom:10px; }
.footer-col ul li a { color:var(--text-muted); font-size:13.5px; transition:color .2s; }
.footer-col ul li a:hover { color:var(--cyan); }
.footer-contact-mini { font-size:13px; color:var(--text-muted); line-height:1.9; }
.footer-bottom {
  border-top:1px solid rgba(255,255,255,.06); padding-top:24px;
  display:flex; justify-content:space-between; align-items:center;
  font-size:13px; color:var(--text-muted); flex-wrap:wrap; gap:8px;
}

/* ===== WhatsApp FLOTANTE ===== */
.itec-wa-float {
  position:fixed; bottom:28px; right:28px; z-index:999;
  width:56px; height:56px; border-radius:50%;
  background:linear-gradient(135deg,#25d366,#128c7e);
  display:flex; align-items:center; justify-content:center;
  font-size:26px; box-shadow:0 4px 20px rgba(37,211,102,.4);
  transition:transform .3s;
}
.itec-wa-float:hover { transform:scale(1.1); }

/* ===== FADE IN ANIMATION ===== */
.fade-in { opacity:0; transform:translateY(30px); transition:all .7s cubic-bezier(.2,.8,.3,1); }
.fade-in.visible { opacity:1; transform:none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-float { display:none; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 900px) {
  .nav-links { display:none; }
  .nav-hamburger { display:flex; }
  .pos-layout { grid-template-columns:1fr; }
  .plans-grid { grid-template-columns:1fr; max-width:480px; margin:0 auto; }
  .testi-grid { grid-template-columns:1fr; }
  .contact-grid { grid-template-columns:1fr; }
  .pos-features { grid-template-columns:1fr; }
}
@media (max-width: 600px) {
  .form-row { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .hero-float { display:none; }
  section { padding:60px 0; }
}

/* ===== SERVICIOS DESTACADOS: IA + CURSOS ===== */
.svc-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 16px;
}

.svc-featured-card {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  transition: transform .3s, border-color .3s;
}
.svc-featured-card:hover {
  transform: translateY(-6px);
}

/* IA card — azul/cyan */
.svc-ai {
  background: linear-gradient(145deg,
    rgba(0,212,255,.06) 0%,
    rgba(26,108,255,.08) 50%,
    rgba(5,13,26,.95) 100%
  );
  border-color: rgba(0,212,255,.25);
}
.svc-ai:hover { border-color: rgba(0,212,255,.55); }

/* Educación card — dorado/verde */
.svc-edu {
  background: linear-gradient(145deg,
    rgba(240,180,41,.07) 0%,
    rgba(6,214,160,.06) 50%,
    rgba(5,13,26,.95) 100%
  );
  border-color: rgba(240,180,41,.25);
}
.svc-edu:hover { border-color: rgba(240,180,41,.55); }

/* Glow orb de fondo */
.svc-featured-glow {
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  top: -80px; right: -80px;
  pointer-events: none;
  filter: blur(80px);
  opacity: .35;
}
.svc-ai-glow  { background: radial-gradient(circle, #00d4ff 0%, transparent 70%); }
.svc-edu-glow { background: radial-gradient(circle, #f0b429 0%, transparent 70%); }

.svc-featured-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.svc-featured-icon {
  font-size: 42px;
  line-height: 1;
  filter: drop-shadow(0 0 12px rgba(0,212,255,.4));
}
.svc-edu .svc-featured-icon {
  filter: drop-shadow(0 0 12px rgba(240,180,41,.4));
}

.svc-featured-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
}
.badge-ai  {
  background: rgba(0,212,255,.15);
  border: 1px solid rgba(0,212,255,.35);
  color: var(--cyan);
}
.badge-edu {
  background: rgba(240,180,41,.15);
  border: 1px solid rgba(240,180,41,.35);
  color: var(--gold);
}

.svc-featured-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
}
.svc-ai  h3 { color: #fff; }
.svc-edu h3 { color: #fff; }

.svc-featured-card > p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 22px;
}

.svc-featured-list {
  list-style: none;
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.svc-featured-list li {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.svc-ai .svc-featured-list  li::before {
  content: '▹';
  color: var(--cyan);
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}
.svc-edu .svc-featured-list li::before {
  content: '▹';
  color: var(--gold);
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}

.svc-featured-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.svc-featured-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.svc-featured-types span {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: .5px;
}
.svc-ai .svc-featured-types span {
  background: rgba(0,212,255,.08);
  border: 1px solid rgba(0,212,255,.2);
  color: rgba(0,212,255,.8);
}
.svc-edu .svc-featured-types span {
  background: rgba(240,180,41,.08);
  border: 1px solid rgba(240,180,41,.2);
  color: rgba(240,180,41,.8);
}

/* Divisor entre featured y grilla */
.svc-section-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 52px 0 40px;
}
.svc-divider-line {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,.08);
}
.svc-section-divider span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}

/* Responsive featured cards */
@media (max-width: 860px) {
  .svc-featured-grid { grid-template-columns: 1fr; }
  .svc-featured-list { grid-template-columns: 1fr; }
  .svc-featured-card { padding: 28px 22px; }
}

/* ===== SECCIÓN AGENTES IA ===== */
.itec-ia-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.itec-ia-section::before {
  content: '';
  position: absolute;
  top: -200px; left: -200px;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,212,255,.04) 0%, transparent 70%);
  pointer-events: none;
}
.itec-ia-section::after {
  content: '';
  position: absolute;
  bottom: -200px; right: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,108,255,.05) 0%, transparent 70%);
  pointer-events: none;
}

/* IA header layout */
.ia-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 64px;
}
.ia-header-right { position: relative; }

/* Chat widget */
.ia-chat-widget {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(0,212,255,.2);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,212,255,.08);
}
.ia-chat-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(0,212,255,.06);
  border-bottom: 1px solid rgba(0,212,255,.15);
}
.ia-chat-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.ia-chat-name   { font-size: 14px; font-weight: 600; }
.ia-chat-status { font-size: 11px; color: var(--green); font-weight: 500; }
.ia-chat-body   { padding: 20px; display: flex; flex-direction: column; gap: 12px; min-height: 200px; }
.ia-msg         { display: flex; max-width: 82%; }
.ia-msg-bot     { align-self: flex-start; }
.ia-msg-user    { align-self: flex-end; }
.ia-msg-bot  span {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 4px 14px 14px 14px;
  padding: 10px 14px; font-size: 13px; color: var(--text); line-height: 1.55;
}
.ia-msg-user span {
  background: rgba(26,108,255,.2);
  border: 1px solid rgba(26,108,255,.3);
  border-radius: 14px 4px 14px 14px;
  padding: 10px 14px; font-size: 13px; color: var(--text); line-height: 1.55;
}
.ia-msg-typing span {
  border-radius: 4px 14px 14px 14px;
  padding: 14px 18px;
  display: flex; gap: 5px; align-items: center;
}
.ia-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cyan); display: inline-block;
  animation: iaBounce .9s ease-in-out infinite;
}
.ia-dot:nth-child(2) { animation-delay: .2s; }
.ia-dot:nth-child(3) { animation-delay: .4s; }
@keyframes iaBounce {
  0%, 80%, 100% { transform: scale(.8); opacity: .5; }
  40%            { transform: scale(1.2); opacity: 1; }
}
.ia-chat-input {
  display: flex; gap: 10px; padding: 14px 16px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.ia-chat-input input {
  flex: 1; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1); border-radius: 8px;
  color: var(--text); font-size: 13px; padding: 9px 14px; outline: none;
}
.ia-chat-input button {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--blue); color: #fff; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
}

/* Casos de uso */
.ia-usecases-label {
  text-align: center;
  font-size: 12px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--text-muted);
  margin-bottom: 24px;
}
.ia-usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 64px;
}
.ia-case-card {
  border-radius: var(--radius);
  padding: 22px 20px;
  border: 1px solid rgba(255,255,255,.07);
  transition: transform .3s, border-color .3s;
}
.ia-case-card:hover { transform: translateY(-4px); }
.ia-case-icon   { font-size: 28px; margin-bottom: 10px; }
.ia-case-sector { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.ia-case-use    { font-size: 15px; font-weight: 700; margin-bottom: 8px; font-family: 'Syne', sans-serif; }
.ia-case-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

.ia-case-blue   { background:rgba(26,108,255,.06);  border-color:rgba(26,108,255,.2);  }
.ia-case-blue   .ia-case-sector { color: var(--blue-light); }
.ia-case-green  { background:rgba(6,214,160,.05);   border-color:rgba(6,214,160,.2);   }
.ia-case-green  .ia-case-sector { color: var(--green); }
.ia-case-gold   { background:rgba(240,180,41,.05);  border-color:rgba(240,180,41,.2);  }
.ia-case-gold   .ia-case-sector { color: var(--gold); }
.ia-case-cyan   { background:rgba(0,212,255,.05);   border-color:rgba(0,212,255,.2);   }
.ia-case-cyan   .ia-case-sector { color: var(--cyan); }
.ia-case-purple { background:rgba(180,80,255,.05);  border-color:rgba(180,80,255,.2);  }
.ia-case-purple .ia-case-sector { color: #c880ff; }
.ia-case-orange { background:rgba(255,140,0,.05);   border-color:rgba(255,140,0,.2);   }
.ia-case-orange .ia-case-sector { color: #ffaa40; }

/* Proceso IA */
.ia-process {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.ia-process h3 {
  font-family: 'Syne', sans-serif;
  font-size: 20px; font-weight: 800;
  text-align: center; margin-bottom: 36px;
}
.ia-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
}
.ia-steps::before {
  content: '';
  position: absolute;
  top: 24px; left: 5%; right: 5%;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  opacity: .25;
}
.ia-step { text-align: center; position: relative; z-index: 1; }
.ia-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 800;
  color: #fff; margin: 0 auto 10px;
}
.ia-step-icon  { font-size: 20px; margin-bottom: 8px; }
.ia-step-title { font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.ia-step-desc  { font-size: 12px; color: var(--text-muted); line-height: 1.5; }

/* ===== SECCIÓN CURSOS ===== */
.itec-courses-section { background: var(--navy2); }

.courses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 36px;
}
.course-card {
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  border: 1px solid rgba(255,255,255,.08);
  position: relative;
  transition: transform .3s, border-color .3s;
  background: var(--card-bg);
}
.course-card:hover { transform: translateY(-5px); }

.course-ai     { border-top: 3px solid var(--cyan); }
.course-pos    { border-top: 3px solid var(--blue-light); }
.course-mkt    { border-top: 3px solid var(--gold); }
.course-sec    { border-top: 3px solid var(--green); }

.course-badge {
  position: absolute; top: -12px; right: 20px;
  font-size: 11px; font-weight: 700; padding: 4px 14px;
  border-radius: 20px; letter-spacing: 1px; text-transform: uppercase;
}
.badge-hot  { background: rgba(255,80,80,.2);   border: 1px solid rgba(255,80,80,.4);   color: #ff8080; }
.badge-new  { background: rgba(0,212,255,.15);  border: 1px solid rgba(0,212,255,.35);  color: var(--cyan); }

.course-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  margin-bottom: 14px;
}
.course-icon { font-size: 32px; }
.course-meta {
  display: flex; flex-direction: column; align-items: flex-end; gap: 4px;
}
.course-level,
.course-hours,
.course-modality {
  font-size: 11px; color: var(--text-muted); font-weight: 500;
}
.course-card h3 {
  font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 800;
  margin-bottom: 10px; line-height: 1.3;
}
.course-card p  { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; margin-bottom: 18px; }
.course-topics  { list-style: none; margin-bottom: 22px; }
.course-topics li {
  font-size: 12.5px; color: var(--text-muted);
  padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.04);
  display: flex; gap: 8px; align-items: center;
}
.course-topics li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }
.course-cta {
  display: inline-block; padding: 10px 22px; border-radius: 8px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  font-size: 13px; font-weight: 600; color: var(--text);
  transition: all .2s;
}
.course-cta:hover { border-color: var(--cyan); color: var(--cyan); }
.course-ai  .course-cta:hover { border-color: var(--cyan); color: var(--cyan); }
.course-pos .course-cta:hover { border-color: var(--blue-light); color: var(--blue-light); }
.course-mkt .course-cta:hover { border-color: var(--gold); color: var(--gold); }
.course-sec .course-cta:hover { border-color: var(--green); color: var(--green); }

/* CTA corporativo cursos */
.courses-corporate {
  display: flex; align-items: center; gap: 24px;
  background: linear-gradient(135deg, rgba(26,108,255,.08), rgba(0,212,255,.06));
  border: 1px solid rgba(26,108,255,.25);
  border-radius: var(--radius-lg); padding: 28px 32px;
  flex-wrap: wrap;
}
.courses-corp-icon { font-size: 40px; flex-shrink: 0; }
.courses-corp-text { flex: 1; min-width: 200px; }
.courses-corp-text h4 { font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.courses-corp-text p  { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; }
.courses-corp-btns    { display: flex; flex-wrap: wrap; gap: 12px; flex-shrink: 0; }

/* Responsive IA + Cursos */
@media (max-width: 1024px) {
  .ia-steps { grid-template-columns: repeat(3, 1fr); }
  .ia-steps::before { display: none; }
}
@media (max-width: 860px) {
  .ia-header        { grid-template-columns: 1fr; }
  .ia-usecases-grid { grid-template-columns: 1fr 1fr; }
  .ia-steps         { grid-template-columns: 1fr 1fr; }
  .courses-grid     { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .ia-usecases-grid { grid-template-columns: 1fr; }
  .ia-steps         { grid-template-columns: 1fr; }
  .ia-process       { padding: 24px 18px; }
  .courses-corporate{ flex-direction: column; text-align: center; }
}

/* ===== SLIDER IA + CURSOS ===== */
.ia-slider-wrap,
.courses-slider-wrap {
  margin-bottom: 48px;
  position: relative;
}
.ia-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.ia-slider-header h3,
.courses-slider-header h3 {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.ia-slider-nav {
  display: flex;
  gap: 10px;
}
.ia-prev-btn,
.ia-next-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: var(--text);
  font-size: 20px;
  line-height: 1;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all .2s;
}
.ia-prev-btn:hover,
.ia-next-btn:hover {
  background: var(--blue);
  border-color: var(--blue);
}
.ia-prev-btn:disabled,
.ia-next-btn:disabled {
  opacity: .3;
  cursor: not-allowed;
}

/* Viewport y track */
.ia-slider-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.ia-slider-track {
  display: flex;
  gap: 20px;
  transition: transform .4s cubic-bezier(.25,.8,.25,1);
  will-change: transform;
}

/* Dots */
.ia-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.ia-slider-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  cursor: pointer;
  transition: all .3s;
}
.ia-slider-dot.active {
  background: var(--cyan);
  width: 24px;
  border-radius: 4px;
}

/* IA Cards */
.ia-card {
  flex: 0 0 calc(33.333% - 14px);
  min-width: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  position: relative;
  transition: transform .3s, border-color .3s;
  background: var(--card-bg);
}
.ia-card:hover { transform: translateY(-5px); }

.ia-card-thumb {
  height: 140px;
  background-size: cover;
  background-position: center;
}
.ia-card-badge {
  position: absolute;
  top: 12px; right: 12px;
  background: rgba(0,212,255,.2);
  border: 1px solid rgba(0,212,255,.4);
  color: var(--cyan);
  font-size: 10px; font-weight: 700;
  padding: 4px 10px; border-radius: 20px;
  letter-spacing: 1px; text-transform: uppercase;
  z-index: 2;
}
.ia-card-body { padding: 20px; }
.ia-card-top {
  display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px;
}
.ia-card-icon { font-size: 28px; flex-shrink: 0; }
.ia-card-sector {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; margin-bottom: 2px;
}
.ia-card-usecase { font-size: 13px; color: var(--text-muted); }
.ia-card h4 {
  font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700;
  margin-bottom: 8px; line-height: 1.3;
}
.ia-card > .ia-card-body > p {
  font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px;
}
.ia-card-features {
  list-style: none; margin-bottom: 14px;
}
.ia-card-features li {
  font-size: 12px; color: var(--text-muted);
  padding: 4px 0; border-bottom: 1px solid rgba(255,255,255,.04);
  display: flex; gap: 6px;
}
.ia-card-features li::before { content: '▹'; color: var(--cyan); flex-shrink: 0; }
.ia-card-platforms {
  display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px;
}
.ia-card-platforms span {
  font-size: 11px; padding: 3px 9px; border-radius: 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--text-muted);
}
.ia-card-cta {
  display: block; text-align: center; padding: 9px 16px;
  border-radius: 8px; font-size: 13px; font-weight: 600;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: var(--text); transition: all .2s;
}
.ia-card-cta:hover { border-color: var(--cyan); color: var(--cyan); }

/* Colors por tipo */
.ia-case-blue   { border-color: rgba(26,108,255,.25); }
.ia-case-blue   .ia-card-sector { color: var(--blue-light); }
.ia-case-blue   .ia-card-cta:hover { border-color: var(--blue-light); color: var(--blue-light); }
.ia-case-green  { border-color: rgba(6,214,160,.25); }
.ia-case-green  .ia-card-sector { color: var(--green); }
.ia-case-green  .ia-card-cta:hover { border-color: var(--green); color: var(--green); }
.ia-case-gold   { border-color: rgba(240,180,41,.25); }
.ia-case-gold   .ia-card-sector { color: var(--gold); }
.ia-case-gold   .ia-card-cta:hover { border-color: var(--gold); color: var(--gold); }
.ia-case-cyan   { border-color: rgba(0,212,255,.25); }
.ia-case-cyan   .ia-card-sector { color: var(--cyan); }
.ia-case-purple { border-color: rgba(180,80,255,.25); }
.ia-case-purple .ia-card-sector { color: #c880ff; }
.ia-case-purple .ia-card-features li::before { color: #c880ff; }
.ia-case-purple .ia-card-cta:hover { border-color: #c880ff; color: #c880ff; }
.ia-case-orange { border-color: rgba(255,140,0,.25); }
.ia-case-orange .ia-card-sector { color: #ffaa40; }
.ia-case-orange .ia-card-features li::before { color: #ffaa40; }
.ia-case-orange .ia-card-cta:hover { border-color: #ffaa40; color: #ffaa40; }

/* Course Cards slider */
.courses-slider-wrap { position: relative; }
.course-card {
  flex: 0 0 calc(33.333% - 14px);
  min-width: 0;
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  position: relative;
  transition: transform .3s;
}
.course-card:hover { transform: translateY(-5px); }
.course-ai     { border-top: 3px solid var(--cyan); }
.course-pos    { border-top: 3px solid var(--blue-light); }
.course-mkt    { border-top: 3px solid var(--gold); }
.course-sec    { border-top: 3px solid var(--green); }
.course-new    { border-top: 3px solid #c880ff; }

.course-thumb {
  height: 120px;
  background-size: cover;
  background-position: center;
}
.course-slide-body { padding: 22px 20px; }
.course-slide-footer {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-top: 16px; gap: 10px; flex-wrap: wrap;
}
.course-slide-info { font-size: 12px; color: var(--text-muted); display: flex; flex-direction: column; gap: 4px; }
.course-date  { color: var(--text-muted); }
.course-cert  { color: var(--gold); }
.course-price { font-size: 16px; color: var(--cyan); font-weight: 700; }
.course-price strong { font-size: 20px; }
.course-free  { color: var(--green); }
.course-badge {
  position: absolute; top: -12px; right: 16px;
  font-size: 10px; font-weight: 700; padding: 4px 12px;
  border-radius: 20px; letter-spacing: 1px; text-transform: uppercase;
}
.badge-hot { background:rgba(255,80,80,.2); border:1px solid rgba(255,80,80,.4); color:#ff8080; }
.badge-new { background:rgba(0,212,255,.15); border:1px solid rgba(0,212,255,.35); color:var(--cyan); }

/* Responsive sliders */
@media (max-width: 1024px) {
  .ia-card,
  .course-card { flex: 0 0 calc(50% - 10px); }
}
@media (max-width: 640px) {
  .ia-card,
  .course-card { flex: 0 0 calc(100% - 0px); }
  .ia-slider-header { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ===== MODAL DE INSCRIPCIÓN A CURSOS ===== */
#itecEnrollModal {
  animation: fadeInModal .25s ease;
}
@keyframes fadeInModal {
  from { opacity: 0; }
  to   { opacity: 1; }
}
#itecEnrollModalInner {
  animation: slideUpModal .3s cubic-bezier(.25,.8,.25,1);
}
@keyframes slideUpModal {
  from { transform: translateY(30px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

/* Input focus en el modal */
#itecEnrollModal input[type="text"]:focus,
#itecEnrollModal input[type="email"]:focus,
#itecEnrollModal input[type="tel"]:focus {
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 3px rgba(26,108,255,.15);
}

/* Radio buttons de método de pago en modal */
#enrollPayMethods label:has(input:checked) {
  border-color: var(--blue) !important;
  background: rgba(26,108,255,.1) !important;
}

/* Voucher drop en modal hover */
#enrollVoucherDrop:hover {
  border-color: rgba(0,212,255,.4) !important;
  background: rgba(0,212,255,.04) !important;
}

/* Curso cta como botón */
button.course-cta {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: var(--text);
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  font-family: 'Outfit', sans-serif;
}
button.course-cta:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  background: rgba(0,212,255,.06);
}

/* Form msg reutilizable */
.itec-form-msg {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 500;
}
.itec-form-msg.success {
  background: rgba(6,214,160,.1);
  border: 1px solid rgba(6,214,160,.3);
  color: var(--green);
}
.itec-form-msg.error {
  background: rgba(255,60,60,.1);
  border: 1px solid rgba(255,60,60,.3);
  color: #ff7070;
}

/* ===== SECCIÓN INFRAESTRUCTURA ===== */
.itec-infra-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.itec-infra-section::before {
  content: '';
  position: absolute;
  top: -150px; right: -150px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,180,41,.04) 0%, transparent 70%);
  pointer-events: none;
}

/* Tabs */
.infra-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.infra-tab {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: var(--text-muted);
  font-family: 'Outfit', sans-serif;
  transition: all .25s;
}
.infra-tab:hover { border-color: var(--cyan); color: var(--cyan); }
.infra-tab.active {
  background: rgba(26,108,255,.15);
  border-color: var(--blue);
  color: #fff;
}

/* Slider viewport */
.infra-slider-viewport {
  position: relative;
  min-height: 400px;
}
.infra-slide {
  display: none;
  animation: infraFadeIn .4s ease;
}
.infra-slide.active { display: block; }
@keyframes infraFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}

/* Slide layout: 2 columns */
.infra-slide-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.infra-slide-badge {
  display: inline-block;
  background: rgba(240,180,41,.12);
  border: 1px solid rgba(240,180,41,.3);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.infra-slide-content h3 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}
.infra-slide-content h3 span { color: var(--cyan); }
.infra-slide-content > p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}

/* Feature list */
.infra-features-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}
.infra-feat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.infra-feat-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.infra-feat strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
.infra-feat p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

/* CTA row */
.infra-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* SVG graphic container */
.infra-slide-graphic {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}

/* Dots */
.infra-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.infra-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  cursor: pointer;
  transition: all .3s;
}
.infra-dot.active {
  width: 28px;
  border-radius: 4px;
  background: var(--gold);
}

/* Stats row */
.infra-stats-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 52px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.infra-stat {
  text-align: center;
  padding: 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius);
  transition: border-color .25s;
}
.infra-stat:hover { border-color: var(--gold); }
.infra-stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 6px;
}
.infra-stat-label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
}

/* Responsive */
@media (max-width: 900px) {
  .infra-slide-layout { grid-template-columns: 1fr; }
  .infra-slide-graphic { order: -1; }
  .infra-stats-row { grid-template-columns: repeat(3, 1fr); }
  .infra-tabs { gap: 8px; }
  .infra-tab { padding: 8px 14px; font-size: 12px; }
}
@media (max-width: 600px) {
  .infra-stats-row { grid-template-columns: 1fr 1fr; }
  .infra-tab { flex: 1; text-align: center; }
}

/* ===== SECCIÓN UNIDADES EDUCATIVAS ===== */
.itec-school-section {
  background: var(--navy2);
  position: relative;
  overflow: hidden;
}
.itec-school-section::before {
  content: '';
  position: absolute;
  top: -160px; left: -160px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180,80,255,.04) 0%, transparent 70%);
  pointer-events: none;
}
/* School tabs */
.school-tabs {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px;
}
.school-tab {
  padding: 10px 18px; border-radius: 10px; font-size: 13px; font-weight: 600;
  cursor: pointer; border: 1.5px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04); color: var(--text-muted);
  font-family: 'Outfit', sans-serif; transition: all .25s; white-space: nowrap;
}
.school-tab:hover { border-color: #b450ff; color: #b450ff; }
.school-tab.active { background: rgba(180,80,255,.15); border-color: #b450ff; color: #fff; }
/* Slider */
.school-slider-viewport { position: relative; min-height: 420px; }
.school-slide { display: none; animation: schoolFadeIn .4s ease; }
.school-slide.active { display: block; }
@keyframes schoolFadeIn { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }
.school-slide-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.school-slide-badge {
  display: inline-block; background: rgba(180,80,255,.12); border: 1px solid rgba(180,80,255,.3);
  color: #c880ff; font-size: 12px; font-weight: 700; padding: 5px 14px;
  border-radius: 20px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px;
}
.school-slide-content h3 {
  font-family: 'Syne', sans-serif; font-size: clamp(22px,2.6vw,34px);
  font-weight: 800; line-height: 1.2; margin-bottom: 14px;
}
.school-slide-content h3 span { color: #b450ff; }
.school-slide-content > p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 24px; }
/* Feature list school */
.school-features { display: flex; flex-direction: column; gap: 13px; margin-bottom: 26px; }
.school-feat { display: flex; align-items: flex-start; gap: 14px; }
.school-feat > span {
  font-size: 20px; flex-shrink: 0; width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(180,80,255,.08); border-radius: 10px;
}
.school-feat strong { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 3px; }
.school-feat p { font-size: 12.5px; color: var(--text-muted); line-height: 1.5; margin: 0; }
.school-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.school-slide-graphic {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(180,80,255,.15);
  box-shadow: 0 20px 60px rgba(0,0,0,.4), 0 0 40px rgba(180,80,255,.05);
}
/* Dots */
.school-dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.school-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.2); cursor: pointer; transition: all .3s; }
.school-dot.active { width: 28px; border-radius: 4px; background: #b450ff; }
/* Features grid bottom */
.school-features-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
  margin-top: 52px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.06);
}
.school-feat-card {
  display: flex; align-items: flex-start; gap: 12px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius); padding: 18px 16px; transition: all .3s;
}
.school-feat-card:hover { border-color: rgba(180,80,255,.3); background: rgba(180,80,255,.04); transform: translateY(-3px); }
.school-feat-icon { font-size: 24px; flex-shrink: 0; }
.school-feat-card h4 { font-size: 13px; font-weight: 700; margin-bottom: 4px; line-height: 1.3; }
.school-feat-card p { font-size: 12px; color: var(--text-muted); line-height: 1.5; margin: 0; }
/* CTA Banner */
.school-cta-banner {
  display: flex; align-items: center; gap: 24px;
  background: linear-gradient(135deg, rgba(180,80,255,.08), rgba(26,108,255,.06));
  border: 1px solid rgba(180,80,255,.25); border-radius: var(--radius-lg);
  padding: 28px 32px; margin-top: 40px; flex-wrap: wrap;
}
.school-cta-icon { font-size: 44px; flex-shrink: 0; }
.school-cta-text { flex: 1; min-width: 220px; }
.school-cta-text h3 { font-family:'Syne',sans-serif; font-size:18px; font-weight:800; margin-bottom:6px; }
.school-cta-text p { font-size:13.5px; color:var(--text-muted); line-height:1.6; margin:0; }
.school-cta-btns { display:flex; flex-wrap:wrap; gap:12px; flex-shrink:0; }
/* Responsive */
@media (max-width:1024px) { .school-features-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:860px) {
  .school-slide-layout { grid-template-columns:1fr; }
  .school-slide-graphic { order:-1; }
  .school-features-grid { grid-template-columns:1fr 1fr; }
  .school-tab { padding:8px 12px; font-size:12px; }
}
@media (max-width:600px) {
  .school-features-grid { grid-template-columns:1fr; }
  .school-cta-banner { flex-direction:column; text-align:center; }
  .school-tab { flex:1; text-align:center; font-size:11px; }
}

/* ===== FOOTER ACTUALIZADO ===== */
.footer-grid-new {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr 1.2fr 1.2fr 1.2fr;
  gap: 40px;
  margin-bottom: 44px;
  padding-top: 20px;
}

/* Brand col */
.footer-brand p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 14px 0 16px;
}
.footer-contact-mini {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12.5px;
  color: var(--text-muted);
  margin-top: 14px;
}
.footer-contact-mini a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color .2s;
}
.footer-contact-mini a:hover { color: var(--cyan); }

/* Footer columns */
.footer-col h4 {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--text);
  letter-spacing: .3px;
}
.footer-col ul {
  list-style: none;
  margin-bottom: 0;
}
.footer-col ul li {
  margin-bottom: 8px;
}
.footer-col ul li a {
  color: var(--text-muted);
  font-size: 12.5px;
  text-decoration: none;
  transition: color .2s;
  line-height: 1.5;
  display: block;
}
.footer-col ul li a:hover { color: var(--cyan); padding-left: 4px; }
.footer-col-divider {
  height: 1px;
  background: rgba(255,255,255,.07);
  margin: 16px 0;
}

/* Pay methods */
.footer-pay-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.footer-pay-methods span {
  font-size: 10px;
  padding: 3px 8px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  color: var(--text-muted);
}

/* Newsletter mini */
.footer-newsletter p {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.footer-newsletter-row {
  display: flex;
  gap: 6px;
}
.footer-newsletter-row input {
  flex: 1;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  color: var(--text);
  font-size: 12px;
  padding: 8px 10px;
  outline: none;
  font-family: 'Outfit', sans-serif;
  transition: border-color .2s;
  min-width: 0;
}
.footer-newsletter-row input:focus { border-color: var(--cyan); }
.footer-newsletter-row input::placeholder { color: rgba(255,255,255,.2); }
.footer-newsletter-row button {
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  cursor: pointer;
  transition: background .2s;
  font-family: 'Outfit', sans-serif;
  white-space: nowrap;
}
.footer-newsletter-row button:hover { background: var(--blue-light); }

/* Stats row */
.footer-stats-row {
  display: flex;
  justify-content: space-around;
  gap: 16px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.footer-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.footer-stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--cyan);
}
.footer-stat-label {
  font-size: 11px;
  color: var(--text-muted);
  text-align: center;
}

/* Bottom bar */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom-left a:hover { color: var(--cyan); }
.footer-flag { display: flex; align-items: center; gap: 6px; }

/* Social buttons */
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 6px;
}
.footer-social-btn {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.footer-social-btn:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }

/* Responsive footer */
@media (max-width: 1200px) {
  .footer-grid-new { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; }
  .footer-grid-new .footer-col:last-child { grid-column: 1 / -1; }
  .footer-stats-row { gap: 24px; }
}
@media (max-width: 900px) {
  .footer-grid-new { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .footer-grid-new { grid-template-columns: 1fr; gap: 22px; }
  .footer-stats-row { gap: 16px; }
  .footer-stat-num { font-size: 18px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ===== SECCIÓN MOVILIDAD ===== */
.itec-mobility-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.itec-mobility-section::before {
  content: '';
  position: absolute;
  top: -180px; right: -180px;
  width: 560px; height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,140,0,.04) 0%, transparent 70%);
  pointer-events: none;
}
.itec-mobility-section::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -120px;
  width: 440px; height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,108,255,.04) 0%, transparent 70%);
  pointer-events: none;
}

/* Tabs movilidad */
.mobility-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.mobility-tab {
  padding: 11px 20px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: var(--text-muted);
  font-family: 'Outfit', sans-serif;
  transition: all .25s;
  white-space: nowrap;
}
.mobility-tab:hover   { border-color: #ff8c00; color: #ff8c00; }
.mobility-tab.active  { background: rgba(255,140,0,.15); border-color: #ff8c00; color: #fff; }

/* Slider */
.mobility-slider-viewport { position: relative; min-height: 460px; }
.mobility-slide { display: none; animation: mobFadeIn .4s ease; }
.mobility-slide.active { display: block; }
@keyframes mobFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}

/* Layout slides normales */
.mobility-slide-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
/* Layout slide de casos de uso (full width) */
.mobility-content-wide { width: 100%; }

/* Badge */
.mobility-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.mob-badge-orange { background: rgba(255,140,0,.12);  border: 1px solid rgba(255,140,0,.3);  color: #ff8c00; }
.mob-badge-blue   { background: rgba(26,108,255,.12); border: 1px solid rgba(26,108,255,.3); color: var(--blue-light); }
.mob-badge-green  { background: rgba(6,214,160,.12);  border: 1px solid rgba(6,214,160,.3);  color: var(--green); }
.mob-badge-purple { background: rgba(180,80,255,.12); border: 1px solid rgba(180,80,255,.3); color: #c880ff; }

/* Headings */
.mobility-slide-content h3 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}
.mobility-slide-content h3 span { color: #ff8c00; }
.mobility-slide-content > p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}

/* Features */
.mobility-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 28px;
}
.mob-feat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.mob-feat > span {
  font-size: 18px;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
}
.mob-feat strong { display: block; font-size: 13px; font-weight: 700; margin-bottom: 3px; }
.mob-feat p { font-size: 12px; color: var(--text-muted); line-height: 1.5; margin: 0; }

/* CTA row */
.mobility-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* SVG graphic */
.mobility-graphic {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,140,0,.12);
  box-shadow: 0 20px 60px rgba(0,0,0,.5), 0 0 40px rgba(255,140,0,.04);
}

/* Dots */
.mobility-dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.mobility-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.2); cursor: pointer; transition: all .3s;
}
.mobility-dot.active { width: 28px; border-radius: 4px; background: #ff8c00; }

/* Stats row */
.mobility-stats-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 52px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.mob-stat {
  text-align: center;
  padding: 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius);
  transition: border-color .25s;
}
.mob-stat:hover { border-color: #ff8c00; }
.mob-stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #ff8c00;
  margin-bottom: 6px;
}
.mob-stat-label { font-size: 11.5px; color: var(--text-muted); font-weight: 500; }

/* Casos de uso grid */
.mobility-usecases-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}
.mob-usecase-card {
  border-radius: var(--radius);
  padding: 20px 18px;
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .3s, border-color .3s;
  background: var(--card-bg);
}
.mob-usecase-card:hover { transform: translateY(-5px); }
.mob-uc-icon { font-size: 30px; margin-bottom: 10px; }
.mob-usecase-card h4 {
  font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700;
  margin-bottom: 8px; line-height: 1.3;
}
.mob-usecase-card p { font-size: 12px; color: var(--text-muted); line-height: 1.6; margin-bottom: 12px; }
.mob-uc-for {
  font-size: 10.5px; font-weight: 600; color: var(--text-muted);
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 8px; margin-top: 4px;
}
/* Card colors */
.mob-uc-mob-orange { border-color: rgba(255,140,0,.2); }
.mob-uc-mob-orange:hover { border-color: rgba(255,140,0,.5); }
.mob-uc-mob-orange .mob-uc-for { color: #ff8c00; }
.mob-uc-mob-green  { border-color: rgba(6,214,160,.2); }
.mob-uc-mob-green:hover  { border-color: rgba(6,214,160,.5); }
.mob-uc-mob-green  .mob-uc-for { color: var(--green); }
.mob-uc-mob-cyan   { border-color: rgba(0,212,255,.2); }
.mob-uc-mob-cyan:hover   { border-color: rgba(0,212,255,.5); }
.mob-uc-mob-cyan   .mob-uc-for { color: var(--cyan); }
.mob-uc-mob-blue   { border-color: rgba(26,108,255,.2); }
.mob-uc-mob-blue:hover   { border-color: rgba(26,108,255,.5); }
.mob-uc-mob-blue   .mob-uc-for { color: var(--blue-light); }
.mob-uc-mob-purple { border-color: rgba(180,80,255,.2); }
.mob-uc-mob-purple:hover { border-color: rgba(180,80,255,.5); }
.mob-uc-mob-purple .mob-uc-for { color: #c880ff; }
.mob-uc-mob-red    { border-color: rgba(255,80,80,.2); }
.mob-uc-mob-red:hover    { border-color: rgba(255,80,80,.5); }
.mob-uc-mob-red    .mob-uc-for { color: #ff7070; }

/* Responsive */
@media (max-width: 1024px) {
  .mobility-usecases-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .mobility-slide-layout { grid-template-columns: 1fr; }
  .mobility-graphic { order: -1; }
  .mobility-stats-row { grid-template-columns: repeat(3, 1fr); }
  .mobility-features { grid-template-columns: 1fr; }
  .mobility-tab { padding: 8px 14px; font-size: 12px; }
}
@media (max-width: 600px) {
  .mobility-usecases-grid { grid-template-columns: 1fr 1fr; }
  .mobility-stats-row { grid-template-columns: repeat(2, 1fr); }
  .mobility-tab { flex: 1; text-align: center; }
}

/* ===== MODO DÍA / NOCHE ===== */
:root {
  --navy:        #050d1a;
  --navy2:       #0a1628;
  --navy3:       #0f1f38;
  --text:        #e8edf5;
  --text-muted:  #8899bb;
  --card-bg:     rgba(255,255,255,.04);
  --card-border: rgba(255,255,255,.08);
}

/* LIGHT MODE overrides */
body.itec-light {
  --navy:        #f0f4fa;
  --navy2:       #e4eaf4;
  --navy3:       #d6dff0;
  --text:        #1a2a4a;
  --text-muted:  #4a5a7a;
  --card-bg:     rgba(255,255,255,.85);
  --card-border: rgba(0,0,50,.1);
  background: var(--navy);
  color: var(--text);
}
body.itec-light .itec-nav {
  background: rgba(240,244,250,.95);
  border-bottom-color: rgba(0,0,50,.1);
}
body.itec-light .nav-links a { color: var(--text-muted); }
body.itec-light .nav-links a:hover,
body.itec-light .nav-links a.active { color: var(--blue); }
body.itec-light .svc-card,
body.itec-light .plan-card,
body.itec-light .testi-card,
body.itec-light .ia-card,
body.itec-light .course-card,
body.itec-light .school-feat-card,
body.itec-light .mob-usecase-card,
body.itec-light .infra-stat,
body.itec-light .mob-stat {
  background: #fff;
  border-color: rgba(0,0,80,.1);
  box-shadow: 0 2px 12px rgba(0,0,50,.07);
}
body.itec-light .svc-card:hover,
body.itec-light .plan-card:hover { box-shadow: 0 8px 28px rgba(26,108,255,.12); }
body.itec-light .section-title { color: var(--text); }
body.itec-light .section-sub    { color: var(--text-muted); }
body.itec-light .itec-footer    { background: var(--navy2); border-top-color: rgba(0,0,50,.1); }
body.itec-light .footer-col ul li a { color: var(--text-muted); }
body.itec-light .footer-col h4  { color: var(--text); }
body.itec-light .footer-stat-num { color: var(--blue); }
body.itec-light .slide-bg::after {
  background: linear-gradient(90deg, rgba(240,244,250,.92) 35%, rgba(240,244,250,.2) 100%);
}
body.itec-light .slide-content h1,
body.itec-light .slide-content p { color: var(--text); }
body.itec-light .slide-tag { background: rgba(26,108,255,.1); color: var(--blue); }
body.itec-light .hero-card { background: rgba(255,255,255,.8); border-color: rgba(0,0,80,.12); }
body.itec-light .hc-label   { color: var(--text-muted); }
body.itec-light .pos-screen,
body.itec-light .ia-chat-widget { background: #fff; border-color: rgba(0,0,80,.1); }
body.itec-light .pos-topbar,
body.itec-light .ia-chat-topbar { background: #f0f4fa; border-bottom-color: rgba(0,0,80,.08); }
body.itec-light .pos-item   { background: #f8faff; }
body.itec-light .cf-field input,
body.itec-light .cf-field select,
body.itec-light .cf-field textarea,
body.itec-light .form-field input,
body.itec-light .form-field select,
body.itec-light .form-field textarea {
  background: #fff;
  border-color: rgba(0,0,80,.15);
  color: var(--text);
}
body.itec-light .contact-form-wrap,
body.itec-light .checkout-main    { background: #fff; border-color: rgba(0,0,80,.1); }
body.itec-light .plan-card.featured { background: linear-gradient(160deg,rgba(26,108,255,.05),rgba(0,212,255,.03)); }
body.itec-light .clients-track .client-logo { background:#fff; border-color:rgba(0,0,80,.1); }
body.itec-light .testi-text { color: var(--text-muted); }
body.itec-light .nav-mobile { background: #e4eaf4; }
body.itec-light .nav-mobile ul li a { color: var(--text-muted); border-bottom-color: rgba(0,0,80,.06); }
body.itec-light .school-slide-graphic,
body.itec-light .infra-slide-graphic,
body.itec-light .mobility-graphic { border-color: rgba(26,108,255,.2); }

/* Toggle button */
.itec-theme-toggle {
  position: fixed;
  bottom: 148px;
  right: 28px;
  z-index: 1001;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--navy2);
  border: 1.5px solid var(--card-border);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 20px rgba(0,0,0,.35);
  transition: all .3s;
  color: var(--text);
}
.itec-theme-toggle:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 24px rgba(26,108,255,.3);
  border-color: var(--blue);
}
.itec-theme-toggle .icon-day  { display: none; }
.itec-theme-toggle .icon-night{ display: block; }
body.itec-light .itec-theme-toggle .icon-day  { display: block; }
body.itec-light .itec-theme-toggle .icon-night{ display: none; }

/* Transition suave al cambiar modo */
body { transition: background .35s, color .35s; }
.itec-nav, .svc-card, .plan-card, .testi-card, .ia-card, .course-card,
.itec-footer, .hero-card { transition: background .35s, border-color .35s, color .35s; }

/* ===== SECCIÓN RESTAURANTE / COMIDA RÁPIDA ===== */
.itec-restaurant-section {
  background: var(--navy2);
  position: relative;
  overflow: hidden;
}
.itec-restaurant-section::before {
  content: '';
  position: absolute;
  top: -160px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,140,0,.05) 0%, transparent 70%);
  pointer-events: none;
}
.itec-restaurant-section::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,211,102,.04) 0%, transparent 70%);
  pointer-events: none;
}

/* Hero layout */
.restaurant-hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 64px;
}
.restaurant-graphic {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,140,0,.15);
  box-shadow: 0 24px 64px rgba(0,0,0,.5), 0 0 48px rgba(255,140,0,.05);
  position: sticky;
  top: 90px;
}

/* Module tabs */
.rest-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.rest-tab {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: var(--text-muted);
  font-family: 'Outfit', sans-serif;
  transition: all .2s;
  white-space: nowrap;
}
.rest-tab:hover  { border-color: #25d366; color: #25d366; }
.rest-tab.active { background: rgba(37,211,102,.12); border-color: #25d366; color: #fff; }

/* Panels */
.rest-panel { display: none; animation: restFade .35s ease; }
.rest-panel.active { display: block; }
@keyframes restFade { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } }
.rest-panel h4 {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--text);
}
.rest-panel > p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}
.rest-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rest-feature-list li {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.5;
  padding: 8px 12px;
  background: rgba(37,211,102,.04);
  border: 1px solid rgba(37,211,102,.1);
  border-radius: 8px;
  transition: border-color .2s;
}
.rest-feature-list li:hover { border-color: rgba(37,211,102,.3); color: var(--text); }

/* Suggestions grid */
.restaurant-suggestions { margin-bottom: 52px; }
.rest-suggest-header {
  text-align: center;
  margin-bottom: 32px;
}
.rest-suggest-header h3 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
  margin-top: 8px;
}
.rest-suggest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.rest-suggest-card {
  background: var(--card-bg);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 20px 18px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.rest-suggest-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0,0,0,.3);
}
.rest-suggest-icon { font-size: 32px; margin-bottom: 10px; }
.rest-suggest-card h4 {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}
.rest-suggest-card p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
}
.rest-suggest-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.rest-suggest-tags span {
  font-size: 10.5px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
}

/* WhatsApp flow */
.rest-whatsapp-flow {
  margin-bottom: 52px;
  background: rgba(37,211,102,.03);
  border: 1px solid rgba(37,211,102,.1);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
}
.rest-flow-steps {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.rest-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 100px;
  flex: 1;
}
.rest-flow-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #128c7e, #25d366);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  font-family: 'Syne', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  flex-shrink: 0;
}
.rest-flow-icon   { font-size: 24px; margin-bottom: 6px; }
.rest-flow-title  { font-size: 12px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.rest-flow-desc   { font-size: 11px; color: var(--text-muted); line-height: 1.5; }
.rest-flow-arrow  {
  font-size: 22px;
  color: #25d366;
  opacity: .5;
  align-self: center;
  flex-shrink: 0;
  padding: 0 2px;
  margin-top: -40px;
}

/* CTA Banner */
.rest-cta-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, rgba(37,211,102,.07), rgba(255,140,0,.05));
  border: 1px solid rgba(37,211,102,.2);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  flex-wrap: wrap;
}
.rest-cta-emojis {
  font-size: 28px;
  letter-spacing: 4px;
  flex-shrink: 0;
}
.rest-cta-text { flex: 1; min-width: 200px; }
.rest-cta-text h3 {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}
.rest-cta-text p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}
.rest-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; flex-shrink: 0; }

/* Light mode for restaurant section */
body.itec-light .itec-restaurant-section { background: var(--navy2); }
body.itec-light .rest-suggest-card { background: #fff; border-color: rgba(0,0,80,.1); }
body.itec-light .rest-feature-list li { background: rgba(37,211,102,.04); }
body.itec-light .rest-whatsapp-flow { background: rgba(37,211,102,.03); }

/* Responsive */
@media (max-width: 1100px) {
  .rest-suggest-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .restaurant-hero-layout { grid-template-columns: 1fr; }
  .restaurant-graphic { position: static; order: -1; }
  .rest-flow-steps { flex-wrap: wrap; justify-content: center; }
  .rest-flow-arrow { display: none; }
  .rest-flow-step { min-width: 80px; max-width: 120px; }
}
@media (max-width: 600px) {
  .rest-suggest-grid { grid-template-columns: 1fr; }
  .rest-cta-banner { flex-direction: column; text-align: center; }
  .rest-cta-emojis { text-align: center; }
  .rest-whatsapp-flow { padding: 24px 18px; }
}

/* ===== BOTÓN DÍA/NOCHE - POSICIÓN FIJA CORREGIDA ===== */
.itec-theme-toggle {
  bottom: 148px !important;
  z-index: 1001 !important;
}
@keyframes itecToggleSpin {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.15); }
  100% { transform: rotate(360deg) scale(1); }
}
.itec-toggle-spin { animation: itecToggleSpin .4s ease forwards; }

/* ===== WHATSAPP CHAT WIDGET ===== */
.itec-wa-chat-widget {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

/* Botón principal WA */
.itec-wa-chat-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  transition: transform .3s, box-shadow .3s;
  border: none;
  position: relative;
  flex-shrink: 0;
}
.itec-wa-chat-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(37,211,102,.6);
}
/* Pulse ring */
.itec-wa-chat-btn::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,.4);
  animation: waPulse 2.5s ease-in-out infinite;
}
@keyframes waPulse {
  0%, 100% { transform: scale(1);   opacity: .6; }
  50%       { transform: scale(1.2); opacity: 0; }
}
/* Badge notificación */
.itec-wa-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  background: #ff4444;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--navy);
  animation: badgeBounce 1.2s ease-in-out infinite;
}
@keyframes badgeBounce {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.2); }
}

/* Chat popup panel */
.itec-wa-chat-panel {
  width: 320px;
  background: var(--navy2);
  border: 1px solid rgba(37,211,102,.2);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.5), 0 0 40px rgba(37,211,102,.08);
  transform: translateY(16px) scale(.95);
  opacity: 0;
  pointer-events: none;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.itec-wa-chat-panel.open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: all;
}

/* Panel header */
.itec-wa-panel-header {
  background: linear-gradient(135deg, #128c7e, #25d366);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.itec-wa-panel-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,.4);
}
.itec-wa-panel-info { flex: 1; }
.itec-wa-panel-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-family: 'Syne', sans-serif;
}
.itec-wa-panel-status {
  font-size: 11px;
  color: rgba(255,255,255,.8);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}
.itec-wa-online-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation: waDotBlink 2s ease-in-out infinite;
}
@keyframes waDotBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: .4; }
}
.itec-wa-panel-close {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  flex-shrink: 0;
}
.itec-wa-panel-close:hover { background: rgba(255,255,255,.35); }

/* Chat body */
.itec-wa-panel-body {
  padding: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M 0 0 L 200 200 M 200 0 L 0 200' stroke='%2300d4ff' stroke-width='.3' opacity='.03'/%3E%3C/svg%3E");
}

/* Bot message */
.itec-wa-bot-msg {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
.itec-wa-bot-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #128c7e, #25d366);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.itec-wa-bot-bubble {
  background: var(--navy3);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 4px 14px 14px 14px;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.55;
  max-width: 240px;
}
.itec-wa-bot-bubble strong { color: #25d366; display: block; margin-bottom: 4px; font-size: 12px; }

/* Quick reply buttons */
.itec-wa-quick-replies {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding-left: 42px;
}
.itec-wa-qr-btn {
  background: rgba(37,211,102,.08);
  border: 1.5px solid rgba(37,211,102,.25);
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 12.5px;
  font-weight: 600;
  color: #25d366;
  cursor: pointer;
  text-align: left;
  transition: all .2s;
  font-family: 'Outfit', sans-serif;
}
.itec-wa-qr-btn:hover {
  background: rgba(37,211,102,.15);
  border-color: rgba(37,211,102,.5);
  padding-left: 20px;
}

/* Input area */
.itec-wa-panel-input {
  padding: 12px 16px;
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--navy2);
}
.itec-wa-panel-input input {
  flex: 1;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  color: var(--text);
  font-size: 13px;
  padding: 9px 16px;
  outline: none;
  font-family: 'Outfit', sans-serif;
  transition: border-color .2s;
}
.itec-wa-panel-input input:focus { border-color: #25d366; }
.itec-wa-panel-input input::placeholder { color: rgba(255,255,255,.25); }
.itec-wa-send-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s;
  flex-shrink: 0;
}
.itec-wa-send-btn:hover { transform: scale(1.1); }

/* Light mode chat widget */
body.itec-light .itec-wa-chat-panel { background: #fff; border-color: rgba(37,211,102,.2); }
body.itec-light .itec-wa-bot-bubble { background: #f0f4fa; border-color: rgba(0,0,80,.08); color: #1a2a4a; }
body.itec-light .itec-wa-panel-input { background: #f8fafc; }
body.itec-light .itec-wa-panel-input input { background: #fff; border-color: rgba(0,0,80,.15); color: #1a2a4a; }
body.itec-light .itec-wa-badge { border-color: #fff; }

/* Mobile adjustments */
@media (max-width: 480px) {
  .itec-wa-chat-panel { width: 290px; }
  .itec-theme-toggle { bottom: 160px !important; }
}

/* ===== HERO SLIDER — MEJORAS ===== */

/* Slide counter */
.hero-counter {
  position: absolute;
  bottom: 36px;
  right: 5%;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,.4);
}
#heroCurrentSlide {
  font-size: 28px;
  font-weight: 800;
  color: var(--slide-accent, #00d4ff);
  line-height: 1;
  transition: color .5s;
}
.hero-counter-sep { font-size: 16px; margin: 0 2px; }

/* Slide transition — fade + slight upward */
.itec-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .9s ease;
  transform: translateY(0);
}
.itec-slide.active { opacity: 1; }

/* Gradient overlay adapts to accent color */
.slide-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5,13,26,.96) 0%,
    rgba(5,13,26,.7)  50%,
    rgba(5,13,26,.05) 100%
  );
}

/* Tag with dynamic color — overridden inline but keep fallback */
.slide-tag {
  background: rgba(0,212,255,.1);
  border: 1px solid rgba(0,212,255,.25);
  color: var(--cyan);
}

/* H1 accent span inherits color from inline style */
.slide-content h1 span { transition: color .5s; }

/* Primary btn uses accent color */
.slide-btns .btn-primary { transition: opacity .2s, transform .2s; }
.slide-btns .btn-primary:hover { opacity: .88; transform: translateY(-2px); }

/* Slide progress bar at top */
.itec-hero::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 3px;
  background: var(--slide-accent, #00d4ff);
  z-index: 20;
  animation: slideProgress 6s linear infinite;
  transform-origin: left;
  opacity: .7;
}
@keyframes slideProgress {
  0%   { width: 0%; }
  100% { width: 100%; }
}

/* Dots style — use accent color */
.dot.active { background: var(--slide-accent, #00d4ff); }
