/* Estilos para la página SEO - Tema Oscuro */


/* Variables de colores */
:root {
  --petrol-blue: #1c4356;
  --petrol-blue-light: #2a6683;
  --petrol-blue-dark: #0f2a38;
  --neon-cyan: #0efcfb;
  --neon-blue: #32fafe;
  --neon-green: #39ff80;
  --neon-orange: #ff9966;
  --dark-bg: #0c1419;
  --dark-card: #10202a;
  --light-text: #e0e0e0;
  --highlight-text: #ffffff;
}

/* Estilos generales para tema oscuro */
.dark-mode {
  background-color: #0c1419;
  color: #e0e0e0;
}

.dark-section {
  background-color: #0e181e;
  color: #e0e0e0;
}

.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-select ~ label::after {
	background-color: var(--bs-dark);
	border-radius: var(--bs-border-radius);
}

#faq-seo .form-floating > .form-control:focus ~ label::after, #faq-seo .form-floating > .form-control:not(:placeholder-shown) ~ label::after, #faq-seo .form-floating > .form-control-plaintext ~ label::after, #faq-seo .form-floating > .form-select ~ label::after {
	background-color: var(--bs-dark);
	border-radius: var(--bs-border-radius);
}

#faq-seo .toast_body {
  color: #066fb4; 
}

/* Asegurar que todos los textos son visibles */
#faq-seo p, #faq-seo h1, #faq-seo h2, #faq-seo h3, #faq-seo h4, #faq-seo h5, #faq-seo h6, #faq-seo li, #faq-seo a {
  color: #e0e0e0;
}

/* Mejorar contraste para textos en gradientes */
#faq-seo .text-gradient {
  background: linear-gradient(to right, var(--neon-cyan), var(--neon-green));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: bold;
  text-shadow: 0 2px 10px rgba(14, 252, 251, 0.3);
  position: relative;
}

/* Añadir un respaldo para navegadores que no soporten -webkit-background-clip */
#faq-seo .text-gradient::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--neon-cyan);
  opacity: 0;
  z-index: -1;
}

/* --- Estilos para Acordeón FAQ en seo.php --- */
#faq-seo .accordion-item {
  background-color: rgba(10, 20, 40, 0.5); /* Fondo oscuro semitransparente */
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin-bottom: 1rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#faq-seo .accordion-button {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  border-radius: 15px !important;
  box-shadow: none;
}

#faq-seo .accordion-button:not(.collapsed) {
  background-color: rgba(255, 255, 255, 0.05);
  color: #00bfff; /* Color de acento cuando está abierto */
}

#faq-seo .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.1);
}

#faq-seo .accordion-button::after {
  filter: brightness(0) invert(1);
}

#faq-seo .accordion-body {
  color: #ccc;
  padding: 1.5rem;
}

#faq-seo .accordion-collapse {
  border: 0;
}

#faq-seo .accordion-button.collapsed {
  border-bottom: 0;
}

.toast_body {
  color: #066fb4; 
}

/* Asegurar que todos los textos son visibles */
p, h1, h2, h3, h4, h5, h6, li, a {
  color: #e0e0e0;
}

/* Mejorar contraste para textos en gradientes */
.text-gradient {
  background: linear-gradient(to right, var(--neon-cyan), var(--neon-green));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: bold;
  text-shadow: 0 2px 10px rgba(14, 252, 251, 0.3);
  position: relative;
}

/* Añadir un respaldo para navegadores que no soporten -webkit-background-clip */
.text-gradient::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--neon-cyan);
  opacity: 0;
  z-index: -1;
}

/* Estilos para el header */
.dark-header {
  background-color: rgba(12, 20, 25, 0.95) !important;
  border-bottom: 1px solid rgba(14, 252, 251, 0.2);
}

.transparent-header {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Hero Section con Parallax */
#seo-hero {
  position: relative;
  overflow: hidden;
  background-color: #0f0f11;
  color: #ffffff;
  min-height: 600px;
}

.parallax-bg {
background-image: url("../img/sintesia_concept.webp");
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  transform: translateY(0px);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  opacity: 0.6;
  filter: brightness(0.4) saturate(1.2);
  z-index: 1;
}

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

.hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Badges con efecto hover */
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  animation: fadeInUp 1s ease-out 0.4s backwards;
}

