/* =========================================
   1. RESET & BASE STYLES
   ========================================= */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    scroll-behavior: smooth;
}

body {
    background-color: #0a0a0a;
    font-size: 1.1rem;
    font-family: sans-serif;
    width: 100%;
    min-height: 100dvh;
    position: relative;
    overflow-x: hidden;
    overscroll-behavior-y: none;
}

/* Khusus saat cover masih nutup (lock scroll) */
body.no-scroll {
    overflow: hidden !important;
    height: 100dvh !important;
    position: fixed !important; /* ← fixed HANYA saat no-scroll aktif */
    top: 0;
    left: 0;
}



#main-content {
    display: none;
    opacity: 0;
    width: 100%;
}

#main-content.show-content {
    display: block !important;
    opacity: 1 !important;
    overflow: visible !important;
}

[data-aos] {
    pointer-events: none;
}

[data-aos].aos-animate {
    pointer-events: auto !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.container-cover.slide-up {
    pointer-events: none;
    z-index: -1;
}

/* =========================================
   2. ROOT VARIABLES
   ========================================= */
:root {
    --pink: #f14e95;
    --cream: #F5E6AD;
    --bg-dark: #0a0a0a;
    --theme-color: #5d757d;
    --shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    --bg-sidebar: #333333;
    --bgcard: #ffffff;
    --hortensia-blue: #88b3c8;
    --hortensia-purple: #b098ce;
    --hortensia-pink: #e6a5b9;
    --hortensia-green: #9ec4a8;
    --text-color: #4a4a4a;
}

/* =========================================
   3. ANIMASI GLOBAL
   ========================================= */
@keyframes shine {
    0% { transform: translate(0, 0) scale(1); opacity: 0.2; }
    50% { transform: translate(200px, 150px) scale(1.3); opacity: 0.5; }
    100% { transform: translate(100px, 300px) scale(1.1); opacity: 0.3; }
}

@keyframes gradientTwinkle {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes fadescroll {
    0% { transform: translateY(-10px); opacity: 0; }
    50% { transform: translateY(0px); opacity: 1; }
    100% { transform: translateY(10px); }
}

@keyframes bungaBernapas {
    0% { transform: translateX(-50%) scale(1); box-shadow: 0 0 0px rgba(255, 255, 255, 0); }
    50% { transform: translateX(-50%) scale(1.08); box-shadow: 0 0 15px rgba(255, 255, 255, 0.3); }
    100% { transform: translateX(-50%) scale(1); box-shadow: 0 0 0px rgba(255, 255, 255, 0); }
}

@keyframes bungaMasuk {
    0% { opacity: 0; transform: translateX(-80%) translateY(-170vh) scale(0.85); }
    100% { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

@keyframes bungaHidup {
    0%, 100% { transform: translateX(-50%) translateY(0) rotate(0deg) scale(1); }
    25% { transform: translateX(-50%) translateY(-8px) rotate(1.2deg) scale(1.01); }
    50% { transform: translateX(-50%) translateY(-18px) rotate(-0.8deg) scale(1.025); }
    75% { transform: translateX(-50%) translateY(-8px) rotate(0.5deg) scale(1.01); }
}

/* === TAMBAHKAN INI === */
@keyframes bungaMasukLaptop {
    0% { 
        opacity: 0; 
        transform: translateX(-50%) translateY(-150vh) scale(0.8); 
    }
    100% { 
        opacity: 1; 
        transform: translateX(-50%) translateY(0) scale(1); 
    }
}

@keyframes bungaHidupLaptop {
    0%, 100% { 
        transform: translateX(-50%) translateY(0) rotate(0deg); 
    }
    50% { 
        transform: translateX(-50%) translateY(-10px) rotate(-1deg); 
    }
}
/* === END TAMBAHAN === */


@keyframes newspaperFade {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes breathing {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

/* =========================================
   4. TAMPILAN HP (max-width: 767px)
   ========================================= */
@media (max-width: 767px) {
    .left-panel {
        display: none;
    }

    .main-wrapper {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .container-cover {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        background-color: #000;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        overflow: hidden;
        transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
    }

    .container-cover.slide-up {
        transform: translateY(-100%);
        pointer-events: none;
        visibility: hidden;
        z-index: -1;
        transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1),
                    visibility 0s 1.2s,
                    z-index 0s 1.2s;
    }

    .CAROUSEL-FIXED {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        z-index: -1;
        overflow: hidden;
    }

    .CAROUSEL-FIXED .carousel,
    .CAROUSEL-FIXED .carousel-inner,
    .CAROUSEL-FIXED .carousel-item {
        height: 100dvh;
        width: 100%;
    }

    .CAROUSEL-FIXED img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .container-cover {
        height: 100dvh;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #d1cdc2;
    }

    .photo-container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .img-mempelai {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .content-area {
        position: relative;
        z-index: 10;
        margin-top: auto;
        margin-bottom: 40px;
        width: 90%;
        text-align: center;

    
    }

    .title-wedding {
        font-size: 24px!important;
        margin-bottom: 10px !important;
    }

    .text-small {
        font-size: 0.85rem;
    }

    .flower-decoration {
        max-width: 380px;
        bottom: 0px;
        animation-duration: 2s, 3.8s;
        animation-delay: 0s, 2s;
    }

    .monogram-logo {
        width: 150px;
        height: 120px;
    }

    .huruf-a, .huruf-p {
        font-size: 4rem;
    }

    .huruf-p {
        top: -25px;
        left: 20px;
    }

    .section-kado {
        margin-top: -450px !important;
    }

    .container-WG {
        padding: 35px 20px;
    }


    .nav-btn {
        font-size: 0.7rem;
        width: 10px;
        height: 10px;
    }

    .garden-card {
        padding: 40px 25px;
        border-radius: 30px;
    }

    .love-title {
        font-size: 42px;
    }

    .garden-drop-cap {
        font-size: 50px;
    }

    #video-prewed {
        padding: 20px 10px !important;
    }

    #video-prewed .container-galeri {
        max-width: 100%;
    }

    #Penutupcover {
        width: 100%;
        min-height: 100vh;
    }
}

/* =========================================
   5. TAMPILAN TABLET (768px - 991px)
   ========================================= */
@media (min-width: 768px) and (max-width: 991px) {
    /* FIX RUANG COSOONG - Paksa full layar */
    .container, .container-fluid, .row {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .split-container {
        display: flex;
        height: 100vh;
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .left-panel {
        display: flex;
        flex: 1.5;
        background: url('bgcover4jpeg.jpeg') center/cover no-repeat;
        align-items: center;
        justify-content: center;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

    .right-panel {
        flex: 1;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .main-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .container-cover {
        position: absolute;
        top: 0;
        right: 0;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        background-color: transparent !important;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 0 !important;
        transform: none !important;
        transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
    }

    .container-cover.slide-up {
        transform: translateY(-100%) !important;
    }

    .photo-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
        

        
    }

    .img-mempelai {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        filter: brightness(0.8);
    }

    .content-area {
        position: relative;
        z-index: 10;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end !important;
        align-items: center;
        padding-bottom: 15px !important;
        margin: 0 !important;
        gap: 5px;
        color: white;
        text-align: center;
        width: 100%;
    }

    .flower-decoration {
        bottom: -5px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        max-width: 450px !important;
        z-index: 5 !important;
        pointer-events: none;
        animation: bungaMasuk 2s cubic-bezier(0.22, 1, 0.36, 1) forwards,
                   bungaHidup 4s ease-in-out 2s infinite !important;
    }
}

/* =========================================
   6. TAMPILAN LAPTOP (min-width: 992px)
   ========================================= */
@media (min-width: 992px) {
    .split-container {
        display: flex;
        height: 100vh;
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .left-panel {
        display: flex;
        flex: 1.8;
        background: url('bgcover4jpeg.jpeg');
        background-size: cover;
        background-position: center 20%;
        position: relative;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        height: 100vh;
        z-index: 2;
        overflow: hidden;
    }

    .left-panel::after {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, rgba(255,255,255,0), rgba(30,10,50,0.3), rgba(10,40,60,0.3), rgba(255,255,255,0));
        background-size: 200% 200%;
        animation: gradientTwinkle 3s ease infinite;
        z-index: 1;
    }

    .left-panel-content {
        position: absolute;
        bottom: 80px;
        left: 40px;
        z-index: 10;
        text-align: left;
    }

    .left-panel-content h1 {
        line-height: 1.2;
        font-family: "Playfair Display", serif;
        font-size: 2rem;
        color: whitesmoke;
    }

    .left-panel-content h4 {
        font-family: sans-serif;
        color: rgb(240, 241, 242);
        font-size: 16px;
    }

    .left-panel-content p {
        font-family: 'Roboto Slab', serif;
        font-size: 14px;
        color: white;
    }

    /* 1. BASE STYLE (JANGAN DIHAPUS - Ini yang sudah kamu punya) */
.right-panel {
    flex: 1;
    height: 100vh;
    overflow-y: auto;        /* Default: boleh scroll */
    overflow-x: hidden;
    position: relative;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.right-panel::-webkit-scrollbar {
    display: none;
}

/* 2. FIX LOCKED STYLE (TAMBAHKAN INI DI BAWAHNYA) */
/* Saat ada class 'locked', scroll DIMATIKAN */
.right-panel.locked {
    overflow-y: hidden !important;   /* !important akan menimpa 'auto' di atas */
    overscroll-behavior: none !important;
}

/* Saat class 'locked' dihapus, scroll HIDUP kembali */
.right-panel:not(.locked) {
    overflow-y: auto !important;
}




    .main-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
        min-height: 102vh;
        background: transparent !important;
        position: relative;
    }

    .container-cover {
        position: absolute;
        top: 0;
        right: 0;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        background-color: transparent !important;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 0 !important;
        transform: none !important;
        transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
    }

    .container-cover.slide-up {
        transform: translateY(-100%) !important;
    }



    .photo-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: 1;
        overflow: hidden;
    }

    .img-mempelai {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        filter: brightness(0.8);
    }

    .content-area {
        position: relative;
        z-index: 10;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end !important;
        align-items: center;
        padding-bottom: 15px !important;
        margin: 0 !important;
        gap: 5px;
        color: white;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
        text-align: center;
        width: 100%;
    }

    .content-area h1 {
        line-height: 1.2;
        font-family: "Playfair Display", serif;
        font-size: 2rem;
        color: whitesmoke;
    }

    .content-area h4 {
        font-family: sans-serif;
        color: rgb(240, 241, 242);
        font-size: 16px;
    }

    .content-area p {
        font-family: 'Roboto Slab', serif;
        font-size: 14px;
        color: white;
    }

    .btnATAS {
        position: relative !important;
        left: auto !important;
        transform: none !important;
        margin-top: 10px !important;
        margin-bottom: 5px !important;
        border-radius: 50px;
        font-size: 14px;
        padding: 6px 15px;
        background-color: rgba(206, 217, 239, 0.1);
        border: 1px solid white;
        color: white !important;
        text-decoration: none;
        white-space: nowrap;
        z-index: 15;
        display: inline-flex;
        align-items: center;
        animation: bungaBernapas 4s ease-in-out infinite !important;
    }

    .btnATAS:hover {
        transform: scale(1.05);
        background-color: black !important;
    }

    .flower-decoration {
    position: absolute;
    bottom: -45px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    max-width: 500px !important;
    z-index: 5 !important;
    pointer-events: none;
    transform-origin: bottom center;
    
    /* ✅ TAMBAHKAN INI */
    animation: bungaMasukLaptop 2s cubic-bezier(0.22, 1, 0.36, 1) forwards,
               bungaHidupLaptop 4s ease-in-out 2s infinite !important;
}

.flower-decoration img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.25));
}


    .CAROUSEL-FIXED {
        position: fixed;
        top: 0;
        left: 60%;
        width: 40%;
        height: 100vh;
        z-index: -1;
        overflow: hidden;
    }

    .CAROUSEL-FIXED img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

  

    .overlay-content {
        padding: 60px 40px 30px 40px;
    }

    .order-last {
        order: 2 !important;
    }

    .row-love-story {
        max-width: 100% !important;
        width: 100% !important;
        display: flex !important;
        justify-content: flex-end !important;
        padding-right: 5% !important;
    }

    .row-love-story .newspaper-container {
        width: 95% !important;
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .container-galeri {
        background-color: rgb(235, 232, 232) !important;
        max-width: 500px !important;
        position: relative !important;
        left: 10px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        margin-top: 30px !important;
        margin-bottom: 50px !important;
        padding: 20px !important;
        border-radius: 20px;
        overflow: visible !important;
    }

    .gallery-header {
        padding-top: 10px !important;
    }

    .gallery-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    #video-prewed {
        min-height: auto;
        background: transparent !important;
    }

    #video-prewed .container-galeri {
        max-width: 720px;
    }

    .section-kado {
        margin-top: -600px !important;
        padding: 100px 0 !important;
    }

    .container-komen {
        max-width: 380px !important;
    }





}

@media (min-width: 1200px) {
    .section-kado {
        margin-top: -350px !important;
        padding: 120px 0 !important;
        position: relative;
        z-index: 10;
    }

    .container-WG {
        max-width: 600px;
        margin: 0 auto;
    }
   
}


/* =========================================
   7. GLOBAL COMPONENTS (Semua Device)
   ========================================= */
.light-effect {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    top: -100px;
    left: -100px;
    filter: blur(40px);
    pointer-events: none;
    animation: shine 10s infinite alternate ease-in-out;
    z-index: 11;
}

section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

#awal {
    position: relative;
    z-index: 1;
    background: transparent !important;
}

.CAROUSEL-FIXED .carousel,
.CAROUSEL-FIXED .carousel-inner,
.CAROUSEL-FIXED .carousel-item {
    height: 100vh;
}

.CAROUSEL-FIXED img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CAROUSEL-FIXED::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    z-index: 1;
}

