/* ===== ESTILOS PROFESIONALES AJOLOTECH.IO ===== */

/* Debug temporal - remover después */
body {
  background-color: #f0f0f0 !important;
}

/* Variables CSS para consistencia */
:root {
  --primary-black: #0a0a0a;
  --secondary-black: #1a1a1a;
  --accent-blue: #0066ff;
  --light-blue: #00a8ff;
  --cyan-accent: #00d4ff;
  --white: #ffffff;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-800: #343a40;
  --gray-900: #212529;
  --gradient-primary: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0066ff 100%);
  --gradient-hero: linear-gradient(135deg, #0a0a0a 0%, #0066ff 50%, #00a8ff 100%);
  --gradient-card: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  --shadow-soft: 0 10px 30px rgba(0, 102, 255, 0.1);
  --shadow-strong: 0 20px 60px rgba(0, 102, 255, 0.2);
}

/* Reset y configuración base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Configuración de fuente Montserrat */
.font-montserrat {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: var(--gray-800);
  background-color: var(--white);
  overflow-x: hidden;
}

/* ===== HEADER PROFESIONAL ===== */
.header-professional {
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 102, 255, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.header-professional.scrolled {
  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 102, 255, 0.3);
  transform: translateY(0);
}

/* Efecto de entrada suave */
.header-professional {
  animation: headerSlideDown 0.8s ease-out;
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-text {
  background: linear-gradient(135deg, #ffffff 0%, #0066ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff; /* Fallback para navegadores que no soportan background-clip */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  margin-bottom: 0.25rem;
}

.logo-text:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

.logo-subtitle {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: lowercase;
  margin-top: -0.25rem;
}

.logo-cafeina {
  background: linear-gradient(135deg, #0066ff 0%, #333333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #0066ff; /* Fallback */
}

.logo-io {
  color: #ffffff;
  font-weight: 600;
}

.nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-blue);
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link:hover,
.nav-link.active {
  color: var(--accent-blue);
}

/* ===== HERO SECTION ESPECTACULAR ===== */
.hero-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #0066ff 50%, #00a8ff 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 2rem 0;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%230066ff" stop-opacity="0.1"/><stop offset="100%" stop-color="%230066ff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23a)"/><circle cx="800" cy="300" r="150" fill="url(%23a)"/><circle cx="400" cy="700" r="120" fill="url(%23a)"/></svg>');
  animation: float 20s ease-in-out infinite;
}

/* Partículas animadas */
.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  pointer-events: none;
}

/* Formas flotantes decorativas */
.hero-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 102, 255, 0.1) 100%);
  animation: float 8s ease-in-out infinite;
}

