* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
    background: #fafafa;
    color: #1a1a1a;
    line-height: 1.6;
  overflow-x: hidden;
}

.container {
  display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    gap: 2rem;
  }
  
  /* Sección izquierda - Contenido */
  .content-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.content-wrapper {
  width: 100%;
}

.main-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
  color: #1a1a1a;
  max-width: 500px;
}

.description {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  margin-bottom: 3rem;
  max-width: 500px;
    line-height: 1.6;
}

.features {
  margin-bottom: 3rem;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #444;
  font-weight: 400;
}

.feature-icon {
  color: #4CAF50;
  font-weight: bold;
  margin-right: 1rem;
  font-size: 1.1rem;
}

/* Botón de descarga */
.cta-section {
  margin-top: 2rem;
}

.download-button {
  display: flex;
  align-items: center;
  background: #5a189a;
  color: white;
  text-decoration: none;
  padding: 1rem 1.5rem;
    border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(90, 24, 154, 0.3);
  max-width: 300px;
}

.download-button:hover {
  background: #7c3aed;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(90, 24, 154, 0.4);
}

.button-icon {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

.button-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.button-text {
  display: flex;
  flex-direction: column;
}

.button-label {
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.9;
    letter-spacing: 0.5px;
}

.button-store {
  font-size: 1rem;
  font-weight: 600;
}

/* Sección derecha - Elementos visuales */
.visual-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4rem 2rem;
}

.visual-elements {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Círculos decorativos */
.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 1;
}

.circle-1 {
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  top: 10%;
  right: 15%;
  animation: float 6s ease-in-out infinite;
}

.circle-2 {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #10b981, #059669);
  bottom: 15%;
  right: 25%;
  animation: float 6s ease-in-out infinite reverse;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* Footer */
footer {
  position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #5a189a;
    padding: 1rem;
  text-align: center;
  box-shadow: 0 -4px 20px rgba(90, 24, 154, 0.3);
}

footer p {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.logoPpal {
  width: 550px;
  height: 550px;
  z-index: 99999;
}
footer a:hover {
  color: #e0e7ff;
  }
  
  .delete-account-btn {
    display: inline-block;
    margin-top: 0.5rem;
    color: #ffffff;
    text-decoration: underline;
    font-size: 0.75rem;
    font-weight: 400;
    transition: color 0.3s ease;
  }
  
  .delete-account-btn:hover {
    color: #e0e7ff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .container {
    flex-direction: column;
      padding: 0 1rem;
  }
  
    .content-section {
      padding: 2rem 0;
      max-width: 100%;
  }
  
    .visual-section {
      padding: 2rem 0;
  }
  
    .main-title {
      font-size: 2.5rem;
  }
    .visual-elements {
      height: 400px;
  
    .circle-1 {
      width: 200px;
      height: 200px;
  }
  
    .circle-2 {
      width: 150px;
      height: 150px;
    }
    }
@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }
  
    .description {
      font-size: 1.1rem;
  }
    .visual-elements {
      height: 300px;
  
    .circle-1 {
      width: 150px;
      height: 150px;
  }
    .circle-2 {
      width: 120px;
      height: 120px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 0.5rem;
  }
    .main-title {
      font-size: 1.8rem;
    }
    .description {
      font-size: 1rem;
    }
    .download-button {
      padding: 0.875rem 1.25rem;
    }
    .visual-elements {
      height: 250px;
    }
    .circle-1 {
      width: 120px;
      height: 120px;
    }
    .circle-2 {
      width: 100px;
      height: 100px;
    }
    }