:root {

    /* ============================================================
       WARNA UTAMA THEME
       ============================================================ */

    --primary: #fff;
    --primary-dark: #fff;

    --bg: #a55b11;

    /* Warna background section / tombol buka undangan */
    --section-bg: #a55b11;

    --text: #FFFFFF;
    --text-soft: #E5D8B8;

    --white: #FFFFFF;


    /* ============================================================
       COUNTDOWN
       ============================================================ */

    /* Background box countdown */
    --countdown-bg: rgba(218, 132, 27, 0.75);

    /* Border box countdown */
    --countdown-border-color: rgba(255, 255, 255, 0.70);
    --countdown-border-width: 1px;

    /* Warna angka countdown */
    --countdown-number-color: #FFFFFF;

    /* Warna tulisan Hari, Jam, Menit, Detik */
    --countdown-label-color: #FFFFFF;

    /* Bayangan box countdown */
    --countdown-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);

    /* Bentuk sudut box countdown */
    --countdown-radius: 15px;

    /* Jarak antar box countdown */
    --countdown-gap: 8px;


    /* ============================================================
       RADIUS / SUDUT
       ============================================================ */

    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 30px;


    /* ============================================================
       SHADOW / BAYANGAN
       ============================================================ */

    --shadow-soft: 0 6px 18px rgba(0, 0, 0, .25);

    --shadow-medium: 0 12px 30px rgba(0, 0, 0, .45);

    /* ============================================================
       TOMBOL BUKA UNDANGAN
       ============================================================ */

    /* ------------------------------------------------------------
       POSISI
       ------------------------------------------------------------ */

    --open-btn-bottom: 80px;
    --open-btn-left: 50%;

    /* ------------------------------------------------------------
       UKURAN
       ------------------------------------------------------------ */

    --open-btn-width: 300px;
    --open-btn-height: 100px;

    /* ------------------------------------------------------------
       WARNA
       ------------------------------------------------------------ */

    --open-btn-bg: #6f4325;
    --open-btn-bg-hover: #4f2e19;

    --open-btn-text: #FFFFFF;

    --open-btn-border-color: #c8a15a;
    --open-btn-border-width: 1px;

    /* ------------------------------------------------------------
       BENTUK
       ------------------------------------------------------------ */

    --open-btn-radius: 30px;

    /* ------------------------------------------------------------
       TEXT
       ------------------------------------------------------------ */

    --open-btn-font-size: 15px;
    --open-btn-font-weight: 600;

    /* ------------------------------------------------------------
       ICON
       ------------------------------------------------------------ */

    --open-btn-icon-size: 17px;
    --open-btn-icon-gap: 10px;

    /* ------------------------------------------------------------
       SHADOW
       ------------------------------------------------------------ */

    --open-btn-shadow: 0 8px 20px rgba(0, 0, 0, .18);
    --open-btn-hover-shadow: 0 12px 28px rgba(0, 0, 0, .25);

    /* ------------------------------------------------------------
       ANIMATION
       ------------------------------------------------------------ */

    --open-btn-transition: .25s ease;

    /* ============================================================
       PENGATURAN NAMA TAMU (COVER / HERO)
       ============================================================ */

    /* Warna huruf nama tamu */
    --guest-name-color: #2de02d;

    /* Ukuran huruf nama tamu (layar normal / desktop / tablet) */
    --guest-name-size: 30px;

    /* Ukuran huruf nama tamu di HP (mobile <= 480px) */
    --guest-name-size-mobile: 21px;

    /* Ketebalan huruf nama tamu (400, 500, 600, 700, 800) */
    --guest-name-weight: 800;

    /* Jarak bawah nama tamu ke tombol buka undangan */
    --guest-name-margin-bottom: 180px;

    /* Font nama tamu */
    --guest-name-font: 'Cormorant Garamond', var(--font-heading, serif);

    /* ============================================================
       PENGATURAN NAMA MEMPELAI (GROOM & BRIDE)
       ============================================================ */

    /* Warna huruf nama mempelai pria & wanita */
    --couple-mempelai-color: #fc6464;

    /* Ukuran huruf nama mempelai (desktop / normal) */
    --couple-mempelai-size: 34px;

    /* Ukuran huruf nama mempelai di HP (mobile <= 480px) */
    --couple-mempelai-size-mobile: 30px;

    /* Ketebalan huruf nama mempelai (400, 500, 600, 700) */
    --couple-mempelai-weight: 500;

    /* ============================================================
       PENGATURAN ORANG TUA MEMPELAI (.couple-parent)
       ============================================================ */

    /* Warna teks orang tua mempelai ("Putra dari ... & ...") */
    --couple-parent-color: #2b1810;

    /* Ukuran font orang tua mempelai (desktop / normal) */
    --couple-parent-size: 21px;

    /* Ukuran font orang tua mempelai di HP (mobile <= 480px) */
    --couple-parent-size-mobile: 16px;

    /* Ketebalan font orang tua mempelai (400, 500, 600) */
    --couple-parent-weight: 500;

    /* Font orang tua mempelai */
    --couple-parent-font: var(--font-body, 'Poppins', sans-serif);

    /* ============================================================
       PENGATURAN TEKS PENUTUP
       ============================================================ */

    /* Warna teks ucapan penutup ("Merupakan suatu kehormatan...") */
    --penutup-text-color: #ffffff;

    /* Ukuran font teks penutup */
    --penutup-text-size: 15px;

    /* Ukuran font teks penutup di HP (mobile <= 480px) */
    --penutup-text-size-mobile: 13.5px;

    /* Ketebalan font teks penutup (400, 500, 600, 700) */
    --penutup-text-weight: 400;

    /* Font teks penutup */
    --penutup-text-font: var(--font-body, 'Poppins', sans-serif);

    /* Warna teks salam ("Wassalamualaikum Wr Wb") */
    --penutup-salam-color: #f7e7ce;

    /* Ukuran teks salam */
    --penutup-salam-size: 17px;

    /* Ukuran teks salam di HP */
    --penutup-salam-size-mobile: 15px;

    /* Ketebalan teks salam */
    --penutup-salam-weight: 700;

    /* Warna nama mempelai penutup */
    --penutup-couple-color: #ffffff;

    /* Ukuran nama mempelai penutup */
    --penutup-couple-size: 32px;

    /* Ukuran nama mempelai penutup di HP */
    --penutup-couple-size-mobile: 26px;

    /* Jarak turun dari atas / ruang kosong untuk wajah foto (default: 50vh) */
    --penutup-padding-top: 50vh;

    /* Jarak dari bawah (padding-bottom) */
    --penutup-padding-bottom: 45px;

    /* ============================================================
       PENGATURAN TANDA KASIH (.gift-eyebrow)
       ============================================================ */

    /* Warna teks Tanda Kasih */
    --gift-eyebrow-color: #f7e7ce;

    /* Background pill/badge Tanda Kasih */
    --gift-eyebrow-bg: rgba(60, 32, 16, 0.65);

    /* Border badge Tanda Kasih */
    --gift-eyebrow-border: 1px solid rgba(247, 231, 206, 0.45);

    /* Ukuran font Tanda Kasih */
    --gift-eyebrow-size: 0.85rem;

    /* Ukuran font Tanda Kasih di HP */
    --gift-eyebrow-size-mobile: 0.78rem;

    /* Ketebalan font (500, 600, 700) */
    --gift-eyebrow-weight: 600;

    /* Jarak huruf (letter spacing) */
    --gift-eyebrow-letter-spacing: 0.22em;

    /* ============================================================
       PENGATURAN DESKRIPSI TANDA KASIH (.gift-description)
       ============================================================ */

    /* Warna teks deskripsi gift */
    --gift-description-color: #62483c;

    /* Ketebalan font deskripsi gift (600, 700) */
    --gift-description-weight: 500;

    /* Ukuran font deskripsi gift */
    --gift-description-size: 1.1rem;

    /* Ukuran font deskripsi gift di HP */
    --gift-description-size-mobile: 0.95rem;

    /* ============================================================
       PENGATURAN VENDOR SUBTITLE (.vendor-subtitle)
       ============================================================ */

    /* Warna teks vendor subtitle ("Supported By") */
    --vendor-subtitle-color: #ff0024;

    /* Ketebalan font vendor subtitle (600, 700, 800) */
    --vendor-subtitle-weight: 700;

    /* Ukuran font vendor subtitle */
    --vendor-subtitle-size: 1.2rem;

    /* Ukuran font vendor subtitle di HP */
    --vendor-subtitle-size-mobile: 1.05rem;

    /* ============================================================
       PENGATURAN VENDOR KATEGORI (.vendor-category)
       ============================================================ */

    /* Warna teks kategori vendor */
    --vendor-category-color: #ff0024;

    /* Background badge kategori vendor */
    --vendor-category-bg: rgba(255, 0, 36, 0.08);

    /* Ukuran font kategori vendor */
    --vendor-category-size: 1.35rem;

    /* Ukuran font kategori vendor di HP */
    --vendor-category-size-mobile: 1.15rem;

    /* Ketebalan font kategori vendor (500, 600, 700) */
    --vendor-category-weight: 600;

    /* ============================================================
       PENGATURAN TURUT MENGUNDANG (.turut-mengundang)
       ============================================================ */

    /* Background box kartu Turut Mengundang */
    --turut-card-bg: rgba(255, 255, 255, 0.88);

    /* Border box kartu Turut Mengundang */
    --turut-card-border: 1px solid rgba(190, 160, 110, 0.45);

    /* Bayangan box kartu Turut Mengundang */
    --turut-card-shadow: 0 12px 35px rgba(60, 40, 20, 0.15);

    /* Radius sudut kartu Turut Mengundang */
    --turut-card-radius: 24px;

    /* Warna label kecil "TURUT MENGUNDANG" */
    --turut-label-color: #8c6d3f;

    /* Warna judul "Keluarga Besar" */
    --turut-title-color: #2b1810;

    /* Warna label peran "KELUARGA MEMPELAI PRIA / WANITA" */
    --turut-role-color: #7a5833;

    /* Warna nama orang tua / keluarga */
    --turut-name-color: #1a0f08;

    /* Ukuran nama orang tua (desktop / normal) */
    --turut-name-size: 18px;

    /* Ukuran nama orang tua di HP */
    --turut-name-size-mobile: 16.5px;

    /* Ketebalan font nama orang tua */
    --turut-name-weight: 700;

    /* ============================================================
       PENGATURAN KARTU REKENING / ATM (.gift-account-card)
       ============================================================ */

    /* Background kartu rekening */
    --gift-card-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(250, 245, 237, 0.95) 100%);

    /* Border kartu rekening */
    --gift-card-border: 1px solid rgba(190, 160, 110, 0.45);

    /* Bayangan kartu rekening */
    --gift-card-shadow: 0 14px 35px rgba(60, 40, 20, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);

    /* Radius sudut kartu rekening */
    --gift-card-radius: 20px;

    /* Warna background logo bank */
    --gift-bank-logo-bg: linear-gradient(135deg, #8c6d3f, #6b4c20);

    /* Warna nama bank / display name */
    --gift-bank-title-color: #2b1810;

    /* Warna subtext bank */
    --gift-bank-sub-color: #7a6a58;

    /* Warna label "Atas Nama" */
    --gift-owner-label-color: #8c7b69;

    /* Warna nama pemilik rekening */
    --gift-owner-name-color: #2b1810;

    /* Background box nomor rekening */
    --gift-acc-num-bg: rgba(140, 109, 63, 0.08);

    /* Border box nomor rekening */
    --gift-acc-num-border: 1px dashed rgba(190, 160, 110, 0.5);

    /* Warna nomor rekening */
    --gift-acc-num-color: #2b1810;

    /* Background tombol salin / copy */
    --gift-copy-btn-bg: linear-gradient(135deg, #8c6d3f 0%, #6b4c20 100%);

    /* Background tombol salin saat hover */
    --gift-copy-btn-hover-bg: linear-gradient(135deg, #6b4c20 0%, #4f3310 100%);

    /* Warna teks & ikon tombol salin */
    --gift-copy-btn-text: #ffffff;

    /* ============================================================
       PENGATURAN TOMBOL UMUM / LOKASI (.btn, .card-acara .btn)
       ============================================================ */

    /* Background tombol */
    --btn-primary-bg: linear-gradient(135deg, #8c6d3f 0%, #6b4c20 100%);

    /* Background tombol saat di-hover */
    --btn-primary-hover-bg: linear-gradient(135deg, #6b4c20 0%, #4a3212 100%);

    /* Warna teks tombol */
    --btn-primary-color: #ffffff;

    /* Border tombol */
    --btn-primary-border: 1px solid rgba(255, 255, 255, 0.25);

    /* Radius sudut tombol */
    --btn-primary-radius: 30px;

    /* Bayangan tombol */
    --btn-primary-shadow: 0 6px 18px rgba(70, 45, 20, 0.22);

    /* Ukuran font tombol umum (layar PC / normal) */
    --btn-primary-font-size: 13.5px;

    /* Ukuran font tombol umum di HP */
    --btn-primary-font-size-mobile: 13px;

    /* Ketebalan font tombol */
    --btn-primary-weight: 600;

    /* Jarak huruf (letter spacing) */
    --btn-primary-letter-spacing: 0.5px;

    /* ============================================================
       PENGATURAN KHUSUS TOMBOL LOKASI (.card-acara .btn)
       ============================================================ */

    /* Ukuran font tombol lihat lokasi di PC */
    --btn-location-size: 13px;

    /* Ukuran font tombol lihat lokasi di HP */
    --btn-location-size-mobile: 12.5px;

    /* Padding tombol lihat lokasi di PC */
    --btn-location-padding: 9px 24px;

    /* Padding tombol lihat lokasi di HP */
    --btn-location-padding-mobile: 8px 20px;

    /* Ukuran ikon lokasi di PC */
    --btn-location-icon-size: 13px;

    /* ============================================================
       PENGATURAN ICON SOSIAL MEDIA FOOTER (.footer-social)
       ============================================================ */

    /* Warna icon normal (coklat mewah / bronze) */
    --footer-social-color: #6b4c20;

    /* Warna background lingkaran icon normal */
    --footer-social-bg: rgba(140, 109, 63, 0.12);

    /* Border lingkaran icon normal */
    --footer-social-border: 1px solid rgba(140, 109, 63, 0.28);

    /* Warna icon saat di-hover */
    --footer-social-hover-color: #ffffff;

    /* Background lingkaran icon saat di-hover */
    --footer-social-hover-bg: linear-gradient(135deg, #8c6d3f 0%, #6b4c20 100%);

    /* Border lingkaran icon saat di-hover */
    --footer-social-hover-border: 1px solid rgba(107, 76, 32, 0.5);

    /* Bayangan icon saat hover */
    --footer-social-hover-shadow: 0 6px 16px rgba(107, 76, 32, 0.35);

    /* ============================================================
       PENGATURAN WARNA ICON HATI / LOVE (.fa-heart)
       ============================================================ */

    /* Warna icon hati (merah elegan / crimson) */
    --heart-icon-color: #e53935;

    /* ============================================================
       PENGATURAN FOOTER UCAPAN ("Terima kasih atas ucapan...")
       ============================================================ */

    /* Ukuran teks ucapan terima kasih */
    --comment-thanks-size: 0.85rem;

    /* Ukuran teks ucapan terima kasih di HP */
    --comment-thanks-size-mobile: 0.78rem;

    /* Warna teks ucapan terima kasih */
    --comment-thanks-color: #705e4d;

    /* Ketebalan teks */
    --comment-thanks-weight: 500;

    /* ============================================================
       PENGATURAN TOMBOL PLAY/PAUSE MUSIC (#music-toggle)
       ============================================================ */

    /* Posisi tombol musik dari kanan */
    --music-btn-right: 20px;

    /* Posisi tombol musik dari bawah */
    --music-btn-bottom: 85px;

    /* Ukuran tombol musik */
    --music-btn-size: 46px;

    /* Ukuran tombol musik di HP */
    --music-btn-size-mobile: 44px;

    /* Background tombol musik */
    --music-btn-bg: rgba(43, 24, 16, 0.92);

    /* Background tombol musik saat hover */
    --music-btn-hover-bg: #6f4325;

    /* Border tombol musik */
    --music-btn-border: 1px solid rgba(212, 175, 55, 0.45);

    /* Warna ikon tombol musik */
    --music-btn-icon-color: #f7e7ce;

    /* Bayangan tombol musik */
    --music-btn-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);

}

/* =================================================
   FIXED BACKGROUND SYSTEM (KHUSUS TEMA INI)
================================================= */

body.theme-fixed-bg::before{
    content:"";
    position:fixed;
    top:0;
    bottom:0;
    left:50%;
    transform:translateX(-50%);

    width:600px;
    max-width:100%;
    height:100vh;

    background:url("../images/joglo-bg1.jpg") center / cover no-repeat;
    z-index:0;
}

body.theme-fixed-bg::after{
    content:"";
    position:fixed;
    top:0;
    bottom:0;
    left:50%;
    transform:translateX(-50%);

    width:540px;
    max-width:100vw;
    height:100vh;

    background:rgba(243, 230, 200, 0.2); /* fallback */
    background:color-mix(in srgb, var(--primary) 20%, transparent);

    z-index:1;
    pointer-events:none;
}

/* =================================================
   RESET & BASE BODY
================================================= */

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

body{
    font-family:var(--font-body);
    color:#000;
    line-height:1.7;
}

/* override background global (tema ini saja) */
body.theme-fixed-bg{
    background:transparent;
}

/* semua section naik di atas fixed background */

body.theme-fixed-bg section{
    position:relative;
    z-index:2;
    background-color:transparent; /* â¬…ï¸ PENTING */
}

/* MATIKAN background-image bawaan template */
body.theme-fixed-bg 
.section-bg:not(.section-fullscreen):not(.penutup){
    background-image: none;
}

/* =================================================
   SECTION SYSTEM (GLOBAL TEMPLATE)
================================================= */

/* ================= SECTION ================= */

section{
    max-width:600px;
    margin:0 auto;
    padding:60px 20px;
    text-align:center;
    position:relative;
}

.section-bg{
    position:relative;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.section-bg > *{
    position:relative;
    z-index:3;
}

section.section-bg{
    padding:40px 20px;
    text-align:center;
}

section.section-bg:not(.section-fullscreen){
    display:block;
}

/* fullscreen layout */
.section-fullscreen{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}


/* ================= TYPOGRAPHY ================= */

h1,h2,h3{
    font-family:var(--font-heading);
    margin-bottom:12px;
}

h1{font-size:24px;}
h2{font-size:22px;}
h3{font-size:18px;}

.card-pria h3,
.card-wanita h3{
    font-family: var(--font-accent);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.3px;
}

.card-acara h2{
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}


p{
    font-size:21px;         /* sedikit di atas default */
    line-height:1.75;         /* lebih lega */
    margin-bottom:4px;
}

small{
    font-size:25px;
    letter-spacing:.3px;
}

.alamat-label{
    font-weight:600;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:.4px;
    color:var(--bg);
}

/* ================================================================
   SECTION: COUPLE (Mempelai) - ORANG TUA & ALAMAT
   ================================================================ */

/* Orang Tua Mempelai */
.couple-parent,
.groom-parent,
.bride-parent {
    display: block;
    font-family: var(--couple-parent-font, var(--font-body, sans-serif));
    font-size: var(--couple-parent-size, 21px);
    font-weight: var(--couple-parent-weight, 500);
    color: var(--couple-parent-color, #2b1810);
    line-height: 1.6;
    letter-spacing: 0.3px;
    margin: 6px auto 12px;
    max-width: 380px;
    text-align: center;
}

@media (max-width: 480px) {
    .couple-parent,
    .groom-parent,
    .bride-parent {
        font-size: var(--couple-parent-size-mobile, 16px) !important;
        line-height: 1.55 !important;
        margin-bottom: 10px !important;
    }
}

/* Alamat mempelai */
.couple-address {
    font-family: 'Lora', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-dark);
    opacity: 1;
    margin-top: 6px;
    margin-bottom: 17px;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

.couple-address i {
    color: var(--primary-soft);
    margin-right: 6px;
    font-size: 12px;
}

/* Spesifik untuk groom dan bride jika perlu berbeda */
.groom-address {
    /* bisa tambahkan gaya khusus jika diperlukan */
}

.bride-address {
    /* bisa tambahkan gaya khusus jika diperlukan */
}

/* Responsif untuk alamat di mobile */
@media (max-width: 480px) {
    .couple-address {
        font-size: 12px;
    }
}

/* ================= BUTTON ================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--btn-primary-bg, linear-gradient(135deg, #8c6d3f 0%, #6b4c20 100%));
    color: var(--btn-primary-color, #ffffff) !important;
    font-family: var(--font-body, sans-serif);
    font-size: var(--btn-primary-font-size, 13.5px);
    font-weight: var(--btn-primary-weight, 600);
    letter-spacing: var(--btn-primary-letter-spacing, 0.5px);
    border: var(--btn-primary-border, 1px solid rgba(255, 255, 255, 0.25));
    padding: 10px 28px;
    border-radius: var(--btn-primary-radius, 30px);
    cursor: pointer;
    box-shadow: var(--btn-primary-shadow, 0 6px 18px rgba(70, 45, 20, 0.22));
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, filter .25s ease;
    margin-top: 14px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn i {
    font-size: 14px;
    transition: transform .25s ease;
}

.btn:hover {
    background: var(--btn-primary-hover-bg, linear-gradient(135deg, #6b4c20 0%, #4a3212 100%));
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(70, 45, 20, 0.32);
    color: #ffffff !important;
}

.btn:hover i {
    transform: scale(1.12);
}

.btn:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 10px rgba(70, 45, 20, 0.2);
}

/* Tombol Lihat Lokasi Acara (Lebih Compact & Proporsional di PC) */
.card-acara .btn {
    font-size: var(--btn-location-size, 13px) !important;
    padding: var(--btn-location-padding, 9px 24px) !important;
    margin-top: 12px !important;
    gap: 7px !important;
}

.card-acara .btn i.fa-map-location-dot,
.card-acara .btn i {
    font-size: var(--btn-location-icon-size, 13px) !important;
}

@media (max-width: 480px) {
    .btn {
        font-size: var(--btn-primary-font-size-mobile, 13px) !important;
        padding: 9px 22px !important;
    }

    .card-acara .btn {
        font-size: var(--btn-location-size-mobile, 12.5px) !important;
        padding: var(--btn-location-padding-mobile, 8px 20px) !important;
    }
}

.open-invitation-wrapper {

    position: absolute;

    left: var(--open-btn-left);
    bottom: var(--open-btn-bottom);

    transform: translateX(-50%);

    z-index: 20;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================= WATERMARK PITA ================= */
.watermark{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;

    background: linear-gradient(
        135deg,
        #f5d06f,
        #d4af37,
        #b8962e
    );
    color: #3a2c00;

    padding: 8px 26px 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;

    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;

    box-shadow:
        0 6px 14px rgba(0,0,0,.25),
        inset 0 1px 0 rgba(255,255,255,.6);
}

/* bentuk trapezoid / sayap kiri */
.watermark::before,
.watermark::after{
    content:"";
    position:absolute;
    top:0;
    width:0;
    height:0;
    border-top: 18px solid #b8962e;
}

/* kiri */
.watermark::before{
    left:-18px;
    border-left: 18px solid transparent;
}

/* kanan */
.watermark::after{
    right:-18px;
    border-right: 18px solid transparent;
}

/* mobile sedikit diperkecil */
@media (max-width: 768px){
    .watermark{
        font-size: 13px;
        padding: 7px 22px 9px;
    }
}

/* ================= COVER ================= */
.cover{
    min-height:100vh;
    display:flex;
    align-items:flex-end;       /*turun ke bawah */
    justify-content:center;
    padding-bottom:40px;

    position:relative;
    overflow:hidden;
    
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* wrapper isi cover */
.cover > div{
    text-align:center;
    color:#09270e;                 /*semua teks putih */
    max-width:420px;
}

.cover > div > div{
    letter-spacing:.3px;
    opacity:.9;
}

.cover p{
    font-size:24px;
    opacity:.95;
}

.cover small,
.cover-guest-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 8px auto 6px;
    padding: 4px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #2e7d32;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    border: 1px solid rgba(46, 125, 50, 0.35);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
}

.cover-guest-label i {
    font-size: 12px;
    color: #2e7d32;
}

#namatamu,
.hero-guest-name {
    font-family: var(--guest-name-font, 'Cormorant Garamond', serif);
    font-size: var(--guest-name-size, 26px);
    font-weight: var(--guest-name-weight, 700);
    color: var(--guest-name-color, #2b1810);
    letter-spacing: 0.5px;
    line-height: 1.35;
    margin: 4px 0 var(--guest-name-margin-bottom, 180px) 0;
    text-align: center;
    word-break: break-word;
}

@media (max-width: 480px) {
    #namatamu,
    .hero-guest-name {
        font-size: var(--guest-name-size-mobile, 22px) !important;
        margin-bottom: var(--guest-name-margin-bottom, 180px) !important;
    }
}


/* ============================================================
   COUPLE NAME
   Nama Mempelai
   ============================================================ */

.groom-name,
.bride-name {
    font-family: "Great Vibes", cursive;
    font-size: var(--couple-mempelai-size, 34px);
    font-weight: var(--couple-mempelai-weight, 500);
    line-height: 1.25;
    letter-spacing: 0.5px;
    color: var(--couple-mempelai-color, #fc6464);

    margin: 0 0 10px;
    text-align: center;
}

.couple-name-section {
   font-family: var(--font-accent);    /* Pinyon Script */
    font-size: 35px;
    font-weight: 500;

    line-height: 1.25;
    letter-spacing: 0.5px;

    color: #000000;

    margin:1px 0 10px;

    text-align: center;
}

.couple-name-cover {
    font-family: "Playfair Display", serif;
    font-size: 35px;
    font-weight: 500;

    line-height: 1.2;
    letter-spacing: 0.3px;

    color: #fcfcfc;

    margin: 0 0 50px;

    text-align: center;
}

.cover-couple-name {
    font-family: var(--font-accent);

    font-size: 35px;
    font-weight: 600;

    line-height: 1.15;
    letter-spacing: 0.3px;

    color: #bb182f; /* nama pasangan di cover */

    margin: 10px 0 14px;

    text-align: center;
    
}

/* ============================================================
   WEDDING DATE
   Tanggal Pernikahan
   ============================================================ */

.wedding-date {
    display: inline-block;
    font-family: var(--font-heading, 'Rufina', 'Playfair Display', serif);
    font-size: clamp(1.15rem, 3.8vw, 1.6rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #fdf6eb;
    padding: 8px 26px;
    background: rgba(43, 24, 16, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 35px;
    box-shadow: 
        0 4px 18px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 235, 180, 0.25);
    margin: 8px auto 14px;
    text-align: center;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .wedding-title {
        font-size: 22px;
        letter-spacing: 0.4px;
        margin-bottom: 12px;
    }

    .couple-name {
        font-size: 28px;
        letter-spacing: 0.2px;
        margin-bottom: 10px;
    }

    .wedding-date {
        padding: 5px 16px;
        letter-spacing: 1.4px;
    }

}

.cover .btn{
    margin-top:0px;
    font-weight:600;
        padding:8px 20px;
    border: 1px solid;
    border-color:var(--section-bg);
    box-shadow:0 12px 30px rgba(0,0,0,.35);
}

/* ===============================
   COVER CONTENT ANIMATION
================================ */
.cover > div{
    animation: coverEnter .9s cubic-bezier(.22,.61,.36,1) forwards;
}

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

/* ===============================
   SECTION PEMBUKA / HERO
================================ */
section.section-fullscreen:has(.pembuka-photo){
    background-image:url('../images/joglo-bg1.jpg');
    min-height:100vh;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#000;

    position:relative;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding-bottom:240px;

}

/* foto pembuka tampil di section hero */
section.section-fullscreen:has(.pembuka-photo) .pembuka-photo{
    display:block;
    position:relative;
    z-index:2;
}

.pembuka-photo{
    margin-top:-100px;
    width:180px;
    height:240px;
    object-fit:cover;
    background:#fff;
    padding:4px;
    border-radius: 120px 120px 24px 24px;  /* Pengaturan bentuk frame foto*/

    box-shadow:
        0 16px 36px rgba(62,58,57,.16),
        0 4px 10px rgba(62,58,57,.08);

    margin-bottom:14px;
}



/* ================================================================
   3. FLORAL & DEKORASI (tetap dipertahankan)
   ================================================================ */
.dekorasi-satu::before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background: url('../images/pv-dk1.png') top center / contain no-repeat;
    margin-bottom: 5px;
    pointer-events: none;
    animation: breathe 3s ease-in-out infinite;
    transform-origin: center;
}

@keyframes breathe {
    0%   { transform: scale(1) translateY(0); }
    50%  { transform: scale(1.1) translateY(-6px); }
    100% { transform: scale(1) translateY(0); }
}

.floral-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url('../images/pg-dk1.png') top center / contain no-repeat;
    pointer-events: none;
    z-index: 2;
    transform: translateY(var(--parallax-top, 0));
    will-change: transform;
}

.floral-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url('../images/pv-dk1.png') bottom center / contain no-repeat;
    pointer-events: none;
    z-index: 2;
    transform: translateY(var(--parallax-bottom, 0));
    will-change: transform;
}

.floral-top,
.floral-bottom {
    position: relative;
    overflow: hidden;
}

/* ============================================================
   WEDDING TITLE
   The Wedding Of
   ============================================================ */

.wedding-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;

    line-height: 1.3;

    letter-spacing: 0.5px;

    color: #000000; /* the wedding of */

    margin: 0 0 14px;

    text-align: center;
}

/* ============================================================
   COUNTDOWN - FOREVER ART 01
   ============================================================ */

.countdown {
    width: 100%;
    max-width: 360px;
    margin: 22px auto 0;

    display: flex;
    justify-content: center;
    align-items: stretch;

    gap: var(--countdown-gap);

    position: relative;
    z-index: 10;
}

/* ============================================================
   COUNTDOWN BOX
   ============================================================ */

.countdown-unit {
    background-color: var(--countdown-bg);

    border:
        var(--countdown-border-width)
        solid
        var(--countdown-border-color);

    border-radius: var(--countdown-radius);

    box-shadow: var(--countdown-shadow);

    padding: 12px 10px;

    min-width: 65px;

    text-align: center;
}


/* ============================================================
   ANGKA COUNTDOWN
   ============================================================ */

.countdown-number {
    display: block;

    color: var(--countdown-number-color);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}


/* ============================================================
   LABEL COUNTDOWN
   ============================================================ */

.countdown-label {
    display: block;

    margin-top: 4px;

    color: var(--countdown-label-color);

    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
}

/* ============================================================
   COUNTDOWN FINISHED
   ============================================================ */

.countdown-finished {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 14px 22px;

    border-radius: 14px;

    background: rgba(255, 255, 255, 0.22);

    border: 1px solid rgba(255, 255, 255, 0.5);

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    color: #ffffff;

    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.5);
}

.finished-icon {
    font-size: 18px;
    margin-bottom: 5px;
}

.finished-text {
    font-family: var(--font-heading, serif);
    font-size: 15px;
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .countdown {
        max-width: 330px;
        gap: 6px;
        margin-top: 18px;
    }

    .countdown-unit {
        padding: 8px 3px 9px;
        border-radius: 10px;
    }

    .countdown-number {
        font-size: 21px;
    }

    .countdown-label {
        margin-top: 6px;
        font-size: 9px;
        letter-spacing: 0.8px;
    }
}

/* ============================================================
   HP SANGAT KECIL
   ============================================================ */

@media (max-width: 360px) {

    .countdown {
        max-width: 300px;
        gap: 5px;
    }

    .countdown-number {
        font-size: 19px;
    }

    .countdown-label {
        font-size: 8px;
        letter-spacing: 0.6px;
    }

}

/* ================= TRANSITION ================= */
.hidden{display:none;}

.fade-item{
    opacity:0;
    transform:translateY(20px);
    transition:.8s ease;
}

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

/* ================================================================
   ================================================================
   7. SECTION: COVER / HERO
   ================================================================ */
section.cover {
    background: url('../images/joglo-bg3.jpg') center center / cover no-repeat !important;
    /* cover = memenuhi seluruh area tanpa terpotong */
}

  
.cover {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    color: var(--text-dark);
}

.cover > div,
.cover-pelapis {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 560px;
    width: 100%;
    margin-top: auto;
    padding: 20px 16px 10px;
    animation: coverEnter .9s cubic-bezier(.22,.61,.36,1) forwards;
}

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

.cover .foto-cover-khusus {
    display: block !important;
    margin: 0 auto 12px;
    width: clamp(130px, 32vw, 175px);
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center top;
    border-radius: 120px 120px 24px 24px;
    border: 3px solid #f5f2ec;
    outline: 2px solid var(--primary);
    outline-offset: 4px;
    box-shadow: 0 0 0 6px rgba(61, 82, 68, 0.06), 0 8px 24px rgba(0, 0, 0, 0.25);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.cover .foto-cover-khusus:hover {
    transform: scale(1.03);
    box-shadow: 0 0 0 6px rgba(61, 82, 68, 0.10), 0 12px 40px rgba(0, 0, 0, 0.32);
}


/* ================= CARD Mempelai ================= */
.card-mempelai{
    position:relative;
    z-index:4; 
    margin:0 auto;
    padding:0px 24px 40px 24px;
    max-width:460px;
    border-radius:24px;
    border: 2px solid;
    border-color:var(--bg);
    color:#000;
    
    background:rgba(243, 230, 200, 0.2); /* fallback */
    background:color-mix(in srgb, #fff 70%, transparent);

    box-shadow:
        0 18px 40px rgba(0,0,0,.08),
        0 6px 14px rgba(0,0,0,.05);

    text-align:center;
}

.footer-divider .heart-icon,
.footer-divider i.fa-heart {
    color: var(--heart-icon-color, #e53935);
    display: inline-block;
    line-height: 2;
    margin: 0 0px;
    text-shadow: 0 2px 6px rgba(229, 57, 53, 0.35);
}

.footer-divider .heart-icon:first-of-type {
    font-size: 13px;
}

.footer-divider .heart-icon:last-of-type {
    font-size: 13px;
}

.footer-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer-divider span {
    width: 60px;
    height: 1px;
    background: var(--heart-icon-color, #e53935);
}

.salam-pembuka{
    margin-top: 50px;
}

.card{
    margin:40px auto;
    position:relative;
    color: #000;
}

.profile-photo{
    margin-top:20px;
    width:180px;
    height:260px;
    object-fit:cover;
    border-radius: 125px;

    box-shadow:
        0 16px 36px rgba(62,58,57,.16),
        0 4px 10px rgba(62,58,57,.08);

    margin-bottom:16px;
}

.profile-photo {
    border: 3px solid rgba(106, 132, 89, 0.65);

    box-shadow:
        0 0 0 4px rgba(255, 255, 255, 0.75),
        0 8px 24px rgba(0, 0, 0, 0.12);

    box-sizing: border-box;
}

.card-wanita, .card-pria{
    color:#000;
}

.instagram-icon-link{
    display: flex;          /* biar icon pas di tengah */
    align-items: center;
    justify-content: center;
    text-decoration: none;

    margin: 10px auto 0;

    width: 30px;                   /* kunci biar bulat sempurna */
    height: 30px;

    color: var(--white);
    background-color: var(--bg);  /* warna lingkaran */

    font-size: 15px;
    border-radius: 50%;
}

/* ================= QUOTE ================= */
body.theme-fixed-bg .quote{
    background:rgb(191, 172, 148, 0.7); /* Pengaturan warna box background text */
}

section blockquote{
    color:#000;
    padding:40px 20px;
    border-radius:var(--radius-md);
    border: solid 1px var(--text);
    font-size:16px;
    text-align:center;
    background:color-mix(in srgb, #fff 70%, transparent);
}

/* ================= LIVE STREAMING ================= */
body.theme-fixed-bg .live-stream{
    background:color-mix(in srgb, var(--bg) 70%, transparent);
}

.live-stream{
    text-align:center;
    padding:32px 20px;
}

.live-stream p{
    color:var(--text);
}

.live-btn{
    display:inline-block;
    margin-top:12px;
    padding:8px 24px;
    border-radius:30px;
    background:var(--primary);
    color:#000;
    font-weight:500;
    text-decoration:none;
    box-shadow:var(--shadow-medium);
}

.live-btn:hover{
    background:var(--primary);
}

/* ================= GALLERY ================= */
body.theme-fixed-bg .gallery {
    background-color: rgba(191, 172, 148, 0.7); /* Pengaturan warna box background galeri */
}

.gallery{
    background:var(--primary);
    color:var(--primary);
    text-align:center;
    font-size:28px;
}

.gallery-masonry{
    column-count:2;
    column-gap:12px;
    margin-top:30px;
}

.masonry-item{
    width:100%;
    margin-bottom:12px;
    break-inside:avoid;
}

/* ===============================
   GALLERY POPUP (FULL VIEW)
=============================== */

.gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.gallery-modal.active {
    display: block;
}

.gallery-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.75);
}

.gallery-modal-box {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; /* jarak kiri kanan mobile */
}

.gallery-modal-box img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    background: #000;
}

.gallery-modal-close {
    position: fixed;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 10000;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-nav.prev {
    left: 12px;
}

.gallery-nav.next {
    right: 12px;
}

/* NAV PANAH */
.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.gallery-nav.prev {
    left: 10px;
}

.gallery-nav.next {
    right: 10px;
}


/* INDIKATOR */
.gallery-indicator {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,.55);
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    z-index: 5;
}


@media (max-width: 768px) {
    .gallery-nav {
        width: 36px;
        height: 36px;
        font-size: 24px;
        background: rgba(0,0,0,.45);
    }    
    
}

/* ===============================
   VIDEO PREWEDDING (SIMPLE & AMAN)
=============================== */

.video-prewedding {
    width: 100%;
    margin: 20px 0;
}

.video-prewedding iframe {
    width: 100%;
    height: 220px;   /* default mobile */
    border: none;
}

/* tablet */
@media (min-width: 600px) {
    .video-prewedding iframe {
        height: 320px;
    }
}

/* desktop */
@media (min-width: 1024px) {
    .video-prewedding iframe {
        height: 420px;
    }
}



/* ================= LOVE STORY SECTION ================= */
body.theme-fixed-bg .love-story{
    background:color-mix(in srgb, #fff 70%, transparent);
}

.love-story{
    position:relative;
    z-index:4; 
    margin: 36px auto;
    padding:60px 24px 40px 24px;

    max-width:460px;
    border-radius: 24px;
    
    background:rgba(243, 230, 200, 0.2); /* fallback */
    background:color-mix(in srgb, #fff 70%, transparent);

    box-shadow:
        0 18px 40px rgba(0,0,0,.08),
        0 6px 14px rgba(0,0,0,.05);

    text-align:center;
    align-items:center;
}


/* garis vertikal */
.love-story::before{
    content:"";
    position:absolute;
    left:8px;
    top:0;
    bottom:0;
    width:2px;
    background:linear-gradient(
        to bottom,
        transparent,
        var(--bg),
        var(--bg),
        transparent
    );
    opacity:.8;
}

/* judul section */
.love-story h2{
    text-align:center;
    color:var(--bg);
    margin-bottom:24px;
    position:relative;
}

/* intro text */
.love-story > p{
    text-align:center;
    color:#000;
    margin-bottom:24px;
    max-width:520px;
}

/* ================= STORY ITEM ================= */

.story-item{
    position:relative;
    padding-left:28px;
    margin-bottom:32px;
}

/* dot timeline */
.story-item::before{
    content:"";
    position:absolute;
    left:-3px;
    top:6px;
    width:12px;
    height:12px;
    background:var(--bg);
    border-radius:50%;
    box-shadow:0 0 0 4px rgba(217,163,174,.25);
}

/* judul cerita */
.story-item h3{
    font-size:17px;
    margin-bottom:8px;
    color:var(--bg);
    text-align:left;
}

/* isi cerita */
.story-item p{
    text-align:left;
    color:#000;
    font-size:13px;
    line-height:1.8;
    max-width:520px;
}

/* ================= RSVP ================= */
body.theme-fixed-bg .section-rsvp{
    background:color-mix(in srgb, #fff 70%, transparent);
}

.section-rsvp{
    position:relative;
    align-items:center;
    text-align:center;
    background:var(--primary);
    color:#000;
}    

/* ============================================================
   RSVP SUCCESS MODAL
   ============================================================ */

.modal-overlay {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100%;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(0, 0, 0, 0.55);

    z-index: 99999;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}


/* ============================================================
   MODAL ACTIVE
   ============================================================ */

.modal-overlay.show {
    display: flex;

    opacity: 1;
    visibility: visible;
}


/* ============================================================
   MODAL CONTENT
   ============================================================ */

.modal-content {
    width: 100%;
    max-width: 380px;

    background: rgba(255, 255, 255, 0.96);

    border-radius: 24px;

    padding: 32px 26px;

    text-align: center;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.25);

    transform: translateY(20px) scale(0.96);

    transition:
        transform 0.3s ease;
}


/* ============================================================
   MODAL ACTIVE ANIMATION
   ============================================================ */

.modal-overlay.show .modal-content {
    transform: translateY(0) scale(1);
}


/* ============================================================
   ICON
   ============================================================ */

.modal-icon {
    margin-bottom: 15px;
}

.modal-icon i {
    font-size: 58px;

    color: #6e8359;

    filter:
        drop-shadow(
            0 5px 10px
            rgba(110, 131, 89, 0.25)
        );
}


/* ============================================================
   TITLE
   ============================================================ */

.modal-content h2 {
    margin: 0 0 12px;

    font-family: var(--font-heading);

    font-size: 28px;

    font-weight: 600;

    color: #333;
}


/* ============================================================
   DESCRIPTION
   ============================================================ */

.modal-content p {
    margin: 0 auto 22px;

    max-width: 310px;

    font-size: 14px;

    line-height: 1.7;

    color: #666;
}


/* ============================================================
   CLOSE BUTTON
   ============================================================ */

.modal-close {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    min-width: 120px;

    padding: 11px 22px;

    border: none;

    border-radius: 30px;

    background: var(--bg);

    color: #fff;

    font-family: inherit;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    box-shadow:
        0 8px 20px
        rgba(0, 0, 0, 0.18);

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}


.modal-close:hover {
    opacity: 0.9;
}


.modal-close:active {
    transform: scale(0.96);
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .modal-overlay {
        padding: 18px;
    }

    .modal-content {
        max-width: 350px;

        padding: 28px 22px;

        border-radius: 22px;
    }

    .modal-icon i {
        font-size: 52px;
    }

    .modal-content h2 {
        font-size: 25px;
    }

    .modal-content p {
        font-size: 13px;
    }

}

/* ================= GIFT ================= */
body.theme-fixed-bg .section-gift{
    background:rgba(191, 172, 148, 0.7); /* Pengaturan warna box background galeri */
}

.section-gift{
    position:relative;
    padding:40px 40px;
    align-items:center;
    text-align:center;
}    

.gift-card{
    background:#fff;
    border-radius:var(--radius-md);
    padding:20px;
    margin:20px 0;
    text-align:center;
    box-shadow:var(--shadow-soft);
}

.gift-card strong{
    font-size:18px;
    display:block;
    margin-bottom:8px;
    color:var(--primary-dark);
    color:#000;
}

.gift-card small{
    display:block;
    font-size:13px;
    color:#000;
}

.gift-card span.account-number{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#000;
}

.kado-fisik-box{
    color:#000;
}

.gift-card .btn{
    background:var(--bg);
    padding:8px 18px;
    font-size:12px;
    border-radius:8px;
}
    font-size:15px;
    color:var(--primary-dark);
}

.mengundang-list{
    list-style:none;
    padding-left:0;
    margin-top:12px;
}

.mengundang-list li{
    position:relative;
    padding-left:22px;
    margin-bottom:10px;
    font-size:13px;
    color:var(--text);
    line-height:1.7;
}

/* titik bullet */
.mengundang-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:8px;
    height:8px;
    background:var(--primary);
    border-radius:50%;
    box-shadow:0 0 0 3px rgba(217,163,174,.25);
}

/* ============================================================
   KADO DIGITAL
   Studio1 Invitation - Flower Art 01
   ============================================================ */

.section-gift {
    position: relative;

    width: 100%;
    padding: 70px 16px;

    overflow: hidden;
}


.gift-wrapper {
    width: 100%;
    max-width: 680px;

    margin: 0 auto;
}


/* ============================================================
   HEADER
   ============================================================ */

.gift-header {
    text-align: center;

    margin-bottom: 32px;
}


.gift-icon {
    width: 58px;
    height: 58px;

    margin: 0 auto 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.78);

    border: 1px solid rgba(190,160,110,.20);

    box-shadow:
        0 8px 24px rgba(80,60,30,.08);

    color: #b18a5b;

    font-size: 22px;
}


.gift-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 12px;
    padding: 6px 18px;
    background: var(--gift-eyebrow-bg, rgba(60, 32, 16, 0.65));
    border: var(--gift-eyebrow-border, 1px solid rgba(247, 231, 206, 0.45));
    border-radius: 30px;
    font-size: var(--gift-eyebrow-size, 0.85rem);
    font-weight: var(--gift-eyebrow-weight, 600);
    letter-spacing: var(--gift-eyebrow-letter-spacing, 0.22em);
    text-transform: uppercase;
    color: var(--gift-eyebrow-color, #f7e7ce);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

@media (max-width: 480px) {
    .gift-eyebrow {
        font-size: var(--gift-eyebrow-size-mobile, 0.78rem) !important;
        padding: 5px 15px !important;
        letter-spacing: 0.18em !important;
        margin-bottom: 10px !important;
    }
}


.gift-title {
    margin: 0 0 12px;

    font-family: Georgia, serif;

    font-size: 2rem;

    font-weight: 600;

    color: #ffffff;
}


.gift-description {
    max-width: 520px;
    margin: 0 auto;
    font-size: var(--gift-description-size, 1.1rem);
    font-weight: var(--gift-description-weight, 600);
    line-height: 1.6;
    color: var(--gift-description-color, #62483c);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
}

@media (max-width: 480px) {
    .gift-description {
        font-size: var(--gift-description-size-mobile, 0.95rem);
    }
}


/* ============================================================
   DIVIDER
   ============================================================ */

.gift-divider {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin-top: 20px;
}


.gift-divider span {
    width: 45px;
    height: 1px;

    background: rgba(170,140,100,.35);
}


.gift-divider i,
.gift-divider i.fa-heart {
    font-size: 11px;
    color: var(--heart-icon-color, #e53935);
    text-shadow: 0 1px 4px rgba(229, 57, 53, 0.35);
}


/* ============================================================
   ACCOUNT LIST
   ============================================================ */

.gift-accounts {
    display: flex;

    flex-direction: column;

    gap: 16px;
}


/* ============================================================
   ACCOUNT CARD (MODERN LUXURY ATM CARD)
   ============================================================ */

.gift-account-card {
    position: relative;
    padding: 24px 22px;
    border-radius: var(--gift-card-radius, 20px);
    background: var(--gift-card-bg, linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(250, 245, 237, 0.96) 100%));
    border: var(--gift-card-border, 1px solid rgba(190, 160, 110, 0.45));
    box-shadow: var(--gift-card-shadow, 0 14px 35px rgba(60, 40, 20, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    overflow: hidden;
}

/* Subtle luxury card corner accent */
.gift-account-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background: radial-gradient(circle at top right, rgba(190, 160, 110, 0.25), transparent 70%);
    pointer-events: none;
}

.gift-account-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(60, 40, 20, 0.18), 0 4px 10px rgba(0, 0, 0, 0.06);
    border-color: rgba(190, 160, 110, 0.75);
}

/* ============================================================
   BANK TOP
   ============================================================ */

.gift-account-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(190, 160, 110, 0.22);
}

.gift-bank-logo {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
    background: var(--gift-bank-logo-bg, linear-gradient(135deg, #8c6d3f, #6b4c20));
    border: 1px solid rgba(190, 160, 110, 0.35);
    box-shadow: 0 4px 12px rgba(60, 40, 20, 0.15);
    padding: 6px;
}

.gift-bank-logo img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.gift-bank-logo i {
    color: #ffffff;
    font-size: 24px;
}

.gift-bank-info {
    min-width: 0;
    flex: 1;
    text-align: left;
}

.gift-bank-info strong {
    display: block;
    font-family: var(--font-heading, serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gift-bank-title-color, #2b1810);
    line-height: 1.3;
    letter-spacing: 0.3px;
}

.gift-bank-info small {
    display: inline-block;
    margin-top: 3px;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--gift-bank-sub-color, #7a6a58);
    letter-spacing: 0.5px;
}

/* ============================================================
   ACCOUNT OWNER
   ============================================================ */

.gift-account-owner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0 14px;
}

.gift-account-owner span {
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--gift-owner-label-color, #8c7b69);
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.gift-account-owner strong {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gift-owner-name-color, #2b1810);
    text-align: right;
    letter-spacing: 0.3px;
}

/* ============================================================
   ACCOUNT NUMBER & COPY BUTTON
   ============================================================ */

.gift-account-number {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    background: var(--gift-acc-num-bg, rgba(140, 109, 63, 0.08));
    border: var(--gift-acc-num-border, 1px dashed rgba(190, 160, 110, 0.5));
    border-radius: 14px;
    padding: 6px 8px 6px 16px;
}

.account-number {
    flex: 1;
    min-width: 0;
    color: var(--gift-acc-num-color, #2b1810);
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-align: left;
    overflow-wrap: anywhere;
}

/* Copy Button */
.gift-copy-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background: var(--gift-copy-btn-bg, linear-gradient(135deg, #8c6d3f 0%, #6b4c20 100%));
    color: var(--gift-copy-btn-text, #ffffff);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(107, 76, 32, 0.3);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.gift-copy-button i {
    font-size: 14px;
}

.gift-copy-button:hover {
    transform: translateY(-2px);
    background: var(--gift-copy-btn-hover-bg, linear-gradient(135deg, #6b4c20 0%, #4f3310 100%));
    box-shadow: 0 6px 16px rgba(107, 76, 32, 0.4);
}

.gift-copy-button:active {
    transform: scale(0.97);
}


/* ============================================================
   PHYSICAL GIFT
   ============================================================ */

.physical-gift-card {

    display: flex;

    gap: 16px;

    margin-top: 22px;

    padding: 22px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.86),
            rgba(249,244,236,.78)
        );

    border: 1px solid rgba(255,255,255,.90);

    box-shadow:
        0 12px 35px rgba(80,60,30,.08);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}


.physical-gift-icon {

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: rgba(194,157,108,.13);

    color: #b28a5a;

    font-size: 18px;
}


.physical-gift-content {

    min-width: 0;

    flex: 1;
}


.physical-gift-label {

    display: block;

    margin-bottom: 2px;

    font-size: .68rem;

    text-transform: uppercase;

    letter-spacing: .13em;

    color: #a28a6c;
}


.physical-gift-content h3 {

    margin: 0 0 7px;

    font-family: Georgia, serif;

    font-size: 1.15rem;

    font-weight: 600;

    color: #40372e;
}


.physical-gift-content > p {

    margin: 0 0 16px;

    font-size: .78rem;

    line-height: 1.65;

    color: #7f7468;
}


/* ============================================================
   RECIPIENT
   ============================================================ */

.gift-recipient {

    margin-bottom: 12px;
}


.gift-recipient span,
.gift-address > span {

    display: block;

    margin-bottom: 4px;

    font-size: .68rem;

    color: #998c7c;

    text-transform: uppercase;

    letter-spacing: .06em;
}


.gift-recipient strong {

    font-size: .84rem;

    color: #4b4035;
}


/* ============================================================
   ADDRESS
   ============================================================ */

.gift-address {

    margin-bottom: 15px;

    padding: 12px 14px;

    border-radius: 13px;

    background: rgba(255,255,255,.60);
}


.gift-address > span {

    display: flex;

    align-items: center;

    gap: 5px;
}


.gift-address > span i {

    color: #b28a5a;
}


.gift-address p {

    margin: 0;

    font-size: .8rem;

    line-height: 1.65;

    color: #554a3e;
}


/* ============================================================
   COPY ADDRESS
   ============================================================ */

.gift-address-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    min-height: 40px;

    padding: 0 15px;

    border: 0;

    border-radius: 11px;

    background: #9f7c50;

    color: #fff;

    cursor: pointer;

    font-size: .74rem;
}


/* ============================================================
   EMPTY
   ============================================================ */

.gift-empty {

    padding: 35px 20px;

    text-align: center;

    border-radius: 20px;

    background: rgba(255,255,255,.70);

    color: #918477;
}


.gift-empty i {

    display: block;

    margin-bottom: 10px;

    font-size: 25px;

    color: #b99668;
}


.gift-empty p {

    margin: 0;

    font-size: .8rem;
}


/* ============================================================
   FOOTER
   ============================================================ */

.gift-footer {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    margin-top: 25px;

    padding: 0 15px;

    text-align: center;

    color: #000;

    font-size: .9rem;

    line-height: 1.5;
}


.gift-footer i,
.gift-footer i.fa-heart {
    color: var(--heart-icon-color, #e53935);
    font-size: 11px;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .section-gift {

        padding: 55px 12px;

    }


    .gift-title {

        font-size: 1.7rem;

    }


    .gift-description {

        font-size: .8rem;

    }


    .gift-account-card {
        padding: 18px 16px !important;
        border-radius: 18px !important;
    }

    .gift-bank-logo {
        width: 50px !important;
        height: 50px !important;
        flex: 0 0 50px !important;
    }

    .gift-bank-info strong {
        font-size: 1.15rem !important;
    }

    .gift-account-owner {
        padding: 8px 0 12px !important;
    }

    .gift-account-owner span {
        font-size: 0.85rem !important;
    }

    .gift-account-owner strong {
        font-size: 1.05rem !important;
    }

    .gift-account-number {
        padding: 6px 6px 6px 12px !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .account-number {
        font-size: 1.15rem !important;
        letter-spacing: 0.08em !important;
    }

    .gift-copy-button {
        width: auto !important;
        min-height: 38px !important;
        padding: 0 14px !important;
        font-size: 0.82rem !important;
    }


    .physical-gift-card {

        padding: 17px;

        border-radius: 18px;

    }


    .physical-gift-icon {

        width: 42px;
        height: 42px;

        flex-basis: 42px;

    }

}

/* ============================================================
   SUPPORTED BY / VENDOR
   ============================================================ */

.vendor-section {
    position: relative;
    padding: 90px 20px;
    overflow: hidden;
}


.vendor-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


/* ============================================================
   HEADER
   ============================================================ */

.vendor-header {
    text-align: center;
    margin-bottom: 45px;
}


.vendor-badge {
    width: 46px;
    height: 46px;

    margin: 0 auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,0.72);

    border: 1px solid rgba(122,98,66,0.20);

    color: #7a6242;

    box-shadow:
        0 8px 25px rgba(70,50,30,0.08);
}


.vendor-badge i {
    font-size: 18px;
}


.vendor-title {
    margin: 0;

    font-family: Georgia, serif;

    font-size: clamp(1.2rem, 4vw, 2.4rem);

    font-weight: 400;

    font-style: italic;

    color: #19130e;

    line-height: 1.2;
}


.vendor-subtitle {
    margin: 12px 0 8px;
    font-size: var(--vendor-subtitle-size, 1.2rem);
    font-weight: var(--vendor-subtitle-weight, 700);
    letter-spacing: 0.38em;
    color: var(--vendor-subtitle-color, #ff0024);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 480px) {
    .vendor-subtitle {
        font-size: var(--vendor-subtitle-size-mobile, 1.05rem);
        letter-spacing: 0.28em;
    }
}


.vendor-description {
    max-width: 600px;

    margin: 0 auto;

    font-size: 1.1rem;

    line-height: 1.5;

    color: #000000;
}


.vendor-divider {
    margin: 22px auto 0;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    max-width: 180px;
}


.vendor-divider span {
    flex: 1;

    height: 1px;

    background: rgba(122,98,66,0.35);
}


.vendor-divider i {
    font-size: 11px;

    color: #a7865b;
}


/* ============================================================
   GRID
   ============================================================ */

.vendor-grid {
    display: grid;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(280px, 1fr)
        );

    gap: 24px;

    align-items: stretch;
}


/* ============================================================
   CARD
   ============================================================ */

.vendor-card {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    padding: 32px 24px;

    min-height: 0;

    border-radius: 26px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.88),
            rgba(255,255,255,0.62)
        );

    border: 1px solid
        rgba(255,255,255,0.9);

    box-shadow:
        0 18px 45px
        rgba(55,40,25,0.10);

    backdrop-filter: blur(10px);

    -webkit-backdrop-filter: blur(10px);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.vendor-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 25px 55px
        rgba(55,40,25,0.16);
}


/* ============================================================
   LOGO
   ============================================================ */

.vendor-logo {
    width: 82px;
    height: 82px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid rgba(165, 91, 17, 0.45);
    box-shadow: 0 6px 18px rgba(70, 50, 30, 0.12), inset 0 0 0 3px rgba(255, 255, 255, 0.85);
    overflow: hidden;
    flex-shrink: 0;
    padding: 6px;
}


.vendor-logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    display: block;
}


.vendor-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a55b11;
    background: rgba(165, 91, 17, 0.08);
    border-radius: 50%;
}


.vendor-icon i {
    font-size: 30px;
    color: #a55b11;
}


/* ============================================================
   CONTENT
   ============================================================ */

.vendor-content {
    width: 100%;
}


.vendor-name {
    margin: 0;

    font-family: Georgia, serif;

    font-size: 1.25rem;

    font-weight: 600;

    color: #211910;
}


.vendor-category {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 14px;
    border-radius: 30px;
    background: var(--vendor-category-bg, rgba(255, 0, 36, 0.08));
    color: var(--vendor-category-color, #ff0024);
    font-size: var(--vendor-category-size, 1.35rem);
    font-weight: var(--vendor-category-weight, 600);
    letter-spacing: 0.05em;
    line-height: 1.3;
}

@media (max-width: 480px) {
    .vendor-category {
        font-size: var(--vendor-category-size-mobile, 1.15rem);
        padding: 5px 12px;
    }
}


/* ============================================================
   INFO
   ============================================================ */

.vendor-info {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-top: 17px;

    text-align: left;

    font-size: 1rem;

    line-height: 1.65;

    color: #62584d;
}


.vendor-info-icon {
    width: 24px;
    min-width: 24px;

    height: 24px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        rgba(122,98,66,0.10);

    color: #7a6242;

    font-size: 10px;
}


/* ============================================================
   WHATSAPP
   ============================================================ */

.btn-vendor-wa {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    width: 100%;

    margin-top: 22px;

    padding: 11px 16px;

    border-radius: 30px;

    background: #a55b11;

    color: #fff;

    text-decoration: none;

    font-size: 0.78rem;

    font-weight: 600;

    letter-spacing: 0.02em;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}


.btn-vendor-wa:hover {
    transform: translateY(-2px);

    background: #604d31;

    color: #fff;

    box-shadow:
        0 8px 20px
        rgba(80,60,35,0.18);
}


.btn-vendor-wa i {
    font-size: 16px;
}


/* ============================================================
   SHINE
   ============================================================ */

.vendor-card-shine {
    position: absolute;

    top: -80px;
    right: -80px;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,255,255,0.55),
            transparent 70%
        );

    pointer-events: none;
}


/* ============================================================
   EMPTY
   ============================================================ */

.vendor-empty {
    padding: 45px 20px;

    text-align: center;

    color: #776b5f;
}


.vendor-empty i {
    font-size: 30px;

    margin-bottom: 12px;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 600px) {

    .vendor-section {
        padding: 70px 16px;
    }


    .vendor-header {
        margin-bottom: 32px;
    }


    .vendor-title {
        font-size: 2.2rem;
    }


    .vendor-description {
        font-size: 0.82rem;

        padding: 0 12px;
    }


    .vendor-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .vendor-card {
        padding: 28px 20px;

        border-radius: 22px;
    }


    .vendor-logo {
        width: 74px;
        height: 74px;

        margin-bottom: 16px;
    }


    .vendor-name {
        font-size: 1.15rem;
    }

}

/* ===============================
   SECTION PENUTUP
================================ */

section.penutup,
.penutup {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: center !important;
    text-align: center !important;
    position: relative !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    padding-top: var(--penutup-padding-top, 50vh) !important;
    padding-bottom: var(--penutup-padding-bottom, 95px) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

section.penutup:has(.pembuka-photo),
.penutup:has(.pembuka-photo) {
    background-image: var(--section-bg-image);
}

.penutup .pembuka-photo {
    display: none !important;
}

/* Gradient transparan di atas (agar wajah terlihat bersih) dan gelap di bawah (agar teks jelas) */
.penutup::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 45%,
        rgba(0, 0, 0, 0.7) 72%,
        rgba(0, 0, 0, 0.92) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.penutup-layer {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-top: auto !important; /* Mendorong teks selalu berada di bawah */
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Teks Ucapan Terima Kasih */
.penutup-text {
    font-family: var(--penutup-text-font, var(--font-body, sans-serif));
    font-size: var(--penutup-text-size, 15px);
    font-weight: var(--penutup-text-weight, 400);
    color: var(--penutup-text-color, #ffffff);
    line-height: 1.8;
    margin: 0 auto 16px;
    max-width: 440px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

/* Teks Salam (Wassalamualaikum) */
.penutup-salam {
    font-family: var(--font-heading, serif);
    font-size: var(--penutup-salam-size, 17px);
    font-weight: var(--penutup-salam-weight, 700);
    color: var(--penutup-salam-color, #f7e7ce);
    margin: 0 auto 12px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

/* Nama Mempelai Penutup */
.penutup-couple-name {
    font-family: var(--font-accent, cursive);
    font-size: var(--penutup-couple-size, 32px);
    color: var(--penutup-couple-color, #ffffff);
    margin: 0 auto;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

@media (max-width: 480px) {
    section.penutup,
    .penutup {
        min-height: 100vh !important;
        padding-top: var(--penutup-padding-top, 50vh) !important;
        padding-bottom: var(--penutup-padding-bottom, 95px) !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        background-position: center top !important;
        justify-content: flex-end !important;
    }

    .penutup-text {
        font-size: var(--penutup-text-size-mobile, 13.5px) !important;
        line-height: 1.75;
        margin-bottom: 14px !important;
    }

    .penutup-salam {
        font-size: var(--penutup-salam-size-mobile, 15px) !important;
        margin-bottom: 10px !important;
    }

    .penutup-couple-name {
        font-size: var(--penutup-couple-size-mobile, 26px) !important;
    }
}


/* ===============================
   FOOTER LAMA
================================ */
body.theme-fixed-bg .section-footer{
    background:color-mix(in srgb, #fff 90%, transparent);
}

.footer{
    padding:30px 20px;
    text-align:center;
}

.footer-inner{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
}

.footer-logo{
    height:36px;
    width:auto;
    opacity:.85;
}

.footer-text{
    font-size:13px;
    color:#000;
    letter-spacing:.3px;
}

.footer-text strong{
    color:var(--bg);
}

/* ============================================================
   SOCIAL MEDIA
   ============================================================ */

.section-footer .footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 25px;
}

.section-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--footer-social-bg, rgba(140, 109, 63, 0.12));
    border: var(--footer-social-border, 1px solid rgba(140, 109, 63, 0.28));
    color: var(--footer-social-color, #6b4c20);
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(107, 76, 32, 0.08);
    transition: transform .28s ease, background .28s ease, color .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.section-footer .footer-social a:hover {
    transform: translateY(-3px) scale(1.05);
    background: var(--footer-social-hover-bg, linear-gradient(135deg, #8c6d3f 0%, #6b4c20 100%));
    border: var(--footer-social-hover-border, 1px solid rgba(107, 76, 32, 0.5));
    color: var(--footer-social-hover-color, #ffffff);
    box-shadow: var(--footer-social-hover-shadow, 0 6px 16px rgba(107, 76, 32, 0.35));
    opacity: 1;
}

.section-footer .footer-social i {
    font-size: 1.15rem;
    transition: transform .25s ease;
}

.section-footer .footer-social a:hover i {
    transform: scale(1.1);
}

/* ============================================================
   WARNA ICON HEART / HATI
   ============================================================ */
i.fa-heart,
.fa-heart {
    color: var(--heart-icon-color, #e53935);
}



/* ================= MUSIC ================= */
#music-toggle {
    position: fixed;
    bottom: var(--music-btn-bottom, 85px);
    right: var(--music-btn-right, 20px);
    left: auto !important;
    width: var(--music-btn-size, 46px);
    height: var(--music-btn-size, 46px);
    border-radius: 50%;
    background: var(--music-btn-bg, rgba(43, 24, 16, 0.92));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--music-btn-icon-color, #f7e7ce);
    border: var(--music-btn-border, 1px solid rgba(212, 175, 55, 0.45));
    box-shadow: var(--music-btn-shadow, 0 8px 24px rgba(0, 0, 0, 0.35));
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .35s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 999;
}

#music-toggle.visible {
    opacity: 1;
    visibility: visible;
}

#music-toggle:hover {
    transform: scale(1.1);
    background: var(--music-btn-hover-bg, #6f4325);
    border-color: rgba(255, 223, 133, 0.85);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

#music-toggle:active {
    transform: scale(0.95);
}

#music-toggle i {
    font-size: 16px;
    color: var(--music-btn-icon-color, #f7e7ce);
    transition: transform 0.3s ease;
}

/* Subtle spinning animation when music is playing */
#music-toggle.playing i {
    animation: rotateMusic 4s linear infinite;
}

@keyframes rotateMusic {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ============================================================
   FLOATING BOTTOM NAVBAR (ADAT JAWA LUXURY DOCK)
   ============================================================ */

.bottom-navbar {
    position: fixed;
    bottom: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    left: 50%;
    transform: translateX(-50%) translateY(120%);
    width: calc(100% - 28px);
    max-width: 440px;
    z-index: 998;
    pointer-events: none;
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.bottom-navbar.visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.bottom-navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 4px;
    padding: 6px 8px;
    background: rgba(43, 24, 16, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(212, 175, 55, 0.38);
    border-radius: 40px;
    box-shadow: 
        0 12px 32px rgba(0, 0, 0, 0.38),
        0 2px 6px rgba(0, 0, 0, 0.2),
        inset 0 1px 1px rgba(255, 235, 180, 0.2);
}

.bottom-navbar .nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 6px 4px;
    border-radius: 20px;
    color: rgba(243, 230, 200, 0.72);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.bottom-navbar .nav-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 20px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bottom-navbar .nav-icon {
    font-size: 15px;
    transition: color 0.3s ease, filter 0.3s ease;
}

.bottom-navbar .nav-label {
    font-size: 10px;
    font-family: var(--font-body, 'Poppins', sans-serif);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.2px;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

/* Hover effect */
.bottom-navbar .nav-item:hover {
    color: #ffffff;
}

.bottom-navbar .nav-item:hover .nav-icon-wrap {
    transform: translateY(-2px);
}

/* Active State */
.bottom-navbar .nav-item.active {
    color: #ffffff;
    background: linear-gradient(135deg, #a55b11, #6f4325);
    border: 1px solid rgba(255, 223, 133, 0.45);
    box-shadow: 
        0 4px 14px rgba(165, 91, 17, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.bottom-navbar .nav-item.active .nav-icon-wrap {
    transform: scale(1.1);
}

.bottom-navbar .nav-item.active .nav-icon {
    color: #fff9e6;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.4));
}

.bottom-navbar .nav-item.active .nav-label {
    font-weight: 600;
    color: #ffffff;
}

/* Small mobile devices */
@media (max-width: 380px) {
    .bottom-navbar {
        width: calc(100% - 16px);
        bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    }

    .bottom-navbar-inner {
        padding: 5px 6px;
        gap: 2px;
    }

    .bottom-navbar .nav-item {
        padding: 5px 2px;
    }

    .bottom-navbar .nav-icon {
        font-size: 14px;
    }

    .bottom-navbar .nav-label {
        font-size: 9px;
    }

    #music-toggle {
        bottom: calc(75px + env(safe-area-inset-bottom, 0px));
        right: 12px;
        left: auto !important;
        width: 42px;
        height: 42px;
    }
}


/* ================= RESPONSIVE ================= */
@media(max-width:480px){
    section{
        padding:50px 16px;
    }
    
    .love-story{
        padding-left:22px;
    }

    .story-item{
        padding-left:24px;
    }

    .story-item::before{
        width:10px;
        height:10px;
        left:-4px;
    }
    
   .cover{
        padding-bottom: 35px;
    }

}

/* ============================================================
   FLOWER ART 01
   SECTION ACARA
   ============================================================ */


/* ============================================================
   SECTION UTAMA
   ============================================================ */

.acara {
    width: 100%;
    max-width: 480px;

    margin: 0 auto;

    padding: 60px 16px 80px;

    min-height: auto;

    display: block;

    text-align: center;

    position: relative;

    overflow: hidden;
}


/*
|--------------------------------------------------------------------------
| Override section-fullscreen
|--------------------------------------------------------------------------
|
| Section acara memiliki lebih dari satu card.
| Jadi jangan gunakan layout fullscreen flex.
|
*/

.acara.section-fullscreen {
    min-height: auto;

    display: block;

    flex-direction: unset;
    justify-content: unset;
    align-items: unset;
}


/* ============================================================
   AREA CARD
   ============================================================ */

.section-acara {
    width: 100%;

    max-width: 420px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

    gap: 24px;

    position: relative;

    z-index: 3;
}


/* ============================================================
   CARD ACARA
   ============================================================ */

.card-acara {
    position: relative;

    width: 100%;

    padding: 30px 22px 28px;

    background:
        rgba(255, 255, 255, 0.80);

    border: 1px solid rgba(110, 131, 89, 0.38);

    border-radius: 22px;

    box-shadow:
        0 10px 28px rgba(55, 65, 45, 0.13);

    backdrop-filter: blur(0px);

    -webkit-backdrop-filter: blur(0%);

    overflow: hidden;

    text-align: center;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


/* Garis dekorasi bagian atas */

.card-acara::before {
    content: "";

    position: absolute;

    top: 0;

    left: 12%;

    width: 76%;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(110, 131, 89, .55),
            transparent
        );
}


/* ============================================================
   DEKORASI SUDUT
   ============================================================ */

.card-acara::after {
    content: "❦";

    position: absolute;

    top: 12px;

    left: 50%;

    transform: translateX(-50%);

    font-size: 18px;

    color: #6e8359;

    opacity: .65;
}


/* ============================================================
   JUDUL ACARA
   AKAD NIKAH / RESEPSI (AKTIF)
   ============================================================ */

.card-acara h2 {
    margin: 18px 0 0px;

    font-family: var(--font-heading, serif);

    font-size: 21px;

    font-weight: 600;

    line-height: 1.3;

    letter-spacing: 1px;

    text-transform: uppercase;

    color: #628d38;
}


/* ============================================================
   PARAGRAPH DETAIL
   ============================================================ */

.card-acara p {
    margin: 0;

    font-family: var(--font-body, sans-serif);

    font-size: 13px;

    line-height: 1.7;

    color: #333;
}


/* ============================================================
   TANGGAL ACARA
   ============================================================ */

.card-acara .tanggal-custom {
    display: inline-block;

    margin-bottom: 8px;

    font-family: var(--font-heading, serif);

    font-size: 23px;

    font-weight: 600;

    line-height: 1.3;

    letter-spacing: .3px;

    color: #111;
}


/* ============================================================
   WAKTU
   ============================================================ */

.card-acara p br + br {
    line-height: 1;
}


/* ============================================================
   NAMA TEMPAT
   ============================================================ */

.card-acara strong {
    display: inline-block;

    margin-top: 3px;

    margin-bottom: 8px;

    max-width: 300px;

    font-family: var(--font-body, sans-serif);

    font-size: 14px;

    font-weight: 600;

    line-height: 1.5;

    color: #222;
}


/* ============================================================
   LABEL ALAMAT
   ============================================================ */

.card-acara .alamat-label {
    display: inline-block;

    margin-top: 4px;

    margin-bottom: 5px;

    font-family: var(--font-body, sans-serif);

    font-size: 10px;

    font-weight: 600;

    line-height: 1.4;

    text-transform: uppercase;

    letter-spacing: 1.6px;

    color: #6e8359;
}


/* ============================================================
   ALAMAT
   ============================================================ */

.card-acara p {
    overflow-wrap: break-word;
}


/* ============================================================
   BUTTON LOKASI
   ============================================================ */

.card-acara a {
    display: inline-block;

    margin-top: 18px;

    text-decoration: none;
}


/* Button */

.card-acara .btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-width: 175px;

    padding: 11px 22px;

    margin: 0;

    border: none;

    border-radius: 10px;

    background: #6e8359;

    color: #fff;

    font-family: var(--font-body, sans-serif);

    font-size: 15px;

    font-weight: 600;

    letter-spacing: .2px;

    box-shadow:
        0 7px 16px rgba(110, 131, 89, .22);

    transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}


.card-acara .btn i {
    font-size: 15px;
}


.card-acara .btn:hover {
    background: #5d714a;

    color: #fff;

    transform: translateY(-2px);

    box-shadow:
        0 10px 20px rgba(110, 131, 89, .28);
}


/* ============================================================
   PEMISAH ANTAR ACARA
   ============================================================ */

.card-acara + .card-acara {
    margin-top: 2px;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .acara {
        padding:
            55px
            13px
            70px;
    }


    .section-acara {
        max-width: 100%;

        gap: 20px;
    }


    .card-acara {
        padding:
            29px
            17px
            25px;

        border-radius: 20px;
    }


    .card-acara h2 {
        font-size: 19px;

        letter-spacing: .9px;
    }


    .card-acara .tanggal-custom {
        font-size: 21px;
    }


    .card-acara p {
        font-size: 12px;

        line-height: 1.7;
    }


    .card-acara strong {
        font-size: 13px;
    }


    .card-acara .alamat-label {
        font-size: 9.5px;

        letter-spacing: 1.4px;
    }


    .card-acara .btn {
        width: 100%;

        max-width: 190px;
    }

}


/* ============================================================
   HP KECIL
   ============================================================ */

@media (max-width: 360px) {

    .acara {
        padding-left: 10px;
        padding-right: 10px;
    }


    .card-acara {
        padding-left: 14px;
        padding-right: 14px;
    }


    .card-acara h2 {
        font-size: 18px;
    }


    .card-acara .tanggal-custom {
        font-size: 19px;
    }

}


/* ============================================================
   EVENT DETAIL
   ============================================================ */

.event-detail {
    width: 100%;
    text-align: center;
}


/* ============================================================
   TANGGAL
   ============================================================ */

.card-acara .event-date {
    font-family: var(--font-heading, serif);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .3px;

    color: #628d38;

    margin-bottom: 12px;
}


/* ============================================================
   JAM
   ============================================================ */

.card-acara .event-time {
    display: flex;

    align-items: baseline;
    justify-content: center;

    flex-wrap: wrap;

    gap: 5px;

    margin-bottom: 22px;

    color: #333;
}


/* "Pukul" */

.card-acara .event-time-label {
    font-family: var(--font-body, sans-serif);

    font-size: 16px;
    font-weight: 500;

    letter-spacing: .2px;

    color: #555;
}


/* 08:00 - 10:00 */

.card-acara .event-time-value {
    font-family: var(--font-body, sans-serif);

    font-size: 24px;
    font-weight: 600;

    letter-spacing: .3px;

    color: #222;
}


/* tanda - */

.card-acara .event-time-separator {
    margin: 0 3px;

    font-weight: 400;

    color: #777;
}


/* WIB */

.card-acara .event-time-zone {
    font-family: var(--font-body, sans-serif);

    font-size: 14px;
    font-weight: 500;

    letter-spacing: .5px;

    color: #666;
}


/* ============================================================
   LOKASI / NAMA TEMPAT
   ============================================================ */

.card-acara .event-location {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    margin-bottom: 12px;

    font-family: var(--font-heading, serif);

    font-size: 21px;

    font-weight: 500;

    line-height: 1.5;

    color: #222;
}


.card-acara .event-location i {

    font-size: 18px;

    color: #6e8359;
}


/* ============================================================
   LABEL ALAMAT
   ============================================================ */

.card-acara .event-address-label {

    margin-bottom: 5px;

    font-family: var(--font-body, sans-serif);

    font-size: 14px;

    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    color: #6e8359;
}


/* ============================================================
   ISI ALAMAT
   ============================================================ */

.card-acara .event-address-text {

    max-width: 310px;

    margin: 0 auto;

    font-family: var(--font-body, sans-serif);

    font-size: 19px;

    font-weight: 400;

    line-height: 1.7;

    letter-spacing: .2px;

    color: #444;
}

/* ============================================================
   TURUT MENGUNDANG
   ============================================================ */

.turut-mengundang {
    width: 100%;
    max-width: 460px;
    margin: 35px auto;
    padding: 38px 24px;
    text-align: center;
    background: var(--turut-card-bg, rgba(255, 255, 255, 0.88));
    border: var(--turut-card-border, 1px solid rgba(190, 160, 110, 0.45));
    border-radius: var(--turut-card-radius, 24px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: var(--turut-card-shadow, 0 12px 35px rgba(60, 40, 20, 0.15));
}

/* Header */
.turut-header {
    margin-bottom: 24px;
}

.turut-label {
    display: inline-block;
    font-family: var(--font-body, sans-serif);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--turut-label-color, #8c6d3f);
    margin-bottom: 8px;
}

.turut-mengundang h2 {
    margin: 0;
    font-family: var(--font-heading, serif);
    font-size: 26px;
    font-weight: 700;
    color: var(--turut-title-color, #2b1810);
    letter-spacing: 0.5px;
}

/* Divider */
.turut-divider {
    width: 60px;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, #b89158, transparent);
    border-radius: 2px;
}

/* List */
.mengundang-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Keluarga Card Item */
.keluarga-item {
    padding: 16px 14px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(190, 160, 110, 0.25);
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.keluarga-item:last-child {
    border-bottom: 1px solid rgba(190, 160, 110, 0.25);
}

/* Label peran keluarga */
.keluarga-role {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 12px;
    background: rgba(140, 109, 63, 0.12);
    border-radius: 20px;
    font-family: var(--font-body, sans-serif);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--turut-role-color, #7a5833);
}

/* Nama orang tua */
.keluarga-item strong {
    display: block;
    font-family: var(--font-heading, serif);
    font-size: var(--turut-name-size, 18px);
    line-height: 1.5;
    font-weight: var(--turut-name-weight, 700);
    color: var(--turut-name-color, #1a0f08);
}

/* Mobile */
@media (max-width: 480px) {
    .turut-mengundang {
        width: calc(100% - 24px) !important;
        padding: 28px 16px !important;
        border-radius: 20px !important;
    }

    .turut-mengundang h2 {
        font-size: 22px !important;
    }

    .turut-label {
        font-size: 11.5px !important;
        letter-spacing: 2px !important;
    }

    .keluarga-role {
        font-size: 11px !important;
    }

    .keluarga-item strong {
        font-size: var(--turut-name-size-mobile, 16.5px) !important;
    }
}

/* ============================================================
   RSVP & UCAPAN
   STUDIO1 INVITATION
   SPACING / READABILITY
   ============================================================ */


/* ============================================================
   SECTION
   ============================================================ */

.section-rsvp {
    width: 100%;
    max-width: 480px;

    margin: 0 auto;

    padding: 70px 16px 80px;

    text-align: center;
}


/* ============================================================
   HEADER
   ============================================================ */

.rsvp-header {
    margin-bottom: 32px;
}


.rsvp-header .section-badge {
    display: inline-block;

    margin-bottom: 10px;

    font-size: 14px;

    letter-spacing: .5px;
}


.rsvp-header .section-title {
    margin: 0 0 14px;

    font-size: 25px;

    line-height: 1.35;
}


.rsvp-header .section-sub {
    margin: 0 auto;

    max-width: 380px;

    font-size: 21px;

    line-height: 1.2;

    color: #222;
}


.rsvp-header .section-divider {
    width: 55px;
    height: 1px;

    margin: 18px auto 0;

    background: var(--bg);
}


/* ============================================================
   FORM WRAPPER
   ============================================================ */

.rsvp-form-wrapper {
    width: 100%;
}


.glass-card {
    width: 100%;

    padding: 28px 24px 30px;

    background: rgba(191, 172, 148, 0.7); /* Pengaturan warna box background rsvp */

    border-radius: 18px;

    box-shadow:
        0 8px 30px rgba(0, 0, 0, .08);

    text-align: left;
}


/* ============================================================
   FORM
   ============================================================ */

#rsvpForm {
    width: 100%;
}


/* ============================================================
   FORM GROUP
   ============================================================ */

#rsvpForm .form-group {
    width: 100%;

    margin: 0 0 24px;
}


/*
|--------------------------------------------------------------------------
| Jarak antar field
|--------------------------------------------------------------------------
*/

#rsvpForm .form-group + .form-group {
    margin-top: 4px;
}


/* ============================================================
   LABEL
   ============================================================ */

#rsvpForm .form-group > label {
    display: flex;

    align-items: center;

    gap: 7px;

    margin: 0 0 10px;

    font-family: var(--font-body);

    font-size: 14px;

    font-weight: 600;

    line-height: 1.5;

    color: #222;
}


/* icon */

#rsvpForm .form-group > label i {
    width: 17px;

    text-align: center;

    flex-shrink: 0;

    font-size: 13px;

    color: var(--bg);
}


/* optional */

#rsvpForm .optional {
    margin-left: 4px;

    font-size: 12px;

    font-weight: 400;

    color: #777;
}


/* ============================================================
   TEXT INPUT
   ============================================================ */

#rsvpForm input[type="text"],
#rsvpForm input[type="tel"],
#rsvpForm input[type="number"] {
    display: block;

    width: 100%;

    height: 48px;

    padding: 0 14px;

    border: 1px solid #dedede;

    border-radius: 10px;

    background: rgba(255, 255, 255, .95);

    color: #222;

    font-family: var(--font-body);

    font-size: 14px;

    line-height: 48px;

    outline: none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


/* focus */

#rsvpForm input[type="text"]:focus,
#rsvpForm input[type="tel"]:focus,
#rsvpForm input[type="number"]:focus,
#rsvpForm textarea:focus {
    border-color: var(--bg);

    background: #fff;

    box-shadow:
        0 0 0 3px rgba(110, 131, 89, .12);
}


/* placeholder */

#rsvpForm input::placeholder,
#rsvpForm textarea::placeholder {
    color: #aaa;

    opacity: 1;
}


/* ============================================================
   NUMBER INPUT
   ============================================================ */

#rsvpForm input[type="number"] {
    appearance: auto;

    -moz-appearance: textfield;
}


/* ============================================================
   RADIO GROUP
   ============================================================ */

#rsvpForm .radio-group {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 10px 16px;

    margin-top: 4px;
}


/* ============================================================
   RADIO OPTION
   ============================================================ */

#rsvpForm .radio-option {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    margin: 0;

    padding: 4px 0;

    cursor: pointer;

    font-size: 14px;

    line-height: 1.5;

    color: #222;
}


/*
|--------------------------------------------------------------------------
| Jangan tampilkan radio custom tambahan kalau tidak diperlukan
|--------------------------------------------------------------------------
*/

#rsvpForm .radio-option input[type="radio"] {
    width: 16px;
    height: 16px;

    margin: 0;

    flex-shrink: 0;

    accent-color: var(--bg);

    cursor: pointer;
}


#rsvpForm .radio-option .radio-custom {
    display: none;
}


#rsvpForm .radio-label {
    line-height: 1.5;
}


/* ============================================================
   TEXTAREA
   ============================================================ */

#rsvpForm textarea {
    display: block;

    width: 100%;

    min-height: 125px;

    padding: 13px 14px;

    resize: vertical;

    border: 1px solid #dedede;

    border-radius: 10px;

    background: rgba(255, 255, 255, .95);

    color: #222;

    font-family: var(--font-body);

    font-size: 14px;

    line-height: 1.7;

    outline: none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


/* ============================================================
   ERROR MESSAGE
   ============================================================ */

#rsvpForm .form-error {
    display: none;

    margin-top: 8px;

    padding-left: 2px;

    font-size: 12px;

    line-height: 1.5;

    color: #c0392b;
}


#rsvpForm .form-error.show,
#rsvpForm .form-error.active {
    display: block;
}


/* ============================================================
   SUBMIT BUTTON
   ============================================================ */

#rsvpSubmit {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    width: 100%;

    min-height: 48px;

    margin-top: 8px;

    padding: 12px 20px;

    border: none;

    border-radius: 10px;

    background: #25863a;

    color: #9b0f0f;

    font-family: var(--font-body);

    font-size: 14px;

    font-weight: 600;

    line-height: 1.4;

    cursor: pointer;

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}


#rsvpSubmit:hover {
    background: var(--bg);

    box-shadow:
        0 6px 18px rgba(0, 0, 0, .15);
}


#rsvpSubmit:active {
    transform: translateY(1px);
}


#rsvpSubmit:disabled {
    opacity: .7;

    cursor: not-allowed;
}


/* ============================================================
   COMMENTS
   ============================================================ */

.comments-section {
    width: 100%;

    margin-top: 35px;

    text-align: left;
}


.comments-header {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 18px;
}


.comments-title {
    margin: 0;

    font-size: 18px;

    line-height: 1.5;
}


.comments-count {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 28px;

    height: 28px;

    padding: 0 8px;

    border-radius: 20px;

    background: var(--bg);

    color: #fff;

    font-size: 12px;

    font-weight: 600;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .section-rsvp {
        padding: 60px 12px 70px;
    }


    .rsvp-header {
        margin-bottom: 28px;
    }


    .rsvp-header .section-title {
        font-size: 23px;
    }


    .rsvp-header .section-sub {
        font-size: 14px;

        line-height: 1.85;

        padding: 0 8px;
    }


    .glass-card {
        padding: 26px 20px 28px;

        border-radius: 17px;
    }


    #rsvpForm .form-group {
        margin-bottom: 25px;
    }


    #rsvpForm .form-group > label {
        margin-bottom: 10px;

        font-size: 14px;
    }


    #rsvpForm input[type="text"],
    #rsvpForm input[type="tel"],
    #rsvpForm input[type="number"] {
        height: 48px;

        font-size: 14px;
    }


    #rsvpForm .radio-group {
        flex-direction: column;

        align-items: flex-start;

        gap: 7px;
    }


    #rsvpForm .radio-option {
        width: 100%;

        padding: 5px 0;

        font-size: 14px;
    }


    #rsvpForm textarea {
        min-height: 130px;

        font-size: 14px;
    }


    #rsvpSubmit {
        min-height: 48px;

        font-size: 14px;
    }

}


