/* NOTICIAS BITCOIN */
.noticias-btc {
  background: rgba(30, 30, 63, 0.15);
  border: 1px solid rgba(248, 104, 0, 0.3);
  border-radius: 18px;
  margin: 3rem 0;
  padding: 2.5rem 2rem;
  box-shadow: 0 6px 24px rgba(0,0,0,0.10);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.noticias-btc h2 {
  color: #f86800;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1.2rem;
}
.noticias-intro {
  color: #e0e0e0;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.noticias-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
}
.noticias-list li {
  background: rgba(248, 104, 0, 0.07);
  margin: 0.7rem 0;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(248,104,0,0.04);
}
.noticias-list li:hover {
  background: rgba(248, 104, 0, 0.15);
}
.noticias-list a {
  color: #ff8c42;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.05rem;
  word-break: break-all;
}
.noticias-list a:hover {
  color: #f86800;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .noticias-btc {
    padding: 1.2rem 0.7rem;
    border-radius: 12px;
  }
  .noticias-btc h2 {
    font-size: 1.3rem;
  }
  .noticias-list li {
    padding: 0.7rem 0.6rem;
    font-size: 0.98rem;
  }
  .noticias-list a {
    font-size: 0.98rem;
  }
}
@media (max-width: 480px) {
  .noticias-btc {
    padding: 0.7rem 0.2rem;
    border-radius: 8px;
  }
  .noticias-list li {
    padding: 0.5rem 0.2rem;
    font-size: 0.92rem;
  }
  .noticias-list a {
    font-size: 0.92rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, #0f0f23 0%, #1a1a3a 50%, #2d2d5f 100%);
  background-attachment: fixed;
  color: #ffffff;
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  margin: 0;
}

/* ANIMACIONES MÁS RÁPIDAS */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Clases de animación optimizadas */
.fade-in {
  animation: fadeInUp 0.4s ease-out forwards;
}

.slide-in {
  animation: slideInLeft 0.3s ease-out forwards;
}

/* Global Title Centering */
h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

/* Header Styles */
header {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, rgba(26, 26, 58, 0.2) 0%, rgba(45, 45, 95, 0.2) 100%); /* Reducido de 0.5 a 0.2 */
  border-bottom: 2px solid #f86800;
  position: relative;
  z-index: 100;
  backdrop-filter: blur(5px); /* Reducido de 10px a 5px */
}

.logo {
  width: 200px;
  height: auto;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.logo.loaded {
  opacity: 1;
}

header h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #f86800;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

header p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cta {
  display: inline-block;
  background: linear-gradient(45deg, #f86800, #ff8c42);
  color: white;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(248, 104, 0, 0.3);
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(248, 104, 0, 0.4);
}

/* Section Styles */
section {
  width: 100%;
  padding: 4rem 2rem;
  margin: 0;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-out;
}

section.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.reto-team90, #section_bithaver, #sectionmineria, #benefcios, #serparte, 
.bitcoin-info, .bitbooster-section, .planes-compensacion, .galeria, .testimonios, .contacto-formulario {
  background: rgba(30, 30, 63, 0.15); /* Reducido de 0.4 a 0.15 */
  backdrop-filter: blur(5px); /* Reducido de 8px a 5px */
  border: 1px solid rgba(248, 104, 0, 0.4); /* Aumentado de 0.3 a 0.4 para mejor definición */
  border-radius: 20px;
  margin: 3rem 0;
  padding: 3rem 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Reducido de 0.2 a 0.1 */
}

.reto-team90 h2, #section_bithaver h2, #sectionmineria h2, #benefcios h2, #serparte h2,
.bitcoin-info h2, .bitbooster-section h2, .planes-compensacion h2, .galeria h2, .testimonios h2, .contacto-formulario h2 {
  font-size: 2.5rem;
  color: #f86800;
  margin-bottom: 2rem;
  font-weight: 800;
}

.intro, #section_bithaver p, #sectionmineria p, #benefcios p, #serparte p,
.bitcoin-info p, .bitbooster-section p, .planes-compensacion p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #e0e0e0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Lists Styles */
.objetivos-list, .beneficios-list, .audiencia-list {
  list-style: none;
  margin: 2rem 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.objetivos-list li, .beneficios-list li, .audiencia-list li {
  background: rgba(248, 104, 0, 0.05); /* Reducido de 0.08 a 0.05 */
  margin: 1rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #f86800;
  border-radius: 8px;
  transition: all 0.3s ease;
  backdrop-filter: blur(3px); /* Reducido de 5px a 3px */
  opacity: 0;
  transform: translateX(-20px);
}

.objetivos-list li.slide-in, .beneficios-list li.slide-in, .audiencia-list li.slide-in {
  opacity: 1;
  transform: translateX(0);
}

.objetivos-list li:hover, .beneficios-list li:hover, .audiencia-list li:hover {
  background: rgba(248, 104, 0, 0.12); /* Aumenta ligeramente al hover */
  transform: translateX(10px);
}

/* Sub-beneficios list */
.sub-beneficios {
  list-style: none;
  margin: 1rem 0;
  padding-left: 2rem;
}

.sub-beneficios li {
  background: rgba(255, 140, 66, 0.05); /* Reducido de 0.08 a 0.05 */
  border-left: 2px solid #ff8c42;
  margin: 0.5rem 0;
  padding: 0.8rem 1rem;
  font-size: 0.95rem;
  backdrop-filter: blur(3px); /* Reducido de 5px a 3px */
}

.sub-beneficios li:hover {
  background: rgba(255, 140, 66, 0.12); /* Aumenta ligeramente al hover */
  transform: translateX(5px);
}

/* Cards */
.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  background: rgba(42, 42, 74, 0.1); /* Reducido de 0.3 a 0.1 */
  backdrop-filter: blur(5px); /* Reducido de 8px a 5px */
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08); /* Reducido de 0.15 a 0.08 */
  border: 1px solid rgba(248, 104, 0, 0.4); /* Aumentado de 0.3 a 0.4 */
  opacity: 0;
  transform: translateY(20px);
}

.card.fade-in {
  animation: fadeInUp 0.4s ease-out forwards;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(248, 104, 0, 0.4);
  border-color: #f86800;
  background: rgba(42, 42, 74, 0.25); /* Aumenta ligeramente al hover */
}

.card h3 {
  color: #f86800;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.card p {
  color: #e0e0e0;
  line-height: 1.6;
}

/* Features Grid */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.feature-box {
  background: rgba(42, 42, 74, 0.1); /* Reducido de 0.3 a 0.1 */
  backdrop-filter: blur(5px); /* Reducido de 8px a 5px */
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08); /* Reducido de 0.15 a 0.08 */
  border: 1px solid rgba(248, 104, 0, 0.4); /* Aumentado de 0.3 a 0.4 */
  opacity: 0;
  transform: translateY(20px);
}

