* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffb6c1; /* Fondo rosado pastel */
    background-image: radial-gradient(#ffc0cb 15%, transparent 16%), radial-gradient(#ffb6c1 15%, transparent 16%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    font-family: 'Quicksand', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-container {
    background: #ffc2d1; /* Fondo de la tarjeta un poco más suave o contrastante */
    border: 4px solid #ffffff;
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
    position: relative;
}

.melody-img {
    width: 130px;
    margin-bottom: -10px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.title {
    color: #d63384;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 0px #ffffff;
}

.subtitle {
    color: #c71585;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.buttons-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn {
    background-color: #ffffff;
    border: 3px solid #d63384;
    color: #d63384;
    padding: 10px 25px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.btn:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.05);
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffb6c1;
    background-image: radial-gradient(#ffc0cb 15%, transparent 16%), radial-gradient(#ffb6c1 15%, transparent 16%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    font-family: 'Quicksand', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-container {
    background: #ffc2d1;
    border: 4px solid #ffffff;
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
    position: relative;
}

/* Clases para controlar pantallas */
.pantalla {
    display: none;
}

.pantalla.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.melody-img {
    width: 130px;
    margin-bottom: -10px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.title {
    color: #d63384;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 0px #ffffff;
}

.subtitle {
    color: #c71585;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.buttons-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn {
    background-color: #ffffff;
    border: 3px solid #d63384;
    color: #d63384;
    padding: 10px 25px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.btn:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.05);
}

/* Estilos para el espacio de la imagen sorpresa */
.imagen-sorpresa-box {
    width: 100%;
    max-height: 250px;
    background-color: #fff0f3;
    border: 3px dashed #d63384;
    border-radius: 20px;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10px;
}

.foto-sorpresa {
    max-width: 100%;
    max-height: 220px;
    border-radius: 12px;
    object-fit: cover;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffb6c1;
    background-image: radial-gradient(#ffc0cb 15%, transparent 16%), radial-gradient(#ffb6c1 15%, transparent 16%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    font-family: 'Quicksand', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-container {
    background: #ffc2d1;
    border: 4px solid #ffffff;
    padding: 30px 20px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
    position: relative;
}

.pantalla {
    display: none;
}

.pantalla.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.melody-img {
    width: 120px;
    margin-bottom: -10px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.title {
    color: #d63384;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0px #ffffff;
}

.subtitle {
    color: #c71585;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.buttons-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn {
    background-color: #ffffff;
    border: 3px solid #d63384;
    color: #d63384;
    padding: 8px 20px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.btn:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.05);
}

.imagen-sorpresa-box {
    width: 100%;
    max-height: 200px;
    background-color: #fff0f3;
    border: 3px dashed #d63384;
    border-radius: 20px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10px;
}

.foto-sorpresa {
    max-width: 100%;
    max-height: 180px;
    border-radius: 12px;
    object-fit: cover;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffb6c1;
    background-image: radial-gradient(#ffc0cb 15%, transparent 16%), radial-gradient(#ffb6c1 15%, transparent 16%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    font-family: 'Quicksand', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-container {
    background: #ffc2d1;
    border: 4px solid #ffffff;
    padding: 40px 30px 30px 30px; /* Un poco más de espacio arriba por el botón */
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
    position: relative; /* Clave para que los elementos absolutos se ubiquen aquí dentro */
}

.pantalla {
    display: none;
}

.pantalla.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

/* Estilo para el botón de regresar en la esquina */
.btn-regresar {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ffffff;
    border: 2px solid #d63384;
    color: #d63384;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.btn-regresar:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.1);
}

.melody-img {
    width: 120px;
    margin-bottom: -10px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.title {
    color: #d63384;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0px #ffffff;
}

.subtitle {
    color: #c71585;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.buttons-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn {
    background-color: #ffffff;
    border: 3px solid #d63384;
    color: #d63384;
    padding: 8px 25px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.btn:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.05);
}

.imagen-sorpresa-box {
    width: 100%;
    max-height: 200px;
    background-color: #fff0f3;
    border: 3px dashed #d63384;
    border-radius: 20px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10px;
}

.foto-sorpresa {
    max-width: 100%;
    max-height: 180px;
    border-radius: 12px;
    object-fit: cover;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffb6c1;
    background-image: radial-gradient(#ffc0cb 15%, transparent 16%), radial-gradient(#ffb6c1 15%, transparent 16%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    font-family: 'Quicksand', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-container {
    background: #ffc2d1;
    border: 4px solid #ffffff;
    padding: 40px 25px 25px 25px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 520px;
    width: 90%;
    position: relative;
}

.pantalla {
    display: none;
}

.pantalla.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.btn-regresar {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ffffff;
    border: 2px solid #d63384;
    color: #d63384;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.btn-regresar:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.1);
}

.melody-img {
    width: 120px;
    margin-bottom: -10px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.title {
    color: #d63384;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-shadow: 2px 2px 0px #ffffff;
}

.subtitle {
    color: #c71585;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.buttons-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn {
    background-color: #ffffff;
    border: 3px solid #d63384;
    color: #d63384;
    padding: 8px 25px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.btn:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.05);
}

/* Estilo para los 4 botones de la pantalla final */
.cuatro-botones-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-opcion {
    background-color: #ffffff;
    border: 2px solid #d63384;
    color: #d63384;
    padding: 12px 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    width: 100%;
}

.btn-opcion:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.02);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffb6c1;
    background-image: radial-gradient(#ffc0cb 15%, transparent 16%), radial-gradient(#ffb6c1 15%, transparent 16%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    font-family: 'Quicksand', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-container {
    background: #ffc2d1;
    border: 4px solid #ffffff;
    padding: 40px 25px 25px 25px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 520px;
    width: 90%;
    position: relative;
}

.pantalla {
    display: none;
}

.pantalla.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.btn-regresar {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ffffff;
    border: 2px solid #d63384;
    color: #d63384;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    z-index: 10;
}

.btn-regresar:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.1);
}

/* Estilo para la nueva imagen en la esquina superior derecha */
/* Estilo para la nueva imagen en la esquina superior derecha */
.img-esquina-derecha {
    position: absolute;
    top: 10px; /* Ajusté un poco el top para que no se salga si es más grande */
    right: 15px;
    width: 70px; /* <--- AQUÍ ESTÁ EL CAMBIO (antes era 45px) */
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}
.melody-img {
    width: 120px;
    margin-bottom: -10px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.title {
    color: #d63384;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-shadow: 2px 2px 0px #ffffff;
}

.subtitle {
    color: #c71585;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.buttons-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn {
    background-color: #ffffff;
    border: 3px solid #d63384;
    color: #d63384;
    padding: 8px 25px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.btn:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.05);
}

.cuatro-botones-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-opcion {
    background-color: #ffffff;
    border: 2px solid #d63384;
    color: #d63384;
    padding: 12px 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    width: 100%;
}

.btn-opcion:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.02);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffb6c1;
    background-image: radial-gradient(#ffc0cb 15%, transparent 16%), radial-gradient(#ffb6c1 15%, transparent 16%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    font-family: 'Quicksand', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-container {
    background: #ffc2d1;
    border: 4px solid #ffffff;
    padding: 40px 25px 25px 25px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 520px;
    width: 90%;
    position: relative;
}

