﻿/* 
   ================================================
   PREMIUM WEDDING INVITATION v2.0
   Theme: Elegant Deep Green, Cream & Gold
   Jenal Mutakin & Aprilia Putri Mulyani
   ================================================
*/

:root {
    --primary: #1a3c34;
    --primary-light: #2d5a4e;
    --accent: #c9a96e;
    --accent-light: #e8d5b0;
    --accent-dark: #a07d3f;
    --cream: #faf8f4;
    --cream-dark: #f0ece4;
    --dark: #1c2421;
    --text: #2d3532;
    --text-muted: #6b7b75;
    --white: #ffffff;
    --shadow-sm: 0 4px 20px rgba(26, 60, 52, 0.06);
    --shadow-md: 0 12px 40px rgba(26, 60, 52, 0.1);
    --shadow-lg: 0 24px 60px rgba(26, 60, 52, 0.14);
    --radius: 20px;
    --radius-sm: 12px;
    --font-display: 'Playfair Display', 'Cormorant Garamond', serif;
    --font-script: 'Great Vibes', cursive;
    --font-body: 'Outfit', sans-serif;
    --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* RESET */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-tap-highlight-color: transparent; }

/* ================================================
   GLOBAL ISLAMIC GEOMETRIC BACKGROUND
   ================================================ */
body {
    font-family: var(--font-body);
    background-color: var(--cream);
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.4' opacity='0.18'%3E%3Cpolygon points='40,4 52,16 64,16 64,28 76,40 64,52 64,64 52,64 40,76 28,64 16,64 16,52 4,40 16,28 16,16 28,16'/%3E%3Cpolygon points='40,14 50,22 60,22 60,32 68,40 60,48 60,58 50,58 40,66 30,58 20,58 20,48 12,40 20,32 20,22 30,22'/%3E%3Ccircle cx='40' cy='40' r='8'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px;
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; }
.text-center { text-align: center; }
.w-full { width: 100%; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; height: auto; }

/* ================================================
   PRELOADER
   ================================================ */
.preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}
.preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-inner { text-align: center; }
.preloader-ring {
    position: absolute;
    border: 2px solid transparent;
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: preloaderSpin 1.5s linear infinite;
}
.preloader-inner { position: relative; width: 100px; height: 100px; }
.preloader-ring:nth-child(1) { width: 100px; height: 100px; top: 0; left: 0; }
.preloader-ring:nth-child(2) { width: 76px; height: 76px; top: 12px; left: 12px; animation-direction: reverse; border-top-color: var(--accent-light); }
.preloader-ring:nth-child(3) { width: 52px; height: 52px; top: 24px; left: 24px; border-top-color: var(--white); }
.preloader-text {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-script);
    font-size: 1.4rem;
    color: var(--accent-light);
    white-space: nowrap;
}
@keyframes preloaderSpin { to { transform: rotate(360deg); } }

/* ================================================
   SCROLL PROGRESS BAR
   ================================================ */
.scroll-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, var(--accent-dark), var(--accent), var(--accent-light));
    z-index: 9999;
    transition: width 0.1s linear;
}

/* ================================================
   COVER PAGE
   ================================================ */
.cover-page {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease;
}
.cover-page.opened { transform: translateY(-100%); opacity: 0; pointer-events: none; }

.cover-background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    animation: coverZoom 20s ease-out forwards;
}
@keyframes coverZoom { from { transform: scale(1); } to { transform: scale(1.1); } }

.cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(26, 60, 52, 0.2) 0%,
        rgba(26, 60, 52, 0.5) 40%,
        rgba(26, 60, 52, 0.92) 100%
    );
    z-index: 2;
}

/* Islamic geometric pattern overlay on cover */
.cover-page::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.4' opacity='0.08'%3E%3Cpolygon points='40,4 52,16 64,16 64,28 76,40 64,52 64,64 52,64 40,76 28,64 16,64 16,52 4,40 16,28 16,16 28,16'/%3E%3Ccircle cx='40' cy='40' r='10'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px;
    pointer-events: none;
}

/* Decorative corner frames on cover */
.cover-content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1.5' opacity='0.5'%3E%3Cpath d='M5,5 L35,5 M5,5 L5,35'/%3E%3Cpath d='M5,5 Q30,5 30,30'/%3E%3Ccircle cx='5' cy='5' r='4' fill='%23c9a96e' opacity='0.6'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.cover-content::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1.5' opacity='0.5'%3E%3Cpath d='M95,95 L65,95 M95,95 L95,65'/%3E%3Cpath d='M95,95 Q70,95 70,70'/%3E%3Ccircle cx='95' cy='95' r='4' fill='%23c9a96e' opacity='0.6'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.cover-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--cream);
    padding: 20px;
    max-width: 520px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cover-badge {
    display: inline-block;
    padding: 8px 24px;
    border: 1px solid rgba(201, 169, 110, 0.5);
    border-radius: 30px;
    margin-bottom: 16px;
    animation: fadeInDown 1s ease 0.2s both;
}
.cover-badge span {
    font-family: var(--font-body);
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent-light);
    font-weight: 300;
}

.cover-title {
    font-family: var(--font-script);
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}
.word-groom { animation: fadeInLeft 1s ease 0.4s both; }
.word-and { color: var(--accent); font-size: 3rem; animation: fadeIn 1s ease 0.7s both; }
.word-bride { animation: fadeInRight 1s ease 0.5s both; }