.shape-1 {
  width: 100px;
  height: 100px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.shape-3 {
  width: 80px;
  height: 80px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

.shape-4 {
  width: 120px;
  height: 120px;
  top: 40%;
  right: 30%;
  animation-delay: 6s;
}

@keyframes float {
  0%, 100% { 
    transform: translateY(0px) rotate(0deg) scale(1); 
    opacity: 0.7;
  }
  50% { 
    transform: translateY(-30px) rotate(180deg) scale(1.1); 
    opacity: 1;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  min-height: 100vh;
  justify-content: center;
}

@media (min-width: 768px) {
  .hero-content {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}

/* Tablet responsive (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-image {
    max-width: 80%;
    margin-left: 1rem;
    margin-top: -5rem;
  }
  
  .image-wrapper {
    max-width: 400px;
  }
  
  .logo-text-below {
    font-size: 3.5rem;
    bottom: -4rem;
  }
  
  .hero-image-container {
    margin-top: 0;
    justify-content: center;
  }
}

/* Pantallas grandes (más de 1200px) */
@media (min-width: 1200px) {
  .hero-image {
    max-width: 85%;
    margin-left: 3rem;
    margin-top: -12rem;
  }
  
  .image-wrapper {
    max-width: 600px;
  }
  
  .logo-text-below {
    font-size: 6rem;
    bottom: -7rem;
  }
  
  .hero-title {
    font-size: 4.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
  }
}

.hero-text {
  flex: 1;
  text-align: center;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .hero-text {
    text-align: left;
  }
}

.hero-image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

@media (min-width: 768px) {
  .hero-image-container {
    justify-content: flex-end;
  }
}

/* Contenedor del título con efecto tipowriter */
.hero-title-container {
  margin-bottom: 3rem;
  margin-top: 2rem;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .hero-title-container {
    justify-content: flex-start;
  }
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  opacity: 1 !important;
  visibility: visible !important;
  position: relative;
}

.title-line {
  display: block;
  opacity: 1;
  transform: translateY(0px);
  color: #ffffff;
}

.title-line:nth-child(1) {
  color: #ffffff;
}

.title-line:nth-child(2) {
  background: linear-gradient(135deg, #00d4ff 0%, #0066ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cursor {
  color: #00d4ff;
  font-weight: 300;
  animation: blink 1s infinite;
  opacity: 1;
  display: inline;
  margin-left: 0.5rem;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  margin-top: 1rem;
  font-weight: 400;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
}

@media (min-width: 768px) {
  .hero-subtitle {
    text-align: left;
  }
}

/* Botones del hero */
.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .hero-buttons {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

.cta-button {
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.cta-button.primary {
  background: linear-gradient(135deg, var(--accent-blue) 0%, var(--light-blue) 100%);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3);
}

.cta-button.secondary {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:hover {
  transform: translateY(-3px);
}

.cta-button.primary:hover {
  box-shadow: 0 20px 60px rgba(0, 102, 255, 0.4);
}

.cta-button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
}

.cta-button {
  background: linear-gradient(135deg, var(--accent-blue) 0%, var(--light-blue) 100%);
  color: var(--white);
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-strong);
}

/* Contenedor de imagen mejorado */
.image-wrapper {
  position: relative;
  display: inline-block;
}

.hero-image {
  border-radius: 20px;
  box-shadow: var(--shadow-strong);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  max-width: 90%;
  height: auto;
  margin-left: 2rem;
  margin-top: -10rem;
}

.image-glow {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.3) 0%, rgba(0, 168, 255, 0.3) 100%);
  border-radius: 30px;
  z-index: 1;
  opacity: 0;
  filter: blur(20px);
  transition: all 0.3s ease;
}

.hero-image:hover {
  transform: scale(1.05) rotate(2deg);
}

.hero-image:hover + .image-glow {
  opacity: 1;
  transform: scale(1.1);
}

.logo-text-below {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  font-size: 5.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  /* text-shadow: 0 2px 4px rgba(15, 239, 255, 0.3); */
  margin-top: 1rem;
}

.logo-cafeina-below {
  /* background: linear-gradient(135deg, #00e1ff 0%, #0066ff 100%); */
  background: #00ffea;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #00ffea; /* Fallback */

}

.logo-io-below {
  color: #ffffff;
  font-weight: 700;
}

/* Indicador de scroll */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  animation: fadeInUp 1s ease 3s forwards;
  z-index: 10;
}

.scroll-arrow {
  width: 2px;
  height: 30px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  animation: bounce 2s infinite;
}

.scroll-arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  transform: rotate(45deg);
}

.scroll-text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* ===== SECCIONES CON ANIMACIONES ===== */
.section-container {
  padding: 5rem 0;
  position: relative;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--primary-black);
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--gradient-primary);
  border-radius: 2px;
}

/* ===== SERVICIOS PROFESIONALES ===== */
.services-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f0f4ff 100%);
  overflow: hidden;
}

.services-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.services-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(0, 102, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(0, 168, 255, 0.05) 0%, transparent 50%);
}

.services-shapes .shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 212, 255, 0.1));
  animation: float 6s ease-in-out infinite;
}

.services-shapes .shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.services-shapes .shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.services-shapes .shape-3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

/* Header de servicios */
.services-header {
  position: relative;
  z-index: 10;
}

.services-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--accent-blue), var(--light-blue));
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
}

.services-badge i {
  font-size: 1rem;
}

/* Removido - ahora usa .section-title-main */

.services-subtitle {
  font-size: 1.25rem;
  color: var(--gray-800);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid de servicios profesionales */
.services-grid-professional {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  margin: 4rem 0;
  position: relative;
  z-index: 10;
}

.service-card-professional {
  position: relative;
  height: 100%;
}

.service-card-inner {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 2.5rem;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 
    0 8px 32px rgba(0, 102, 255, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.service-card-professional:hover .service-card-inner {
  transform: translateY(-8px);
  box-shadow: 
    0 20px 60px rgba(0, 102, 255, 0.15),
    0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 102, 255, 0.3);
}

.service-icon-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 2rem;
}

.service-icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--accent-blue), var(--light-blue));
  border-radius: 20px;
  opacity: 0.1;
  transition: all 0.3s ease;
}

