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

body {
    background-color: #FFD9E6 !important; /* NEW! Softer, dreamier pink */
    font-family: 'Nunito', sans-serif;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    background-image:
        radial-gradient(circle at 15% 85%, #ffb3c1 0%, transparent 40%),
        radial-gradient(circle at 85% 15%, #ff8fa3 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, #fff0f3 0%, transparent 60%);
    /* Custom cursor with hearts */
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23d63384" d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>') 12 12, auto;
}

/* Floating hearts background */
.hearts-bg {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.hearts-bg::before,
.hearts-bg::after {
    content: '💕 💗 💖 💝 💓';
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.15;
    animation: floatHearts 12s linear infinite;
    white-space: nowrap;
    top: 100%;
    left: 10%;
}

.hearts-bg::after {
    animation-delay: 6s;
    left: 60%;
    content: '💗 💕 💓 💖 💝';
}

@keyframes floatHearts {
    from { transform: translateY(0); opacity: 0.15; }
    to { transform: translateY(-110vh); opacity: 0; }
}

.container {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

h1 {
    font-size: 2.4rem;
    color: #d63384;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0px rgba(214, 51, 132, 0.2);
    animation: wiggle 2s ease-in-out infinite;
}

@keyframes wiggle {
    0%, 100% { transform: rotate(-1deg); }
    50% { transform: rotate(1deg); }
}

.gif-container {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

#cat-gif {
    width: 200px;
    height: 200px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.15));
    transition: opacity 0.3s ease;
}

.buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

#yes-btn {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    border: none;
    border-radius: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    padding: 18px 45px;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.45);
    letter-spacing: 1px;
}

#yes-btn:hover {
    transform: scale(1.06) translateY(-2px);
    box-shadow: 0 10px 28px rgba(76, 175, 80, 0.55);
}

#yes-btn:active {
    transform: scale(0.98);
}

#no-btn {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    padding: 12px 28px;
    cursor: pointer;
    transition: background 0.2s, left 0.25s ease, top 0.25s ease;
    box-shadow: 0 4px 14px rgba(231, 76, 60, 0.4);
}

#no-btn:hover {
    background: linear-gradient(135deg, #c0392b, #a93226);
}

#tease-toast {
    margin-top: 14px;
    font-size: 1rem;
    color: #d63384;
    font-weight: 700;
    font-style: italic;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    min-height: 1.5rem;
}

#tease-toast.show {
    opacity: 1;
    transform: translateY(0);
}

/* Music toggle button */
#music-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
    cursor: pointer;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s;
    z-index: 100;
}

#music-toggle:hover {
    transform: scale(1.1);
}

/* Yes page specific */
.yes-container h1.yes-title {
    font-size: 2.8rem;
    animation: bounceTitle 0.6s ease infinite alternate;
}

@keyframes bounceTitle {
    from { transform: translateY(0) rotate(-1deg); }
    to { transform: translateY(-12px) rotate(1deg); }
}

.yes-message {
    font-size: 1.4rem;
    color: #e91e8c;
    font-weight: 700;
    margin-top: 24px;
    animation: fadeIn 1s ease 0.5s both;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.yes-container #cat-gif {
    width: 260px;
    height: 260px;
}

/* Memory Wall for Isimi */
.memory-wall {
    margin-top: 40px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(214, 51, 132, 0.2);
    border: 3px solid #ffb6c1;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.memory-wall h2 {
    color: #d63384;
    margin-bottom: 25px;
    font-size: 1.8rem;
    font-weight: 800;
    text-shadow: 1px 1px 0 rgba(255, 105, 180, 0.2);
}

.memory-wall .photo-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.memory-wall img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid white;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.memory-wall img:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 28px rgba(214, 51, 132, 0.35);
    border-color: #ffc0cb;
}

/* Nigerian Love Theme 🇳🇬❤️ */
.yoruba-text {
    color: #008753;
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 15px;
}

/* Isimi's name styling */
#her-name, #yes-name {
    background: linear-gradient(135deg, #d63384, #ff6b9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 900;
}

/* ===== YES PAGE ANIMATIONS ===== */

/* Visualizer bars */
.visualizer-bar {
    width: 10px;
    height: 30px;
    background: linear-gradient(to top, #ff6b9d, #d63384);
    border-radius: 10px;
    animation: visualize 0.8s ease-in-out infinite alternate;
}

@keyframes visualize {
    0% { height: 25px; }
    100% { height: 60px; }
}

/* Ring animation */
@keyframes ringSpin {
    0% { transform: scale(1) rotate(0deg); }
    100% { transform: scale(1.2) rotate(15deg); }
}

/* Heartbeat animation */
@keyframes heartbeat {
    0% { transform: scale(1); }
    25% { transform: scale(1.1); }
    50% { transform: scale(1); }
    75% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Heart trail animation */
@keyframes floatUp {
    0% { transform: translateY(0) scale(1); opacity: 1; }
    100% { transform: translateY(-120px) scale(1.8); opacity: 0; }
}

/* Love letter button hover */
#love-letter-btn {
    transition: transform 0.2s !important;
}

#love-letter-btn:hover {
    transform: scale(1.1) !important;
}

/* Flip card styles */
.flip-card {
    background-color: transparent;
    width: 200px;
    height: 200px;
    perspective: 1000px;
    margin: 10px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 20px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
}

.flip-card-front {
    background: linear-gradient(145deg, #ff6b9d, #d63384);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

.flip-card-back {
    background: white;
    color: #d63384;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 0.9rem;
    border: 3px solid #ffb6c1;
}

/* Bingo cell styles */
.bingo-cell {
    background: white;
    padding: 15px 5px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.9rem;
    text-align: center;
}

.bingo-cell:hover {
    transform: scale(1.05);
    background: #fff0f3;
}

.bingo-cell.marked {
    background: #d63384;
    color: white;
    text-decoration: line-through;
}

/* Emoji rain animation */
.emoji-rain {
    position: fixed;
    top: -10%;
    font-size: 2rem;
    animation: rain 3s linear forwards;
    z-index: 9999;
    pointer-events: none;
}

@keyframes rain {
    0% { transform: translateY(0) rotate(0deg); opacity: 1; }
    100% { transform: translateY(110vh) rotate(360deg); opacity: 0; }
}

/* Bob animation for message in a bottle */
@keyframes bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Wiggle animation for gift box */
@keyframes wiggle {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}