.cover-date {
    font-size: 0.95rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-light);
    margin-bottom: 32px;
    font-weight: 300;
    animation: fadeInUp 1s ease 0.8s both;
}
.cover-date i { margin-right: 8px; color: var(--accent); }

.guest-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    padding: 24px 32px;
    width: 90%;
    max-width: 380px;
    margin-bottom: 32px;
    animation: fadeInUp 1s ease 1s both;
}
.guest-to {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(250, 248, 244, 0.7);
    margin-bottom: 6px;
}
.guest-name {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 8px;
}
.guest-info {
    font-size: 0.7rem;
    color: rgba(250, 248, 244, 0.5);
    font-style: italic;
}

/* Open Button */
.btn-open-invitation {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: var(--white);
    border: none;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(201, 169, 110, 0.4);
    transition: var(--transition);
    animation: fadeInUp 1s ease 1.2s both, pulse 2s ease-in-out 2.2s infinite;
}
.btn-open-invitation:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 40px rgba(201, 169, 110, 0.5);
}
.btn-open-icon { font-size: 1.1rem; }

/* ================================================
   MUSIC CONTROL & BOTTOM NAV
   ================================================ */
.music-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1000;
}
.music-float.hide { display: none; }
.music-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    border: 2px solid var(--accent);
    color: var(--accent);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: var(--transition);
}
.music-btn:hover { background: var(--accent); color: var(--primary); transform: scale(1.1); }
.music-btn.rotate i { animation: spin 3s linear infinite; }
.music-btn.paused i { animation-play-state: paused; }

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(26, 60, 52, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(201, 169, 110, 0.2);
    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0 max(10px, env(safe-area-inset-bottom));
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.15);
}
.bottom-nav.hide { display: none; }
.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: rgba(250, 248, 244, 0.5);
    font-size: 0.65rem;
    font-weight: 400;
    transition: var(--transition);
    padding: 4px 12px;
    border-radius: 8px;
    gap: 3px;
}
.nav-item i { font-size: 1.1rem; transition: var(--transition); }
.nav-item:hover, .nav-item.active { color: var(--accent); }
.nav-item.active i { transform: translateY(-2px); }
.nav-item.active::after {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--accent);
    border-radius: 50%;
    margin-top: 2px;
}

/* ================================================
   MAIN LAYOUT
   ================================================ */
.main-container {
    width: 100%;
    padding-bottom: 80px;
    transition: opacity 1s ease, transform 1s ease;
}
.main-container.scroll-lock {
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
}

.section { padding: 100px 0; position: relative; overflow: hidden; }

/* Section Titles */
.section-title {
    font-size: 2.6rem;
    color: var(--primary);
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}
.section-title::before {
    content: 'âœ¦';
    display: block;
    font-size: 0.9rem;
    color: var(--accent);
    letter-spacing: 6px;
    margin-bottom: 8px;
    opacity: 0.8;
}
.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--accent-light));
    margin: 14px auto 0;
    border-radius: 2px;
}
.section-title-light {
    font-size: 2.6rem;
    color: var(--accent-light);
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
}
.section-title-light::before {
    content: 'âœ¦';
    display: block;
    font-size: 0.9rem;
    color: var(--accent);
    letter-spacing: 6px;
    margin-bottom: 8px;
    opacity: 0.7;
}
.section-title-light::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    margin: 14px auto 0;
}
.section-subtitle {
    color: var(--text-muted);
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto 50px;
    font-weight: 300;
    line-height: 1.7;
}

/* Section Divider */
.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    gap: 12px;
    position: relative;
}
.section-divider .divider-line {
    flex: 1;
    max-width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-light), transparent);
    position: relative;
}
/* Small tick marks on divider line */
.section-divider .divider-line::before,
.section-divider .divider-line::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: var(--accent-light);
    border-radius: 50%;
}
.section-divider .divider-line::before { left: 20%; }
.section-divider .divider-line::after { right: 20%; }

.section-divider .divider-diamond {
    width: 10px;
    height: 10px;
    background: var(--accent);
    transform: rotate(45deg);
    border-radius: 1px;
    box-shadow: 0 0 8px rgba(201,169,110,0.4);
    position: relative;
}
/* Extra small diamonds flanking center */
.section-divider .divider-diamond::before,
.section-divider .divider-diamond::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    background: var(--accent-light);
    transform: translateY(-50%) rotate(0deg);
    border-radius: 1px;
}
.section-divider .divider-diamond::before { left: -16px; }
.section-divider .divider-diamond::after { right: -16px; }

.section-divider-light .divider-line { background: linear-gradient(90deg, transparent, rgba(201,169,110,0.4), transparent); }
.section-divider-light .divider-line::before,
.section-divider-light .divider-line::after { background: rgba(201,169,110,0.4); }
.section-divider-light .divider-diamond { background: var(--accent-light); box-shadow: none; }
.section-divider-light .divider-diamond::before,
.section-divider-light .divider-diamond::after { background: rgba(201,169,110,0.3); }

/* ================================================
   BUTTONS
   ================================================ */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: var(--white);
    border: none;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(201, 169, 110, 0.3);
    transition: var(--transition);
    text-decoration: none;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201, 169, 110, 0.4); }