/* ============================================================
   VERY SMALL PHONE
   ============================================================ */

@media (max-width: 360px) {

    .glass-card {
        padding-left: 16px;
        padding-right: 16px;
    }


    #rsvpForm .radio-group {
        gap: 5px;
    }


    #rsvpForm .radio-option {
        font-size: 13px;
    }

}

/* ============================================================
   TAMBAHAN RESPONSIVE - MOBILE FIRST
   Tidak mengubah desain, hanya menyesuaikan ukuran
   ============================================================ */

/* --- 1. PROTEKSI OVERFLOW --- */
body {
    overflow-x: hidden;
}

/* --- 2. TYPOGRAPHY RESPONSIF (clamp) --- */
.wedding-title {
    font-size: clamp(1.1rem, 3.5vw, 1.6rem) !important;
}

.couple-name-section {
    font-size: clamp(1.8rem, 5.5vw, 2.6rem) !important;
}

.cover-couple-name {
    font-size: clamp(1.8rem, 5.5vw, 2.6rem) !important;
}

.couple-name-cover {
    font-size: clamp(1.8rem, 5.5vw, 2.6rem) !important;
}

.wedding-date {
    font-size: clamp(1.05rem, 3.2vw, 1.45rem) !important;
}

.hero-guest-name,
#namatamu {
    font-size: var(--guest-name-size, 26px) !important;
}

