@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Playfair+Display:wght@400;700&display=swap');
.vertical-line {
  width: 1px;
  height: 60px;
  background: black;
  margin: 2rem auto 2rem auto;
  display: block;
}

/* Bloque de nombres y fecha estilo invitación elegante */
.invite-block {
  text-align: center;
  margin: 3rem auto 2rem auto;
  background: #fff;
}
.names-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.name {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222;
}
.and-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.2rem 0 0.2rem 0;
}
.and {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #222;
  margin-right: 0.5rem;
}
.date-main {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.date-day {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  color: #222;
  letter-spacing: 0.04em;
}
.date-month {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.08em;
}
.date-time {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #222;
}
.header-svg-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  z-index: 1;
  pointer-events: none;
}
/* Cabecera con imagen y borde roto */
/* Cabecera con imagen y borde roto realista */
/* Cabecera con imagen y SVG como borde inferior */
.header-img-container {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #fff;
}
.header-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.header-svg-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: transparent;
  z-index: 3;
  pointer-events: none;
}
.header-img-container {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #fff;
}


body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fff;
  color: #222;
}

header {
  text-align: center;
  padding: 3rem 1rem 2rem 1rem;
  background: #fff;
}
header h1 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
header p {
  font-size: 1.2rem;
  color: #888;
}

.invite-box {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 2px 24px rgba(0,0,0,0.07);
  max-width: 420px;
  margin: 2rem auto;
  padding: 2.5rem 2rem;
  text-align: center;
}
.invite-names {
  font-family: 'Great Vibes', cursive;
  font-size: 2.7rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05em;
  color: #b48e5c;
}
.invite-date {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #555;
}
.invite-time {
  font-size: 1.1rem;
  color: #888;
  margin-bottom: 1.5rem;
}
.countdown {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1.5rem 0;
  color: #b48e5c;
}

/* Estilos para la sección de alojamiento */
.alojamiento-section {
  text-align: center;
  margin: 3rem auto 2rem auto;
  background: #fff;
}
.alojamiento-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.2rem;
  letter-spacing: 0.04em;
}
.alojamiento-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.alojamiento-list li {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.8rem;
  padding: 0.5rem 0;
  border-bottom: none;
  text-align: center;
}
.booking-link {
  margin-left: 0.5rem;
  vertical-align: middle;
  transition: transform 0.2s;
  border-radius: 50%;
  background: #f5f5f5;
  padding: 4px;
}
.booking-link:hover {
  transform: scale(1.15);
  background: #e3eafc;
}
.booking-link svg {
  display: inline-block;
  vertical-align: middle;
}

/* Estilos para la sección de restaurantes */
.comer-section {
  text-align: center;
  margin: 3rem auto 2rem auto;
  background: #fff;
}
.comer-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.2rem;
  letter-spacing: 0.04em;
}
.comer-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 500px;
}
.comer-list li {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.8rem;
  padding: 0.5rem 0;
  border-bottom: none;
}
.maps-link {
  margin-left: 0.5rem;
  vertical-align: middle;
  transition: transform 0.2s;
  border-radius: 50%;
  background: #f5f5f5;
  padding: 4px;
}
.maps-link:hover {
  transform: scale(1.15);
  background: #e3eafc;
}
.maps-link svg {
  display: inline-block;
  vertical-align: middle;
}

/* Estilos para la sección de Córdoba */
.cordoba-section {
  text-align: center;
  margin: 3rem auto 2rem auto;
  max-width: 700px;
}
.cordoba-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.2rem;
  letter-spacing: 0.04em;
}
.cordoba-desc {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.15rem;
  color: #444;
  line-height: 1.7;
  text-align: left;
  margin: 0 auto;
  max-width: 650px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: none;
  padding: 1.5rem 2rem;
}
.cordoba-desc p {
  margin-bottom: 1.2rem;
}
.cordoba-desc p:last-child {
  margin-bottom: 0;
}
.cordoba-welcome {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222;
  margin-top: 2rem;
}

@media (max-width: 600px) {
  .invite-box {
    padding: 1.5rem 0.5rem;
    max-width: 98vw;
  }
  header h1 {
    font-size: 2rem;
  }
  .invite-names {
    font-size: 1.7rem;
  }
  .castillo-section {
    margin: 2rem auto 2rem auto !important;
  }
  .castillo-section img {
    height: auto !important;
    min-height: 280px !important;
    max-height: 400px !important;
  }
  .castillo-svg-top, .castillo-svg-bottom {
    height: 40px !important;
  }
}

footer {
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
  color: #aaa;
  font-size: 1rem;
}