.btn-outline-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: transparent;
    color: var(--accent-light);
    border: 1px solid rgba(201, 169, 110, 0.5);
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
}
.btn-outline-light:hover { background: var(--accent); color: var(--primary); border-color: var(--accent); }

/* ================================================
   HERO / INTRO SECTION
   ================================================ */
.hero-sec {
    background:
        radial-gradient(ellipse at 10% 20%, rgba(201,169,110,0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 80%, rgba(26,60,52,0.06) 0%, transparent 50%),
        linear-gradient(180deg, #f0ece4 0%, #faf8f4 100%);
    padding-top: 120px;
    position: relative;
}

/* Top-left corner ornament */
.hero-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 220px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1' opacity='0.35'%3E%3Cpath d='M0,0 Q60,0 60,60 Q60,0 120,0'/%3E%3Cpath d='M0,0 Q0,60 60,60 Q0,60 0,120'/%3E%3Ccircle cx='60' cy='60' r='30'/%3E%3Ccircle cx='60' cy='60' r='20'/%3E%3Ccircle cx='60' cy='60' r='8'/%3E%3Cpath d='M30,0 L30,30 L0,30'/%3E%3Cpath d='M60,0 L60,20'/%3E%3Cpath d='M0,60 L20,60'/%3E%3Cpath d='M40,20 L20,40'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

/* Bottom-right corner ornament */
.hero-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 220px;
    height: 220px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1' opacity='0.35'%3E%3Cpath d='M200,200 Q140,200 140,140 Q140,200 80,200'/%3E%3Cpath d='M200,200 Q200,140 140,140 Q200,140 200,80'/%3E%3Ccircle cx='140' cy='140' r='30'/%3E%3Ccircle cx='140' cy='140' r='20'/%3E%3Ccircle cx='140' cy='140' r='8'/%3E%3Cpath d='M170,200 L170,170 L200,170'/%3E%3Cpath d='M140,200 L140,180'/%3E%3Cpath d='M200,140 L180,140'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

.hero-sec .container { position: relative; z-index: 1; }
.bismillah-wrapper { margin-bottom: 30px; }
.bismillah-txt {
    font-size: 2rem;
    color: var(--primary);
    letter-spacing: 1px;
    font-family: 'Traditional Arabic', 'Cormorant Garamond', serif;
}
.intro-greeting {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-style: italic;
    color: var(--primary-light);
    margin-bottom: 24px;
}
.intro-text {
    font-size: 1rem;
    max-width: 680px;
    margin: 0 auto 40px;
    color: var(--text);
    font-weight: 300;
    line-height: 1.8;
}

/* Arabic Prayer */
.arabic-prayer-wrapper {
    margin: 0 auto 30px;
    max-width: 680px;
    padding: 28px 32px;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.4' opacity='0.12'%3E%3Ccircle cx='20' cy='20' r='8'/%3E%3Ccircle cx='20' cy='20' r='14'/%3E%3Cline x1='6' y1='20' x2='34' y2='20'/%3E%3Cline x1='20' y1='6' x2='20' y2='34'/%3E%3C/g%3E%3C/svg%3E") center/40px 40px,
        #ffffff;
    border: 1px solid rgba(201, 169, 110, 0.25);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}
/* Decorative left border accent */
.arabic-prayer-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--accent-dark), var(--accent), var(--accent-light));
    border-radius: 4px 0 0 4px;
}
/* Subtle arabesque in background */
.arabic-prayer-wrapper::after {
    content: 'ï·½';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 4rem;
    color: rgba(201,169,110,0.05);
    pointer-events: none;
    font-family: 'Traditional Arabic', serif;
}
.arabic-prayer-text {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 12px;
    direction: rtl;
    line-height: 2;
    font-family: 'Traditional Arabic', serif;
}
.arabic-prayer-translation {
    font-size: 0.9rem;
    font-style: italic;
    color: var(--text-muted);
    font-weight: 300;
}

/* Quran Card */
.quran-card {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.4' opacity='0.1'%3E%3Cpolygon points='25,3 30,18 46,18 33,28 38,44 25,34 12,44 17,28 4,18 20,18'/%3E%3C/g%3E%3C/svg%3E") center/50px 50px,
        #ffffff;
    border: 1px solid rgba(201, 169, 110, 0.25);
    border-radius: var(--radius);
    padding: 40px 36px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

/* Gold corner ornaments on quran card */
.quran-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1.5'%3E%3Cpath d='M2,2 L30,2 L2,30 Z' fill='rgba(201,169,110,0.06)'/%3E%3Cpath d='M2,2 L20,2'/%3E%3Cpath d='M2,2 L2,20'/%3E%3Cpath d='M8,2 L8,8 L2,8'/%3E%3Ccircle cx='2' cy='2' r='3' fill='%23c9a96e'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}
.quran-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1.5'%3E%3Cpath d='M78,78 L50,78 L78,50 Z' fill='rgba(201,169,110,0.06)'/%3E%3Cpath d='M78,78 L60,78'/%3E%3Cpath d='M78,78 L78,60'/%3E%3Cpath d='M72,78 L72,72 L78,72'/%3E%3Ccircle cx='78' cy='78' r='3' fill='%23c9a96e'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}
.quran-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--white);
    font-size: 1.2rem;
}
.quran-verse {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-style: italic;
    color: var(--text);
    margin-bottom: 16px;
    line-height: 1.9;
}
.quran-surah {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--accent-dark);
    letter-spacing: 1px;
}