.service-card-professional:hover .service-icon-bg {
  opacity: 0.2;
  transform: scale(1.1);
}

.service-icon-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: var(--accent-blue);
  transition: all 0.3s ease;
}

.service-card-professional:hover .service-icon-main {
  transform: translate(-50%, -50%) scale(1.1);
  color: var(--light-blue);
}

.service-content {
  position: relative;
  z-index: 2;
}

.service-number {
  position: absolute;
  top: -1rem;
  right: 2rem;
  font-size: 6rem;
  font-weight: 900;
  color: rgba(0, 102, 255, 0.05);
  line-height: 1;
  z-index: 1;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 1rem;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.service-description {
  color: var(--gray-800);
  line-height: 1.6;
  margin-bottom: 2rem;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}

.service-features {
  margin-bottom: 2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: var(--gray-700);
}

.feature-item i {
  color: var(--accent-blue);
  font-size: 0.8rem;
  width: 16px;
  text-align: center;
}

.service-stats {
  display: flex;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 102, 255, 0.1);
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent-blue);
  line-height: 1;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--gray-600);
  font-weight: 500;
  margin-top: 0.25rem;
}

.service-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.05), rgba(0, 212, 255, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 24px;
}

.service-card-professional:hover .service-hover-effect {
  opacity: 1;
}

/* CTA Section */
.services-cta {
  margin-top: 6rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.cta-content {
  background: linear-gradient(135deg, var(--gray-900), var(--secondary-black));
  padding: 4rem 3rem;
  border-radius: 24px;
  color: white;
  position: relative;
  overflow: hidden;
}

.cta-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 212, 255, 0.1));
  z-index: 1;
}

.cta-content > * {
  position: relative;
  z-index: 2;
}

.cta-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-button-primary,
.cta-button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.cta-button-primary {
  background: linear-gradient(135deg, var(--accent-blue), var(--light-blue));
  color: white;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
}

.cta-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 102, 255, 0.4);
}

.cta-button-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.cta-button-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* Responsive para servicios */
@media (max-width: 768px) {
  .services-grid-professional {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .service-card-inner {
    padding: 2rem;
  }
  
  .services-main-title {
    font-size: 2rem;
  }
  
  .services-subtitle {
    font-size: 1.1rem;
  }
  
  .cta-content {
    padding: 3rem 2rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* ===== TECNOLOGÍAS PROFESIONALES ===== */
.technologies-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e8f4fd 100%);
  overflow: hidden;
}

.tech-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tech-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 15% 85%, rgba(0, 102, 255, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 85% 15%, rgba(0, 212, 255, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(0, 168, 255, 0.04) 0%, transparent 50%);
}

.tech-grid-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(0, 102, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 102, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
}

.tech-shapes .tech-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.08), rgba(0, 212, 255, 0.08));
  animation: float 8s ease-in-out infinite;
}

.tech-shape-1 {
  width: 180px;
  height: 180px;
  top: 15%;
  right: 10%;
  animation-delay: 0s;
}

.tech-shape-2 {
  width: 120px;
  height: 120px;
  bottom: 25%;
  left: 15%;
  animation-delay: 3s;
}

.tech-shape-3 {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 5%;
  animation-delay: 6s;
}

/* Header de tecnologías */
.tech-header {
  position: relative;
  z-index: 10;
}

.tech-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--accent-blue), var(--light-blue));
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
}

.tech-badge i {
  font-size: 1rem;
}

/* Removido - ahora usa .section-title-main */

.tech-subtitle {
  font-size: 1.25rem;
  color: var(--gray-800);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid de tecnologías profesional */
.tech-grid-professional {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
  margin: 4rem 0;
  position: relative;
  z-index: 10;
}

.tech-category {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 102, 255, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.tech-category:hover {
  transform: translateY(-5px);
  box-shadow: 
    0 20px 60px rgba(0, 102, 255, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.08);
}

.category-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 102, 255, 0.1);
}

.category-icon {
  font-size: 2.5rem;
  color: var(--accent-blue);
  margin-bottom: 1rem;
  display: block;
}