.container-isi {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: 100dvh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    background: transparent !important;
}

.container-isi h3 {
    font-size: 20px;
}

.isi-awal {
    line-height: 1.2rem;
    color: #ffffff;
}

.photo-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.img-mempelai {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    object-position: 45% center;
}

.content-area {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -30%;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.content-area h1 {
    line-height: 1.2;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    color: whitesmoke;
}

.content-area h4 {
    font-family: sans-serif;
    color: rgb(240, 241, 242);
    font-size: 16px;
}

.content-area a {
    font-family: 'Roboto Slab', serif;
    color: white;
}

.content-area p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: white;
}

.btn-open-container {
    position: relative;
    z-index: 100;
    border: none;
    background: none;
}

.btnATAS {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    font-size: 14px;
    padding: 6px 15px;
    background-color: rgba(206, 217, 239, 0.1);
    border: 1px solid white;
    color: white !important;
    text-decoration: none;
    white-space: nowrap;
    animation: bungaBernapas 4s ease-in-out infinite;
    display: inline-flex;
    align-items: center;
    z-index: 99;
}

.btnATAS:hover {
    transform: scale(1.05);
    background-color: black !important;
}

.writeisi-awal {
    transform: translateY(35%);
}

.title-wedding {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.writeisi-awal h4 {
    font-family: sans-serif;
    color: rgb(240, 241, 242);
    font-size: 16px;
}

.writeisi-awal p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: white;
}