.groom-name,
.bride-name {
    font-size: var(--couple-mempelai-size, 34px) !important;
}

h1 {
    font-size: clamp(1.4rem, 4.5vw, 2rem) !important;
}
h2 {
    font-size: clamp(1.2rem, 3.8vw, 1.65rem) !important;
}
h3 {
    font-size: clamp(0.95rem, 2.8vw, 1.3rem) !important;
}
p {
    font-size: clamp(0.85rem, 2.2vw, 1.05rem) !important;
}

.btn {
    font-size: var(--btn-primary-font-size, 13.5px) !important;
}

/* --- 3. GAMBAR RESPONSIF (aspect-ratio) --- */
.foto-cover-khusus {
    width: clamp(120px, 30vw, 200px) !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
}

.profile-photo {
    width: clamp(120px, 30vw, 180px) !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
}

.pembuka-photo {
    width: clamp(120px, 30vw, 180px) !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
}

/* --- 4. DEKORASI BUNGA (tinggi proporsional) --- */
.dekorasi-satu::before {
    height: clamp(60px, 12vw, 90px) !important;
}

.floral-top::before {
    height: clamp(80px, 18vw, 160px) !important;
}

.floral-bottom::after {
    height: clamp(80px, 18vw, 150px) !important;
}

/* --- 5. COUNTDOWN --- */
.countdown-number {
    font-size: clamp(1.2rem, 4vw, 1.8rem) !important;
}
.countdown-label {
    font-size: clamp(0.55rem, 1.5vw, 0.75rem) !important;
}

