body {
  background: radial-gradient(circle at top, #26265a, #26265a);
  font-family: "Poppins", sans-serif;
  color: white;
  text-align: center;
}

html{
  scroll-behavior: smooth;
}

section{
  scroll-margin-top: 100px;
}

.wrapper {
  max-width: 1000px;
  margin: auto;
  padding: 60px 30px;
  margin-top: 3%;
}

.countdown-card {
  border: 2px solid #808080;
  border-radius: 20px;
  padding: 30px;
  margin-top: 4%;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
}

.count-title {
  opacity: 0.8;
  margin-bottom: 20px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.time span {
  font-size: 60px;
  font-weight: 800;
  color: #ffffff;
  -webkit-text-stroke: 1px #ffc400;
  text-shadow: 0 0 15px rgba(238, 236, 132, 0.5);
}

.time p {
  font-size: 12px;
  opacity: 0.7;
}

.btn {
  margin-top: 25px;
  background: #ffc400;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.title span {
  color: #ffc400;
}

.title b {
  color: #00ff6a;
}

.info {
  opacity: 0.9;
  margin-bottom: 30px;
}

.green {
  color: #00ff6a;
}
.red {
  color: #ff3d3d;
}
.yellow {
  color: #ffc400;
}

.img-card {
  border: 2px solid #ffc400;
  border-radius: 20px;
  overflow: hidden;
}

.img-card img {
  width: 100%;
  display: block;
}

.top-image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 15px 20px;
}

.logo {
  font-size: 20px;
  font-weight: 700;
  color: #ffc400;
}

.menu {
  display: flex;
  gap: 30px;
  list-style: none;
}

.menu a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}

/* Boton de registro - modal */
.register-info {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 600;
  color: #ffc400;
}

.btn-register {
  background: #ffc400;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 2%;
}

.btn-register:hover {
  transform: scale(1.05);
}

/* Modal de registro */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.modal-content {
  background: #0d1b3f;
  color: white;
  padding: 40px;
  border-radius: 15px;
  width: 90%;
  max-width: 420px;
  text-align: center;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.modal-content h2 {
  margin-bottom: 20px;
}

.modal-content input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 8px;
  border: none;
  outline: none;
}

.modal-content button {
  margin-top: 15px;
  background: #ffc400;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.modal-content button:hover {
  transform: scale(1.05);
}

.close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 22px;
}

/* Video */
.img-card video {
  width: 120%;
  max-width: 450px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.media-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
  gap: 150px; /* ðŸ‘ˆ espacio entre imagen y video */
}

.media-left img {
  width: 150%;
  max-width: 420px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease; /* necesario para animar */
}

.media-left img:hover {
  transform: scale(1.02);
}

.media-right {
  max-width: 620px;
  text-align: center;
}

.media-right video {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .media-section {
    flex-direction: column;
    align-items: center;
  }
}

.subtitle {
  font-size: 20px;
  color: #ffc400;
  font-weight: 700;
  margin-bottom: 10px;
  animation: pulseWarning 1.2s infinite;
}

@keyframes pulseWarning {
  0% {
    transform: scale(1);
    text-shadow: 0 0 5px #ffc400;
  }

  50% {
    transform: scale(1.08);
    text-shadow: 0 0 20px #ffc400;
  }

  100% {
    transform: scale(1);
    text-shadow: 0 0 5px #ffc400;
  }
}

.hero-image img{
  width:100%;
  max-width:400px;
  display:block;
  margin:auto;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.4);
}

.video-title{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.video-section{
  margin-top:40px;
  display:flex;
  justify-content:center;
}

.video-section video{
  width:100%;
  max-width:700px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.4);
}

.phone-highlight{
  color: #ffb400;
  font-weight: 800;
  font-size: 25px;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(255, 180, 0, 0.15);
  text-shadow: 0 0 8px rgba(255,180,0,0.6);
}

/*Navbar*/
.nav-link{
  position: relative;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 8px 12px;
  transition: color 0.3s ease;
}
/* línea inferior */
.nav-link::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 3px;
  background: #ff9900;
  transition: width 0.3s ease;
}
/* hover */
.nav-link:hover::after{
  width: 100%;
}
/* link activo */
.nav-link.active::after{
  width: 100%;
}


.nav-link.active{
  color:#ff9900;
}

.nav-btn{
  background: #ff9900;
  color: white !important;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.nav-btn:hover{
  background: #ff7a00;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.nav-btn{
  animation: pulseBtn 2s infinite;
}

@keyframes pulseBtn{
  0%{ transform: scale(1); }
  50%{ transform: scale(1.05); }
  100%{ transform: scale(1); }
}