.badge-item {
  background-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.feature-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.feature-item p {
  margin-bottom: 0;
  text-align: left;
}

.badge-item:hover {
  transform: translateY(-5px);
  background-color: rgba(255,255,255,0.15);
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.badge-item i {
  color: var(--neon-cyan);
  font-size: 1.25rem;
  transition: all 0.3s ease;
  text-shadow: 0 0 8px var(--neon-cyan);
}

.badge-item:hover i {
  transform: scale(1.2);
  color: var(--neon-blue);
  text-shadow: 0 0 12px var(--neon-blue);
}



/* ====================================================================
	Sección SEO "No Seas Invisible"
==================================================================== */
.seo-invisible-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background-color: #000;
}

.seo-card-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1500px;
}

.seo-card {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 7;
  background: rgba(10, 20, 30, 0.5);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px rgba(0, 255, 255, 0.2),
              0 0 10px rgba(0, 255, 255, 0.2),
              0 0 20px rgba(0, 255, 255, 0.2),
              inset 0 0 15px rgba(0, 150, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.5s;
  overflow: hidden;
}

.tilt-3d { will-change: transform; transition: transform .18s ease; }
@media (prefers-reduced-motion: reduce) {
  .tilt-3d { transition: none !important; transform: none !important; }
}

.seo-card-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  height: 100%;
}

.seo-text-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 220, 255, 0.8);
  margin-bottom: 10px;
  line-height: 1.2;
}

.seo-text-content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00e1ff;
  margin-bottom: 20px;
}

.seo-text-content p {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
}

.seo-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.seo-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  opacity: 0.8;
  transition: opacity 0.5s, transform 0.5s;
}

.seo-card:hover .seo-image {
  opacity: 1;
  transform: scale(1.05);
}

.seo-card:hover {
  box-shadow: 0 5px 15px rgba(0, 255, 255, 0.1),
              0 15px 35px rgba(0, 255, 255, 0.1),
              0 0 40px rgba(0, 255, 255, 0.2),
              inset 0 0 25px rgba(0, 150, 255, 0.4);
}

.seo-card-content::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--bs-cyan), transparent);
  box-shadow: 0 0 10px var(--bs-cyan), 0 0 20px var(--bs-cyan);
  animation: scan-light 4s linear infinite;
  animation-delay: 1s;
  opacity: 1;
  transition: opacity 0.5s;
}

.seo-card:hover .seo-card-content::after {
box-shadow: 0 0 20px var(--bs-cyan), 0 0 30px var(--bs-cyan);
}

@keyframes scan-light {
  0% {
      transform: translateX(-100%);
  }
  50% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

@keyframes pulse-glow {
  0%, 100% {
      transform: scale(1);
      opacity: 0.7;
  }
  50% {
      transform: scale(1.2);
      opacity: 1;
  }
}

/* Feature pills en el hero */
.hero-features {
  margin-top: 50px;
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: rgba(14, 25, 31, 0.7);
  border: 1px solid rgba(14, 252, 251, 0.2);
  border-radius: 50px;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.feature-pill i {
  color: var(--neon-cyan);
  margin-right: 6px;
  text-shadow: 0 0 8px var(--neon-cyan);
}

.feature-pill:hover {
  transform: translateY(-3px);
  background: rgba(14, 25, 31, 0.8);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 0 0 10px rgba(14, 252, 251, 0.1);
  border-color: rgba(14, 252, 251, 0.4);
}

.feature-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(14, 252, 251, 0.1);
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  transition: all 0.4s ease;
}

.feature-icon :hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 0 0 10px rgba(14, 252, 251, 0.1);

}

/* Proceso SEO Timeline */
.process-timeline-horizontal {
  position: relative;
  margin: 50px 0;
}

.process-step {
  text-align: center;
  padding: 15px;
  position: relative;
  z-index: 1;
  background: linear-gradient(145deg, rgba(28, 67, 86, 0.4) 0%, rgba(12, 20, 25, 0.4) 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  height: 100%;
  transition: all 0.3s ease;
}

.process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(14, 252, 251, 0.1);
}

.process-step-header {
  margin-bottom: 15px;
  position: relative;
}

.process-step-chart-container {
  min-height: 250px;
  position: relative;
  margin-bottom: 20px;
}

[style*="none"], [style*="unset"], [style*="initial"] {
	opacity: 1 !important;
}

