/* Hero Section Typography Styles */
.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  color: #c9a96e;
  margin: 20px 0 10px 0;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.hero-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: #c9a96e;
  margin-bottom: 25px;
  font-weight: 600;
}

.hero-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  color: #666;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.6;
}

.navbar-brand {
  font-family: 'Great Vibes', cursive;
  font-size: 2.2rem;
  color: #c9a96e !important;
  font-weight: 400;
  transition: all 0.3s ease;
}

.navbar-brand:hover {
  color: #d4b876 !important;
  transform: scale(1.05);
}

.wpo-site-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 169, 110, 0.1);
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navigation {
  padding: 15px 0;
}

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #333 !important;
  font-size: 1.1rem;
  padding: 12px 25px !important;
  margin: 0 8px;
  border-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: none;
}

.nav-link:hover {
  color: #c9a96e !important;
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.1), rgba(212, 184, 118, 0.1));
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(201, 169, 110, 0.2);
}

.nav-link:before {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 8px;
  left: 50%;
  background: linear-gradient(45deg, #c9a96e, #d4b876);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}

.nav-link:hover:before {
  width: 70%;
}

.nav-link:active,
.nav-link.active {
  color: #c9a96e !important;
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.15), rgba(212, 184, 118, 0.15));
}

.nav-link:active:before,
.nav-link.active:before {
  width: 70%;
}

.header-right .elegant-btn {
  background: linear-gradient(45deg, #c9a96e, #d4b876);
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(201, 169, 110, 0.3);
  position: relative;
  overflow: hidden;
}

.header-right .elegant-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}

.header-right .elegant-btn:hover:before {
  left: 100%;
}

.header-right .elegant-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(201, 169, 110, 0.4);
  color: white;
  text-decoration: none;
}

.navbar-toggler {
  border: none;
  padding: 4px 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #c9a96e;
  margin: 4px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.navbar-toggler:hover .icon-bar {
  background: #d4b876;
}

/* Efectos cuando se hace scroll */
.header-scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(15px) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15) !important;
}

.header-scrolled .navigation {
  padding: 10px 0;
}

/* Responsive mejoras */
@media (max-width: 991px) {
  /* Ocultar botón hamburguesa en móviles */
  .navbar-toggler {
    display: none !important;
  }
  
  .navigation-holder {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding: 20px;
  }
  
  .nav-link {
    padding: 12px 20px !important;
    margin: 5px 0;
    border-radius: 10px;
    text-align: center;
  }
  
  .navbar-brand {
    font-size: 2.5rem !important;
    line-height: 1.2;
  }
  
  /* Ocultar botón "Probar Gratis" en móviles */
  .header-right {
    display: none !important;
  }
}

/* Para móviles muy pequeños */
@media (max-width: 576px) {
  .navbar-brand {
    font-size: 2.2rem !important;
  }
}

.hero-section {
  background: linear-gradient(135deg, #f8f3e6 0%, #f0e6d6 100%);
  position: relative;
  overflow: hidden;
  padding: 150px 0 100px 0;
  margin-top: 0;
}

.quality-highlight {
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.08), rgba(212, 184, 118, 0.08));
  border: 1px solid rgba(201, 169, 110, 0.2);
  border-radius: 20px;
  padding: 35px 30px;
  margin: 40px auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 700px;
  box-shadow: 0 8px 30px rgba(201, 169, 110, 0.1);
  transition: all 0.3s ease;
}

.quality-highlight:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c9a96e, #d4b876, #c9a96e);
  opacity: 0.7;
}

.quality-highlight:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(201, 169, 110, 0.15);
}

.quality-highlight h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  color: #c9a96e;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
}

.quality-highlight h3:after {
  content: '💫';
  margin-left: 10px;
  font-size: 1.2rem;
  opacity: 0.8;
}

.quality-highlight p {
  color: #555;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 500;
  line-height: 1.7;
  font-style: italic;
  position: relative;
}

.quality-highlight p:before {
  content: '"';
  font-size: 3rem;
  color: rgba(201, 169, 110, 0.3);
  position: absolute;
  top: -15px;
  left: -10px;
  font-family: serif;
  line-height: 1;
}

.quality-highlight p:after {
  content: '"';
  font-size: 3rem;
  color: rgba(201, 169, 110, 0.3);
  position: absolute;
  bottom: -25px;
  right: -5px;
  font-family: serif;
  line-height: 1;
}

