body {
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #fffbe7 0%, #f8f9fa 100%);
    color: #222;
    min-height: 100vh;
}

header {
    background: #fff;
    padding: 2.5rem 1rem 1.5rem 1rem;
    text-align: center;
    box-shadow: 0 4px 24px rgba(191, 161, 74, 0.10);
    border-bottom: 2px solid #d4af37;
    border-radius: 0 0 24px 24px;
}

header h1 {
    margin: 0 0 0.5rem 0;
    font-size: 2.5rem;
    color: #d4af37;
    letter-spacing: 2px;
    font-family: 'Montserrat', 'Poppins', Arial, sans-serif;
    text-shadow: 0 2px 8px rgba(191, 161, 74, 0.10);
}

.subtitle {
    color: #bfa14a;
    font-size: 1.2rem;
    font-weight: 500;
}

.features,
.gallery,
.video {
    max-width: 900px;
    margin: 2.5rem auto;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(191, 161, 74, 0.10);
    padding: 2.5rem 2rem;
    position: relative;
}

.features h2,
.gallery h2,
.video h2 {
    color: #d4af37;
    margin-top: 0;
    font-family: 'Montserrat', 'Poppins', Arial, sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
}

.features ul {
    padding-left: 1.5rem;
}

.features li {
    margin-bottom: 0.7rem;
    font-size: 1.08rem;
    font-weight: 500;
    color: #444;
    transition: color 0.2s;
}

.features li:hover {
    color: #d4af37;
}

.gallery .images {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.images img {
    max-width: 220px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(191, 161, 74, 0.13);
    background: #fffbe7;
    border: 2px solid #ffe066;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.images img:hover {
    transform: scale(1.04) rotate(-1deg);
    box-shadow: 0 8px 32px rgba(191, 161, 74, 0.18);
    border-color: #d4af37;
}

.video {
    background: linear-gradient(120deg, #fffbe7 60%, #f8e7c9 100%);
    border: 2px solid #d4af37;
    box-shadow: 0 6px 32px rgba(191, 161, 74, 0.13);
    padding: 2.5rem 2rem;
    text-align: center;
    border-radius: 18px;
}

.video-embed {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.video-embed iframe {
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(191, 161, 74, 0.13);
    width: 360px;
    height: 640px;
    max-width: 100vw;
    max-height: 70vw;
    border: 3px solid #d4af37;
    background: #fffbe7;
}

.desc {
    max-width: 800px;
    margin: 1.8rem auto 0 auto;
    font-size: 1.18rem;
    color: #444;
    background: #fffbe7;
    border-left: 6px solid #d4af37;
    padding: 1.4rem 1.8rem;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(191, 161, 74, 0.07);
}

footer {
    text-align: center;
    padding: 1.8rem 1rem;
    background: #f8f9fa;
    color: #bfa14a;
    font-size: 1.08rem;
    margin-top: 2.5rem;
    border-top: 2px solid #d4af37;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -2px 12px rgba(191, 161, 74, 0.04);
}

footer a {
    color: #d4af37;
    text-decoration: underline;
    font-weight: 500;
}

@media (max-width: 900px) {

    .features,
    .gallery,
    .video {
        padding: 1.2rem 0.5rem;
    }

    .desc {
        padding: 1rem 0.7rem;
    }
}

@media (max-width: 700px) {
    .images {
        flex-direction: column;
        align-items: center;
    }

    .images img {
        max-width: 95vw;
    }

    .video-embed iframe {
        width: 98vw;
        height: 60vw;
        min-height: 220px;
    }
}

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

/* Lightbox */
.lightbox {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.lightbox .close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.card-gradient {
    background: #fff;
    border: 1.5px solid #ffe066;
    box-shadow: 0 4px 24px rgba(191, 161, 74, 0.07);
}

.btn-gold {
    background: linear-gradient(90deg, #d4af37 0%, #ffe066 100%);
    color: #18181b;
    box-shadow: 0 4px 16px rgba(191, 161, 74, 0.10);
    border: none;
}

.btn-gold:hover {
    background: linear-gradient(90deg, #ffe066 0%, #d4af37 100%);
    color: #18181b;
    box-shadow: 0 8px 32px rgba(191, 161, 74, 0.18);
}

.gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-img img {
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-img:hover img {
    transform: scale(1.08) rotate(-1deg);
    box-shadow: 0 8px 32px rgba(191, 161, 74, 0.28);
}

.gallery-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(212, 175, 55, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-img:hover::after {
    opacity: 1;
}

.whatsapp-animate {
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #25D366;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #25D36688;
    }

    70% {
        box-shadow: 0 0 0 12px #25D36600;
    }

    100% {
        box-shadow: 0 0 0 0 #25D36600;
    }
}

h1,
h2,
h3,
h4,
h5 {
    color: #18181b;
}

section {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(191, 161, 74, 0.04);
    margin-bottom: 2.5rem;
}

hr {
    border-color: #ffe066;
}