/* ── Variables BlessByDev ───────────────────────── */
:root {
  --steel:   #050D1A;
  --navy:    #0A1628;
  --gold:    #E87C1E;
  --gold-lt: #FF9A3C;
  --blue:    #1E6FFF;
  --blue-lt: #4D91FF;
  --green:   #10b981;
  --green-lt:#34d399;
  --white:   #FFFFFF;
  --gray-50: #F4F6FA;
  --gray-100:#E8ECF4;
  --gray-400:#7A8799;
  --gray-700:#2E3A4E;
  --accent:  #FF6B1A;
  --radius:  6px;
  --shadow:  0 4px 24px rgba(30,111,255,.15);
  --nav-h:   72px;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body:    'Inter', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--gray-700); background: var(--white); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ── TOPBAR ─────────────────────────────────────── */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1001;
  height: 36px;
  background: #050D1A !important;
  border-bottom: 1px solid rgba(30,111,255,.2) !important;
  font-size: .75rem;
}
.topbar .nav-container { padding: 0 32px; }
.topbar-left { color: rgba(255,255,255,.55); display: flex; align-items: center; gap: 6px; }
.topbar-left i { color: var(--gold); font-size: .8rem; }
.topbar-social { display: flex; align-items: center; gap: 4px; }
.topbar-social a {
  width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.55);
  border-radius: 4px;
  transition: color .2s, background .2s;
  font-size: .85rem;
}
.topbar-social a:hover { color: var(--white); background: rgba(200,146,58,.25); }

/* ── NAVBAR ────────────────────────────────────── */
.navbar {
  position: fixed; top: 36px; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  background: rgba(5,13,26,.96) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(30,111,255,.3) !important;
  transition: background .3s;
}
.navbar.scrolled { background: var(--steel) !important; }
.nav-container {
  max-width: 1280px; margin: 0 auto;
  padding: 0 32px; height: 100%;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; color: var(--white); font-weight: 700; font-size: 1.15rem; }