.category-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.category-description {
  color: var(--gray-600);
  font-size: 0.95rem;
}

.tech-items {
  display: grid;
  gap: 1.5rem;
}

.tech-item {
  position: relative;
}

.tech-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(0, 102, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.tech-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 102, 255, 0.15);
  border-color: rgba(0, 102, 255, 0.3);
}

.tech-logo-container {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}

.tech-logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--accent-blue), var(--light-blue));
  border-radius: 12px;
  opacity: 0.1;
  transition: all 0.3s ease;
}

.tech-card:hover .tech-logo-bg {
  opacity: 0.2;
  transform: scale(1.1);
}

.tech-logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: grayscale(20%);
}

.tech-card:hover .tech-logo-img {
  transform: translate(-50%, -50%) scale(1.1);
  filter: grayscale(0%);
}

.tech-info {
  position: relative;
  z-index: 2;
}

.tech-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.tech-description {
  color: var(--gray-600);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.tech-level {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
}

.level-label {
  color: var(--gray-500);
  font-weight: 500;
  white-space: nowrap;
}

.level-bar {
  flex: 1;
  height: 6px;
  background: rgba(0, 102, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.level-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-blue), var(--light-blue));
  border-radius: 3px;
  width: 0%;
  transition: width 1s ease-in-out;
}

.level-percent {
  color: var(--accent-blue);
  font-weight: 700;
  font-size: 0.75rem;
}

.tech-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.03), rgba(0, 212, 255, 0.03));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 16px;
}

.tech-card:hover .tech-hover-effect {
  opacity: 1;
}

/* Estadísticas de tecnologías */
.tech-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin: 4rem 0;
  position: relative;
  z-index: 10;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 102, 255, 0.08);
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 102, 255, 0.12);
}

.stat-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-blue), var(--light-blue));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.stat-content {
  flex: 1;
}

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gray-900);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--gray-600);
  font-weight: 500;
}

/* CTA de tecnologías */
.tech-cta {
  margin-top: 4rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.tech-cta .cta-content {
  background: linear-gradient(135deg, var(--gray-900), var(--secondary-black));
  padding: 3rem 2rem;
  border-radius: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}

.tech-cta .cta-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 212, 255, 0.1));
  z-index: 1;
}

.tech-cta .cta-content > * {
  position: relative;
  z-index: 2;
}

.tech-cta h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.tech-cta p {
  font-size: 1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.tech-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--accent-blue), var(--light-blue));
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
}

.tech-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 102, 255, 0.4);
}

/* Animaciones de entrada para tecnologías */
@keyframes techSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.tech-item {
  animation: techSlideIn 0.6s ease-out forwards;
  opacity: 0;
}

.tech-item:nth-child(1) { animation-delay: 0.1s; }
.tech-item:nth-child(2) { animation-delay: 0.2s; }
.tech-item:nth-child(3) { animation-delay: 0.3s; }
.tech-item:nth-child(4) { animation-delay: 0.4s; }

/* Responsive para tecnologías */
@media (max-width: 768px) {
  .tech-grid-professional {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .tech-stats {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .stat-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .tech-main-title {
    font-size: 2rem;
  }
  
  .tech-subtitle {
    font-size: 1.1rem;
  }
}

/* ===== FORMULARIO DE CONTACTO ===== */
/* ===== CONTACTO PROFESIONAL ===== */
.contact-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e8f4fd 100%);
  overflow: hidden;
}

.contact-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contact-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(0, 102, 255, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(0, 212, 255, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(0, 168, 255, 0.03) 0%, transparent 50%);
}

.contact-grid-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(0, 102, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 102, 255, 0.02) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.6;
}

.contact-shapes .contact-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.06), rgba(0, 212, 255, 0.06));
  animation: float 10s ease-in-out infinite;
}

.contact-shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.contact-shape-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 10%;
  animation-delay: 4s;
}

.contact-shape-3 {
  width: 100px;
  height: 100px;
  top: 60%;
  left: 5%;
  animation-delay: 8s;
}

/* Header de contacto */
.contact-header {
  position: relative;
  z-index: 10;
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--accent-blue), var(--light-blue));
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
}

.contact-badge i {
  font-size: 1rem;
}

/* Removido - ahora usa .section-title-main */