/* --- 6. GALERI (1 kolom di HP sangat kecil) --- */
@media (max-width: 400px) {
    .gallery-masonry {
        column-count: 1 !important;
        column-gap: 0 !important;
    }
    .masonry-item {
        margin-bottom: 10px !important;
    }
}

/* --- 7. EVENT / ACARA --- */
.card-acara h2 {
    font-size: clamp(1.1rem, 3vw, 1.5rem) !important;
}
.card-acara .event-date {
    font-size: clamp(1.1rem, 3.5vw, 1.6rem) !important;
}
.card-acara .event-time-value {
    font-size: clamp(1rem, 3vw, 1.4rem) !important;
}
.card-acara .event-location {
    font-size: clamp(1rem, 3vw, 1.4rem) !important;
}
.card-acara .event-address-text {
    font-size: clamp(0.8rem, 2vw, 1rem) !important;
}
.card-acara .btn {
    font-size: var(--btn-location-size, 13px) !important;
    padding: var(--btn-location-padding, 9px 24px) !important;
}

/* --- 8. GIFT / BANK --- */
.gift-title {
    font-size: clamp(1.4rem, 4vw, 2rem) !important;
}
.gift-bank-info strong {
    font-size: clamp(1rem, 3vw, 1.3rem) !important;
}
.account-number {
    font-size: clamp(0.9rem, 3vw, 1.4rem) !important;
}
.physical-gift-content h3 {
    font-size: clamp(1rem, 3vw, 1.3rem) !important;
}