/* ================================================
   COUPLE SECTION
   ================================================ */
.couple-sec {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%231a3c34' stroke-width='0.5' opacity='0.055'%3E%3Ccircle cx='60' cy='60' r='50'/%3E%3Ccircle cx='60' cy='60' r='35'/%3E%3Ccircle cx='60' cy='60' r='20'/%3E%3Cline x1='10' y1='60' x2='110' y2='60'/%3E%3Cline x1='60' y1='10' x2='60' y2='110'/%3E%3Cline x1='25' y1='25' x2='95' y2='95'/%3E%3Cline x1='95' y1='25' x2='25' y2='95'/%3E%3C/g%3E%3C/svg%3E") center/120px 120px,
        #ffffff;
    position: relative;
}

.couple-sec::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201,169,110,0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.couple-sec .container { position: relative; z-index: 1; }
.couple-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.couple-card {
    flex: 1;
    min-width: 280px;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.4' opacity='0.12'%3E%3Ccircle cx='30' cy='30' r='22'/%3E%3Ccircle cx='30' cy='30' r='14'/%3E%3Ccircle cx='30' cy='30' r='6'/%3E%3Cline x1='8' y1='30' x2='52' y2='30'/%3E%3Cline x1='30' y1='8' x2='30' y2='52'/%3E%3C/g%3E%3C/svg%3E") center/60px 60px,
        #f0ece4;
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: var(--radius);
    padding: 40px 28px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

/* Floral corner on couple cards */
.couple-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1.2' opacity='0.5'%3E%3Cpath d='M2,2 L18,2'/%3E%3Cpath d='M2,2 L2,18'/%3E%3Cpath d='M2,2 Q20,2 20,20'/%3E%3Cpath d='M2,2 Q2,20 20,20'/%3E%3Ccircle cx='20' cy='20' r='4' fill='rgba(201,169,110,0.3)'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}
.couple-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1.2' opacity='0.5'%3E%3Cpath d='M68,68 L52,68'/%3E%3Cpath d='M68,68 L68,52'/%3E%3Cpath d='M68,68 Q50,68 50,50'/%3E%3Cpath d='M68,68 Q68,50 50,50'/%3E%3Ccircle cx='50' cy='50' r='4' fill='rgba(201,169,110,0.3)'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}
.couple-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }

.couple-img-frame {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid var(--accent);
    padding: 5px;
    margin-bottom: 24px;
    box-shadow: 0 8px 30px rgba(201, 169, 110, 0.15);
    overflow: hidden;
    transition: var(--transition);
}
.couple-card:hover .couple-img-frame { transform: scale(1.05); box-shadow: 0 12px 40px rgba(201, 169, 110, 0.25); }
.couple-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.6s ease;
}
.couple-card:hover .couple-img { transform: scale(1.08); }
.couple-name {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 8px;
}
.couple-parent {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 16px;
}
.couple-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(201, 169, 110, 0.1);
    border: 1px solid rgba(201, 169, 110, 0.3);
    border-radius: 20px;
    font-size: 0.75rem;
    color: var(--accent-dark);
    font-weight: 500;
    letter-spacing: 0.5px;
}
.couple-heart { margin: 0 10px; }
.heart-pulse {
    font-size: 2rem;
    color: var(--accent);
    animation: heartBeat 1.5s ease-in-out infinite;
}

/* ================================================
   STORY / LOVE TIMELINE
   ================================================ */
.story-sec {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.4' opacity='0.15'%3E%3Cpath d='M30,5 L35,15 L45,15 L37,22 L40,32 L30,26 L20,32 L23,22 L15,15 L25,15 Z'/%3E%3C/g%3E%3C/svg%3E") center/60px 60px,
        linear-gradient(180deg, #ffffff 0%, #f0ece4 100%);
    position: relative;
}

.story-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1' opacity='0.2'%3E%3Ccircle cx='280' cy='20' r='60'/%3E%3Ccircle cx='280' cy='20' r='40'/%3E%3Ccircle cx='280' cy='20' r='20'/%3E%3Cpath d='M220,20 L280,20 M280,20 L280,80'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}
.story-sec .container { position: relative; z-index: 1; }
.story-timeline {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 0;
}
.story-timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    background: linear-gradient(180deg, transparent, var(--accent), transparent);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.story-item {
    position: relative;
    width: 50%;
    padding: 16px 40px;
    margin-bottom: 20px;
}
.story-item:nth-child(odd) { text-align: right; padding-right: 50px; }
.story-item:nth-child(even) { left: 50%; text-align: left; padding-left: 50px; }

.story-dot {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--accent);
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(201, 169, 110, 0.3);
}
.story-dot span { color: var(--white); font-size: 0.75rem; font-weight: 700; }
.story-item:nth-child(odd) .story-dot { right: -16px; }
.story-item:nth-child(even) .story-dot { left: -16px; }

.story-content {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.4' opacity='0.1'%3E%3Crect x='8' y='8' width='24' height='24' rx='2' transform='rotate(45 20 20)'/%3E%3Ccircle cx='20' cy='20' r='4'/%3E%3C/g%3E%3C/svg%3E") center/40px 40px,
        #ffffff;
    border: 1px solid rgba(201, 169, 110, 0.15);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}