.nav-logo-wrap { display: flex; align-items: center; gap: 12px; height: 56px; padding: 4px 0; }
.nav-logo-wrap .logo-text { font-size: 1rem; font-weight: 700; color: var(--white); line-height: 1.2; white-space: nowrap; }
.nav-logo-img {
  height: 100%; width: auto; max-width: 160px; object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(30,111,255,.5)) drop-shadow(0 0 6px rgba(232,124,30,.4)) !important;
  transition: filter .3s, transform .2s;
}
.nav-logo:hover .nav-logo-img {
  filter: drop-shadow(0 0 18px rgba(30,111,255,.8)) drop-shadow(0 0 12px rgba(232,124,30,.6)) !important;
  transform: scale(1.03);
}
.logo-fallback { display: flex; align-items: center; gap: 10px; }
.logo-icon {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, #1E6FFF, #E87C1E) !important;
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--white);
}
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,.75); font-size: .9rem; font-weight: 500;
  transition: color .2s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 2px; background: var(--gold);
  transform: scaleX(0); transition: transform .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta {
  background: linear-gradient(135deg, #E87C1E, #FF6B1A) !important;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: var(--radius);
  font-weight: 600 !important;
  box-shadow: 0 2px 12px rgba(232,124,30,.4);
}
.nav-cta::after { display: none !important; }
.nav-toggle { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; }

/* ── HERO ──────────────────────────────────────── */
.hero {
  min-height: 100vh; display: flex; flex-direction: column;
  justify-content: center; position: relative; overflow: hidden;
  padding-top: calc(var(--nav-h) + 36px); background: var(--steel);
}
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #0D1F35 0%, #1A3A5C 60%, #0D2840 100%); }
.hero-overlay {
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C8923A' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-lines { position: absolute; inset: 0; display: flex; justify-content: flex-end; align-items: stretch; opacity: .07; pointer-events: none; }
.hero-lines span { width: 1px; background: var(--gold); margin-left: 12vw; }
.hero-content {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto;
  padding: 80px 32px 40px;
  flex: 1; display: flex; flex-direction: column; justify-content: center;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 12px;
  color: var(--gold-lt) !important; font-size: .85rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px;
}
.hero-eyebrow span { width: 40px; height: 2px; background: var(--gold); }
.hero-title {
  font-family: var(--font-display); font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 800; line-height: 1.0; color: var(--white);
  max-width: 820px; margin-bottom: 24px; letter-spacing: -1px;
}
.hero-sub { font-size: 1.15rem; color: rgba(255,255,255,.65); max-width: 560px; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats {
  position: relative; z-index: 2; display: flex;
  background: rgba(255,255,255,.06);
  border-top: 1px solid rgba(200,146,58,.2);
  backdrop-filter: blur(10px);
}
.hero-stat { flex: 1; padding: 28px 32px; border-right: 1px solid rgba(200,146,58,.15); text-align: center; }
.hero-stat:last-child { border-right: none; }
.hero-stat strong { display: block; font-family: var(--font-display); font-size: 2.5rem; font-weight: 800; color: var(--gold); }
.hero-stat span { color: rgba(255,255,255,.6); font-size: .85rem; }
.hero-scroll { position: absolute; bottom: 80px; right: 40px; color: rgba(255,255,255,.4); font-size: 1.5rem; animation: bounce 2s infinite; }
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }

/* ── BUTTONS ───────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; border-radius: var(--radius);
  font-weight: 600; font-size: .95rem;
  transition: all .2s; cursor: pointer; border: 2px solid transparent;
}

/* Botón Ver Proyectos — naranja→azul */
.btn-primary {
  background: linear-gradient(135deg, #E87C1E 0%, #FF6B1A 50%, #1E6FFF 100%) !important;
  color: var(--white) !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(232,124,30,.35);
  transition: box-shadow .25s, transform .15s !important;
}
.btn-primary:hover {
  box-shadow: 0 6px 28px rgba(232,124,30,.55), 0 0 20px rgba(30,111,255,.3) !important;
  transform: translateY(-2px);
}

/* Botón Solicitar Cotización — verde esmeralda */
.btn-ghost {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(16,185,129,.4) !important;
  transition: box-shadow .25s, transform .15s !important;
}
.btn-ghost:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
  box-shadow: 0 6px 28px rgba(16,185,129,.6) !important;
  transform: translateY(-2px) !important;
}

.btn-secondary { background: var(--navy); color: var(--white); }
.btn-secondary:hover { background: var(--steel); }
.btn-outline { border-color: var(--gold); color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--white); }
.btn-outline-white { border-color: rgba(255,255,255,.4); color: var(--white); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn-full { width: 100%; justify-content: center; }

/* ── SECTIONS ──────────────────────────────────── */
.section { padding: 96px 0; }
.section-gray { background: var(--gray-50); }
.section-dark { background: var(--steel); }
.section-accent { background: linear-gradient(135deg, var(--navy) 0%, var(--steel) 100%); }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.section-header-white h2, .section-header-white p { color: var(--white); }
.section-cta { text-align: center; margin-top: 48px; }

.eyebrow {
  display: inline-block; color: var(--gold-lt) !important;
  font-size: .8rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; margin-bottom: 12px;
}
.section-header h2 {
  font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700; color: var(--steel); margin-bottom: 16px; line-height: 1.15;
}
.section-header p { color: var(--gray-400); font-size: 1.05rem; }
.page-hero-md { padding: calc(var(--nav-h) + 36px + 60px) 0 80px; }

/* ── STATS BAR ──────────────────────────────────── */
.services-stats {
  display: flex; align-items: center; justify-content: center;
  gap: 0; background: linear-gradient(135deg, #050D1A 0%, #0A1628 100%) !important;
  border: 1px solid rgba(30,111,255,.2) !important;
  border-radius: 12px; padding: 32px 48px; margin-bottom: 60px; flex-wrap: wrap;
}
.stat-item { text-align: center; padding: 0 40px; }
.stat-number { display: block; font-family: var(--font-display); font-size: 2.4rem; font-weight: 800; color: var(--blue) !important; line-height: 1; }
.stat-label { font-size: .8rem; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; display: block; }
.stat-divider { width: 1px; height: 48px; background: rgba(255,255,255,.15); }

/* ── SERVICES GRID ─────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-bottom: 64px; }
.service-card {
  display: flex; flex-direction: column; background: var(--white);
  border: 1px solid var(--gray-100); border-radius: 12px;
  transition: all .25s; position: relative; overflow: hidden; color: inherit;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #1E6FFF, #E87C1E) !important;
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.service-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.12); transform: translateY(-5px); border-color: rgba(200,146,58,.3); }
.service-card:hover::before { transform: scaleX(1); }
.service-card-inner { display: flex; flex-direction: column; height: 100%; padding: 32px; }
.service-icon {
  width: 60px; height: 60px; background: rgba(200,146,58,.1);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem; color: var(--gold); margin-bottom: 24px; transition: background .25s, color .25s;
}
.service-card:hover .service-icon { background: linear-gradient(135deg, #1E6FFF, #E87C1E) !important; color: var(--white) !important; }
.service-body { flex: 1; }
.service-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; color: var(--steel); }
.service-card p { color: var(--gray-400); font-size: .92rem; line-height: 1.65; margin-bottom: 0; }
.service-footer { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--gray-100); }
.service-link { display: inline-flex; align-items: center; gap: 6px; color: var(--gold) !important; font-size: .88rem; font-weight: 600; transition: gap .2s; }
.service-card:hover .service-link { gap: 10px; }

/* ── SERVICES CTA BLOCK ─────────────────────────── */
.services-cta-block {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
  background: var(--gray-50); border: 1px solid var(--gray-100);
  border-radius: 12px; padding: 40px 48px;
}
.services-cta-text h2 { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: var(--steel); margin-bottom: 8px; }
.services-cta-text p { color: var(--gray-400); font-size: .95rem; max-width: 500px; }

/* ── SERVICE DETAIL ─────────────────────────────── */
.service-detail-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.service-detail-icon { width: 72px; height: 72px; background: rgba(200,146,58,.12); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: var(--gold); margin-bottom: 32px; }
.service-detail-image { border-radius: 12px; overflow: hidden; margin-bottom: 36px; border: 1px solid var(--gray-100); position: relative; }
.service-detail-image img { width: 100%; height: 400px; object-fit: cover; display: block; }
.service-detail-image-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; background: linear-gradient(to top, rgba(13,31,53,.7) 0%, transparent 100%); display: flex; align-items: flex-end; }
.service-detail-image-icon { width: 52px; height: 52px; background: var(--gold); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--white); }
.service-detail-image-placeholder { height: 280px; background: rgba(200,146,58,.08); border: 2px dashed rgba(200,146,58,.3); display: flex; align-items: center; justify-content: center; font-size: 4rem; color: var(--gold); }
.service-detail-content { color: var(--gray-700); line-height: 1.85; font-size: 1rem; margin-bottom: 36px; }
.service-detail-content h2, .service-detail-content h3 { color: var(--steel); font-family: var(--font-display); margin: 28px 0 12px; }
.service-detail-content ul { padding-left: 20px; margin: 12px 0; }
.service-detail-content li { margin-bottom: 8px; }
.service-detail-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-lg { padding: 14px 32px; font-size: 1rem; }
.sidebar-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: 12px; padding: 28px; margin-bottom: 20px; }
.sidebar-card h4 { font-size: 1rem; font-weight: 700; color: var(--steel); margin-bottom: 16px; }
.sidebar-features { list-style: none; padding: 0; }
.sidebar-features li { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; color: var(--gray-700); padding: 8px 0; border-bottom: 1px solid var(--gray-100); }
.sidebar-features li:last-child { border-bottom: none; }
.sidebar-features .bi-check-circle-fill { color: var(--gold); font-size: 1rem; margin-top: 2px; flex-shrink: 0; }
.sidebar-contact { background: linear-gradient(135deg, #050D1A, #0A1628) !important; border: 1px solid rgba(30,111,255,.25) !important; }
.sidebar-contact h4 { color: var(--white); }
.sidebar-contact p { color: rgba(255,255,255,.7); font-size: .9rem; margin-bottom: 20px; }
.btn-whatsapp { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; padding: 12px; border-radius: 6px; background: #25D366; color: #fff; font-weight: 600; font-size: .9rem; transition: background .2s; }
.btn-whatsapp:hover { background: #1da851; }

@media (max-width: 900px) {
  .service-detail-layout { grid-template-columns: 1fr; }
  .services-stats { gap: 24px; padding: 28px 24px; }
  .stat-item { padding: 0 20px; }
  .stat-divider { display: none; }
  .services-cta-block { flex-direction: column; align-items: flex-start; padding: 32px; }
}

/* ── PROJECTS GRID ─────────────────────────────── */
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto; gap: 16px; }
.projects-grid-full { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.project-card { display: block; border-radius: 6px; overflow: hidden; }
.project-card-large { grid-column: span 2; grid-row: span 2; }
.project-img { height: 280px; position: relative; background: var(--navy) center/cover no-repeat; transition: transform .4s; }
.project-card-large .project-img { height: 100%; min-height: 440px; }
.project-card:hover .project-img { transform: scale(1.03); }
.project-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,31,53,.9) 0%, transparent 60%); display: flex; flex-direction: column; justify-content: space-between; padding: 16px; opacity: 0; transition: opacity .3s; }
.project-card:hover .project-overlay { opacity: 1; }
.project-cat { align-self: flex-start; background: var(--gold); color: var(--white); padding: 4px 12px; border-radius: 20px; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.project-info h3 { color: var(--white); font-family: var(--font-display); font-size: 1.3rem; margin-bottom: 4px; }
.project-info p { color: rgba(255,255,255,.7); font-size: .85rem; }
.project-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 4rem; color: rgba(255,255,255,.15); }

/* ── WHY US ────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-content .eyebrow, .why-content h2 { color: var(--white); }
.why-content p { color: rgba(255,255,255,.65); margin-bottom: 28px; }
.why-list { list-style: none; margin-bottom: 36px; }
.why-list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.8); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.why-list i { color: var(--gold); font-size: 1rem; }
.why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-stat { background: rgba(255,255,255,.06); border: 1px solid rgba(30,111,255,.2) !important; border-radius: 8px; padding: 28px 24px; text-align: center; }
.why-stat i { font-size: 1.8rem; color: var(--blue) !important; margin-bottom: 10px; display: block; }
.why-stat strong { display: block; font-family: var(--font-display); font-size: 2.2rem; color: var(--gold-lt) !important; font-weight: 800; }
.why-stat span { color: rgba(255,255,255,.5); font-size: .85rem; }

/* ── TEAM ──────────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.team-card { text-align: center; }
.team-photo { width: 160px; height: 160px; border-radius: 50%; margin: 0 auto 16px; overflow: hidden; border: 4px solid var(--gold); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-photo-placeholder { width: 100%; height: 100%; background: var(--gray-100); display: flex; align-items: center; justify-content: center; font-size: 3rem; color: var(--gray-400); }
.team-info h4 { font-size: 1.05rem; font-weight: 700; color: var(--steel); margin-bottom: 4px; }
.team-info span { color: var(--gold); font-size: .85rem; font-weight: 600; display: block; margin-bottom: 2px; }
.team-info p { color: var(--gray-400); font-size: .8rem; }
.team-info a { color: var(--navy); font-size: 1.1rem; margin-top: 8px; display: inline-block; }

/* ── BLOG ──────────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.blog-card { display: flex; flex-direction: column; border-radius: 8px; overflow: hidden; background: var(--white); box-shadow: 0 2px 12px rgba(0,0,0,.06); transition: transform .25s; }
.blog-card:hover { transform: translateY(-4px); }
.blog-img { height: 200px; background: var(--navy) center/cover no-repeat; position: relative; }
.blog-img-placeholder { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 3rem; color: rgba(255,255,255,.2); }
.blog-cat { position: absolute; top: 12px; left: 12px; background: var(--gold); color: var(--white); padding: 3px 10px; border-radius: 12px; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.blog-body { padding: 24px; flex: 1; }
.blog-body h3 { font-size: 1rem; font-weight: 700; color: var(--steel); margin-bottom: 8px; line-height: 1.4; }
.blog-body p { color: var(--gray-400); font-size: .88rem; margin-bottom: 16px; }
.blog-meta { display: flex; gap: 16px; font-size: .8rem; color: var(--gray-400); }

/* ── CTA SECTION ───────────────────────────────── */
.cta-section { background: linear-gradient(135deg, var(--gold) 0%, #B8732A 100%); padding: 80px 0; text-align: center; }
.cta-section h2 { font-family: var(--font-display); font-size: 2.5rem; color: var(--white); font-weight: 800; margin-bottom: 12px; }
.cta-section p { color: rgba(255,255,255,.8); margin-bottom: 36px; font-size: 1.1rem; }
.cta-section .btn-primary { background: var(--white) !important; color: var(--gold) !important; box-shadow: none !important; }

/* ── PAGE HERO ─────────────────────────────────── */
.page-hero { background: linear-gradient(135deg, #050D1A 0%, #0A1628 60%, #071020 100%) !important; padding: calc(var(--nav-h) + 60px) 0 60px; }
.page-hero-sm { padding: calc(var(--nav-h) + 36px + 40px) 0 40px; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--white); margin-bottom: 8px; }
.page-hero p { color: rgba(255,255,255,.6); }

/* ── FILTER BAR ────────────────────────────────── */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.filter-btn { padding: 8px 20px; border-radius: 24px; font-size: .85rem; font-weight: 600; background: var(--gray-100); color: var(--gray-700); transition: all .2s; }
.filter-btn:hover, .filter-btn.active { background: var(--gold); color: var(--white); }

/* ── CONTACT ───────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.contact-info h2 { font-family: var(--font-display); font-size: 2rem; color: var(--steel); margin-bottom: 12px; font-weight: 700; }
.contact-info p { color: var(--gray-400); margin-bottom: 36px; }
.contact-items { display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.ci-icon { width: 44px; height: 44px; flex-shrink: 0; background: var(--gold); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.1rem; }
.contact-item strong { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: 1px; color: var(--gray-400); margin-bottom: 2px; }
.wa-link { color: #25D366; font-weight: 600; }
.contact-form-wrap { background: var(--white); border-radius: 12px; padding: 40px; box-shadow: var(--shadow); }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; margin-bottom: 20px; }
.form-group label { font-size: .85rem; font-weight: 600; color: var(--steel); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { padding: 11px 14px; border: 1.5px solid var(--gray-100); border-radius: var(--radius); font-size: .92rem; font-family: var(--font-body); color: var(--gray-700); transition: border-color .2s; background: var(--white); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); }

/* ── ALERTS ────────────────────────────────────── */
.alert { padding: 14px 18px; border-radius: 6px; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; font-size: .9rem; }
.alert-success { background: #E8F5E9; color: #2E7D32; border: 1px solid #A5D6A7; }
.alert-error { background: #FFF3F2; color: #C62828; border: 1px solid #FFCDD2; }
.empty-state { text-align: center; padding: 80px; color: var(--gray-400); }
.empty-state i { font-size: 3rem; display: block; margin-bottom: 12px; }

/* ── FOOTER ────────────────────────────────────── */
.footer { background: var(--steel); border-top: 1px solid rgba(30,111,255,.2); }
.footer-top { padding: 64px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.footer-logo { display: flex; align-items: center; gap: 10px; color: var(--white); font-size: 1.1rem; font-weight: 700; margin-bottom: 16px; }
.footer-logo i { color: var(--gold); font-size: 1.4rem; }
.footer-brand p { color: rgba(255,255,255,.45); font-size: .88rem; line-height: 1.7; margin-bottom: 24px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); font-size: .9rem; transition: all .2s; }
.footer-social a:hover { background: var(--gold); color: var(--white); }
.footer-col h4 { color: var(--white); font-size: .9rem; font-weight: 700; margin-bottom: 20px; letter-spacing: 1px; text-transform: uppercase; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: rgba(255,255,255,.45); font-size: .88rem; transition: color .2s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,.45); font-size: .88rem; margin-bottom: 12px; }
.footer-contact i { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; display: flex; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { color: rgba(255,255,255,.3); font-size: .82rem; }
.footer-admin-link { color: rgba(255,255,255,.2); font-size: .78rem; }
.footer-admin-link:hover { color: var(--gold); }

/* ── WHATSAPP FLOAT ────────────────────────────── */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: var(--white); box-shadow: 0 4px 16px rgba(37,211,102,.4); transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.1); }

/* ── 404 ───────────────────────────────────────── */
.not-found { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: var(--nav-h) 32px 80px; }
.not-found h1 { font-family: var(--font-display); font-size: 6rem; color: var(--gold); font-weight: 800; }

/* ── RESPONSIVE ────────────────────────────────── */
@media (max-width: 1024px) {
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .projects-grid { grid-template-columns: 1fr 1fr; }
  .project-card-large { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: var(--nav-h); left: 0; right: 0; background: var(--steel); padding: 20px 32px; gap: 16px; z-index: 999; }
  .hero-stats { flex-direction: column; }
  .hero-stat { border-right: none; border-bottom: 1px solid rgba(200,146,58,.15); }
  .projects-grid { grid-template-columns: 1fr; }
  .project-card-large { grid-column: span 1; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
}

/* ── HERO SLIDER / VIDEO ───────────────────────── */
.hero-slider { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; background: center/cover no-repeat; opacity: 0; transition: opacity 1.5s ease; }
.slide.active { opacity: 1; }
.slider-dots { position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.35); border: none; cursor: pointer; transition: all .3s; padding: 0; }
.dot.active { background: #C8923A; transform: scale(1.3); }

/* ── VIDEO HERO ─────────────────────────────────── */
.hero-video-wrap { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-video-wrap video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video-wrap .hero-video-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,31,53,.80) 0%, rgba(13,31,53,.55) 100%); z-index: 1; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-youtube-wrap { position: absolute; inset: -10%; pointer-events: none; overflow: hidden; }
.hero-youtube { width: 100%; height: 100%; border: none; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(13,31,53,.75) 0%, rgba(13,31,53,.55) 100%); }
.hero-content, .hero-stats, .hero-scroll, .slider-dots { position: relative; z-index: 2; }

/* ── MEGA MENU / DROPDOWN ───────────────────────── */
.nav-dropdown { position: relative; }
.nav-dropdown > a { display:flex; align-items:center; gap:5px; }
.nav-mega { display: none; position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%); background: #050D1A !important; border: 1px solid rgba(30,111,255,.3) !important; border-radius: 10px; padding: 12px; min-width: 240px; box-shadow: 0 16px 40px rgba(0,0,0,.35); z-index: 999; }
.nav-mega::before { content:''; position:absolute; top:-6px; left:50%; transform:translateX(-50%); border:6px solid transparent; border-bottom-color:rgba(30,111,255,.3); border-top:none; }
.nav-dropdown:hover .nav-mega { display:block; animation: fadeDown .18s ease; }
@keyframes fadeDown { from{opacity:0;transform:translateX(-50%) translateY(-6px)} to{opacity:1;transform:translateX(-50%) translateY(0)} }
.nav-mega-inner { display:flex; flex-direction:column; gap:2px; }
.nav-mega-item { display:flex; align-items:center; gap:10px; padding: 9px 14px; border-radius: 7px; color: rgba(255,255,255,.8); font-size: .88rem; transition: background .15s, color .15s; }
.nav-mega-item i { font-size:1rem; color: var(--blue-lt) !important; width:18px; text-align:center; }
.nav-mega-item:hover { background: rgba(30,111,255,.12) !important; color: var(--white); }

/* ── SIDEBAR ADMIN ──────────────────────────────── */
.sidebar-logo-icon { background: linear-gradient(135deg, #1E6FFF, #E87C1E) !important; }
.sidebar-nav a.active { background: rgba(30,111,255,.15) !important; color: #4D91FF !important; }
.sidebar-nav a.active::before { background: #1E6FFF !important; }
.sidebar-nav a.active i { color: #4D91FF !important; }

.btn-verde {
  background: #10b981 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(16,185,129,.4) !important;
}
.btn-verde:hover {
  background: #059669 !important;
  box-shadow: 0 6px 28px rgba(16,185,129,.6) !important;
  transform: translateY(-2px) !important;
}