.btn-save-date {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 50px;
    transition: 0.3s;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-save-date:hover {
    background-color: #ffffff;
    color: #000000;
}

#simplyCountdown {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}

.simply-section {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(5px);
    border-radius: 15px !important;
    margin: 5px !important;
    width: 50px !important;
    height: 65px !important;
    padding: 10px !important;
}

.simply-amount {
    font-family: 'Cinzel', serif !important;
    font-size: 1.3rem !important;
    font-weight: bold !important;
    color: #ffffff !important;
    display: block !important;
}

.simply-word {
    font-family: 'Roboto Slab', serif !important;
    text-transform: uppercase !important;
    font-size: 0.6rem !important;
    letter-spacing: 1px !important;
    color: rgba(255,255,255,0.7) !important;
}

.scroll-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    z-index: 3;
    animation: fadescroll 2s infinite;
}

/* =========================================
   8. SECTION PEMBUKA & MONOGRAM
   ========================================= */
.pembuka {
    margin: 0 auto;
    background-color: rgba(255, 253, 253, 0.7);
    width: 100%;
    max-width: 500px;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
    line-height: 1.8;
}

.pembuka img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.monogram-logo {
    display: block;
    position: relative;
    width: 200px;
    height: 150px;
    margin: 20px auto;
    text-align: center;
}

.huruf-a {
    font-family: 'Cinzel', serif;
    font-size: 3.5rem;
    color: #000000;
    margin: 0;
    line-height: 1;
}

.huruf-p {
    font-family: 'Cinzel', serif;
    font-size: 3rem;
    color: #000000;
    margin: 0;
    line-height: 1;
    position: relative;
    top: -20px;
    left: 57px;
}

/* =========================================
   MONOGRAM LOGO - LAYOUT BARU
   ========================================= */

.monogram-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px auto;
    padding: 20px 0;
}

.initials-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* Jarak antar elemen */
    position: relative;
}

.initial {
    font-family: 'Cinzel', serif;
    font-size: 4rem;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    display: inline-block;
}

/* Huruf pertama (F) - sedikit lebih tinggi */
.initial.first {
    transform: translateY(-40px);
    margin-left: 35px;
}

/* Huruf terakhir (R) - posisi normal */
.initial.last {
    transform: translateY(40px);
    margin-right: 35px;
}

/* Heart Symbol di tengah */

.heart-divider {
    font-size: 2rem;
    color: var(--hortensia-pink);
    animation: heartbeat 2s ease-in-out infinite;
    display: inline-block;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(230, 165, 185, 0.4);

    margin-top: 32px;
    
    /* Hapus margin, pakai transform di animation saja */
}

@keyframes heartbeat {
    0%, 100% { 
        transform: translate(0px, 2px) scale(1); /* Kanan 15px, Bawah 25px */
        opacity: 1;
    }
    50% { 
        transform: translate(2px, 5px) scale(1.15);
        opacity: 0.9;
    }
}
/* Responsive Mobile */
@media (max-width: 767px) {
    .initials-container {
        gap: 15px;
    }
    
    .initial {
        font-size: 3rem;
    }
    
    .initial.first {
        transform: translateY(-8px);
    }
    
    .heart-divider {
        font-size: 1.5rem;
    }
}