.story-content:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.story-year {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--accent-dark);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}
.story-content h3 { font-size: 1.3rem; color: var(--primary); margin-bottom: 10px; }
.story-content p { font-size: 0.9rem; color: var(--text); line-height: 1.7; font-weight: 300; }

/* ================================================
   COUNTDOWN SECTION
   ================================================ */
.countdown-sec {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.6' opacity='0.12'%3E%3Cpolygon points='50,10 61,35 88,35 67,57 75,82 50,65 25,82 33,57 12,35 39,35'/%3E%3Ccircle cx='50' cy='50' r='15'/%3E%3C/g%3E%3C/svg%3E") center/100px 100px,
        linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: var(--cream);
    position: relative;
    overflow: hidden;
}

/* Decorative arcs top and bottom */
.countdown-sec::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 160px;
    border: 2px solid rgba(201,169,110,0.15);
    border-radius: 50%;
    pointer-events: none;
}
.countdown-sec::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 160px;
    border: 2px solid rgba(201,169,110,0.15);
    border-radius: 50%;
    pointer-events: none;
}
.countdown-sec .container { position: relative; z-index: 1; }
.countdown-sub {
    font-size: 1rem;
    color: var(--accent-light);
    margin-bottom: 40px;
    font-weight: 300;
}
.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-width: 600px;
    margin: 0 auto 40px;
    flex-wrap: wrap;
}
.timer-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    min-width: 100px;
    padding: 20px 16px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
/* Shimmer line on timer box */
.timer-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,169,110,0.5), transparent);
}
.timer-box:hover { background: rgba(255, 255, 255, 0.12); border-color: var(--accent); transform: translateY(-4px); }
.timer-number { font-family: var(--font-body); font-size: 2.8rem; font-weight: 700; color: var(--white); display: block; line-height: 1; }
.timer-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-light); margin-top: 6px; }
.timer-separator { font-size: 2rem; color: var(--accent); font-weight: 300; }
.calendar-btn-container { margin-top: 10px; }

/* ================================================
   EVENT SECTION
   ================================================ */
.event-sec {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.5' opacity='0.12'%3E%3Crect x='20' y='20' width='40' height='40' rx='4' transform='rotate(45 40 40)'/%3E%3Crect x='28' y='28' width='24' height='24' rx='2' transform='rotate(45 40 40)'/%3E%3Ccircle cx='40' cy='40' r='5'/%3E%3C/g%3E%3C/svg%3E") center/80px 80px,
        #faf8f4;
    position: relative;
}

.event-sec::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 250px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 250'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1' opacity='0.2'%3E%3Cpath d='M0,250 Q80,170 0,90'/%3E%3Cpath d='M0,250 Q120,200 60,120 Q0,40 80,0'/%3E%3Ccircle cx='0' cy='250' r='40'/%3E%3Ccircle cx='0' cy='250' r='80'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}
.event-sec .container { position: relative; z-index: 1; }
.event-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 800px;
    margin: 0 auto 50px;
}
.event-card {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.4' opacity='0.09'%3E%3Cpolygon points='30,4 38,22 58,22 42,34 48,52 30,40 12,52 18,34 2,22 22,22'/%3E%3C/g%3E%3C/svg%3E") center/60px 60px,
        #ffffff;
    border: 1px solid rgba(201, 169, 110, 0.15);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
}
/* Gold top accent line */
.event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-dark), var(--accent), var(--accent-light));
    z-index: 2;
}
.event-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.event-card-header {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    padding: 28px 24px;
    text-align: center;
    color: var(--white);
}
.event-card-header .event-icon {
    font-size: 2rem;
    color: var(--accent);
    margin-bottom: 12px;
}
.event-card-header h3 { font-size: 1.5rem; color: var(--white); font-weight: 500; }
.event-card-body { padding: 28px 24px; }
.event-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 0.92rem;
    color: var(--text);
}
.event-info-item:last-child { margin-bottom: 0; }
.event-info-item i { color: var(--accent); font-size: 1rem; margin-top: 3px; min-width: 18px; }

/* Map */
.map-container {
    max-width: 800px;
    margin: 0 auto;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(201, 169, 110, 0.15);
}
.map-wrapper { position: relative; width: 100%; height: 320px; }
.map-wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; }

/* ================================================
   GALLERY SECTION
   ================================================ */
.gallery-sec {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='104' viewBox='0 0 60 104'%3E%3Cg fill='none' stroke='%231a3c34' stroke-width='0.4' opacity='0.045'%3E%3Cpolygon points='30,2 58,17 58,47 30,62 2,47 2,17'/%3E%3Cpolygon points='30,22 48,32 48,52 30,62 12,52 12,32'/%3E%3Cpolygon points='30,54 58,69 58,99 30,114 2,99 2,69'/%3E%3C/g%3E%3C/svg%3E") center/60px 104px,
        #ffffff;
    position: relative;
}

.gallery-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1' opacity='0.25'%3E%3Cpath d='M200,0 Q140,60 200,120'/%3E%3Cpath d='M200,0 Q120,80 180,160 Q240,240 160,200'/%3E%3Ccircle cx='200' cy='0' r='50'/%3E%3Ccircle cx='200' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}
.gallery-sec .container { position: relative; z-index: 1; }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}
.gallery-item {
    position: relative;
    border-radius: var(--radius-sm);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}