.pantalla {
    display: none;
}

.pantalla.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.btn-regresar {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ffffff;
    border: 2px solid #d63384;
    color: #d63384;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    z-index: 10;
}

.btn-regresar:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.1);
}

.img-esquina-derecha {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 70px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.melody-img {
    width: 120px;
    margin-bottom: -10px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.title {
    color: #d63384;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-shadow: 2px 2px 0px #ffffff;
}

.subtitle {
    color: #c71585;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.buttons-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn {
    background-color: #ffffff;
    border: 3px solid #d63384;
    color: #d63384;
    padding: 8px 25px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.btn:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.05);
}

.cuatro-botones-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-opcion {
    background-color: #ffffff;
    border: 2px solid #d63384;
    color: #d63384;
    padding: 12px 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    width: 100%;
}

.btn-opcion:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.02);
}

/* --- ESTILOS DE LA VENTANA MODAL --- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Fondo oscuro transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.modal-overlay.hidden {
    display: none;
}

.modal-content {
    background: #ffffff;
    border: 4px solid #ffb6c1;
    padding: 30px 25px;
    border-radius: 25px;
    text-align: center;
    max-width: 400px;
    width: 85%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: modalPop 0.3s ease;
}

@keyframes modalPop {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

.modal-content h3 {
    color: #d63384;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.modal-content p {
    color: #c71585;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffb6c1;
    background-image: radial-gradient(#ffc0cb 15%, transparent 16%), radial-gradient(#ffb6c1 15%, transparent 16%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    font-family: 'Quicksand', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-container {
    background: #ffc2d1;
    border: 4px solid #ffffff;
    padding: 40px 25px 25px 25px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 520px;
    width: 90%;
    position: relative;
}

.pantalla {
    display: none;
}

.pantalla.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.btn-regresar {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ffffff;
    border: 2px solid #d63384;
    color: #d63384;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    z-index: 10;
}

.btn-regresar:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.1);
}

.img-esquina-derecha {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 70px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.melody-img {
    width: 120px;
    margin-bottom: -10px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.title {
    color: #d63384;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-shadow: 2px 2px 0px #ffffff;
}

.subtitle {
    color: #c71585;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.buttons-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn {
    background-color: #ffffff;
    border: 3px solid #d63384;
    color: #d63384;
    padding: 8px 25px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.btn:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.05);
}

.cuatro-botones-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-opcion {
    background-color: #ffffff;
    border: 2px solid #d63384;
    color: #d63384;
    padding: 12px 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    width: 100%;
}

.btn-opcion:hover {
    background-color: #d63384;
    color: #ffffff;
    transform: scale(1.02);
}

/* --- ESTILOS DE LA VENTANA MODAL --- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Fondo oscuro transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.modal-overlay.hidden {
    display: none;
}

.modal-content {
    background: #ffffff;
    border: 4px solid #ffb6c1;
    padding: 30px 25px;
    border-radius: 25px;
    text-align: center;
    max-width: 400px;
    width: 85%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: modalPop 0.3s ease;
}

@keyframes modalPop {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

.modal-content h3 {
    color: #d63384;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.modal-content p {
    color: #c71585;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
}

/* --- ESTILOS PARA LAS IMÁGENES DE FONDO --- */
.bg-deco {
    position: absolute;
    width: 80px;
    height: auto;
    opacity: 0.65; /* Un poco transparentes para que no distraigan de la tarjeta principal */
    pointer-events: none; /* Para que no estorben al hacer clic en la página */
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.08));
    z-index: 1;
}

/* Posiciones de cada imagen en las esquinas del fondo */
.bg-1 {
    top: 30px;
    left: 40px;
    transform: rotate(-15deg);
}

.bg-2 {
    bottom: 40px;
    left: 50px;
    transform: rotate(15deg);
}

.bg-3 {
    top: 40px;
    right: 50px;
    transform: rotate(15deg);
}

.bg-4 {
    bottom: 30px;
    right: 40px;
    transform: rotate(-15deg);
}

/* Asegurar que la tarjeta principal esté por encima del fondo */
.card-container {
    position: relative;
    z-index: 10;
}

/* Estilo especial para el botón de la canción */
.btn-cancion {
    background-color: #fff0f5;
    border-color: #ff69b4;
    color: #c71585;
}

.btn-cancion:hover {
    background-color: #ff69b4;
    color: #ffffff;
}

/* Contenedor responsivo para el video de la canción */
.video-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin-top: 10px;
}

.modal-content-cancion {
    max-width: 440px;
}