.demo-btn-prominent {
  background: transparent;
  color: #c9a96e;
  border: 2px solid #c9a96e;
  padding: 13px 33px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: inline-block;
  margin: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.demo-btn-prominent:before {
  content: '🎬 ';
  margin-right: 8px;
}

.demo-btn-prominent:hover {
  background: #c9a96e;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 169, 110, 0.4);
}

.elegant-btn {
  background: linear-gradient(45deg, #c9a96e, #d4b876);
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: inline-block;
  margin: 10px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 8px 25px rgba(201, 169, 110, 0.3);
}

.elegant-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(201, 169, 110, 0.4);
  color: white;
  text-decoration: none;
}

.elegant-btn-outline {
  background: transparent;
  color: #c9a96e;
  border: 2px solid #c9a96e;
  padding: 13px 33px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 10px;
  transition: all 0.3s ease;
}

.elegant-btn-outline:hover {
  background: #c9a96e;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.feature-section {
  background: #fff;
  padding: 100px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title span {
  font-family: 'Poppins', sans-serif;
  color: #c9a96e;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  color: #333;
  margin: 15px 0;
  line-height: 1.3;
  word-wrap: break-word;
  hyphens: auto;
  font-weight: 600;
}

.section-title p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

.feature-card {
  text-align: center;
  padding: 40px 30px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.feature-icon {
  width: 120px;
  height: 120px;
  background: linear-gradient(45deg, #c9a96e, #d4b876);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(201, 169, 110, 0.3);
  transition: all 0.3s ease;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(201, 169, 110, 0.4);
}

.feature-card:hover .feature-icon img {
  transform: scale(1.05);
}

/* Estilos para los títulos de los pasos - sin cursiva */
.feature-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  color: #333;
  font-weight: 600;
  margin: 20px 0 15px 0;
  line-height: 1.3;
}

/* Estilos especiales para el álbum de fotos en "Disfruta los recuerdos" */
.album-container {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.album-photo {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.album-photo:nth-child(1) {
  top: 10px;
  left: 5px;
  z-index: 3;
  transform: rotate(-10deg);
}

.album-photo:nth-child(2) {
  top: 20px;
  left: 25px;
  z-index: 2;
  transform: rotate(5deg);
}

.album-photo:nth-child(3) {
  top: 30px;
  left: 45px;
  z-index: 1;
  transform: rotate(15deg);
}

.feature-card:hover .album-photo:nth-child(1) {
  transform: rotate(-15deg) scale(1.1);
  top: 5px;
}

.feature-card:hover .album-photo:nth-child(2) {
  transform: rotate(0deg) scale(1.1);
  top: 15px;
}

.feature-card:hover .album-photo:nth-child(3) {
  transform: rotate(20deg) scale(1.1);
  top: 25px;
}

.pricing-section {
  background: linear-gradient(135deg, #f8f3e6 0%, #f0e6d6 100%);
  padding: 100px 0;
}

.pricing-card {
  background: white;
  border-radius: 20px;
  padding: 60px 40px 50px 40px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  position: relative;
  overflow: visible;
  margin-top: 20px;
}

.pricing-badge {
  background: linear-gradient(45deg, #c9a96e, #d4b876);
  color: white;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  box-shadow: 0 5px 15px rgba(201, 169, 110, 0.3);
  z-index: 10;
}

.pricing-card h3 {
  font-family: 'Great Vibes', cursive;
  font-size: 2.5rem;
  color: #c9a96e;
  margin: 30px 0 20px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.feature-list li {
  padding: 10px 0;
  color: #666;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}

.feature-list li i {
  color: #c9a96e;
  margin-right: 10px;
  width: 20px;
  font-size: 1.1rem;
}

.feature-list li:before {
  display: none; /* Ocultar el emoji ya que usamos iconos */
}

.interaction-note {
  font-size: 0.9rem;
  color: #c9a96e;
  font-style: italic;
  margin: 15px 0 5px 0;
  font-weight: 500;
}

.ai-description {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
  margin: 15px 0 5px 0;
}

.price-display {
  font-size: 2.5rem;
  font-weight: 700;
  color: #c9a96e;
  margin: 20px 0;
}

.original-price {
  text-decoration: line-through;
  color: #999;
  font-size: 1.5rem;
  margin-right: 10px;
  opacity: 0.7;
}

.current-price {
  color: #c9a96e;
  font-size: 2.5rem;
  font-weight: 700;
}

.pricing-subtitle {
  color: #666;
  font-size: 1rem;
  margin-bottom: 20px;
  font-style: italic;
}

/* Efectos adicionales para los botones de precio */
.pricing-card a.elegant-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 20px;
}

.pricing-card a.elegant-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.4s ease;
  z-index: 1;
}

.pricing-card a.elegant-btn:hover:before {
  top: 100%;
}

.pricing-card a.elegant-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(201, 169, 110, 0.4);
  color: white;
  text-decoration: none;
}

.testimonial-section {
  background: linear-gradient(135deg, #f8f3e6 0%, #f0e6d6 100%);
  padding: 100px 0;
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.testimonial-card:before {
  content: '"';
  font-size: 4rem;
  color: rgba(201, 169, 110, 0.2);
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: serif;
  z-index: 1;
}

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

.testimonial-text {
  font-style: italic;
  color: #555;
  margin-bottom: 25px;
  padding-top: 15px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.author-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
  border: 3px solid #c9a96e;
  object-fit: cover;
}

.author-info h5 {
  margin: 0 0 5px 0;
  color: #333;
  font-weight: 600;
  font-size: 1.2rem;
}

.author-info span {
  color: #c9a96e;
  font-size: 0.95rem;
  font-weight: 500;
}

.testimonial-rating {
  margin-top: 10px;
}

.stars {
  color: #ffd700;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.event-type {
  background: linear-gradient(45deg, #c9a96e, #d4b876);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  position: absolute;
  top: 20px;
  right: 20px;
}

.final-cta {
  background: linear-gradient(135deg, #c9a96e 0%, #d4b876 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}

.final-cta h2 {
  font-family: 'Great Vibes', cursive;
  font-size: 3rem;
  margin-bottom: 20px;
}

.final-cta p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.hero-images {
  position: relative;
}

.hero-main-img {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.qr-demo {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  text-align: center;
}

.qr-demo img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.qr-demo p {
  margin: 0;
  font-size: 0.8rem;
  color: #666;
}

.scan-demo {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  z-index: 5;
}

.scan-demo img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.floating-element {
  position: absolute;
  font-size: 1.5rem;
  animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.floating-element:nth-child(2) { top: 60%; left: 5%; animation-delay: 2s; }
.floating-element:nth-child(3) { top: 30%; right: 15%; animation-delay: 4s; }
.floating-element:nth-child(4) { top: 70%; right: 10%; animation-delay: 1s; }
.floating-element:nth-child(5) { top: 50%; left: 50%; animation-delay: 3s; }

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

.hero-stats {
  margin-top: 60px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 243, 230, 0.8));
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(201, 169, 110, 0.15);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border: 1px solid rgba(201, 169, 110, 0.1);
  position: relative;
  overflow: hidden;
}

/* Elementos decorativos de fondo */
.hero-stats:before,
.hero-stats:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.hero-stats:before {
  top: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.1), transparent);
}

.hero-stats:after {
  bottom: -30px;
  right: -30px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(212, 184, 118, 0.08), transparent);
}

.stat-item {
  text-align: center;
  margin: 15px 20px;
  position: relative;
  z-index: 2;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #c9a96e;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
}

.stat-label {
  font-size: 1rem;
  color: #555;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.stat-item p {
  font-size: 0.85rem;
  color: #777;
  margin: 8px 0 0 0;
  font-style: italic;
}

/* Animación de brillo para estadísticas */
@keyframes shine {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* FAQs Section Styles */
.faq-section {
  background: #fff;
  padding: 100px 0;
}

.faq-accordion {
  margin-top: 40px;
}

.faq-item {
  background: white;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(201, 169, 110, 0.15);
  transform: translateY(-2px);
}

.faq-question {
  padding: 25px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

.faq-question:hover {
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.05), rgba(212, 184, 118, 0.05));
}

.faq-question h4 {
  font-family: 'Poppins', sans-serif;
  color: #333;
  margin: 0;
  font-weight: 600;
  flex: 1;
  padding-right: 20px;
}

.faq-question i {
  color: #c9a96e;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question {
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.1), rgba(212, 184, 118, 0.1));
  border-bottom: 1px solid rgba(201, 169, 110, 0.2);
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: #fafafa;
}

.faq-item.active .faq-answer {
  padding: 25px 30px 30px 30px;
  max-height: 200px;
}

.faq-answer p {
  color: #666;
  line-height: 1.7;
  margin: 0;
  font-size: 1rem;
}

/* Responsive FAQs */
@media (max-width: 768px) {
  .faq-question {
    padding: 20px;
  }
  
  .faq-question h4 {
    font-size: 1.1rem;
    padding-right: 15px;
  }
  
  .faq-answer {
    padding: 0 20px;
  }
  
  .faq-item.active .faq-answer {
    padding: 20px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 { 
    font-size: 2.2rem !important; 
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    padding: 0 10px;
  }
  .hero-content h2 { font-size: 1.1rem; }
  .section-title h2 { font-size: 2.2rem; }
  .hero-stats { justify-content: center; }
  
  .hero-content {
    text-align: center;
  }
  
  .hero-content h1 {
    text-align: center;
    margin-bottom: 25px;
  }
  
  .hero-content h2 {
    text-align: center;
    margin-bottom: 35px;
  }
  
  .hero-buttons {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .hero-buttons .elegant-btn,
  .hero-buttons .demo-btn-prominent {
    margin: 5px;
    vertical-align: middle;
  }
  
  .hero-stats {
    text-align: center;
    justify-content: center;
    gap: 15px;
  }
  
  /* Demo Visual Section responsive */
  .demo-content {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .demo-content h2 {
    text-align: center !important;
  }
  
  .demo-content p {
    text-align: center !important;
  }
  
  .demo-content > div {
    justify-content: center !important;
  }
  
  .demo-image {
    text-align: center !important;
  }
}

/* Modal Styles */
.event-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  overflow-y: auto;
}

.event-modal-container {
  width: 100%;
  max-width: 650px;
  max-height: 85vh;
  overflow-y: auto;
  background: white;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.event-modal-content {
  padding: 25px;
}

.event-modal-header {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.event-modal-close {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff6b6b;
  color: white;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.event-modal-close:hover {
  background: #ff5252;
  transform: scale(1.1);
}

.event-form {
  max-width: 100%;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #c9a96e;
  outline: none;
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.1);
}

.plan-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.plan-option {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.plan-option:hover {
  transform: translateY(-2px);
}

.plan-card {
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Resetear TODOS los estilos cuando cualquier plan está seleccionado */
.plan-option.selected .plan-card {
  border-color: #c9a96e !important;
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.05), rgba(212, 184, 118, 0.05)) !important;
  box-shadow: 0 8px 25px rgba(201, 169, 110, 0.2) !important;
}

/* Estilo popular SOLO cuando NO hay ningún plan seleccionado */
.plan-option.popular .plan-card {
  border-color: #e0e0e0;
  box-shadow: none;
}

/* Override: El popular solo se ve especial cuando NO está seleccionado Y no hay otros seleccionados */
.plan-options:not(:has(.selected)) .plan-option.popular .plan-card {
  border-color: #c9a96e;
  box-shadow: 0 5px 20px rgba(201, 169, 110, 0.15);
}


.plan-badge {
  background: linear-gradient(45deg, #c9a96e, #d4b876);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.popular-badge {
  background: linear-gradient(45deg, #ff6b6b, #ff8e53);
}

.premium-badge {
  background: linear-gradient(45deg, #667eea, #764ba2);
}

.plan-card h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  color: #333;
  margin: 10px 0 8px 0;
  font-weight: 600;
}

.plan-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #c9a96e;
  margin: 8px 0;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9rem;
  margin-right: 5px;
}

.new-price {
  color: #c9a96e;
}

/* Quality Highlight Box - Primera sección (más clara) */
.quality-highlight-primary {
  max-width: 800px;
  margin: 0 auto 50px auto;
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.08), rgba(212, 184, 118, 0.06));
  padding: 40px 35px;
  border-radius: 25px;
  border: 1px solid rgba(201, 169, 110, 0.15);
  box-shadow: 0 10px 40px rgba(201, 169, 110, 0.12);
  position: relative;
  overflow: hidden;
}

.quality-highlight-primary::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.12), transparent);
  border-radius: 50%;
  z-index: 1;
}

.quality-highlight-primary::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(212, 184, 118, 0.1), transparent);
  border-radius: 50%;
  z-index: 1;
}

.quality-highlight-primary .content {
  position: relative;
  z-index: 2;
}

.quality-highlight-primary p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.quality-highlight-primary .highlight-text {
  color: #c9a96e;
  font-weight: 600;
  font-size: 1.5rem;
  text-shadow: 0 1px 2px rgba(201, 169, 110, 0.1);
}

/* Quality Highlight Box - Segunda sección (más oscura para diferencias) */
.quality-highlight-secondary {
  max-width: 800px;
  margin: 0 auto 50px auto;
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.15), rgba(212, 184, 118, 0.12));
  padding: 40px 35px;
  border-radius: 25px;
  border: 1px solid rgba(201, 169, 110, 0.25);
  box-shadow: 0 10px 40px rgba(201, 169, 110, 0.18);
  position: relative;
  overflow: hidden;
}

.quality-highlight-secondary::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.18), transparent);
  border-radius: 50%;
  z-index: 1;
}