/* --- 9. VENDOR --- */
.vendor-title {
    font-size: clamp(1.2rem, 4vw, 2.4rem) !important;
}
.vendor-name {
    font-size: clamp(1rem, 3vw, 1.3rem) !important;
}
.vendor-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
}

/* --- 10. LAYOUT HP (≤ 480px) --- */
@media (max-width: 480px) {
    .groom-name,
    .bride-name {
        font-size: var(--couple-mempelai-size-mobile, 30px) !important;
    }

    .btn {
        font-size: var(--btn-primary-font-size-mobile, 13px) !important;
    }

    .card-acara .btn {
        font-size: var(--btn-location-size-mobile, 12.5px) !important;
        padding: var(--btn-location-padding-mobile, 8px 20px) !important;
    }

    /* Cover */
    .cover {
        padding-top: 25px !important;
        padding-bottom: clamp(45px, 9vh, 70px) !important;
        justify-content: flex-end !important;
    }
    .cover-pelapis,
    .cover > div {
        padding-bottom: 0 !important;
    }
    .cover .foto-cover-khusus {
        width: clamp(110px, 28vw, 155px) !important;
        margin-bottom: 8px !important;
    }
    .wedding-title {
        margin-bottom: 3px !important;
    }
    .cover-couple-name,
    .couple-name-section {
        margin: 2px 0 6px !important;
    }
    .wedding-date {
        padding: 5px 18px !important;
        margin: 4px auto 8px !important;
    }
    .cover-guest-label {
        margin: 4px auto 2px !important;
        padding: 3px 14px !important;
    }
    #namatamu,
    .hero-guest-name {
        margin: 2px 0 clamp(40px, 12vh, 110px) 0 !important;
    }
    .cover .btn {
        margin-top: 8px !important;
        padding: 12px clamp(22px, 7vw, 36px) !important;
        transform: translateY(-10px) !important;
    }

    /* Card Mempelai */
    .card-mempelai {
        padding: 0 16px 40px 16px !important;
    }

    /* Section umum */
    section {
        padding: 50px 16px !important;
    }

    /* Acara */
    .acara {
        padding: 55px 13px 70px !important;
    }
    .card-acara {
        padding: 29px 17px 25px !important;
    }

    /* Turut Mengundang */
    .turut-mengundang {
        padding: 30px 18px !important;
        width: calc(100% - 24px) !important;
    }

    /* Vendor */
    .vendor-section {
        padding: 70px 16px !important;
    }
    .vendor-card {
        padding: 28px 20px !important;
    }
    .vendor-grid {
        grid-template-columns: 1fr !important;
    }

    /* Gift */
    .section-gift {
        padding: 55px 12px !important;
    }
    .gift-account-card {
        padding: 16px !important;
    }
    .physical-gift-card {
        padding: 17px !important;
    }

    /* Music toggle safe area */
    #music-toggle {
        bottom: calc(85px + env(safe-area-inset-bottom, 0px)) !important;
        right: env(safe-area-inset-right, 16px) !important;
        left: auto !important;
    }
}