.feature-box.fade-in {
  animation: fadeInUp 0.4s ease-out forwards;
}

.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(248, 104, 0, 0.4);
  border-color: #f86800;
  background: rgba(42, 42, 74, 0.25); /* Aumenta ligeramente al hover */
}

.feature-box h3 {
  color: #f86800;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.feature-box p {
  color: #e0e0e0;
  line-height: 1.6;
}

/* Steps List */
.steps-list {
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
}

.steps-list li {
  display: flex;
  align-items: flex-start;
  margin: 2rem 0;
  background: rgba(248, 104, 0, 0.05); /* Reducido de 0.08 a 0.05 */
  padding: 2rem;
  border-radius: 15px;
  transition: all 0.3s ease;
  backdrop-filter: blur(3px); /* Reducido de 5px a 3px */
  opacity: 0;
  transform: translateX(-20px);
}

.steps-list li.slide-in {
  opacity: 1;
  transform: translateX(0);
}

.steps-list li:hover {
  background: rgba(248, 104, 0, 0.12); /* Aumenta ligeramente al hover */
  transform: translateX(10px);
}

.step-number {
  background: #f86800;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.step-content h3 {
  color: #ff8c42;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-align: left;
}

.step-content p {
  color: #e0e0e0;
  line-height: 1.6;
  text-align: left;
}

/* Table Styles */
.table-responsive {
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(42, 42, 74, 0.1); /* Reducido de 0.3 a 0.1 */
  backdrop-filter: blur(5px); /* Reducido de 8px a 5px */
}

th, td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
}

th {
  background: rgba(248, 104, 0, 0.9);
  color: white;
  font-weight: 600;
}

tr:hover {
  background: rgba(248, 104, 0, 0.1);
}

/* Tip Box */
.tip {
  background: rgba(248, 104, 0, 0.3); /* Reducido de 0.6 a 0.3 */
  backdrop-filter: blur(5px); /* Reducido de 8px a 5px */
  padding: 1.5rem;
  border-radius: 10px;
  margin: 2rem 0;
  text-align: center;
  font-weight: 500;
}

/* CTA Container */
.cta-container {
  text-align: center;
  margin: 3rem 0;
}