.contact-subtitle {
  font-size: 1.25rem;
  color: var(--gray-800);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Contenido de contacto */
.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin: 4rem 0;
  position: relative;
  z-index: 10;
}

/* Información de contacto */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 102, 255, 0.08);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 102, 255, 0.12);
}

.info-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-blue), var(--light-blue));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.info-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.info-content p {
  font-size: 1rem;
  color: var(--gray-700);
  margin-bottom: 0.25rem;
}

.info-label {
  font-size: 0.85rem;
  color: var(--accent-blue);
  font-weight: 500;
}

/* Formulario de contacto */
.contact-form-container {
  position: relative;
}

.contact-form-professional {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 3rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 102, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-form-professional::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.02), rgba(0, 212, 255, 0.02));
  z-index: 1;
}

.contact-form-professional > * {
  position: relative;
  z-index: 2;
}

.form-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.form-header h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.form-header p {
  color: var(--gray-600);
  font-size: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-group {
  position: relative;
  margin-bottom: 2rem;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--gray-800);
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.form-label i {
  color: var(--accent-blue);
  font-size: 0.9rem;
}

.form-input {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 2px solid rgba(0, 102, 255, 0.1);
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
  color: var(--gray-800);
}

.form-input:focus {
  outline: none;
  border-color: var(--accent-blue);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

.form-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-blue), var(--light-blue));
  transition: width 0.3s ease;
}

.form-input:focus + .form-line {
  width: 100%;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

.submit-button-professional {
  position: relative;
  background: linear-gradient(135deg, var(--accent-blue), var(--light-blue));
  color: white;
  padding: 1.25rem 2.5rem;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.submit-button-professional:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 102, 255, 0.3);
}

.button-icon {
  transition: transform 0.3s ease;
}

.submit-button-professional:hover .button-icon {
  transform: translateX(5px);
}

.button-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.submit-button-professional:active .button-ripple {
  width: 300px;
  height: 300px;
}

/* Redes Sociales Profesionales */
.social-section {
  margin-top: 6rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.social-header {
  margin-bottom: 3rem;
}

.social-header h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 1rem;
}

.social-header p {
  font-size: 1.1rem;
  color: var(--gray-600);
  max-width: 600px;
  margin: 0 auto;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.social-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 102, 255, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.social-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 102, 255, 0.15);
  text-decoration: none;
  color: inherit;
}

.social-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.social-card:hover .social-icon {
  transform: scale(1.1) rotate(5deg);
}

.social-content {
  flex: 1;
  text-align: left;
}

.social-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.social-content p {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin-bottom: 0.5rem;
}

.social-followers {
  font-size: 0.8rem;
  color: var(--accent-blue);
  font-weight: 600;
}

.social-arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray-400);
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.social-card:hover .social-arrow {
  right: 1rem;
  color: var(--accent-blue);
  transform: translateY(-50%) translateX(5px);
}

.social-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 16px;
}

.social-card:hover .social-hover-effect {
  opacity: 1;
}

/* Colores específicos para cada red social */
.social-card.facebook .social-icon {
  background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.social-card.facebook .social-hover-effect {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.05), rgba(66, 165, 245, 0.05));
}

.social-card.twitter .social-icon {
  background: linear-gradient(135deg, #1da1f2, #64b5f6);
}

.social-card.twitter .social-hover-effect {
  background: linear-gradient(135deg, rgba(29, 161, 242, 0.05), rgba(100, 181, 246, 0.05));
}

.social-card.linkedin .social-icon {
  background: linear-gradient(135deg, #0077b5, #42a5f5);
}

.social-card.linkedin .social-hover-effect {
  background: linear-gradient(135deg, rgba(0, 119, 181, 0.05), rgba(66, 165, 245, 0.05));
}

.social-card.instagram .social-icon {
  background: linear-gradient(135deg, #e4405f, #fd1d1d, #fcb045);
}

.social-card.instagram .social-hover-effect {
  background: linear-gradient(135deg, rgba(228, 64, 95, 0.05), rgba(252, 176, 69, 0.05));
}

.social-card.github .social-icon {
  background: linear-gradient(135deg, #333, #666);
}

.social-card.github .social-hover-effect {
  background: linear-gradient(135deg, rgba(51, 51, 51, 0.05), rgba(102, 102, 102, 0.05));
}

.social-card.youtube .social-icon {
  background: linear-gradient(135deg, #ff0000, #ff5722);
}

.social-card.youtube .social-hover-effect {
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.05), rgba(255, 87, 34, 0.05));
}

/* CTA y estadísticas de redes sociales */
.social-cta {
  background: linear-gradient(135deg, var(--gray-900), var(--secondary-black));
  padding: 3rem 2rem;
  border-radius: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

.social-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 212, 255, 0.1));
  z-index: 1;
}

.social-cta > * {
  position: relative;
  z-index: 2;
}

.social-cta p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.social-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent-blue);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  font-weight: 500;
}