/* --- 11. HP SANGAT KECIL (≤ 360px) --- */
@media (max-width: 360px) {
    .cover {
        padding-bottom: 40px !important;
    }
    .cover .foto-cover-khusus {
        width: 100px !important;
    }
    #namatamu,
    .hero-guest-name {
        font-size: 19px !important;
        margin-bottom: clamp(30px, 8vh, 70px) !important;
    }
    .cover .btn {
        padding: 10px 20px !important;
        transform: translateY(-5px) !important;
    }
    .countdown {
        max-width: 300px !important;
        gap: 5px !important;
    }
    .countdown-number {
        font-size: 19px !important;
    }
    .countdown-label {
        font-size: 8px !important;
        letter-spacing: 0.6px !important;
    }
    .card-acara {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .bottom-navbar {
        width: calc(100% - 20px) !important;
    }
    .nav-btn {
        font-size: 18px !important;
    }
    .nav-label {
        font-size: 9px !important;
    }
}

/* --- 12. TABLET (768px - 1024px) & DESKTOP --- */
@media (min-width: 768px) {
    section {
        max-width: 600px !important;
        margin: 0 auto !important;
        padding: 60px 24px !important;
    }

    .cover {
        min-height: 100vh !important;
        max-width: 600px !important;
        margin: 0 auto !important;
        padding-top: 25px !important;
        padding-bottom: 50px !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }

    .cover-pelapis,
    .cover > div {
        max-width: 520px !important;
        padding: 10px 16px 0 !important;
        margin-top: auto !important;
    }

    .cover .foto-cover-khusus {
        width: clamp(110px, 16vh, 145px) !important;
        margin-bottom: 6px !important;
    }

    .wedding-title {
        font-size: 1.05rem !important;
        margin-bottom: 2px !important;
    }

    .cover-couple-name,
    .couple-name-section {
        font-size: clamp(1.75rem, 3vw, 2.3rem) !important;
        margin: 2px 0 6px !important;
    }

    .wedding-date {
        padding: 5px 18px !important;
        font-size: 0.9rem !important;
        margin: 4px auto 8px !important;
    }

    .cover-guest-label {
        margin: 4px auto 2px !important;
        padding: 3px 14px !important;
        font-size: 12px !important;
    }

    #namatamu,
    .hero-guest-name {
        font-size: 23px !important;
        margin: 2px 0 clamp(40px, 9vh, 90px) 0 !important;
    }

    .cover .btn {
        margin-top: 10px !important;
        padding: 11px 32px !important;
        transform: translateY(-16px) !important;
    }

    .card-mempelai {
        max-width: 540px !important;
        margin: 0 auto 35px !important;
    }

    .card-acara {
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 36px 32px 30px !important;
    }

    .turut-mengundang {
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .gift-account-card,
    .physical-gift-card {
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #rsvp form,
    .comments-section,
    #rsvpListContainer {
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .gallery-masonry {
        column-count: 2 !important;
        column-gap: 14px !important;
    }

    .video-prewedding iframe {
        height: 320px !important;
    }

    /* Floating elements: Music & Navbar positioning centered with frame */
    .bottom-navbar {
        max-width: 440px !important;
        left: 50% !important;
        transform: translateX(-50%) translateY(120%) !important;
    }

    .bottom-navbar.visible {
        transform: translateX(-50%) translateY(0) !important;
    }

    #music-toggle {
        right: max(20px, calc((100vw - 600px) / 2 + 15px)) !important;
        bottom: var(--music-btn-bottom, 85px) !important;
    }
}

@media (min-width: 1024px) {
    .video-prewedding iframe {
        height: 420px !important;
    }
}
