body {
    margin: 0;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(180deg, #f9f7f4, #f3ece6);
}

/* HERO */
.hero {
    height: 100vh;
    position: relative;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('couple.jpg') center center / cover no-repeat;
    filter: brightness(0.8);
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
}

.content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

/* TEXT */
h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 48px;
    color: #f5e6c8;
    text-shadow: 0 3px 15px rgba(0,0,0,0.6);
}

p {
    font-size: 16px;
    max-width: 90%;
    line-height: 1.7;
    color: white;
}

/* SECTION */
.section {
    padding: 60px 15px;
    text-align: center;
}

.section h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 32px;
    color: #b76e79;
}

/* DATE */
.date-title {
    font-size: 24px;
    color: #c9a96e;
}

/* COUNTDOWN */
.countdown {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.box {
    background: white;
    padding: 10px;
    border-radius: 10px;
    min-width: 60px;
    font-size: 12px;
}

/* DETALII – ACUM PE RAND SI PE MOBIL */
.details-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.details-box {
    width: 48%;
    font-size: 14px;
    line-height: 1.6;
}

.details-box strong {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.details-text {
    margin-bottom: 10px;
}

/* BUTTON */
.map-btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 20px;
    background: linear-gradient(45deg, #c9a96e, #b76e79);
    color: white;
    text-decoration: none;
    font-size: 12px;
}

/* INPUT */
input {
    display: block;
    margin: 10px auto;
    padding: 12px;
    width: 90%;
    border-radius: 25px;
    border: 1px solid #ddd;
}

/* ANIMATION */
.fade {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s;
}

.fade.show {
    opacity: 1;
    transform: translateY(0);
}

/* DESKTOP */
@media (min-width: 768px) {

    h1 {
        font-size: 80px;
    }

    p {
        font-size: 20px;
        max-width: 600px;
    }

    .details-container {
        gap: 100px;
    }

    .details-box {
        width: 260px;
        font-size: 18px;
    }

    .map-btn {
        font-size: 14px;
    }
}

/* mesaj invitație */
.invite-msg {
    font-family: 'Great Vibes', cursive;
    font-size: 26px;
    color: #b76e79;
    margin-bottom: 10px;
}

/* centru + text negru pentru Confirmare */
/* container centrat */
.confirm-section {
    display: flex;
    flex-direction: column;
    align-items: center; /* CHEIA */
    text-align: center;
}

/* mesaj romantic */
.invite-msg {
    font-family: 'Great Vibes', cursive;
    font-size: 26px;
    color: #b76e79;
    margin-bottom: 10px;
}

/* titlu */
.confirm-section h2 {
    margin: 10px 0 15px 0;
}

/* input-uri */
.confirm-section p {
    font-family: 'Great Vibes';
    width: 260px;
    margin: 6px 0;
    font-size: 20px;
    color: black;
}
