body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #fefefe;
  color: #333;
}




.hero {
  background: url('assets/logo.svg') no-repeat center center/cover;
  text-align: center;
  padding: 2rem 1rem;
  color: #5b6f7f;
}

.logo {
  width: 90px;
  margin: 0 auto 1rem;
}

.names {
  font-family: 'Luxurious Script', cursive;
  font-size: 2.8rem;
  margin: 0.5rem 0;
}

.intro {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.btn {
  background-color: #5b6f7f;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 20px;
  font-size: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

.audio-player-modern {
  background-color: whitesmoke;
  border-radius: 12px;
  padding: 1rem;
  max-width: 320px;
  margin: 1.5rem auto 1rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.player-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.play-pause {
  background-color: #5b6f7f;
  color: white;
  border: none;
  padding: 0.6rem;
  border-radius: 50%;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.progress-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

#progress-bar {
  flex-grow: 1;
  appearance: none;
  height: 4px;
  background: #ccc;
  border-radius: 3px;
}

#progress-bar::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  background-color: #5b6f7f;
  border-radius: 50%;
  cursor: pointer;
}

.track-title {
  font-size: 0.9rem;
  color: #5b6f7f;
  margin-top: 0.5rem;
}

.versiculo {
  font-style: italic;
  font-size: 1rem;
  margin: 1.5rem auto;
  color: #5b6f7f;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.circle {
  background-color: #5b6f7f;
  color: white;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}


.label {
  display: block;
  font-size: 0.8rem;
  color: #5b6f7f;
  font-weight: 500;
  margin-top: 0.3rem;
  text-align: center;
}

.count-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.monograma {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: -3rem auto -5rem auto;
  display: block;
}

/* ===== HEADER Y MENÚ ===== */
.site-header {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
  overflow: visible;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 0 1rem; /* MENOR padding */
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.logo-img {
    width: 90px;
}


/* Ocultar el checkbox completamente */
#menu-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Estilo del icono ☰ */
.menu-icon {
  font-size: 1.8rem;
  cursor: pointer;
  color: #5b6f7f;
  z-index: 1001;
}

/* Estilo del menú desplegable */
.menu-items {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 220px;
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.menu-items li a {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #5b6f7f;
  font-weight: 500;
}

.menu-items li a:hover {
  background-color: #f4f4f4;
}

/* Mostrar menú cuando está activado */
#menu-toggle:checked + .menu-icon + .menu-items {
  display: block;
}



.fecha-hora-img {
  max-width: 280px;
  width: 100%;
  margin: -5rem auto;
  display: block;
}

.ubicacion {
  text-align: center;
  padding: 2rem 1rem;
  background: #fff;
  color: #5b6f7f;
}

.calendar-btn {
  background: #5b6f7f;
  color: white;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 20px;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.anillos-img {
  width: 140px;
  margin-bottom: 0.5rem;
}

.ceremonia-titulo {
  font-family: 'Luxurious Script', cursive;
  font-size: 4rem;
  font-weight: normal; 
  margin: 0.5rem 0 1rem;
}

.direccion {
  font-size: 1rem;
  max-width: 320px;
  margin: 0 auto 1rem;
}

.esperamos-texto {
  margin-top: 1rem;
  font-weight: 500;
}

.fecha-hora {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin: 1rem auto;
  flex-wrap: wrap;
}

.bloque-fecha .fecha,
.bloque-hora .hora {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
}

.ubicacion-btn {
  background-color: #5b6f7f;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  font-size: 0.95rem;
  display: inline-flex; /* importante */
  align-items: center;
  text-decoration: none;
  gap: 0.4rem;
  margin-top: 1.5rem;
  cursor: pointer; /* también importante */
}



.itinerario {
  padding: 0rem 1rem;
  text-align: center;
  background-color: #f9f9f9;
  color: #5b6f7f;
}

.seccion-titulo {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #5b6f7f;
}

.itinerario-img {
  max-width: 450px;
  width: 100%;
  height: auto;
  display: block;
  margin: -2.5rem auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.vestimenta {
  padding: 0rem 1rem;
  background-color: #fff;
  text-align: center;
  color: #5b6f7f;
}

.pareja-img {
    width: 250px;
    margin: 1rem auto -3rem;
}

.vestimenta-titulo {
  font-family: 'Luxurious Script', cursive;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.etiqueta-formalidad {
  display: inline-block;
  background-color: #5b6f7f;
  color: white;
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.vestimenta-info {
  display: flex;
  flex-direction: column;
  gap: 0;             /* sin espacio */
  align-items: center;
  margin-bottom: 2rem;
}


.recuadro-img {
  max-width: 340px;
  width: 100%;
  display: block;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin: 0;         /* ← quita margen por si lo tienen */
  padding: 0;        /* ← por si viene desde el editor */
}


.btn-inspiracion {
  display: inline-block;
  background-color: #5b6f7f;
  color: white;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-inspiracion:hover {
  background-color: #4a5d6b;
}



.lluvia-sobres {
  text-align: center;
  padding: 2rem 1rem;
  color: #5b6f7f;
}

.sobres-img {
  width: 190px;
  margin-bottom: -1rem;
}

.sobres-titulo {
  font-family: 'Luxurious Script', cursive;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.btn-sobres {
  display: inline-block;
  background-color: #5b6f7f;
  color: white;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-sobres:hover {
  background-color: #4a5d6b;
}

.datos-bancarios {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  background-color: #f7f9fa;
  padding: 0 1rem;
  border-radius: 12px;
  max-width: 320px;
  margin: 1.5rem auto 0 auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.datos-bancarios.visible {
  max-height: 1200px; /* suficiente para mostrar todo */
  padding: 1rem;
}


.visible {
  display: block;
}

.bloque-qr img {
  width: 180px;
  max-width: 100%;
  margin-bottom: 0.5rem;
}


.confirmar-asistencia {
  padding: 2rem 1rem;
  background-color: #f9f9f9;
  color: #5b6f7f;
  text-align: center;
}

.confirmar-asistencia .seccion-titulo {
  font-family: 'Luxurious Script', cursive;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.asistencia-radio {
  margin: 1rem 0;
}

.asistencia-radio label {
  margin-right: 1rem;
}

#campos-invitados .campo-invitado {
  margin: 1rem 0;
}

textarea {
  width: 90%;
  max-width: 400px;
  margin: 0.5rem auto;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: vertical;
}

button[type="submit"] {
  background-color: #5b6f7f;
  color: white;
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 1rem;
}

#estado-envio {
  margin-top: 1rem;
  font-style: italic;
}

.wedding-footer {
  position: relative;
  background-color: #5b6f7f;
  overflow: hidden;
  margin-top: 3rem;
  height: auto;
}

.footer-bg {
  width: 100%;
  display: block;
  max-height: 180px; /* Limita la altura */
  object-fit: cover;
}

.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem; /* Menos espacio */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-align: center;
  box-sizing: border-box;
}

.footer-message {
  font-family: 'Luxurious Script', cursive;
  font-size: 2.4rem;
  margin: 0.5rem 0 -3rem;
}

.footer-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 0.5rem;
}

.logo-footer,
.icon-footer {
  height: 150px;
  opacity: 0.95;
}