/* Estilos para gráfico de barras de tráfico */
.traffic-chart-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 20px 10px;
  margin: 20px 0;
  opacity: 1 !important;
  width: 100%;
  height: 350px;
}

.traffic-bar {
  width: 14%;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
}

.traffic-bar-fill {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 242, 254, 0.2), rgba(0, 242, 254, 0.8));
  border-radius: 4px 4px 0 0;
  animation: barRise 1.5s ease-out forwards;
  box-shadow: 0 0 10px rgba(0, 242, 254, 0.3);
}

.traffic-bar.active .traffic-bar-fill {
  background: linear-gradient(to top, rgba(0, 242, 254, 0.4), rgba(0, 242, 254, 1));
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.6);
}

.traffic-bar:hover .traffic-bar-fill {
  transform: scaleY(1.05);
  background: linear-gradient(to top, rgba(0, 242, 254, 0.4), rgba(0, 242, 254, 1));
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.8);
}

.traffic-label {
  position: absolute;
  bottom: -25px;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
}

@keyframes barRise {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

/* Estilos para gráfico circular (donut) */
.donut-chart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  width: 100%;
  height: 400px;
}

.donut-chart {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-bottom: 20px;
  background: conic-gradient(
    #00f2fe 0deg 126deg, /* 35% */
    #4facfe 126deg 216deg, /* 25% */
    #0082c8 216deg 288deg, /* 20% */
    #0693e3 288deg 360deg /* 20% */
  );
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.3);
}

.donut-chart::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: rgba(15, 23, 42, 0.8);
  border-radius: 50%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.donut-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  font-size: 12px;
}

.donut-label {
  display: flex;
  align-items: center;
  color: #fff;
}

.color-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 5px;
}

.dot-1 { background: #00f2fe; }
.dot-2 { background: #4facfe; }
.dot-3 { background: #0082c8; }
.dot-4 { background: #0693e3; }

/* Estilos para la lista de resultados */
.stats-result-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.stats-result-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  display: flex;
  align-items: center;
}

.stats-result-list li:last-child {
  border-bottom: none;
}

.stats-result-list li i {
  margin-right: 10px;
  font-size: 18px;
}

.process-step-circle-container {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.process-step-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--petrol-blue) 0%, var(--petrol-blue-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--neon-cyan);
  border: 2px solid rgba(14, 252, 251, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(14, 252, 251, 0.3);
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
  position: relative;
  z-index: 10;
  text-shadow: 0 0 8px rgba(14, 252, 251, 0.5);
}

.process-step-circle.animated {
  opacity: 1;
  transform: scale(1);
}

/* Animación de bounce-in para los círculos */
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.bounce-in {
  animation-name: bounce-in;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  animation-fill-mode: forwards;
}

.process-step-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}

.process-step p {
  color: #c5c5c5;
  line-height: 1.6;
}

.process-step-image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  height: 11vh;
}

.process-step-image img {
  transition: all 0.5s ease;
}


.process-timeline-horizontal .row :nth-child(2) .process-step-image img {
  object-position: 0px -56px;
}

.row > .col-lg-4:nth-child(2) .service-image img {
  object-position: 0px -127px;
}

.row > .col-lg-4:nth-child(2) .service-image img {
  object-position: 0px -127px;
}


.row > .col-lg-4:nth-child(3) .service-image img {
  object-position: 0px -127px;
}


.row > .col-lg-4:nth-child(4) .service-image img {
  object-position: 0px -66px;
}

.row > .col-lg-4:nth-child(5) .service-image img {
  object-position: 0px -25px;
}

.row > .col-lg-4:nth-child(6) .service-image img {
  object-position: 0px -28px;
}



.process-step:hover .process-step-image img {
  transform: scale(1.05);
}

/* Tarjetas de casos de éxito */
.case-study-card {
  background-color: var(--dark-card);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2), 0 0 10px rgba(14, 252, 251, 0.1);
  border: 1px solid rgba(14, 252, 251, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.fancy-hover {
  position: relative;
}

.fancy-hover::before {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(14, 252, 251, 0), rgba(14, 252, 251, 0.6) 50%, rgba(14, 252, 251, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fancy-hover:hover::before {
  opacity: 1;
}

.case-study-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.4), 0 0 20px rgba(14, 252, 251, 0.3);
}

.case-study-image {
  position: relative;
  overflow: hidden;
  margin-top: -24px;
}

.case-study-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.case-study-card:hover .case-study-image img {
  transform: scale(1.05);
}

.glowing-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(14, 252, 251, 0.1), transparent 80%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.case-study-card:hover .glowing-overlay {
  opacity: 1;
}

.case-study-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(15, 23, 42, 0.9);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 0 15px rgba(14, 252, 251, 0.3);
  border: 1px solid rgba(14, 252, 251, 0.3);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.highlight {
  color: var(--neon-cyan);
}

.case-study-card:hover .case-study-badge {
  background-color: rgba(15, 23, 42, 0.95);
  box-shadow: 0 0 20px rgba(14, 252, 251, 0.5);
}

.case-study-content {
  padding: 1.5rem;
}

.case-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.case-header h3 {
  margin-bottom: 0;
}

.icon-gradient {
  background: linear-gradient(90deg, #00f2fe, #4facfe);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
}

.case-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(14, 252, 251, 0.1), rgba(14, 252, 251, 0.5), rgba(14, 252, 251, 0.1));
  margin: 10px 0 15px;
}

.case-study-content h3 {
  font-size: 1.5rem;
  color: #fff;
}

.case-study-content p {
  margin-bottom: 20px;
  color: rgba(255,255,255,0.8);
}

.case-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 15px;
}