.gallery-item-tall { grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 60, 52, 0.5);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
    transition: opacity 0.3s ease;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* Lightbox */
.lightbox-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}
.lightbox-close {
    position: absolute;
    top: 24px;
    right: 32px;
    color: var(--white);
    font-size: 2.5rem;
    cursor: pointer;
    transition: var(--transition);
    z-index: 10;
}
.lightbox-close:hover { color: var(--accent); transform: rotate(90deg); }
.lightbox-content-wrapper {
    position: relative;
    max-width: 85%;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: var(--radius-sm);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.4s ease;
}
.lightbox-prev, .lightbox-next {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    font-size: 1.4rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition);
}
.lightbox-prev:hover, .lightbox-next:hover { background: var(--accent); color: var(--primary); }
.lightbox-prev { left: -60px; }
.lightbox-next { right: -60px; }
.lightbox-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    letter-spacing: 2px;
}

/* ================================================
   RESPECT SECTION
   ================================================ */
.respect-sec {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.5' opacity='0.13'%3E%3Cpath d='M50,10 C30,10 10,30 10,50 C10,70 30,90 50,90 C70,90 90,70 90,50 C90,30 70,10 50,10 Z'/%3E%3Cpath d='M50,20 C35,20 20,35 20,50 C20,65 35,80 50,80 C65,80 80,65 80,50 C80,35 65,20 50,20 Z'/%3E%3Cpath d='M50,5 L50,95 M5,50 L95,50 M18,18 L82,82 M82,18 L18,82'/%3E%3C/g%3E%3C/svg%3E") center/100px 100px,
        linear-gradient(180deg, #faf8f4 0%, #f0ece4 100%);
    position: relative;
}

.respect-sec::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    border: 1px solid rgba(201,169,110,0.1);
    border-radius: 50%;
    pointer-events: none;
}
.respect-sec::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border: 1px solid rgba(201,169,110,0.08);
    border-radius: 50%;
    pointer-events: none;
}
.respect-sec .container { position: relative; z-index: 1; }
.respect-card {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.5' opacity='0.1'%3E%3Ccircle cx='35' cy='35' r='28'/%3E%3Ccircle cx='35' cy='35' r='18'/%3E%3Ccircle cx='35' cy='35' r='8'/%3E%3Cline x1='7' y1='35' x2='63' y2='35'/%3E%3Cline x1='35' y1='7' x2='35' y2='63'/%3E%3Cline x1='15' y1='15' x2='55' y2='55'/%3E%3Cline x1='55' y1='15' x2='15' y2='55'/%3E%3C/g%3E%3C/svg%3E") center/70px 70px,
        #ffffff;
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: var(--radius);
    padding: 44px 36px;
    max-width: 580px;
    margin: 0 auto;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

/* Four-corner ornament on respect card */
.respect-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1.5'%3E%3Cpath d='M2,2 L16,2 M2,2 L2,16'/%3E%3Ccircle cx='2' cy='2' r='2.5' fill='%23c9a96e'/%3E%3C/g%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1.5'%3E%3Cpath d='M58,2 L44,2 M58,2 L58,16'/%3E%3Ccircle cx='58' cy='2' r='2.5' fill='%23c9a96e'/%3E%3C/g%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1.5'%3E%3Cpath d='M2,58 L16,58 M2,58 L2,44'/%3E%3Ccircle cx='2' cy='58' r='2.5' fill='%23c9a96e'/%3E%3C/g%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1.5'%3E%3Cpath d='M58,58 L44,58 M58,58 L58,44'/%3E%3Ccircle cx='58' cy='58' r='2.5' fill='%23c9a96e'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 60px 60px, 60px 60px, 60px 60px, 60px 60px;
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}
.respect-card h3 {
    font-size: 1.4rem;
    color: var(--primary);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.respect-card h3 i { color: var(--accent); }
.respect-divider { width: 50px; height: 2px; background: var(--accent); margin: 0 auto 24px; border-radius: 2px; }
.respect-list { list-style: none; text-align: left; max-width: 400px; margin: 0 auto; }
.respect-list li {
    font-size: 1rem;
    color: var(--text);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 400;
}
.respect-list li i { color: var(--accent); font-size: 1.1rem; min-width: 20px; }

/* ================================================
   GIFT SECTION
   ================================================ */
.gift-sec {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.5' opacity='0.12'%3E%3Cpath d='M40,5 L75,25 L75,55 L40,75 L5,55 L5,25 Z'/%3E%3Cpath d='M40,15 L65,30 L65,50 L40,65 L15,50 L15,30 Z'/%3E%3Ccircle cx='40' cy='40' r='10'/%3E%3C/g%3E%3C/svg%3E") center/80px 80px,
        #ffffff;
    position: relative;
}

.gift-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1' opacity='0.2'%3E%3Cpath d='M0,0 Q80,0 80,80 Q80,0 160,0'/%3E%3Cpath d='M0,0 Q0,80 80,80 Q0,80 0,160'/%3E%3Ccircle cx='0' cy='0' r='60'/%3E%3Ccircle cx='0' cy='0' r='120'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}
.gift-sec .container { position: relative; z-index: 1; }
.gift-cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: 700px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.gift-card {
    flex: 1;
    min-width: 260px;
    max-width: 320px;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.4' opacity='0.13'%3E%3Cpath d='M25,3 L30,18 L46,18 L33,28 L38,44 L25,34 L12,44 L17,28 L4,18 L20,18 Z'/%3E%3C/g%3E%3C/svg%3E") center/50px 50px,
        #f0ece4;
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: var(--radius);
    padding: 36px 28px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
/* Decorative top arc on gift card */
.gift-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
/* Subtle pattern inside gift card */
.gift-card::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1' opacity='0.2'%3E%3Ccircle cx='100' cy='100' r='40'/%3E%3Ccircle cx='100' cy='100' r='60'/%3E%3Ccircle cx='100' cy='100' r='80'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.gift-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.gift-card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--accent);
    font-size: 1.3rem;
}
.gift-card-label {
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 16px;
    letter-spacing: 1px;
}
.acc-number {
    font-family: var(--font-body);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
    letter-spacing: 1px;
}
.acc-name {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    font-weight: 400;
}
.btn-copy {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background: var(--white);
    border: 1px solid var(--accent);
    border-radius: 30px;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--accent-dark);
    cursor: pointer;
    transition: var(--transition);
}
.btn-copy:hover { background: var(--accent); color: var(--white); }
.btn-copy.copied { background: var(--primary); border-color: var(--primary); color: var(--white); }