.quality-highlight-secondary::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(212, 184, 118, 0.15), transparent);
  border-radius: 50%;
  z-index: 1;
}

.quality-highlight-secondary .content {
  position: relative;
  z-index: 2;
}

.quality-highlight-secondary p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.quality-highlight-secondary .highlight-text {
  color: #c9a96e;
  font-weight: 600;
  font-size: 1.5rem;
}

/* Hero Album Container - Centrado mejorado para 6 fotos */
.hero-album-container {
  text-align: center;
  margin-bottom: 30px;
}

.hero-album-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: #c9a96e;
  margin-bottom: 25px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(201, 169, 110, 0.2);
}

.hero-album {
  position: relative;
  display: inline-block;
  width: 420px;
  height: 280px;
  margin: 0 auto;
  max-width: 100%;
}

.hero-album-img {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* Disposición de 6 fotos en forma de collage más dinámico */
.hero-album-img-1 {
  top: 5px;
  left: 50%;
  transform: translateX(-50%) translateX(-105px) rotate(-12deg);
  z-index: 6;
}

.hero-album-img-2 {
  top: 40px;
  left: 50%;
  transform: translateX(-50%) translateX(-35px) rotate(5deg);
  z-index: 5;
}

.hero-album-img-3 {
  top: 15px;
  left: 50%;
  transform: translateX(-50%) translateX(35px) rotate(-6deg);
  z-index: 4;
}

.hero-album-img-4 {
  top: 80px;
  left: 50%;
  transform: translateX(-50%) translateX(-85px) rotate(8deg);
  z-index: 3;
}

.hero-album-img-5 {
  top: 120px;
  left: 50%;
  transform: translateX(-50%) translateX(-10px) rotate(-4deg);
  z-index: 2;
}

.hero-album-img-6 {
  top: 95px;
  left: 50%;
  transform: translateX(-50%) translateX(75px) rotate(10deg);
  z-index: 1;
}

/* Responsive para tablets */
@media (max-width: 992px) {
  .hero-album {
    width: 380px;
    height: 250px;
  }
  
  .hero-album-img {
    width: 100px;
    height: 100px;
  }
  
  .hero-album-img-1 {
    transform: translateX(-50%) translateX(-90px) rotate(-12deg);
  }
  
  .hero-album-img-2 {
    transform: translateX(-50%) translateX(-30px) rotate(5deg);
  }
  
  .hero-album-img-3 {
    transform: translateX(-50%) translateX(30px) rotate(-6deg);
  }
  
  .hero-album-img-4 {
    transform: translateX(-50%) translateX(-70px) rotate(8deg);
  }
  
  .hero-album-img-5 {
    transform: translateX(-50%) translateX(-8px) rotate(-4deg);
  }
  
  .hero-album-img-6 {
    transform: translateX(-50%) translateX(62px) rotate(10deg);
  }
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .hero-album {
    width: 320px;
    height: 220px;
  }
  
  .hero-album-img {
    width: 85px;
    height: 85px;
    border: 2px solid white;
  }
  
  .hero-album-img-1 {
    top: 8px;
    transform: translateX(-50%) translateX(-75px) rotate(-10deg);
  }
  
  .hero-album-img-2 {
    top: 35px;
    transform: translateX(-50%) translateX(-25px) rotate(4deg);
  }
  
  .hero-album-img-3 {
    top: 15px;
    transform: translateX(-50%) translateX(25px) rotate(-5deg);
  }
  
  .hero-album-img-4 {
    top: 70px;
    transform: translateX(-50%) translateX(-60px) rotate(6deg);
  }
  
  .hero-album-img-5 {
    top: 105px;
    transform: translateX(-50%) translateX(-8px) rotate(-3deg);
  }
  
  .hero-album-img-6 {
    top: 85px;
    transform: translateX(-50%) translateX(55px) rotate(8deg);
  }
}

/* Para móviles muy pequeños */
@media (max-width: 480px) {
  .hero-album {
    width: 280px;
    height: 190px;
  }
  
  .hero-album-img {
    width: 70px;
    height: 70px;
  }
  
  .hero-album-img-1 {
    top: 10px;
    transform: translateX(-50%) translateX(-65px) rotate(-8deg);
  }
  
  .hero-album-img-2 {
    top: 30px;
    transform: translateX(-50%) translateX(-20px) rotate(3deg);
  }
  
  .hero-album-img-3 {
    top: 15px;
    transform: translateX(-50%) translateX(20px) rotate(-4deg);
  }
  
  .hero-album-img-4 {
    top: 60px;
    transform: translateX(-50%) translateX(-50px) rotate(5deg);
  }
  
  .hero-album-img-5 {
    top: 90px;
    transform: translateX(-50%) translateX(-5px) rotate(-2deg);
  }
  
  .hero-album-img-6 {
    top: 75px;
    transform: translateX(-50%) translateX(45px) rotate(6deg);
  }
}

/* Efectos hover para las 6 imágenes */
.hero-album:hover .hero-album-img-1 {
  transform: translateX(-50%) translateX(-105px) rotate(-15deg) scale(1.08);
}

.hero-album:hover .hero-album-img-2 {
  transform: translateX(-50%) translateX(-35px) rotate(8deg) scale(1.08);
}

.hero-album:hover .hero-album-img-3 {
  transform: translateX(-50%) translateX(35px) rotate(-9deg) scale(1.08);
}

.hero-album:hover .hero-album-img-4 {
  transform: translateX(-50%) translateX(-85px) rotate(12deg) scale(1.08);
}

.hero-album:hover .hero-album-img-5 {
  transform: translateX(-50%) translateX(-10px) rotate(-7deg) scale(1.08);
}

.hero-album:hover .hero-album-img-6 {
  transform: translateX(-50%) translateX(75px) rotate(14deg) scale(1.08);
}

/* Hero Buttons - Alineación horizontal mejorada */
.hero-buttons {
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-buttons .elegant-btn,
.hero-buttons .demo-btn-prominent {
  margin: 8px;
  flex-shrink: 0;
}

/* Asegurar que en desktop siempre estén en línea */
@media (min-width: 768px) {
  .hero-buttons {
    flex-wrap: nowrap;
  }
}

/* ===== ELEGANT ALBUM TITLES ===== */
.elegant-album-title {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 243, 230, 0.8));
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(201, 169, 110, 0.15);
  border: 1px solid rgba(201, 169, 110, 0.2);
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.elegant-album-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.1), transparent);
  transition: left 0.8s;
}

.elegant-album-title:hover::before {
  left: 100%;
}

.elegant-album-title h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #c9a96e;
  margin: 0;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(201, 169, 110, 0.2);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.elegant-album-title .title-icon {
  font-size: 1.2rem;
  filter: drop-shadow(0 2px 4px rgba(201, 169, 110, 0.3));
}

.elegant-album-title .title-decoration {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.2), transparent);
  border-radius: 50%;
  z-index: 1;
}

.elegant-album-title .title-decoration::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background: linear-gradient(45deg, #c9a96e, #d4b876);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  animation: sparkle 3s infinite;
}

@keyframes sparkle {
  0%, 100% { 
    opacity: 0.6; 
    transform: translate(-50%, -50%) scale(1); 
  }
  50% { 
    opacity: 1; 
    transform: translate(-50%, -50%) scale(1.2); 
  }
}

/* ===== RESPONSIVE ALBUM TITLES ===== */
@media (max-width: 768px) {
  .elegant-album-title {
    padding: 12px 20px;
    margin-bottom: 20px;
  }
  
  .elegant-album-title h3 {
    font-size: 1.2rem;
  }
  
  .elegant-album-title .title-icon {
    font-size: 1rem;
  }
}