.case-metrics .metric {
  background-color: rgba(14, 252, 251, 0.05);
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  font-size: 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.9);
  transition: all 0.3s ease;
  cursor: pointer;
}

.case-metrics .metric:hover {
  background-color: rgba(14, 252, 251, 0.1);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 242, 254, 0.2);
}

.case-metrics .metric i {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: var(--neon-cyan);
}

.case-metrics .metric span {
  font-weight: 700;
  color: #fff;
}

.metric-value {
  display: block;
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--neon-cyan);
  margin-bottom: 0.5rem;
  text-shadow: 0 0 8px rgba(14, 252, 251, 0.5);
}

.metric-label {
  display: block;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

/* Tarjetas de ventajas */
.advantage-card {
  background-color: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 1px 14px 12px 2px #0000007d !important;
  transition: all 0.4s ease;
  height: 100%;
  color: white;
  border: 1px solid rgba(255,255,255,0.05);
}

.advantage-card:hover {
  transform: translateY(-10px);
  background-color: rgba(255,255,255,0.08);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  border-color: rgba(255,255,255,0.1);
}

.advantage-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--petrol-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--neon-cyan);
  font-size: 1.75rem;
  transition: all 0.4s ease;
  box-shadow: 0 6px 15px rgba(28, 67, 86, 0.3), 0 0 10px rgba(14, 252, 251, 0.3);
  border: 1px solid rgba(14, 252, 251, 0.3);
}

.advantage-card:hover .advantage-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(28, 67, 86, 0.5), 0 0 15px rgba(14, 252, 251, 0.5);
  border-color: var(--neon-cyan);
}

/* Sección de compromiso */
.commitment-box {
  background-color: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  margin-top: 3rem;
  border: 1px solid rgba(255,255,255,0.05);
  transition: all 0.3s ease;
}

.commitment-box:hover {
  background-color: rgba(255,255,255,0.08);
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
  border-color: rgba(255,255,255,0.1);
}

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

.commitment-item {
  text-align: center;
  color: white;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.commitment-item:hover {
  transform: translateY(-5px);
}

.commitment-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(14, 252, 251, 0.1), rgba(79, 172, 254, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--neon-cyan);
  font-size: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(14, 252, 251, 0.1);
  position: relative;
  z-index: 2;
  border: 1px solid rgba(57, 255, 128, 0.3);
}

.commitment-item:hover .commitment-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(28, 67, 86, 0.5), 0 0 15px rgba(57, 255, 128, 0.5);
  border-color: var(--neon-green);
}

/* Gráficos y estadísticas */
.service-card {
  background-color: rgba(15, 23, 42, 0.7);
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: 440px;
  position: relative;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

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

.service-card h3 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 15px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.service-card p {
  color: #c5c5c5;
  margin-bottom: 20px;
  line-height: 1.6;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(14, 252, 251, 0.1);
}

.service-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, rgba(14, 252, 251, 0.03) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover:before {
  opacity: 1;
}

.service-image {
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  max-height: 100px;
}

.service-image img {
  width: 100%;
  height: auto;
  transition: all 0.6s ease;
  transform: scale(1.01);
}

.service-card:hover .service-image img {
  transform: scale(1.08);
}

.service-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
}

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--petrol-blue) 0%, var(--dark-bg) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: var(--neon-cyan);
  border: 1px solid rgba(14, 252, 251, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  background: linear-gradient(135deg, var(--petrol-blue-light) 0%, var(--petrol-blue) 100%);
  box-shadow: 0 0 20px rgba(14, 252, 251, 0.3);
  transform: scale(1.1);
}