/* Toast */
.toast-notification {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--primary);
    color: var(--cream);
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}
.toast-notification.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast-notification i { color: var(--accent); }

/* ================================================
   WISHES / GUESTBOOK SECTION
   ================================================ */
.wishes-sec {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%231a3c34' stroke-width='0.4' opacity='0.06'%3E%3Cpath d='M40,5 L52,18 L68,18 L68,32 L75,40 L68,48 L68,62 L52,62 L40,75 L28,62 L12,62 L12,48 L5,40 L12,32 L12,18 L28,18 Z'/%3E%3Ccircle cx='40' cy='40' r='12'/%3E%3C/g%3E%3C/svg%3E") center/80px 80px,
        #faf8f4;
    position: relative;
}

.wishes-sec::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 280px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='1' opacity='0.2'%3E%3Cpath d='M280,280 Q200,200 280,120'/%3E%3Cpath d='M280,280 Q160,240 200,160 Q240,80 160,40'/%3E%3Ccircle cx='280' cy='280' r='60'/%3E%3Ccircle cx='280' cy='280' r='120'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}
.wishes-sec .container { position: relative; z-index: 1; }
.wishes-layout {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}
.wishes-form-container {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.4' opacity='0.09'%3E%3Cpath d='M25,3 L30,18 L46,18 L33,28 L38,44 L25,34 L12,44 L17,28 L4,18 L20,18 Z'/%3E%3C/g%3E%3C/svg%3E") center/50px 50px,
        #ffffff;
    border: 1px solid rgba(201, 169, 110, 0.15);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow-sm);
    height: fit-content;
}
.form-group { margin-bottom: 20px; }
.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 6px;
}
.form-group label i { margin-right: 6px; color: var(--accent); }
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    background: var(--cream);
    border: 1px solid var(--cream-dark);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text);
    outline: none;
    transition: var(--transition);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--accent);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.1);
}
.form-group textarea { resize: none; }

.wishes-wall {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.4' opacity='0.09'%3E%3Cpath d='M25,3 L30,18 L46,18 L33,28 L38,44 L25,34 L12,44 L17,28 L4,18 L20,18 Z'/%3E%3C/g%3E%3C/svg%3E") center/50px 50px,
        #ffffff;
    border: 1px solid rgba(201, 169, 110, 0.15);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    max-height: 540px;
}
.wishes-count {
    font-size: 1.2rem;
    color: var(--primary);
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--cream-dark);
    display: flex;
    align-items: center;
    gap: 8px;
}
.wishes-count i { color: var(--accent); }
.wishes-list { overflow-y: auto; flex: 1; padding-right: 6px; }
.wishes-list::-webkit-scrollbar { width: 4px; }
.wishes-list::-webkit-scrollbar-track { background: var(--cream); border-radius: 10px; }
.wishes-list::-webkit-scrollbar-thumb { background: var(--accent-light); border-radius: 10px; }