/* Laptop */
@media (min-width: 992px) {
    .initials-container {
        gap: 25px;
    }
    
    .initial {
        font-size: 4.5rem;
    }
    
    .initial.first {
        transform: translateY(-12px);
    }
    
    .heart-divider {
        font-size: 2.2rem;
    }
}




.quote-container {
    max-width: 80%;
    margin: 30px auto;
    text-align: center;
    color: #333333;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

.quote-text {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.quote-source {
    font-family: 'Cinzel', serif;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    display: inline-block;
    padding-top: 10px;
    margin-top: 10px;
}

/* =========================================
   9. SECTION MEMPELAI
   ========================================= */
.kedua-mempelai {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 50px;
    justify-content: flex-start;
}

.monogram-mempelai {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    text-align: center;
}

.m-kedua {
    font-family: 'Cormorant Garamond', cursive;
    font-size: 3rem;
    color: white;
    margin: 0 !important;
    line-height: 1;
}

.m-mempelai {
    font-family: "Beau Rivage", cursive;
    font-size: 2.5rem;
    color: white;
    margin: 0;
    line-height: 1;
    position: relative;
    top: -15px;
    left: 40px;
}

.kedua-mempelai h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.kedua-mempelai p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;
    color: white;
    line-height: 1.5;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 30px;
    opacity: 1;
    width: 500px;
}

.story-section p {
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: justify;
    margin-top: 8px;
    color: #333;
}

.photo-card-structure {
    width: 100%;
    max-width: 550px;
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    text-align: center;
    position: relative;
}

.card-top-white {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
}

.script-name {
    font-family: 'Great Vibes', cursive;
    font-size: 35px;
    color: #111;
    margin: 0;
    line-height: 1;
}

.photo-area {
    width: 100%;
    display: block;
}

.photo-area img {
    width: 100%;
    height: auto;
    display: block;
}

.card-bottom-white {
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 40px 40px;
}

.full-name {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #111;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
}

.mempelai-info-container {
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 5px;
}

.mempelai-name {
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-wrap: nowrap;
}

.accent-line {
    width: 40px;
    height: 2px;
    background: #dcdcdc;
    margin-bottom: 15px;
}

.role-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #aaa;
    margin: 0 auto;
    padding-bottom: 5px;
}

.parents-box {
    font-family: 'Bodoni Moda', serif;
    font-size: 0.75rem;
    line-height: 1.1;
    margin-top: -10%;
    margin-bottom: 20px;
    color: #fff;
}



.parents-box .and-symbol {
    display: block;
    font-family: 'Sacramento', cursive;
    font-size: 1.2rem;
    margin: 2px 0;
    color: #dcdcdc;
}

.btn-instagram-profile {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    transition: 0.3s;
}

.btn-instagram-profile:hover {
    background: #fff;
    color: #000;
}




.vertical-name-putri {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-20%) rotate(270deg);
    font-family: 'sacramento', cursive;
    font-size: 1.8rem;
    color: white;
    white-space: nowrap;
    z-index: 10;
    letter-spacing: 4px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* =========================================
   10. SECTION AGENDA
   ========================================= */
#agenda {
    background-color: transparent !important;
    padding: 80px 0 !important;
    min-height: 100vh;
    display: block;
}

.container-isi {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}

#agenda .event-card.container {
    width: 90% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    border-radius: 0px !important;
    overflow: hidden;
    padding: 0 !important;
    box-shadow: 20px 20px 0px rgba(0,0,0,0.1);
    border: none !important;
    height: auto !important;
    min-height: fit-content !important;
}

#agenda .row {
    margin: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100%;
}

.cont-akad, .cont-resepsi {
    background-color: #4391be !important;
    flex: 0 0 75px !important;
    max-width: 75px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
}

.akad-vertical, .resepsi-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #ffffff !important;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 1.1rem;
    white-space: nowrap;
}

.card-akad, .card-resepsi {
    background-color: #ffffff !important;
    flex: 1 !important;
    padding: 35px 25px !important;
    color: #000 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-akad h1, .card-resepsi h1 {
    font-family: 'Cinzel', serif;
    font-size: 3.5rem !important;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    color: #000 !important;
}

.card-akad h4, .card-resepsi h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem !important;
    font-weight: 800;
    margin: 10px 0 15px 0;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 5px;
}

.card-akad p, .card-resepsi p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #333 !important;
}

.btn-lokasi {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}

.btn-lokasi .btn {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 8px 25px !important;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}


/* =========================================
   FIX JARAK ANTAR MEMPELAI
   ========================================= */

/* Tambah jarak antara info mempelai cowok dan foto mempelai cewek */
#section-putri {
    margin-top: 80px !important; /* Perbesar dari 40px ke 80px */
    padding-top: 20px !important;
}

/* Atau tambahkan margin bottom di info container pertama */
.kedua-mempelai > .mempelai-info-container {
    margin-bottom: 60px !important;
}

/* Untuk mobile */
@media (max-width: 767px) {
    #section-putri {
        margin-top: 60px !important;
    }
    
    .kedua-mempelai > .mempelai-info-container {
        margin-bottom: 40px !important;
    }
    .full-name {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    color: #111;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.3px;
}
}



/* =========================================
   11. SECTION LOVE STORY
   ========================================= */
.garden-card {
    background: transparent;
    backdrop-filter: blur(8px);
    border-radius: 50px;
    padding: 50px 40px;
    max-width: 750px;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(107, 140, 206, 0.15),
                inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    overflow: hidden;
    border: 1px solid rgba(176, 152, 206, 0.3);
}

.flower-decor {
    position: absolute;
    font-size: 40px;
    opacity: 0.6;
    z-index: 0;
}

.flower-tl { top: 15px; left: 20px; color: var(--hortensia-blue); transform: rotate(-20deg); }
.flower-tr { top: 15px; right: 20px; color: var(--hortensia-purple); transform: rotate(20deg); }
.flower-bl { bottom: 15px; left: 20px; color: var(--hortensia-green); transform: rotate(20deg); }
.flower-br { bottom: 15px; right: 20px; color: var(--hortensia-pink); transform: rotate(-20deg); }