.btn-learn-more {
  display: inline-block;
  background-color: rgba(14, 252, 251, 0.1);
  color: var(--neon-cyan);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 1rem;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(14, 252, 251, 0.2);
}

.btn-learn-more:hover {
  color: #fff;
  background-color: rgba(14, 252, 251, 0.2);
  box-shadow: 0 5px 15px rgba(14, 252, 251, 0.2);
  transform: translateY(-3px);
  border-color: rgba(14, 252, 251, 0.4);
}

/* Formulario de contacto */
.contact-form-wrap {
  background-color: rgba(15, 23, 42, 0.7);
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(14, 252, 251, 0.15);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.fancy-border {
  position: relative;
}

.fancy-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(14, 252, 251, 0.5), rgba(14, 252, 251, 0) 50%, rgba(14, 252, 251, 0.5));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.form-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(14, 252, 251, 0.1);
}

.form-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  background: linear-gradient(135deg, #00f2fe, #4facfe);
  box-shadow: 0 0 15px rgba(14, 252, 251, 0.5);
}

.form-icon i {
  font-size: 1.5rem;
  color: #0f172a;
}

.form-header h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.5rem;
}

.custom-input {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(14, 252, 251, 0.1) !important;
  color: #fff !important;
  border-radius: 8px !important;
  transition: all 0.3s ease;
}

.custom-input:focus {
  box-shadow: 0 0 0 3px rgba(14, 252, 251, 0.2) !important;
  border-color: rgba(14, 252, 251, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.07) !important;
}

.form-floating > label {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 1rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: rgba(14, 252, 251, 0.8);
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.glow-btn {
  background: linear-gradient(45deg, rgba(14, 252, 251, 0.8), rgba(79, 172, 254, 0.8));
  color: #0f172a;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  box-shadow: 0 5px 15px rgba(14, 252, 251, 0.3);
  z-index: 1;
}

.glow-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(14, 252, 251, 1), rgba(79, 172, 254, 1));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.glow-btn:hover {
  color: #0f172a;
  box-shadow: 0 5px 20px rgba(14, 252, 251, 0.5);
  transform: translateY(-2px);
}

.glow-btn:hover::before {
  opacity: 1;
}

.glow-btn.large {
  padding: 15px 40px;
  font-size: 1.1rem;
}



/* Estilos para la lista de resultados medibles con iconos */
.stats-result-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.stats-result-list li {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: var(--light-text);
}

.stats-result-list li:last-child {
  margin-bottom: 0;
}

.stats-result-list li i {
  font-size: 1.5rem;
  margin-right: 15px;
  width: 30px; /* Ancho fijo para alineación */
  text-align: center;
  transition: transform 0.3s ease;
}

.stats-result-list li:hover i {
    transform: scale(1.2);
}

/* Colores específicos para cada icono */
.stats-result-list .fa-arrow-trend-up {
  color: var(--neon-green);
  text-shadow: 0 0 8px rgba(57, 255, 128, 0.7);
}

.stats-result-list .fa-person-running {
  color: var(--neon-orange);
  text-shadow: 0 0 8px rgba(255, 153, 102, 0.7);
}

.stats-result-list .fa-users-gear {
  color: var(--neon-blue);
  text-shadow: 0 0 8px rgba(50, 250, 254, 0.7);
}

.stats-result-list li strong {
  color: var(--highlight-text);
  font-weight: 700;
  margin-right: 5px;
}

/* Colores para la segunda lista de iconos */
.stats-result-list .fa-file-signature {
  color: #fca311; /* Naranja/Dorado */
  text-shadow: 0 0 8px rgba(252, 163, 17, 0.7);
}

.stats-result-list .fa-ranking-star {
  color: #9b5de5; /* Púrpura */
  text-shadow: 0 0 8px rgba(155, 93, 229, 0.7);
}