.wish-item {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.3' opacity='0.12'%3E%3Ccircle cx='15' cy='15' r='10'/%3E%3Ccircle cx='15' cy='15' r='5'/%3E%3C/g%3E%3C/svg%3E") center/30px 30px,
        #f0ece4;
    border-radius: var(--radius-sm);
    padding: 16px;
    margin-bottom: 14px;
    border-left: 3px solid var(--accent);
    transition: var(--transition);
}
.wish-item:hover { transform: translateX(4px); }
.wish-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.wish-name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; color: var(--primary); }
.wish-status {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 10px;
}
.wish-status.hadir { background: rgba(26, 60, 52, 0.1); color: var(--primary); }
.wish-status.tidak-hadir { background: rgba(220, 53, 69, 0.1); color: #dc3545; }
.wish-status.masih-ragu { background: rgba(255, 193, 7, 0.1); color: #b8860b; }
.wish-body { font-size: 0.85rem; color: var(--text); line-height: 1.6; font-weight: 300; }

/* ================================================
   FOOTER
   ================================================ */
.footer-sec {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23c9a96e' stroke-width='0.5' opacity='0.1'%3E%3Cpolygon points='50,10 61,35 88,35 67,57 75,82 50,65 25,82 33,57 12,35 39,35'/%3E%3Ccircle cx='50' cy='50' r='15'/%3E%3C/g%3E%3C/svg%3E") center/100px 100px,
        linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
    color: var(--cream);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

/* Glowing orbs in footer */
.footer-sec::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-dark), var(--accent), var(--accent-light), var(--accent), var(--accent-dark));
}
.footer-sec::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 200px;
    background: radial-gradient(ellipse, rgba(201,169,110,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.footer-closing { font-size: 1rem; max-width: 600px; margin: 0 auto 16px; font-weight: 300; line-height: 1.8; }
.footer-salam { font-family: var(--font-display); font-size: 1.2rem; font-style: italic; color: var(--accent-light); margin-bottom: 40px; }
.footer-couple { font-family: var(--font-script); font-size: 3.5rem; color: var(--white); margin-bottom: 24px; }
.footer-divider { width: 80px; height: 1px; background: rgba(255, 255, 255, 0.2); margin: 0 auto 20px; }
.footer-credit { font-size: 0.75rem; color: rgba(255, 255, 255, 0.4); letter-spacing: 1px; }
.footer-credit i { color: var(--accent); }

/* ================================================
   GOLD PARTICLES
   ================================================ */
.gold-particles-container {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9997;
    overflow: hidden;
}
.gold-particle {
    position: fixed;
    bottom: -10px;
    border-radius: 50%;
    animation: floatUp linear forwards;
    pointer-events: none;
}
@keyframes floatUp {
    0% { transform: translateY(0) translateX(0) scale(0); opacity: 0; }
    10% { opacity: 0.7; transform: translateY(-10vh) translateX(var(--drift, 0px)) scale(1); }
    100% { transform: translateY(-110vh) translateX(calc(var(--drift, 0px) * 2)) scale(0.2); opacity: 0; }
}

/* Floating Leaves */
.floating-leaf {
    position: fixed;
    top: -30px;
    z-index: 9996;
    pointer-events: none;
    user-select: none;
    animation: leafFall linear forwards;
}
@keyframes leafFall {
    0% { transform: translateY(0) rotate(0deg) translateX(0); opacity: 0.4; }
    100% { transform: translateY(110vh) rotate(360deg) translateX(40px); opacity: 0; }
}

/* ================================================
   KEYFRAME ANIMATIONS
   ================================================ */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes zoomIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    14% { transform: scale(1.2); }
    28% { transform: scale(1); }
    42% { transform: scale(1.2); }
    70% { transform: scale(1); }
}
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }

/* Shimmer animation for gold lines */
@keyframes shimmerGold {
    0% { background-position: -200px center; }
    100% { background-position: 200px center; }
}
.section-title::after,
.section-title-light::after {
    background: linear-gradient(90deg, transparent 0%, var(--accent-dark) 20%, var(--accent-light) 50%, var(--accent-dark) 80%, transparent 100%) !important;
    background-size: 200px 100% !important;
    animation: shimmerGold 3s linear infinite;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 991px) {
    .section { padding: 80px 0; }
    .section-title, .section-title-light { font-size: 2.2rem; }
    .cover-title { font-size: 3.5rem; }
    .lightbox-prev { left: 12px; }
    .lightbox-next { right: 12px; }
    .wishes-layout { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
    .gallery-item-tall { grid-row: span 2; }
    .gallery-item-wide { grid-column: span 1; }
}

@media (max-width: 768px) {
    html { font-size: 15px; }
    .section { padding: 60px 0; }
    .cover-title { font-size: 3rem; }
    .couple-grid { flex-direction: column; gap: 24px; }
    .couple-heart { transform: rotate(0deg); }
    .story-timeline::before { left: 16px; }
    .story-item { width: 100%; padding-left: 50px; padding-right: 0; text-align: left !important; }
    .story-item:nth-child(even) { left: 0; }
    .story-dot { left: 0 !important; right: auto !important; }
    .event-cards { grid-template-columns: 1fr; }
    .countdown-timer { gap: 8px; }
    .timer-box { min-width: 72px; padding: 16px 12px; }
    .timer-number { font-size: 2rem; }
    .timer-separator { font-size: 1.5rem; }
    .gift-cards { flex-direction: column; align-items: center; }
    .gift-card { width: 100%; max-width: 320px; }
    .map-wrapper { height: 240px; }
    .footer-sec { padding: 60px 0 100px; }
    .music-float { bottom: 80px; right: 16px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
}

@media (max-width: 480px) {
    .cover-title { font-size: 2.5rem; }
    .word-and { font-size: 2rem; }
    .guest-card { padding: 20px 24px; }
    .guest-name { font-size: 1.4rem; }
    .couple-name { font-size: 1.5rem; }
    .timer-box { min-width: 62px; padding: 14px 10px; }
    .timer-number { font-size: 1.6rem; }
    .timer-separator { font-size: 1.2rem; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
    .gallery-item-tall { grid-row: span 1; }
    .gallery-item-wide { grid-column: span 1; }
    .wishes-form-container, .wishes-wall { padding: 24px; }
    .section-title, .section-title-light { font-size: 1.8rem; }
}