.love-title {
    font-family: 'Dancing Script', cursive;
    font-size: 34px;
    text-align: center;
    background: linear-gradient(45deg, var(--hortensia-blue), var(--hortensia-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}

.subtitle {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.flower-divider {
    text-align: center;
    margin: 30px 0;
    color: var(--hortensia-blue);
    font-size: 20px;
    letter-spacing: 10px;
}

.story-section {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.story-section p {
    font-size: 14px;
}

.section-header {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--hortensia-purple);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header::before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: var(--hortensia-green);
}

.story-text {
    font-size: 14px;
    line-height: 1.9;
    color: #2c2c2c;
    text-align: justify;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    border-radius: 15px;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
}

.garden-drop-cap {
    float: left;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 0.8;
    margin-right: 12px;
    margin-top: 8px;
    padding: 5px 10px;
    border-radius: 15px 15px 15px 0;
    background: linear-gradient(135deg, var(--hortensia-blue), var(--hortensia-green));
    color: white;
    box-shadow: 0 4px 10px rgba(136, 179, 200, 0.4);
}

.garden-drop-cap.purple {
    background: linear-gradient(135deg, var(--hortensia-purple), var(--hortensia-pink));
    box-shadow: 0 4px 10px rgba(176, 152, 206, 0.4);
}

.quote-box {
    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
    border-left: 5px solid var(--hortensia-purple);
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    color: #666;
    position: relative;
}

.quote-box::before {
    content: "„";
    font-size: 40px;
    color: var(--hortensia-purple);
    position: absolute;
    top: -10px;
    left: 10px;
    opacity: 0.3;
}

.card-footer-custom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.web-link {
    color: var(--hortensia-blue);
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
}

/* =========================================
   12. SECTION GALLERY
   ========================================= */
.container-galeri {
    max-width: 500px;
    margin: 0 auto;
    background-color: rgb(235, 232, 232);
    overflow: hidden;
}

.gallery-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.huruf-G {
    font-family: "Playfair Display", serif !important;
    font-size: 35px;
    font-style: italic;
    font-weight: 900;
    margin: 0;
    align-self: flex-end;
    padding-right: 50px;
}

.line-with-text {
    display: flex;
    align-items: center;
    margin-top: -10px;
}

.gallery-divider {
    height: 2px;
    background-color: #333;
    flex: 1;
    margin-right: 15px;
}

.huruf-O {
    font-family: "Mea Culpa", cursive;
    font-size: 40px;
    color: #000;
    margin: 0;
    padding-right: 20px;
    text-wrap: nowrap;
}

.gallery-wrapper {
    background-color: #000;
    width: auto;
    max-width: 500px;
    margin: 0 15px;
}

.gallery-main .carousel-item {
    height: 450px;
    background-color: #000;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-thumbs-wrapper {
    padding: 10px;
    border-top: 1px solid #dcdcdc;
    z-index: 5;
}

.gallery-thumbs {
    gap: 8px;
    padding-left: 30px;
}

.thumb-item {
    width: 65px;
    height: 65px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    opacity: 0.6;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thumb-item.active {
    opacity: 1;
    border-color: #5d757d;
    transform: scale(1.05);
}

.gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.gallery-thumbs {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* =========================================
   13. FULLSCREEN GALLERY
   ========================================= */
.gallery-wrapper:fullscreen,
.gallery-wrapper.is-fake-fullscreen {
    background-color: #000 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important;
    position: fixed !important;
    top: 0;
    left: 0;
}

.gallery-wrapper:fullscreen .carousel-item,
.gallery-wrapper:fullscreen .carousel-item img,
.is-fake-fullscreen .carousel-item,
.is-fake-fullscreen .carousel-item img {
    height: 100vh !important;
    width: 100vw !important;
    object-fit: contain !important;
}

.gallery-wrapper:fullscreen .gallery-thumbs-wrapper,
.is-fake-fullscreen .gallery-thumbs-wrapper {
    display: none !important;
}

.gallery-wrapper:fullscreen {
    background-color: #000 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

.gallery-wrapper.fake-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    background-color: #000 !important;
    z-index: 999999 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left) !important;
}

body.no-scroll-iphone {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    touch-action: none;
}

.gallery-wrapper:fullscreen .carousel-item img,
.gallery-wrapper.fake-fullscreen .carousel-item img {
    height: 80dvh !important;
    width: 100% !important;
    object-fit: contain !important;
}

.gallery-wrapper:fullscreen .gallery-main,
.gallery-wrapper.fake-fullscreen .gallery-main {
    width: 100%;
}

.gallery-wrapper:fullscreen .gallery-thumbs,
.gallery-wrapper.fake-fullscreen .gallery-thumbs {
    display: none !important;
}

/* =========================================
   14. SECTION VIDEO
   ========================================= */
#video-prewed {
    width: 100%;
    padding: 40px 15px !important;
    background-color: transparent !important;
    display: block !important;
    position: relative;
    z-index: 10;
    margin: 0 !important;
}

#video-prewed .container-galeri {
    max-width: 640px;
    margin: 0 auto;
    background: transparent !important;
}

#video-prewed .ratio-4x3 {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
    overflow: hidden !important;
}

#video-prewed .ratio-4x3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    background: transparent !important;
}

/* =========================================
   15. SECTION WEDDING GIFT
   ========================================= */
/* =========================================
   SECTION GIFT - TEMA HORTENSIA GARDEN
   ========================================= */