.stats-result-list .fa-chart-line {
  color: #00f5d4; /* Turquesa */
  text-shadow: 0 0 8px rgba(0, 245, 212, 0.7);
}

.stats-result-list .fa-sack-dollar {
  color: #f15bb5; /* Rosa */
  text-shadow: 0 0 8px rgba(241, 91, 181, 0.7);
}

/* Estilo para resaltar el lead sobre el futuro del SEO */
.lead-highlight {
  display: inline-block;
  background-color: #001019; /* Un color de fondo suave */
  padding: 12px 20px;
  border-radius: 8px;
  border-left: 5px solid; /* Ancho y estilo del borde */
  border-image: linear-gradient(to bottom, var(--neon-cyan), var(--neon-green)) 1;
  border-image-slice: 1; 
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.gai-feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.gai-feature-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  transition: opacity 0.5s ease;
  opacity: 0;
}

.gai-feature-card:hover::before {
  opacity: 1;
}

.gai-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.gai-card-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(45deg, #00c6ff, #0072ff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 15px rgba(0, 198, 255, 0.3);
}

.gai-card-title {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.gai-feature-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.6;
}

.contact-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.contact-info-card {
  background-color: rgba(15, 23, 42, 0.7);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 1px solid rgba(14, 252, 251, 0.05);
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 15px rgba(14, 252, 251, 0.1);
  border-color: rgba(14, 252, 251, 0.1);
}

.contact-info-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(14, 252, 251, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neon-cyan);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-info-content {
  flex: 1;
}

.contact-info-content h4 {
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.contact-info-content p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.mail-link {
  color: var(--neon-cyan);
  text-decoration: none;
  transition: all 0.3s ease;
}

.mail-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Sección CTA */
.cta-container {
  padding: 20px 0;
  position: relative;
}

.cta-card {
  position: relative;
  background-color: rgba(15, 23, 42, 0.7);
  border-radius: 16px;
  padding: 3rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 30px rgba(14, 252, 251, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(14, 252, 251, 0.1);
}

.cta-glow {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(14, 252, 251, 0.15);
  filter: blur(60px);
  top: -75px;
  right: -75px;
  z-index: 0;
}

.cta-image-container {
  position: relative;
}

.cta-image-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  transform: perspective(1000px) rotateY(-5deg);
  transition: all 0.5s ease;
}

.cta-image-wrap:hover {
  transform: perspective(1000px) rotateY(0deg);
}

.cta-image-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.cta-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(14, 252, 251, 0.2), transparent 80%);
  z-index: 1;
}

.cta-badge {
  position: absolute;
  bottom: -20px;
  right: 20px;
  background: linear-gradient(45deg, rgba(14, 252, 251, 0.9), rgba(79, 172, 254, 0.9));
  color: #0f172a;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(14, 252, 251, 0.3);
  z-index: 2;
  font-weight: 700;
}