/* Responsive para contacto */
@media (max-width: 768px) {
  .contact-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .social-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .social-stats {
    flex-direction: column;
    gap: 2rem;
  }
  
  .contact-main-title {
    font-size: 2rem;
  }
  
  .contact-subtitle {
    font-size: 1.1rem;
  }
}

/* Responsive para header */
@media (max-width: 768px) {
  .header-professional {
    padding: 0.5rem 0;
  }
  
  .header-professional .container {
    padding: 0 1rem;
  }
  
  .logo-text {
    font-size: 1.5rem;
  }
  
  .logo-subtitle {
    font-size: 0.65rem;
  }
  
  .nav-link {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }
  
  .nav-link:hover {
    transform: translateY(-1px);
  }
}

/* ===== FOOTER ===== */
.footer-professional {
  background: var(--primary-black);
  color: var(--white);
  padding: 3rem 0 2rem;
  margin-top: 4rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--cyan-accent);
}

/* ===== WHATSAPP FLOTANTE ===== */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: var(--white);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-strong);
  transition: all 0.3s ease;
  z-index: 1000;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* ===== ANIMACIONES GSAP ===== */
.gsap-fade-in {
  opacity: 1; /* Cambiado a 1 para que sea visible por defecto */
  transform: translateY(0px);
}

.gsap-slide-left {
  opacity: 1; /* Cambiado a 1 para que sea visible por defecto */
  transform: translateX(0px);
}

.gsap-slide-right {
  opacity: 1; /* Cambiado a 1 para que sea visible por defecto */
  transform: translateX(0px);
}