/* Container Utama Section */
.section-gift-hortensia {
    padding: 60px 20px !important;
    background: transparent!important;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Card Utama */
.gift-card-hortensia {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 40px !important;
    padding: 45px 35px !important;
    max-width: 550px;
    width: 100%;
    position: relative;
    box-shadow: 
        0 20px 60px rgba(136, 179, 200, 0.25),
        0 8px 32px rgba(176, 152, 206, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(176, 152, 206, 0.3);
    z-index: 1;
}

/* Dekorasi Bunga Sudut */
.gift-card-hortensia .flower-decor {
    position: absolute;
    font-size: 28px;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

.gift-card-hortensia .flower-tl { top: 15px; left: 20px; color: var(--hortensia-blue); transform: rotate(-12deg); }
.gift-card-hortensia .flower-tr { top: 15px; right: 20px; color: var(--hortensia-purple); transform: rotate(12deg); }
.gift-card-hortensia .flower-bl { bottom: 15px; left: 20px; color: var(--hortensia-green); transform: rotate(12deg); }
.gift-card-hortensia .flower-br { bottom: 15px; right: 20px; color: var(--hortensia-pink); transform: rotate(-12deg); }

/* Header Section */
.gift-header {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.gift-title {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--hortensia-purple);
    margin: 0;
    text-transform: uppercase;
}

.gift-header .flower-divider {
    margin: 15px 0;
    color: var(--hortensia-blue);
    font-size: 16px;
    letter-spacing: 6px;
}

.gift-subtitle {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Gift Options Container */
.gift-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

/* Individual Gift Option Card */
.gift-option {
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(248,249,250,0.95));
    border-radius: 20px;
    padding: 22px 20px;
    text-align: center;
    border: 2px solid rgba(136, 179, 200, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.gift-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--hortensia-blue), var(--hortensia-purple), var(--hortensia-pink));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gift-option:hover {
    transform: translateY(-4px);
    border-color: var(--hortensia-purple);
    box-shadow: 0 12px 35px rgba(136, 179, 200, 0.25);
}

.gift-option:hover::before {
    opacity: 1;
}

.option-icon {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}

.option-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--hortensia-purple);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
}

.option-desc {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: #666;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

.option-alamat {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: #666;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

/* Tombol Digital Gift */
.btn-gift-digital,
.btn-gift-address {
    width: 100%;
    background: linear-gradient(135deg, var(--hortensia-blue), var(--hortensia-purple)) !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 20px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(136, 179, 200, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-gift-digital:hover,
.btn-gift-address:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(176, 152, 206, 0.5);
    background: linear-gradient(135deg, var(--hortensia-purple), var(--hortensia-pink)) !important;
}

.btn-gift-address {
    background: linear-gradient(135deg, var(--hortensia-green), var(--hortensia-blue)) !important;
}

.btn-gift-address:hover {
    background: linear-gradient(135deg, var(--hortensia-blue), var(--hortensia-purple)) !important;
}

/* Gift Note */
.gift-note {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 12px;
    color: #777;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* =========================================
   MODAL HORTENSIA STYLING
   ========================================= */

.modal-hortensia {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 30px !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 25px 80px rgba(136, 179, 200, 0.35) !important;
    border: 1px solid rgba(176, 152, 206, 0.4) !important;
}

.btn-close-hortensia {
    filter: none !important;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.btn-close-hortensia:hover {
    opacity: 1;
}

/* Gift Card Detail di Modal */
.gift-card-hortensia-detail {
    background: linear-gradient(135deg, #fff, #f8f9fa);
    border-radius: 20px;
    border: 2px solid rgba(136, 179, 200, 0.4);
    overflow: hidden;
    transition: all 0.3s ease;
}

.gift-card-hortensia-detail:hover {
    border-color: var(--hortensia-purple);
    box-shadow: 0 8px 25px rgba(136, 179, 200, 0.2);
}

.card-header-hortensia {
    background: linear-gradient(135deg, var(--hortensia-blue), var(--hortensia-purple));
    color: white;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-header-hortensia i {
    font-size: 16px;
}

.card-body-hortensia {
    padding: 20px;
    text-align: center;
}

.rek-number {
    font-family: 'Bodoni Moda', serif;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    letter-spacing: 3px;
    margin-bottom: 5px;
    word-break: break-all;
}

.rek-name {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    font-style: italic;
}

.btn-copy-hortensia {
    background: rgba(136, 179, 200, 0.15);
    color: var(--hortensia-purple) !important;
    border: 2px solid var(--hortensia-blue) !important;
    border-radius: 50px !important;
    padding: 10px 25px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-copy-hortensia:hover {
    background: var(--hortensia-purple) !important;
    color: white !important;
    border-color: var(--hortensia-purple) !important;
    transform: translateY(-2px);
}

.btn-copy-hortensia:active {
    transform: translateY(0);
}

/* Modal Quote */
.modal-quote {
    background: linear-gradient(135deg, rgba(232, 244, 248, 0.8), rgba(240, 232, 245, 0.8));
    border-left: 4px solid var(--hortensia-blue);
    border-radius: 12px;
    padding: 18px 20px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #555;
    font-size: 13px;
    line-height: 1.5;
}

/* =========================================
   RESPONSIVE - TABLET & HP
   ========================================= */
@media (max-width: 767px) {
    .section-gift-hortensia {
        margin-top: -150px !important; /* Tarik ke atas */
        padding-top: 30px !important;
        padding-bottom: 40px !important;
    }
    
    .gift-card-hortensia {
        padding: 35px 25px !important;
        border-radius: 30px !important;
    }
    
    .gift-title {
        font-size: 28px;
    }
    
    .gift-subtitle {
        font-size: 12px;
    }
    
    .gift-option {
        padding: 18px 16px;
    }
    
    .option-icon {
        font-size: 28px;
    }
    
    .option-title {
        font-size: 13px;
    }
    
    .btn-gift-digital,
    .btn-gift-address {
        padding: 10px 16px !important;
        font-size: 10px;
    }
    
    .rek-number {
        font-size: 18px;
        letter-spacing: 2px;
    }
    
    .modal-hortensia {
        margin: 10px;
        border-radius: 25px !important;
    }
}

@media (min-width: 992px) {
    .gift-card-hortensia {
        max-width: 600px;
        padding: 55px 45px !important;
    }
    
    .gift-options {
        grid-template-columns: 1fr 1fr;
    }
    
    .gift-title {
        font-size: 36px;
    }
}

/* Animasi Copy Success */
@keyframes copySuccess {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); background: var(--hortensia-green) !important; }
    100% { transform: scale(1); }
}

.btn-copy-hortensia.copied {
    animation: copySuccess 0.4s ease;
}
/* =========================================
   16. SECTION UCAPAN
   ========================================= */
/* =========================================
   SECTION UCAPAN - TEMA HORTENSIA GARDEN
   ========================================= */

/* Container Utama Section */
.section-ucapan-hortensia {
    padding: 80px 20px !important;
    background: transparent !important;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Card Utama - Glassmorphism Style */
.hortensia-card {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 40px !important;
    padding: 50px 40px !important;
    max-width: 600px;
    width: 100%;
    position: relative;
    box-shadow: 
        0 20px 60px rgba(136, 179, 200, 0.25),
        0 8px 32px rgba(176, 152, 206, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(176, 152, 206, 0.3);
    z-index: 1;
}

/* Dekorasi Bunga Sudut */
.hortensia-card .flower-decor {
    position: absolute;
    font-size: 32px;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
    animation: floatFlower 6s ease-in-out infinite;
}

.hortensia-card .flower-tl { top: 20px; left: 25px; color: var(--hortensia-blue); transform: rotate(-15deg); animation-delay: 0s; }
.hortensia-card .flower-tr { top: 20px; right: 25px; color: var(--hortensia-purple); transform: rotate(15deg); animation-delay: 1s; }
.hortensia-card .flower-bl { bottom: 20px; left: 25px; color: var(--hortensia-green); transform: rotate(15deg); animation-delay: 2s; }
.hortensia-card .flower-br { bottom: 20px; right: 25px; color: var(--hortensia-pink); transform: rotate(-15deg); animation-delay: 3s; }

@keyframes floatFlower {
    0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); }
    50% { transform: translateY(-8px) rotate(var(--r, 0deg)); }
}

/* Header Section */
.ucapan-header {
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

.ucapan-title {
    font-family: 'Dancing Script', cursive;
    font-size: 48px;
    background: linear-gradient(45deg, var(--hortensia-blue), var(--hortensia-purple), var(--hortensia-pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    line-height: 1.2;
}

.ucapan-subtitle {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #6b8cae;
    font-size: 15px;
    margin: 8px 0 0 0;
    letter-spacing: 1px;
}

.ucapan-header .flower-divider {
    margin: 25px 0 0 0;
    color: var(--hortensia-blue);
    font-size: 18px;
    letter-spacing: 8px;
}

/* Form Styling */
.hortensia-form {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.form-group-hortensia {
    margin-bottom: 22px;
}

.form-group-hortensia label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: var(--hortensia-purple);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    padding-left: 5px;
}

.form-control-hortensia,
.form-select-hortensia {
    width: 100%;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid rgba(136, 179, 200, 0.4) !important;
    border-radius: 15px !important;
    padding: 14px 18px !important;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #333 !important;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 8px rgba(136, 179, 200, 0.08);
}

.form-control-hortensia:focus,
.form-select-hortensia:focus {
    outline: none !important;
    border-color: var(--hortensia-purple) !important;
    box-shadow: 
        0 0 0 4px rgba(176, 152, 206, 0.15),
        inset 0 2px 8px rgba(136, 179, 200, 0.12);
    background: #fff !important;
}

.form-control-hortensia::placeholder {
    color: #aaa;
    font-style: italic;
}

.form-select-hortensia {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2388b3c8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px 10px;
    padding-right: 40px !important;
}

/* Tombol Kirim */
.btn-hortensia-send {
    width: 100%;
    background: linear-gradient(135deg, var(--hortensia-blue), var(--hortensia-purple)) !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 16px 30px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(136, 179, 200, 0.4);
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.btn-hortensia-send::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.btn-hortensia-send:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(176, 152, 206, 0.55);
    background: linear-gradient(135deg, var(--hortensia-purple), var(--hortensia-pink)) !important;
}

.btn-hortensia-send:hover::before {
    left: 100%;
}

.btn-hortensia-send:active {
    transform: translateY(-1px);
}

/* List Komentar */
.komentar-list {
    position: relative;
    z-index: 2;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
    margin-bottom: 25px;
}

.komentar-list::-webkit-scrollbar {
    width: 6px;
}

.komentar-list::-webkit-scrollbar-track {
    background: rgba(136, 179, 200, 0.1);
    border-radius: 10px;
}

.komentar-list::-webkit-scrollbar-thumb {
    background: var(--hortensia-blue);
    border-radius: 10px;
}

/* Style per Komentar */
.komentar-item {
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(248,249,250,0.95));
    border-left: 4px solid var(--hortensia-purple);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(136, 179, 200, 0.12);
    transition: transform 0.2s ease;
    position: relative;
}

.komentar-item::before {
    content: '❝';
    position: absolute;
    top: 8px;
    left: 12px;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: rgba(176, 152, 206, 0.3);
    line-height: 1;
}

.komentar-item:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(136, 179, 200, 0.2);
}

.komentar-nama {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--hortensia-purple);
    margin-bottom: 4px;
    padding-left: 15px;
}

.komentar-status {
    display: inline-block;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: 8px;
    font-weight: 500;
}

.komentar-status.Hadir {
    background: rgba(158, 196, 168, 0.3);
    color: #5a8a6a;
}

.komentar-status.Tidak\ Hadir {
    background: rgba(230, 165, 185, 0.3);
    color: #9a6a7a;
}

.komentar-isi {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin: 8px 0 0 0;
    padding-left: 15px;
    font-style: italic;
}

.komentar-waktu {
    font-size: 10px;
    color: #999;
    margin-top: 8px;
    padding-left: 15px;
    font-family: 'Montserrat', sans-serif;
}

/* Quote Box Penutup */
.quote-box-hortensia {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.9), rgba(232, 244, 248, 0.9));
    border-left: 4px solid var(--hortensia-blue);
    border-radius: 12px;
    padding: 20px 25px;
    margin-top: 10px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    box-shadow: inset 0 0 0 1px rgba(136, 179, 200, 0.2);
}

.quote-box-hortensia::before,
.quote-box-hortensia::after {
    content: '❧';
    color: var(--hortensia-purple);
    margin: 0 8px;
    font-size: 18px;
}

/* =========================================
   RESPONSIVE - TABLET & HP
   ========================================= */
@media (max-width: 767px) {
    .section-ucapan-hortensia {
        padding: 50px 15px !important;
    }
    
    .hortensia-card {
        padding: 40px 25px !important;
        border-radius: 30px !important;
    }
    
    .ucapan-title {
        font-size: 40px;
    }
    
    .ucapan-subtitle {
        font-size: 13px;
    }
    
    .form-control-hortensia,
    .form-select-hortensia {
        padding: 12px 16px !important;
        font-size: 13px;
    }
    
    .btn-hortensia-send {
        padding: 14px 25px !important;
        font-size: 12px;
    }
    
    .komentar-item {
        padding: 15px 18px;
    }
    
    .komentar-isi {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .hortensia-card {
        max-width: 650px;
        padding: 60px 50px !important;
    }
    
    .ucapan-title {
        font-size: 52px;
    }
}

/* Animasi Masuk untuk Komentar Baru */
@keyframes slideInKomentar {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.komentar-item.new {
    animation: slideInKomentar 0.4s ease forwards;
}

/* =========================================
   17. SECTION PENUTUP
   ========================================= */
#Penutupcover {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #000;
    overflow: hidden;
}

.CAROUSEL-penutup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.CAROUSEL-penutup .carousel,
.CAROUSEL-penutup .carousel-inner,
.CAROUSEL-penutup .carousel-item {
    height: 100%;
}

.CAROUSEL-penutup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-content {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.2) 50%,
        rgba(0,0,0,0.95) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: white;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
}

.cover-penutup {
    width: 100%;
}

.bagian-atas h1 {
    font-family: "Great Vibes", cursive;
    font-size: clamp(1.8rem, 5vw, 3rem);
    letter-spacing: 6px;
    margin-bottom: 10px;
}

.sub-text {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(9px, 2vw, 11px);
    line-height: 1.6;
    max-width: 380px;
    margin: 0 auto;
    opacity: 0.8;
    letter-spacing: 1px;
}

.bagian-bawah {
    margin-top: 20px;
}

.bagian-bawah h4 {
    font-size: clamp(8px, 2vw, 10px);
    letter-spacing: 3px;
    margin-bottom: 5px;
    opacity: 0.7;
}

.bagian-bawah h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.6rem, 5vw, 2.5rem);
    font-weight: 900;
    letter-spacing: 5px;
}

.Identity-pembuat {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
    z-index: 20;
}

.Identity-pembuat p {
    font-size: 8px;
    letter-spacing: 3px;
    margin-bottom: 2px;
    opacity: 0.6;
}

.Identity-pembuat h2 {
    font-family: serif;
    font-size: 1.1rem;
    letter-spacing: 3px;
    margin-bottom: 15px !important;
}

.hubungi-kami {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    margin-top: 10px;
    z-index: 999;
}

.btn-hub {
    color: white !important;
    font-size: 1.3rem;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.4s;
}

.btn-hub:hover {
    background: white;
    color: black !important;
}


/* =========================================
   18. STICKY FOOTER NAV (VERSI FINAL - ALL DEVICES)
   ========================================= */

/* Base: .container-footer (tidak diubah, tetap sama) */
.container-footer {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: 100dvh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* === STICKY FOOTER - BASE STYLE (SEMUA DEVICE) === */
.sticky-footer {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
    padding: 12px 10px;
    display: flex; 
    flex-direction: column;
    align-items: center;
    gap: 3px;
    z-index: 9999;
    background: var(--hortensia-pink); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    
    /* Default: Tersembunyi & Non-Aktif */
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* Mencegah klik "hantu" saat belum muncul */
    transition: all 0.5s ease-in-out;
}

/* Muncul saat JS menambahkan class 'active' ke <body> */
body.active .sticky-footer {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Tombol navigasi */
.nav-btn {
    text-decoration: none;
    color: white !important;
    font-size: 1rem; 
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px; 
    height: 24px;
}

.nav-btn:hover {
    color: #ffd700 !important; 
    transform: scale(1.2);
}

/* --- DESKTOP (min-width: 992px) --- */
@media (min-width: 992px) {
    .sticky-footer {
        left: 45% ;
        margin-left: 260px; /* Geser ke kanan dari titik tengah */
        width: 10px;
        height: auto;

        

    }
}

/* --- TABLET (768px - 991px) --- */
@media (min-width: 768px) and (max-width: 991px) {
    .sticky-footer {
        left: 50%;
        margin-left: 200px; /* Sedikit lebih ke kiri agar tidak menumpuk konten */
    }
}

/* --- HP / MOBILE (max-width: 767px) --- */
@media (max-width: 767px) {
    .sticky-footer {
        left: auto !important;
        margin-left: 0 !important;
        margin-right: -2%;
        right: 2px; /* Jarak aman dari tepi kanan */


        padding: 5px 3px;
        gap: 5px;
    }

    /* 🛡️ SAFE-AREA FIX untuk iPhone (notch/home bar) & Android gesture */
    @supports (padding: max(0px)) {
        .sticky-footer {
            right: max(16px, env(safe-area-inset-right));
            padding-bottom: max(10px, env(safe-area-inset-bottom));
        }
    }

    .nav-btn {
        font-size: 0.85rem; 
        width: 20px; 
        height: 20px;
    }
}

/* =========================================
   19. RESPONSIVE MOBILE EXTRAS
   ========================================= */
@media (max-width: 576px) {
    .container-awal h4 {
        font-size: 3.5rem;
    }

    .carosel-bawah h2 {
        font-size: 4rem;
    }

    .profile-img {
        width: 150px !important;
        height: 230px !important;
        object-fit: cover;
        border-radius: 150px;
        border: 6px solid white;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        position: relative;
        z-index: 2;
    }
}

/* =========================================
   20. FLOWER DECORATION ANIMATION
   ========================================= */
.flower-decoration {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    z-index: 8;
    pointer-events: none;
    transform-origin: bottom center;
    animation: bungaMasuk 2.4s cubic-bezier(0.22, 1, 0.36, 1) forwards,
               bungaHidup 4.5s ease-in-out 2.4s infinite;
}

.flower-decoration img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.25));
}

/* =========================================
   21. GLOBAL NO SCROLL
   ========================================= */
.no-scroll {
    overflow: hidden !important;
    height: 100vh;
}

/* =========================================
   FINAL FIX: PAKSA ANIMASI LAPTOP
   ========================================= */
@media (min-width: 992px) {
    .container-cover .flower-decoration {
        animation: 
            bungaMasukLaptop 2s cubic-bezier(0.22, 1, 0.36, 1) forwards,
            bungaHidupLaptop 4s ease-in-out 2s infinite !important;
        will-change: transform !important;
        backface-visibility: hidden !important;
    }
}