.cta-badge-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.cta-feature {
  background-color: rgba(14, 252, 251, 0.05);
  border-radius: 50px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.cta-feature i {
  color: var(--neon-cyan);
}

.cta-feature:hover {
  background-color: rgba(14, 252, 251, 0.1);
  transform: translateY(-3px);
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(14, 252, 251, 0.5);
}


/* ===========================================
   AI Overview Mockup - Componente Visual
   =========================================== */

.ai-overview-demo {
    max-width: 800px;
    margin: 40px auto;
}

.real-proof {
    text-align: center;
    position: relative;
}

.proof-badge {
    display: inline-block;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.lightbox-trigger {
    display: block;
    position: relative;
    cursor: zoom-in;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lightbox-trigger:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.real-proof-img {
    width: 100%;
    max-width: 600px;
    max-height: 180px;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
    border: 2px solid var(--neon-cyan);
}

.zoom-hint {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox-trigger:hover .zoom-hint {
    opacity: 1;
}

/* Lightbox Modal */
.ai-lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    cursor: pointer;
    animation: aiLightboxFadeIn 0.3s ease;
}

.ai-lightbox-modal.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ai-lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.ai-lightbox-close:hover {
    color: var(--neon-cyan);
}

.ai-lightbox-content {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.ai-lightbox-caption {
    color: #ccc;
    padding: 15px;
    text-align: center;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
  .ai-lightbox-modal.active {
    justify-content: flex-start;
    padding: 70px 16px 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ai-lightbox-content {
    width: 100%;
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
  }

  .ai-lightbox-caption {
    width: 100%;
    padding: 12px 0 0;
  }
}

@keyframes aiLightboxFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.ai-overview-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.search-bar-mockup {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 30px;
    padding: 12px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.search-icon {
    color: #4285f4;
    font-size: 1.2rem;
    margin-right: 15px;
}

.search-text {
    flex: 1;
    color: #333;
    font-size: 1rem;
}

.search-btn {
    background: #4285f4;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-overview-box {
    background: linear-gradient(135deg, #e8f4f8 0%, #d4eaf1 100%);
    border: 1px solid rgba(0,191,255,0.3);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.ai-overview-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.ai-sparkle {
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;
}

.ai-label {
    font-weight: 600;
    color: #333;
}

.ai-beta {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 10px;
    text-transform: uppercase;
}

.ai-summary {
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}

.ai-sources {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.ai-source {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 12px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.ai-source.highlighted {
    border: 2px solid var(--neon-cyan);
    box-shadow: 0 4px 15px rgba(0,191,255,0.2);
}

.ai-source.dimmed {
    opacity: 0.6;
    border: 1px dashed #ccc;
}

.source-favicon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.source-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.source-name {
    font-weight: 500;
    font-size: 0.9rem;
}

.source-url {
    font-size: 0.75rem;
    color: #666;
}

.source-badge {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--neon-cyan);
}

.ai-quote {
    background: white;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid var(--neon-cyan);
    font-style: italic;
    color: #555;
    margin-bottom: 0;
}

.ai-overview-footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.ai-disclaimer {
    font-size: 0.8rem;
    color: #666;
}

.ai-explanation {
    margin-top: 20px;
}

.explanation-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    margin-bottom: 15px;
}

.explanation-card.success {
    border-left: 4px solid #28a745;
}

.explanation-card.danger {
    border-left: 4px solid #dc3545;
}

.explanation-card h5 {
    font-size: 1rem;
    margin-bottom: 12px;
    color: #333;
}

.explanation-card ul {
    padding-left: 20px;
    font-size: 0.9rem;
    color: #555;
}

.explanation-card li {
    margin-bottom: 5px;
    color: #777;
}
 


 
/*moviles responsive media querys*/



@media (max-width: 1200px) {
.process_img_1 {
  max-width: 122%;
  object-position: -15px 0px
}


}

@media (max-width: 1000px) {
  .process_img_1 {
    max-width: 110%;
    object-position: -15px -30px
  }
  
  .process-timeline-horizontal .row >div {
    margin-bottom: 5%
  }
  
  }


  @media (max-width: 991px) {
    .seo-card-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .seo-card {
        aspect-ratio: 1 / 1.1;
    }
    .seo-image-wrapper {
        order: 0; /* Mueve la imagen arriba en móvil */
        margin-bottom: 30px;
        height: 400px;
    }
    .seo-text-content h2 {
        font-size: 2rem;
    }
    .seo-text-content h3 {
        font-size: 1.3rem;
    }
  }
  

@media (max-width: 768px) {

  .seo-card {
    aspect-ratio: 1 / 2.1;
  }

  .process_img_1 {
    max-width: 105%;
    object-position: -15px -80px
  }

  .hero-title {
    font-size: 3rem !important;
    
  }
  .process-timeline-horizontal .row :nth-child(2) .process-step-image img {
    object-position: 0px -115px;
  }
  
.process-timeline-horizontal .row >div {
  margin-bottom: 5%
}

.cta-feature {
	width: 100%;
}

.cta-card {
	padding: 1rem;
}

.display-4 {
	font-size: calc(1.175rem + 2.7vw);
}
.form-header {
	flex-direction: column;
}

#seo-hero .como_funciona_link {
  margin-top: 1rem;
}

 .ai-overview-container {
        padding: 20px;
    }
    
    .search-bar-mockup {
        padding: 10px 15px;
    }
    
    .search-text {
        font-size: 0.85rem;
    }
    
    .ai-source {
        flex-wrap: wrap;
    }
    
    .source-badge {
        width: 100%;
        margin-top: 5px;
    }

}



@media (max-width: 480px) {


  .hero-title {
    font-size: 2rem !important;
    
  }

}




@media (max-width: 400px) {

  .process_img_1 {
    max-width: 105%;
    object-position: -15px -44px;
  }
  

}