.gsap-scale-in {
  opacity: 1; /* Cambiado a 1 para que sea visible por defecto */
  transform: scale(1);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
  /* Hero responsive */
  .hero-section {
    padding: 1rem 0;
  }
  
  .hero-content {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-title-container {
    min-height: 80px;
    justify-content: center;
  }
  
  .hero-buttons {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
  
  .cta-button {
    width: 100%;
    text-align: center;
  }
  
  .hero-image {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    border-radius: 15px;
  }
  
  .hero-image-container {
    margin-top: 0;
    justify-content: center;
  }
  
  .image-wrapper {
    width: 100%;
    max-width: 300px;
  }
  
  .logo-text-below {
    font-size: 2.5rem;
    bottom: -2rem;
    position: relative;
    margin-top: 1rem;
  }
  
  .image-glow {
    display: none; /* Ocultar efecto de brillo en móvil para mejor rendimiento */
  }
}

/* Orientación landscape en móviles */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-section {
    min-height: auto;
    padding: 2rem 0;
  }
  
  .hero-content {
    flex-direction: row;
    gap: 2rem;
    min-height: auto;
  }
  
  .hero-image {
    max-width: 60%;
    margin-left: 0;
    margin-top: 0;
  }
  
  .image-wrapper {
    max-width: 250px;
  }
  
  .logo-text-below {
    font-size: 2rem;
    bottom: -2rem;
    position: absolute;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-buttons {
    flex-direction: row;
    gap: 1rem;
  }
  
  .cta-button {
    width: auto;
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
  
  /* Reducir partículas en móvil */
  .particles-container .particle {
    width: 2px !important;
    height: 2px !important;
  }
  
  /* Ajustar formas flotantes */
  .floating-shape {
    display: none; /* Ocultar en móvil para mejor rendimiento */
  }
  
  .shape-1, .shape-2, .shape-3, .shape-4 {
    display: none;
  }
  
  /* Ajustar indicador de scroll */
  .scroll-indicator {
    bottom: 1rem;
  }
  
  .scroll-text {
    font-size: 0.7rem;
  }
  
  /* Servicios */
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  /* Tecnologías */
  .tech-logos {
    gap: 1rem;
  }
  
  .tech-logo {
    height: 40px;
  }
  
  /* Footer */
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .section-container {
    padding: 3rem 0;
  }
  
  /* Hero responsive para móviles pequeños */
  .hero-image {
    max-width: 95%;
    margin-left: 0;
    margin-top: 0;
    border-radius: 10px;
  }
  
  .image-wrapper {
    max-width: 250px;
  }
  
  .logo-text-below {
    font-size: 2rem;
    bottom: -1.5rem;
    position: relative;
    margin-top: 0.5rem;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .cta-button {
    font-size: 0.9rem;
    padding: 0.8rem 1.5rem;
  }
  
  .service-card {
    padding: 1.5rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
}

/* ===== SECCIÓN SOBRE NOSOTROS PROFESIONAL ===== */
.about-professional {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}

.about-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

/* Título con efecto de escritura */
/* ===== TÍTULOS UNIFICADOS DE SECCIONES ===== */
.section-title-container {
  text-align: center;
  margin-bottom: 2rem;
}

.section-title-main {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--primary-black);
  margin-bottom: 1rem;
  position: relative;
  background: linear-gradient(135deg, var(--primary-black) 0%, var(--accent-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.section-title-underline {
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-blue), var(--light-blue));
  margin: 0 auto;
  border-radius: 2px;
  transition: width 1.5s ease-in-out;
}

/* Mantener compatibilidad con el título de "Sobre Nosotros" */
.about-title-container {
  text-align: center;
  margin-bottom: 4rem;
}

.about-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--primary-black);
  margin-bottom: 1rem;
  position: relative;
  background: linear-gradient(135deg, var(--primary-black) 0%, var(--accent-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.title-underline {
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-blue), var(--light-blue));
  margin: 0 auto;
  border-radius: 2px;
}

/* Grid de contenido */
.about-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

/* Columna de texto */
.about-text-column {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.text-reveal-container {
  position: relative;
  overflow: hidden;
}

.about-text-main {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--gray-800);
  margin: 0;
  text-align: justify;
  
}

.highlight-company {
  background: linear-gradient(135deg, var(--accent-blue) 0%, var(--light-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* Estadísticas animadas */
.stats-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.stat-item {
  text-align: center;
  padding: 2rem 1rem;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 102, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-blue), var(--light-blue));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.stat-item:hover::before {
  transform: scaleX(1);
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-strong);
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent-blue);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--gray-800);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Columna de especialidades */
.about-specialties-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.specialties-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-black);
  margin-bottom: 1rem;
  text-align: center;
}

.specialties-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.specialty-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--white);
  border-radius: 15px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 102, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.specialty-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-blue), var(--light-blue));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.specialty-item:hover::before {
  transform: scaleX(1);
}

.specialty-item:hover {
  transform: translateX(10px);
  box-shadow: var(--shadow-strong);
}

.specialty-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-blue) 0%, var(--light-blue) 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.specialty-item:hover .specialty-icon {
  transform: scale(1.1) rotate(5deg);
}

.specialty-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-black);
  margin-bottom: 0.5rem;
}

.specialty-content p {
  font-size: 0.9rem;
  color: var(--gray-800);
  margin: 0;
  line-height: 1.5;
}

/* Elementos decorativos flotantes */
.about-decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.floating-element {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.1) 0%, rgba(0, 168, 255, 0.1) 100%);
  animation: float 6s ease-in-out infinite;
}

.element-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.element-2 {
  width: 120px;
  height: 120px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.element-3 {
  width: 60px;
  height: 60px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { 
    transform: translateY(0px) rotate(0deg); 
    opacity: 0.7;
  }
  50% { 
    transform: translateY(-20px) rotate(180deg); 
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .about-content-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .stats-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  
  .stat-item {
    padding: 1.5rem 1rem;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .about-professional {
    padding: 4rem 0;
  }
  
  .about-container {
    padding: 0 1rem;
  }
  
  .stats-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .specialty-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .specialty-item:hover {
    transform: translateY(-5px);
  }
}

/* ===== UTILIDADES ===== */
.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.shadow-glow {
  box-shadow: 0 0 20px rgba(0, 102, 255, 0.3);
}

.border-gradient {
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box,
              var(--gradient-primary) border-box;
}