.btn-cta {
  display: inline-block;
  background: linear-gradient(45deg, #f86800, #ff8c42);
  color: white;
  padding: 1.2rem 2.5rem;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(248, 104, 0, 0.3);
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(248, 104, 0, 0.4);
}

/* TESTIMONIOS ARREGLADOS */
.testimonios {
  background: rgba(30, 30, 63, 0.15);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(248, 104, 0, 0.4);
  border-radius: 20px;
  margin: 3rem 0;
  padding: 3rem 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.testimonios h2 {
  text-align: center;
  color: #f86800;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 800;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card {
  background: rgba(42, 42, 74, 0.1);
  backdrop-filter: blur(5px);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(248, 104, 0, 0.4);
  opacity: 0;
  transform: translateY(20px);
}

.testimonial-card.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(248, 104, 0, 0.4);
  border-color: #f86800;
  background: rgba(42, 42, 74, 0.25);
}

.quote {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #e0e0e0;
  text-align: left;
}

.author {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  object-fit: cover;
  opacity: 1;
  flex-shrink: 0;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.name {
  font-weight: 600;
  color: #f86800;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.role {
  font-size: 0.9rem;
  color: #b0b0b0;
}

/* FORMULARIO ARREGLADO */
.contacto-formulario {
  background: rgba(30, 30, 63, 0.15);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(248, 104, 0, 0.4);
  border-radius: 20px;
  margin: 3rem 0;
  padding: 3rem 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contacto-formulario h2 {
  text-align: center;
  color: #f86800;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 800;
}

.formulario {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 2rem;
  width: 100%;
}

.form-group label {
  display: block;
  color: #ff8c42;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-align: left;
}

.form-group input {
  width: 100%;
  padding: 1rem;
  border: 2px solid rgba(68, 68, 68, 0.2);
  border-radius: 10px;
  background: rgba(42, 42, 74, 0.1);
  backdrop-filter: blur(3px);
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-group input:focus {
  outline: none;
  border-color: #f86800;
  box-shadow: 0 0 10px rgba(248, 104, 0, 0.3);
  background: rgba(42, 42, 74, 0.2);
}

.form-group input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.btn-submit {
  width: 100%;
  background: linear-gradient(45deg, #f86800, #ff8c42);
  color: white;
  padding: 1.2rem;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(248, 104, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(248, 104, 0, 0.4);
}

.btn-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* FOOTER NORMAL */
footer {
  background: rgba(26, 26, 58, 0.8);
  backdrop-filter: blur(10px);
  text-align: center;
  padding: 2rem;
  color: #b0b0b0;
  border-top: 2px solid #f86800;
  position: relative;
  z-index: 100;
  margin: 0;
}

footer a {
  color: #f86800;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #ff8c42;
  text-decoration: underline;
}

/* GRADIENTE PARA MARQUESINA */
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* MARQUESINA - SOLO AL FINAL */
.marquee-container {
  background: linear-gradient(90deg, #f86800, #ff8c42, #f86800);
  background-size: 200% 100%;
  animation: gradientShift 3s ease-in-out infinite;
  padding: 8px 0;
  width: 100%;
  z-index: 50;
  text-align: center;
  border-top: 1px solid #ff8c42;
  box-shadow: 0 -2px 8px rgba(248, 104, 0, 0.2);
  margin: 0;
  position: relative; /* CAMBIO: relative en lugar de fixed */
  display: block;
}

.marquee-content {
  font-weight: 600;
  font-size: 8px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.dreamfactory-link {
  color: white;
  text-decoration: none;
  font-weight: 800;
  font-size: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dreamfactory-link:hover {
  color: #1a1a3a;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

/* AJUSTAR EL BODY PARA ESPACIO DE LA MARQUESINA */
body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, #0f0f23 0%, #1a1a3a 50%, #2d2d5f 100%);
  background-attachment: fixed;
  color: #ffffff;
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  margin: 0;
}

/* AJUSTAR BOTÓN WHATSAPP PARA NO CHOCAR */
.whatsapp-float {
  position: fixed;
  bottom: 50px; /* MÁS ARRIBA PARA NO CHOCAR CON LA MARQUESINA */
  right: 20px;
  z-index: 1002; /* MÁS ALTO QUE LA MARQUESINA */
}

.whatsapp-button {
  display: flex;
  align-items: center;
  background: linear-gradient(45deg, #25D366, #128C7E);
  color: white;
  padding: 15px 20px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
  animation: whatsappPulse 2s infinite;
}

.whatsapp-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
  background: linear-gradient(45deg, #128C7E, #25D366);
  text-decoration: none;
  color: white;
}

.whatsapp-button svg {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.whatsapp-text {
  margin-left: 5px;
  color: white;
}

/* ANIMACIÓN WHATSAPP */
@keyframes whatsappPulse {
  0% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgba(37, 211, 102, 0.6);
  }
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
}

/* ========== SISTEMA DE PARTÍCULAS - SOLO AGREGAR ESTO ========== */
.particles-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.particle {
  position: absolute;
  background: radial-gradient(circle, rgba(248, 104, 0, 0.8) 0%, rgba(255, 140, 66, 0.4) 50%, transparent 100%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

/* Diferentes tipos de partículas con diferentes orígenes */
.particle.from-top {
  animation: floatFromTop 25s linear infinite;
}

.particle.from-bottom {
  animation: floatFromBottom 20s linear infinite;
}

.particle.from-left {
  animation: floatFromLeft 30s linear infinite;
}

.particle.from-right {
  animation: floatFromRight 28s linear infinite;
}

.particle.from-center {
  animation: floatFromCenter 35s linear infinite;
}

.particle.diagonal-tl-br {
  animation: floatDiagonalTLBR 40s linear infinite;
}

.particle.diagonal-tr-bl {
  animation: floatDiagonalTRBL 38s linear infinite;
}

.particle.diagonal-bl-tr {
  animation: floatDiagonalBLTR 42s linear infinite;
}

.particle.diagonal-br-tl {
  animation: floatDiagonalBRTL 36s linear infinite;
}

.particle.circular {
  animation: floatCircular 45s linear infinite;
}

/* Variaciones de estilo */
.particle:nth-child(3n) {
  background: radial-gradient(circle, rgba(255, 140, 66, 0.6) 0%, rgba(248, 104, 0, 0.3) 50%, transparent 100%);
  filter: blur(2px);
}

.particle:nth-child(5n) {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(248, 104, 0, 0.2) 50%, transparent 100%);
  box-shadow: 0 0 15px rgba(248, 104, 0, 0.4);
}

.particle:nth-child(7n) {
  background: radial-gradient(circle, rgba(248, 104, 0, 0.9) 0%, rgba(255, 140, 66, 0.6) 40%, transparent 80%);
  filter: blur(0.5px);
}

/* ANIMACIONES PARA TODAS LAS DIRECCIONES */

/* Desde arriba hacia abajo */
@keyframes floatFromTop {
  0% {
    transform: translateY(-100px) translateX(0) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) translateX(200px) rotate(360deg) scale(0.5);
    opacity: 0;
  }
}

/* Desde abajo hacia arriba */
@keyframes floatFromBottom {
  0% {
    transform: translateY(100vh) translateX(0) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(-150px) rotate(-360deg) scale(0.5);
    opacity: 0;
  }
}

/* Desde la izquierda hacia la derecha */
@keyframes floatFromLeft {
  0% {
    transform: translateX(-100px) translateY(0) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(100vw) translateY(-100px) rotate(360deg) scale(0.5);
    opacity: 0;
  }
}

/* Desde la derecha hacia la izquierda */
@keyframes floatFromRight {
  0% {
    transform: translateX(100vw) translateY(0) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(-100px) translateY(100px) rotate(-360deg) scale(0.5);
    opacity: 0;
  }
}

/* Desde el centro hacia afuera */
@keyframes floatFromCenter {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: scale(1);
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translateX(400px) translateY(300px) rotate(720deg) scale(0);
    opacity: 0;
  }
}

/* Diagonal: Top-Left a Bottom-Right */
@keyframes floatDiagonalTLBR {
  0% {
    transform: translateX(-100px) translateY(-100px) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(100vw) translateY(100vh) rotate(360deg) scale(0.5);
    opacity: 0;
  }
}

/* Diagonal: Top-Right a Bottom-Left */
@keyframes floatDiagonalTRBL {
  0% {
    transform: translateX(100vw) translateY(-100px) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(-100px) translateY(100vh) rotate(-360deg) scale(0.5);
    opacity: 0;
  }
}

/* Diagonal: Bottom-Left a Top-Right */
@keyframes floatDiagonalBLTR {
  0% {
    transform: translateX(-100px) translateY(100vh) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(100vw) translateY(-100px) rotate(360deg) scale(0.5);
    opacity: 0;
  }
}

/* Diagonal: Bottom-Right a Top-Left */
@keyframes floatDiagonalBRTL {
  0% {
    transform: translateX(100vw) translateY(100vh) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(-100px) translateY(-100px) rotate(-360deg) scale(0.5);
    opacity: 0;
  }
}

/* Movimiento circular */
@keyframes floatCircular {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(0.8);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    transform: translateX(200px) translateY(-200px) rotate(90deg) scale(1);
  }
  50% {
    transform: translateX(0) translateY(-400px) rotate(180deg) scale(1.2);
  }
  75% {
    transform: translateX(-200px) translateY(-200px) rotate(270deg) scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0) rotate(360deg) scale(0.8);
    opacity: 0;
  }
}

/* GALERÍA - ARREGLADA */
.galeria {
  padding: 4rem 2rem;
  text-align: center;
  background: rgba(26, 26, 58, 0.3);
  backdrop-filter: blur(10px);
  margin: 2rem auto;
  max-width: 1200px;
  border-radius: 20px;
  border: 1px solid rgba(248, 104, 0, 0.2);
}

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

.gallery-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(248, 104, 0, 0.1);
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(248, 104, 0, 0.2);
  border-color: rgba(248, 104, 0, 0.5);
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 15px;
}

/* ========== ARREGLOS ESPECÍFICOS RESPONSIVE ========== */

/* TESTIMONIOS RESPONSIVE - MEJORADO */
@media (max-width: 768px) {
  .testimonios {
    padding: 2rem 1rem;
    margin: 1rem 0;
  }
  
  .testimonios h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .testimonials-grid {
    display: block; /* Cambiar de grid a block */
    gap: 0;
  }
  
  .testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(248, 104, 0, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    width: 100%;
    box-sizing: border-box;
  }
  
  .testimonial-card:last-child {
    margin-bottom: 0;
  }
  
  .quote {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-style: italic;
  }
  
  .author {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: row; /* Mantener horizontal en móvil */
  }
  
  .author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(248, 104, 0, 0.3);
    flex-shrink: 0;
  }
  
  .author-info {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  
  .author-info .name {
    font-weight: 600;
    color: #ff8c42;
    font-size: 1rem;
  }
  
  .author-info .role {
    color: #cccccc;
    font-size: 0.9rem;
  }
}

/* FOOTER RESPONSIVE - MEJORADO */
@media (max-width: 768px) {
  footer {
    background: linear-gradient(135deg, #1a1a3a 0%, #2d2d5f 100%);
    border-top: 1px solid rgba(248, 104, 0, 0.2);
    padding: 2rem 1rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 2rem;
    width: 100%;
    box-sizing: border-box;
  }
  
  footer a {
    color: #ff8c42;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    display: inline-block;
    margin-top: 0.5rem;
  }
  
  footer a:hover {
    color: #f86800;
    text-decoration: underline;
  }
}

/* MÓVILES MUY PEQUEÑOS */
@media (max-width: 480px) {
  .testimonios {
    padding: 1.5rem 0.5rem;
  }
  
  .testimonial-card {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .quote {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  
  .author {
    gap: 0.8rem;
  }
  
  .author img {
    width: 40px;
    height: 40px;
  }
  
  .author-info .name {
    font-size: 0.9rem;
  }
  
  .author-info .role {
    font-size: 0.8rem;
  }
  
  footer {
    padding: 1.5rem 0.5rem;
    font-size: 0.8rem;
  }
}

/* ASEGURAR QUE EL FOOTER NO SE CORTE */
@media (max-width: 768px) {
  body {
    padding-bottom: 0; /* Quitar padding bottom si existe */
  }
  
  .marquee-container {
    margin-top: 0;
  }
}

/* MEJORAR ESPACIADO GENERAL EN MÓVIL */
@media (max-width: 768px) {
  section {
    margin-bottom: 2rem;
  }
  
  section:last-of-type {
    margin-bottom: 0;
  }
  
  .contacto-formulario {
    margin-bottom: 2rem;
  }
}

/* NUEVA SECCIÓN - FILOSOFÍA DE ABUNDANCIA - ACTUALIZADA CON NARANJA */
.filosofia-abundancia {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 20px;
  padding: 40px;
  margin: 40px 0;
  border: 1px solid rgba(248, 104, 0, 0.2); /* Cambiado a naranja */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.filosofia-abundancia::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(248, 104, 0, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(255, 140, 66, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.filosofia-abundancia h3 {
  color: #f86800; /* Cambiado a naranja principal */
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 0 2px 10px rgba(248, 104, 0, 0.3); /* Cambiado a naranja */
  position: relative;
  z-index: 2;
}

.filosofia-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #e0e0e0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.filosofia-text strong {
  color: #f86800; /* Cambiado a naranja principal */
  font-weight: 700;
}

.pilares-abundancia {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.pilar {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(248, 104, 0, 0.3); /* Cambiado a naranja */
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.pilar::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(248, 104, 0, 0.1), transparent); /* Cambiado a naranja */
  transition: left 0.6s ease;
}

.pilar:hover::before {
  left: 100%;
}

.pilar:hover {
  transform: translateY(-8px);
  border-color: #f86800; /* Cambiado a naranja principal */
  box-shadow: 0 15px 30px rgba(248, 104, 0, 0.2); /* Cambiado a naranja */
}

.pilar h4 {
  color: #f86800; /* Cambiado a naranja principal */
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.pilar p {
  color: #b0b0b0;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

/* Responsive Design */
@media (max-width: 768px) {
  .filosofia-abundancia {
    padding: 25px 20px;
    margin: 25px 0;
  }
  
  .filosofia-abundancia h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  
  .filosofia-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  
  .pilares-abundancia {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 25px;
  }
  
  .pilar {
    padding: 25px 20px;
  }
  
  .pilar h4 {
    font-size: 1.2rem;
  }
  
  .pilar p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .filosofia-abundancia {
    padding: 20px 15px;
    border-radius: 15px;
  }
  
  .filosofia-abundancia h3 {
    font-size: 1.6rem;
  }
  
  .filosofia-text {
    font-size: 1rem;
  }
  
  .pilar {
    padding: 20px 15px;
    border-radius: 12px;
  }
}

/* Animaciones adicionales */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pilar {
  animation: fadeInUp 0.6s ease forwards;
}

.pilar:nth-child(1) {
  animation-delay: 0.1s;
}

.pilar:nth-child(2) {
  animation-delay: 0.2s;
}

.pilar:nth-child(3) {
  animation-delay: 0.3s;
}

/* NUEVA SECCIÓN - PROYECCIÓN DEL RETO 90 DÍAS */
.proyeccion-reto90 {
  background: rgba(30, 30, 63, 0.15);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(248, 104, 0, 0.4);
  border-radius: 20px;
  margin: 3rem 0;
  padding: 3rem 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.proyeccion-reto90 h2 {
  color: #f86800;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
}

.proyeccion-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #e0e0e0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3rem auto;
}

/* TABS NAVIGATION */
.proyeccion-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  gap: 1rem;
}

.tab-button {
  background: rgba(248, 104, 0, 0.1);
  color: #f86800;
  border: 2px solid rgba(248, 104, 0, 0.3);
  padding: 1rem 2rem;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.tab-button:hover {
  background: rgba(248, 104, 0, 0.2);
  border-color: rgba(248, 104, 0, 0.6);
  transform: translateY(-2px);
}

.tab-button.active {
  background: linear-gradient(45deg, #f86800, #ff8c42);
  color: white;
  border-color: #f86800;
  box-shadow: 0 5px 20px rgba(248, 104, 0, 0.3);
}

/* TAB CONTENT */
.tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-content.active {
  display: block;
  opacity: 1;
  animation: fadeInUp 0.5s ease;
}

.tab-content h3 {
  color: #f86800;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.tabla-descripcion {
  text-align: center;
  color: #e0e0e0;
  font-size: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background: rgba(248, 104, 0, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(5px);
}

/* TABLE WRAPPER */
.table-wrapper {
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  background: rgba(26, 26, 58, 0.3);
  backdrop-filter: blur(10px);
}

/* PROYECCIÓN TABLE */
.proyeccion-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  font-size: 0.9rem;
}

.proyeccion-table th {
  background: linear-gradient(45deg, #f86800, #ff8c42);
  color: white;
  padding: 1rem 0.8rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}

.proyeccion-table td {
  padding: 0.8rem 0.6rem;
  text-align: center;
  border: 1px solid rgba(68, 68, 68, 0.3);
  color: #e0e0e0;
  font-size: 0.85rem;
  white-space: nowrap;
}

.proyeccion-table tbody tr {
  background: rgba(42, 42, 74, 0.1);
  transition: all 0.3s ease;
}

.proyeccion-table tbody tr:nth-child(even) {
  background: rgba(42, 42, 74, 0.2);
}

.proyeccion-table tbody tr:hover {
  background: rgba(248, 104, 0, 0.15);
  transform: scale(1.01);
}

/* DESTACADOS EN LA TABLA */
.resultado-destacado {
  background: rgba(248, 104, 0, 0.2) !important;
  border: 2px solid rgba(248, 104, 0, 0.5) !important;
}

.resultado-final {
  background: rgba(255, 215, 0, 0.2) !important;
  border: 2px solid rgba(255, 215, 0, 0.8) !important;
}

.highlight {
  background: rgba(248, 104, 0, 0.3);
  color: #f86800;
  font-weight: 700;
  border-radius: 5px;
  padding: 0.3rem;
}

.highlight-major {
  background: rgba(248, 104, 0, 0.5);
  color: white;
  font-weight: 800;
  border-radius: 5px;
  padding: 0.3rem;
  font-size: 1rem;
}

.highlight-final {
  background: linear-gradient(45deg, #f86800, #ff8c42);
  color: white;
  font-weight: 800;
  border-radius: 5px;
  padding: 0.3rem;
  font-size: 1.1rem;
  box-shadow: 0 2px 10px rgba(248, 104, 0, 0.3);
}

/* CTA PROYECCIÓN */
.proyeccion-cta {
  background: linear-gradient(135deg, rgba(248, 104, 0, 0.2) 0%, rgba(255, 140, 66, 0.2) 100%);
  border: 2px solid rgba(248, 104, 0, 0.4);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  margin: 3rem 0;
  backdrop-filter: blur(10px);
}

.proyeccion-cta h3 {
  color: #f86800;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.proyeccion-cta p {
  color: #e0e0e0;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .proyeccion-tabs {
    flex-direction: column;
    align-items: center;
  }
  
  .tab-button {
    width: 80%;
    margin-bottom: 1rem;
  }
  
  .proyeccion-table {
    font-size: 0.7rem;
  }
  
  .proyeccion-table th,
  .proyeccion-table td {
    padding: 0.5rem 0.3rem;
    font-size: 0.7rem;
  }
  
  .resumen-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .resumen-card.destacado {
    transform: none;
  }
  
  .proyeccion-cta {
    padding: 2rem 1rem;
  }
}

@media (max-width: 480px) {
  .proyeccion-table {
    font-size: 0.6rem;
  }
  
  .proyeccion-table th,
  .proyeccion-table td {
    padding: 0.4rem 0.2rem;
    font-size: 0.6rem;
  }
  
  .highlight,
  .highlight-major,
  .highlight-final {
    font-size: 0.7rem;
    padding: 0.2rem;
  }
}

/* ========== RESPONSIVE MEJORADO PARA PROYECCIONES ========== */

/* TABLETS (768px - 1024px) */
@media (max-width: 1024px) {
  .proyeccion-reto90 {
    padding: 2.5rem 1.5rem;
    margin: 2rem 0;
  }
  
  .proyeccion-reto90 h2 {
    font-size: 2.2rem;
  }
  
  .proyeccion-intro {
    font-size: 1rem;
    max-width: 100%;
    padding: 0 1rem;
  }
  
  .proyeccion-tabs {
    gap: 0.8rem;
    margin-bottom: 2rem;
  }
  
  .tab-button {
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
  }
  
  .proyeccion-table {
    font-size: 0.8rem;
  }
  
  .proyeccion-table th,
  .proyeccion-table td {
    padding: 0.7rem 0.5rem;
    font-size: 0.8rem;
  }
}

/* MÓVILES GRANDES (481px - 768px) */
@media (max-width: 768px) {
  .proyeccion-reto90 {
    padding: 1.5rem 1rem;
    margin: 1.5rem 0;
    border-radius: 15px;
  }
  
  .proyeccion-reto90 h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
  }
  
  .proyeccion-intro {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    padding: 0;
  }
  
  /* TABS MÓVILES */
  .proyeccion-tabs {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 2rem;
  }
  
  .tab-button {
    width: 90%;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    border-radius: 20px;
    margin-bottom: 0;
  }
  
  /* TABLA MÓVIL */
  .tab-content h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }
  
  .tabla-descripcion {
    font-size: 0.85rem;
    padding: 0.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
  
  .table-wrapper {
    margin: 1rem -1rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }
  
  .proyeccion-table {
    font-size: 0.65rem;
    min-width: 800px; /* Fuerza scroll horizontal */
  }
  
  .proyeccion-table th {
    padding: 0.6rem 0.3rem;
    font-size: 0.6rem;
    line-height: 1.2;
    word-wrap: break-word;
  }
  
  .proyeccion-table td {
    padding: 0.5rem 0.3rem;
    font-size: 0.65rem;
    line-height: 1.3;
  }
  
  .highlight,
  .highlight-major,
  .highlight-final {
    font-size: 0.65rem;
    padding: 0.2rem 0.3rem;
    border-radius: 3px;
  }
  
  .highlight-major {
    font-size: 0.7rem;
  }
  
  .highlight-final {
    font-size: 0.75rem;
  }
  
  /* CTA MÓVIL */
  .proyeccion-cta {
    padding: 2rem 1rem;
    margin: 2rem 0;
    border-radius: 15px;
  }
  
  .proyeccion-cta h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }
  
  .proyeccion-cta p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  
  .btn-cta {
    padding: 1rem 2rem;
    font-size: 1rem;
    border-radius: 25px;
  }
}

/* MÓVILES PEQUEÑOS (320px - 480px) */
@media (max-width: 480px) {
  .proyeccion-reto90 {
    padding: 1rem 0.5rem;
    margin: 1rem 0;
    border-radius: 10px;
  }
  
  .proyeccion-reto90 h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: 0 0.5rem;
  }
  
  .proyeccion-intro {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }
  
  /* TABS MÓVILES PEQUEÑOS */
  .proyeccion-tabs {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }
  
  .tab-button {
    width: 100%;
    padding: 0.7rem 0.8rem;
    font-size: 0.8rem;
    border-radius: 15px;
  }
  
  /* TABLA MÓVIL PEQUEÑO */
  .tab-content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding: 0 0.5rem;
  }
  
  .tabla-descripcion {
    font-size: 0.75rem;
    padding: 0.6rem;
    margin: 1rem 0.5rem;
    line-height: 1.4;
  }
  
  .table-wrapper {
    margin: 1rem -0.5rem;
    border-radius: 8px;
  }
  
  .proyeccion-table {
    font-size: 0.55rem;
    min-width: 700px; /* Reducido para pantallas muy pequeñas */
  }
  
  .proyeccion-table th {
    padding: 0.4rem 0.2rem;
    font-size: 0.5rem;
    line-height: 1.1;
  }
  
  .proyeccion-table td {
    padding: 0.4rem 0.2rem;
    font-size: 0.55rem;
    line-height: 1.2;
  }
  
  .highlight,
  .highlight-major,
  .highlight-final {
    font-size: 0.55rem;
    padding: 0.15rem 0.2rem;
    border-radius: 2px;
  }
  
  .highlight-major {
    font-size: 0.6rem;
  }
  
  .highlight-final {
    font-size: 0.65rem;
  }
  
  /* CTA MÓVIL PEQUEÑO */
  .proyeccion-cta {
    padding: 1.5rem 0.5rem;
    margin: 1.5rem 0;
    border-radius: 10px;
  }
  
  .proyeccion-cta h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    line-height: 1.2;
  }
  
  .proyeccion-cta p {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
  
  .btn-cta {
    padding: 0.9rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 20px;
    width: 90%;
    max-width: 280px;
  }
}

/* MÓVILES MUY PEQUEÑOS (hasta 320px) */
@media (max-width: 320px) {
  .proyeccion-reto90 {
    padding: 0.8rem 0.3rem;
    margin: 0.8rem 0;
  }
  
  .proyeccion-reto90 h2 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    padding: 0 0.3rem;
  }
  
  .proyeccion-intro {
    font-size: 0.8rem;
    padding: 0 0.3rem;
  }
  
  .tab-button {
    padding: 0.6rem;
    font-size: 0.75rem;
  }
  
  .tabla-descripcion {
    font-size: 0.7rem;
    padding: 0.5rem;
    margin: 0.8rem 0.3rem;
  }
  
  .proyeccion-table {
    font-size: 0.5rem;
    min-width: 650px;
  }
  
  .proyeccion-table th,
  .proyeccion-table td {
    padding: 0.3rem 0.15rem;
    font-size: 0.5rem;
  }
  
  .proyeccion-cta {
    padding: 1rem 0.3rem;
  }
  
  .proyeccion-cta h3 {
    font-size: 1.1rem;
  }
  
  .proyeccion-cta p {
    font-size: 0.8rem;
  }
  
  .btn-cta {
    width: 95%;
    padding: 0.8rem 1rem;
    font-size: 0.85rem;
  }
}

/* ========== FILOSOFÍA ABUNDANCIA RESPONSIVE MEJORADO ========== */

/* TABLETS */
@media (max-width: 1024px) {
  .filosofia-abundancia {
    padding: 35px 25px;
    margin: 30px 0;
  }
  
  .filosofia-abundancia h3 {
    font-size: 2rem;
  }
  

/* RESPONSIVE MEJORADO PARA SECCIÓN RESUMEN Y PROYECCIÓN */
@media (max-width: 768px) {
  .proyeccion-reto90, .filosofia-abundancia {
    padding: 1rem 0.5rem;
    margin: 1rem 0;
    border-radius: 12px;
  }
  .table-wrapper {
    margin: 1rem -0.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }
  .proyeccion-table {
    font-size: 0.7rem;
    min-width: 600px;
  }
  .proyeccion-table th, .proyeccion-table td {
    padding: 0.4rem 0.2rem;
    font-size: 0.7rem;
  }
  .proyeccion-tabs {
    flex-direction: column;
    gap: 0.5rem;
  }
  /* Apilar columnas de resumen si existen */
  .resumen-camino, .resumen-col, .resumen-flex, .resumen-row {
    flex-direction: column !important;
    display: flex !important;
    gap: 1rem;
  }
  .resumen-col > div, .resumen-flex > div, .resumen-row > div {
    width: 100% !important;
    min-width: 0 !important;
  }
  .resumen-card, .resumen-box, .resumen-panel {
    margin-bottom: 1rem;
    border-radius: 10px;
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  .proyeccion-reto90, .filosofia-abundancia {
    padding: 0.5rem 0.2rem;
    margin: 0.5rem 0;
    border-radius: 8px;
  }
  .table-wrapper {
    margin: 0.5rem -0.2rem;
    border-radius: 6px;
  }
  .proyeccion-table {
    font-size: 0.55rem;
    min-width: 400px;
  }
  .proyeccion-table th, .proyeccion-table td {
    padding: 0.2rem 0.1rem;
    font-size: 0.55rem;
  }
  .resumen-camino, .resumen-col, .resumen-flex, .resumen-row {
    flex-direction: column !important;
    display: flex !important;
    gap: 0.5rem;
  }
  .resumen-card, .resumen-box, .resumen-panel {
    margin-bottom: 0.5rem;
    border-radius: 7px;
    padding: 0.7rem;
  }
}
  .filosofia-text {
    font-size: 1.1rem;
    margin-bottom: 35px;
  }
  
  .pilares-abundancia {
    gap: 25px;
    margin-top: 30px;
  }
  
  .pilar {
    padding: 25px 20px;
  }
}

/* MÓVILES GRANDES */
@media (max-width: 768px) {
  .filosofia-abundancia {
    padding: 25px 15px;
    margin: 20px 0;
    border-radius: 15px;
  }
  
  .filosofia-abundancia h3 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  
  .filosofia-text {
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  
  .pilares-abundancia {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
  }
  
  .pilar {
    padding: 20px 15px;
    border-radius: 12px;
  }
  
  .pilar h4 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  
  .pilar p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

/* MÓVILES PEQUEÑOS */
@media (max-width: 480px) {
  .filosofia-abundancia {
    padding: 20px 10px;
    margin: 15px 0;
    border-radius: 12px;
  }
  
  .filosofia-abundancia h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  
  .filosofia-text {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  
  .pilares-abundancia {
    gap: 12px;
    margin-top: 15px;
  }
  
  .pilar {
    padding: 15px 12px;
    border-radius: 10px;
  }
  
  .pilar h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .pilar p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

/* ========== HEADER RESPONSIVE MEJORADO ========== */
@media (max-width: 768px) {
  header {
    padding: 2rem 1rem;
  }
  
  header h1 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  
  header p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .cta {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  header {
    padding: 1.5rem 0.5rem;
  }
  
  header h1 {
    font-size: 1.7rem;
    margin-bottom: 0.6rem;
  }
  
  header p {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
    padding: 0 0.5rem;
  }
  
  .cta {
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
    border-radius: 18px;
  }
  
  .logo {
    width: 150px;
    margin-bottom: 0.3rem;
  }
}

/* ========== SECTION GENERAL RESPONSIVE ========== */
@media (max-width: 768px) {
  section {
    padding: 2rem 1rem;
    margin: 1.5rem 0;
  }
  
  .reto-team90, #section_bithaver, #sectionmineria, #benefcios, #serparte, 
  .bitcoin-info, .bitbooster-section, .planes-compensacion, .galeria, .testimonios, .contacto-formulario {
    padding: 2rem 1rem;
    margin: 1.5rem 0;
    border-radius: 15px;
  }
  
  .reto-team90 h2, #section_bithaver h2, #sectionmineria h2, #benefcios h2, #serparte h2,
  .bitcoin-info h2, .bitbooster-section h2, .planes-compensacion h2, .galeria h2, .testimonios h2, .contacto-formulario h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  
  .intro, #section_bithaver p, #sectionmineria p, #benefcios p, #serparte p,
  .bitcoin-info p, .bitbooster-section p, .planes-compensacion p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    padding: 0;
  }
}

@media (max-width: 480px) {
  section {
    padding: 1.5rem 0.5rem;
    margin: 1rem 0;
  }
  
  .reto-team90, #section_bithaver, #sectionmineria, #benefcios, #serparte, 
  .bitcoin-info, .bitbooster-section, .planes-compensacion, .galeria, .testimonios, .contacto-formulario {
    padding: 1.5rem 0.5rem;
    margin: 1rem 0;
    border-radius: 12px;
  }
  
  .reto-team90 h2, #section_bithaver h2, #sectionmineria h2, #benefcios h2, #serparte h2,
  .bitcoin-info h2, .bitbooster-section h2, .planes-compensacion h2, .galeria h2, .testimonios h2, .contacto-formulario h2 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    padding: 0 0.5rem;
  }
  
  .intro, #section_bithaver p, #sectionmineria p, #benefcios p, #serparte p,
  .bitcoin-info p, .bitbooster-section p, .planes-compensacion p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }
}

/* ========== ARREGLAR WHATSAPP BUTTON ========== */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 60px;
    right: 15px;
  }
  
  .whatsapp-button {
    padding: 12px 16px;
    font-size: 12px;
    border-radius: 40px;
  }
  
  .whatsapp-button svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  
  .whatsapp-text {
    margin-left: 3px;
  }
}

@media (max-width: 480px) {
  .whatsapp-float {
    bottom: 70px;
    right: 10px;
  }
  
  .whatsapp-button {
    padding: 10px 12px;
    font-size: 11px;
    border-radius: 35px;
  }
  
  .whatsapp-button svg {
    width: 18px;
    height: 18px;
    margin-right: 4px;
  }
  
  .whatsapp-text {
    display: none; /* Ocultar texto en móviles muy pequeños */
  }
}

/* ========== SCROLL HORIZONTAL SUAVE ========== */
.table-wrapper {
  scrollbar-width: thin;
  scrollbar-color: rgba(248, 104, 0, 0.5) rgba(42, 42, 74, 0.3);
}

.table-wrapper::-webkit-scrollbar {
  height: 8px;
}

.table-wrapper::-webkit-scrollbar-track {
  background: rgba(42, 42, 74, 0.3);
  border-radius: 4px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background: rgba(248, 104, 0, 0.5);
  border-radius: 4px;
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(248, 104, 0, 0.7);
}

/* PROYECCIÓN NOTA MEJORADA */
.proyeccion-nota {
  background: rgba(248, 104, 0, 0.15);
  border: 1px solid rgba(248, 104, 0, 0.3);
  border-radius: 10px;
  padding: 1.5rem;
  margin: 2rem 0;
  text-align: left;
}

.nota-item {
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border-left: 3px solid #f86800;
}

.nota-item:last-child {
  margin-bottom: 0;
}

.nota-item p {
  color: #e0e0e0;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
}

/* RESUMEN MEJORADO CON CONTENIDO ESPECÍFICO */
.proyeccion-resumen {
  margin: 3rem 0;
  text-align: center;
}

.proyeccion-resumen h4 {
  color: #f86800;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.resumen-cards {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .resumen-cards {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .resumen-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 0.5rem;
  }
  .resumen-card {
    padding: 1.2rem 1rem;
    border-radius: 10px;
    font-size: 0.98rem;
  }
}
@media (max-width: 480px) {
  .resumen-cards {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0 0.2rem;
  }
  .resumen-card {
    padding: 0.7rem 0.5rem;
    border-radius: 7px;
    font-size: 0.92rem;
  }
}

.resumen-card {
  background: rgba(42, 42, 74, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(248, 104, 0, 0.3);
  border-radius: 15px;
  padding: 2rem;
  text-align: left;
  transition: all 0.3s ease;
}

.resumen-card:hover {
  transform: translateY(-5px);
  border-color: #f86800;
  box-shadow: 0 10px 30px rgba(248, 104, 0, 0.2);
}

.resumen-card.destacado {
  background: rgba(248, 104, 0, 0.2);
  border: 2px solid #f86800;
  text-align: center;
}

.resumen-card.destacado-principal {
  background: rgba(248, 104, 0, 0.15);
  border: 2px solid rgba(248, 104, 0, 0.5);
  padding: 2.5rem;
}

.resumen-card h5 {
  color: #f86800;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.resumen-card p {
  color: #e0e0e0;
  margin: 0.5rem 0;
}

.resumen-card .amount {
  color: #ff8c42;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.resumen-card .amount-major {
  color: #f86800;
  font-size: 1.8rem;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(248, 104, 0, 0.3);
  text-align: center;
}

.resumen-card small {
  color: #ff8c42;
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
  margin-top: 0.5rem;
  text-align: center;
}

/* CONTENIDO DETALLADO PARA CARDS LATERALES */
.objetivo-content,
.tiempo-content {
  text-align: left;
}

.rango-objetivo {
  color: #e0e0e0;
  font-size: 1rem;
  margin: 0.5rem 0;
  text-align: center;
}

.objetivo-detalles {
  margin-top: 1.5rem;
}

.objetivo-detalles h6 {
  color: #f86800;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-align: left;
}

.beneficios-abundancia {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.beneficios-abundancia li {
  color: #e0e0e0;
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 0.4rem;
  padding-left: 0.5rem;
}

.logros-destacados {
  background: rgba(248, 104, 0, 0.1);
  border-radius: 8px;
  padding: 0.8rem;
  margin-top: 1rem;
}

.logros-destacados p:first-child {
  color: #f86800;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.logro-item {
  color: #e0e0e0;
  font-size: 0.75rem;
  line-height: 1.3;
  margin: 0.3rem 0;
}

/* TIEMPO CONTENT */
.tiempo-principal {
  color: #e0e0e0;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0.5rem 0;
  text-align: center;
}

.con-constancia {
  color: #ff8c42;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}

.cronograma {
  margin-top: 1rem;
}

.cronograma h6 {
  color: #f86800;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-align: left;
}

.fase {
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid #f86800;
  border-radius: 6px;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
}

.fase-titulo {
  color: #ff8c42;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.fase-desc {
  color: #e0e0e0;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.fase-meta {
  color: #f86800;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
}

.factores-clave {
  background: rgba(248, 104, 0, 0.1);
  border-radius: 8px;
  padding: 0.8rem;
  margin-top: 1rem;
}

.factores-clave h6 {
  color: #f86800;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.factores-clave p {
  color: #e0e0e0;
  font-size: 0.75rem;
  line-height: 1.3;
  margin: 0.3rem 0;
}

/* RESPONSIVE PARA CONTENIDO DETALLADO */
@media (max-width: 768px) {
  .objetivo-detalles,
  .cronograma {
    margin-top: 1rem;
  }
  
  .beneficios-abundancia li {
    font-size: 0.75rem;
  }
  
  .logros-destacados {
    padding: 0.6rem;
  }
  
  .logro-item {
    font-size: 0.7rem;
  }
  
  .fase {
    padding: 0.6rem;
    margin-bottom: 0.6rem;
  }
  
  .fase-titulo {
    font-size: 0.75rem;
  }
  
  .fase-desc,
  .fase-meta {
    font-size: 0.7rem;
  }
  
  .factores-clave {
    padding: 0.6rem;
  }
  
  .factores-clave p {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .beneficios-abundancia li {
    font-size: 0.7rem;
  }
  
  .logro-item {
    font-size: 0.65rem;
  }
  
  .fase-titulo {
    font-size: 0.7rem;
  }
  
  .fase-desc,
  .fase-meta {
    font-size: 0.65rem;
  }
  
  .factores-clave p {
    font-size: 0.65rem;
  }
  
  .tiempo-principal {
    font-size: 1.1rem;
  }
  
  .con-constancia {
    font-size: 0.9rem;
  }
}