/* ==========================================================================
   UNDANGAN PERNIKAHAN DIGITAL SEMI-JAWA (JAWA TIMUR X JAWA TENGAH)
   Design System & Stylesheet
   ========================================================================== */

:root {
    --bg-dark: #1E2D27;
    --bg-sage-dark: #273A31;
    --bg-sage-main: #344D41;
    --bg-sage-light: #456354;
    --bg-sage-soft: #A3B18A;
    --bg-cream: #F9F6F0;
    --bg-cream-card: #FFFFFF;
    
    --gold-primary: #D4AF37;
    --gold-gradient: linear-gradient(135deg, #BF953F 0%, #FCF6BA 25%, #B38728 50%, #FBF5B7 75%, #AA771C 100%);
    --gold-soft-bg: rgba(212, 175, 55, 0.1);
    --gold-border: rgba(212, 175, 55, 0.4);
    
    --text-maroon: #4A2328;
    --text-dark: #2D312E;
    --text-muted: #6B7260;
    --text-light: #F9F6F0;
    
    --font-serif: 'Cormorant Garamond', 'Playfair Display', serif;
    --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
    --shadow-gold: 0 8px 25px rgba(212, 175, 55, 0.25);
    
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-full: 9999px;
}

/* Reset & Box Sizing */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: #121A17;
    color: var(--text-dark);
    font-family: var(--font-sans);
}

body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    background: #141E1A url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><path d="M30 0 L60 30 L30 60 L0 30 Z" fill="none" stroke="rgba(212,175,55,0.04)" stroke-width="1"/></svg>') repeat;
}

/* Desktop App Container (Mobile Mockup Frame on PC) */
.app-container {
    width: 100%;
    max-width: 480px;
    min-height: 100vh;
    background-color: var(--bg-cream);
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/* Base Utility Classes */
.text-center { text-align: center; }
.font-serif { font-family: var(--font-serif); }
.text-gold { color: var(--gold-primary); }
.text-maroon { color: var(--text-maroon); }

/* Decorative Aksara Jawa Watermark / Accent */
.aksara-decor {
    font-size: 1rem;
    letter-spacing: 2px;
    color: var(--gold-primary);
    opacity: 0.85;
    margin: 0.5rem 0;
    font-weight: 500;
}

/* Decorative Gold Divider */
.gold-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 1.5rem 0;
}
.gold-divider::before,
.gold-divider::after {
    content: '';
    height: 1px;
    width: 60px;
    background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
}
.gold-divider svg {
    width: 24px;
    height: 24px;
    fill: var(--gold-primary);
}

/* ==========================================================================
   COVER PAGE (FULLSCREEN OVERLAY WITH CATIN PHOTO & GRADIENT)
   ========================================================================== */
.cover-screen {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    height: 100vh;
    background: linear-gradient(180deg, rgba(20, 32, 26, 0.72) 0%, rgba(30, 48, 40, 0.78) 40%, rgba(15, 23, 19, 0.94) 100%), url('../cover.jpg') center/cover no-repeat;
    color: var(--text-light);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 1.5rem;
    text-align: center;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, filter 1s ease;
    overflow: hidden;
}

/* Background Gunungan & Pattern Overlay */
.cover-bg-ornament {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 480px;
    opacity: 0.12;
    pointer-events: none;
}

.cover-header p {
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-primary);
    margin-bottom: 0.5rem;
}

.cover-couple-name {
    font-family: var(--font-serif);
    font-size: 2.75rem;
    line-height: 1.1;
    margin: 1.5rem 0 0.5rem;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.cover-date {
    font-size: 0.95rem;
    letter-spacing: 2px;
    color: #E2E8E4;
}

/* Guest Card on Cover */
.cover-guest-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid var(--gold-border);
    border-radius: var(--radius-md);
    padding: 1.25rem 2rem;
    width: 100%;
    max-width: 340px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    margin: 1rem 0;
}

.cover-guest-card .yth-text {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #D1DAD4;
}

.cover-guest-card .guest-name {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold-primary);
    margin-top: 0.25rem;
}

.btn-open-invitation {
    background: var(--gold-gradient);
    color: #261B07;
    border: none;
    border-radius: var(--radius-full);
    padding: 0.9rem 2rem;
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: var(--shadow-gold);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    animation: pulseGlow 2s infinite;
}

.btn-open-invitation:hover {
    transform: translateY(-2px) scale(1.02);
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.5); }
    70% { box-shadow: 0 0 0 15px rgba(212, 175, 55, 0); }
    100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}

/* Smooth Cover Opening Transition */
.cover-screen.opened {
    transform: translateX(-50%) scale(1.12);
    opacity: 0;
    filter: blur(8px);
    pointer-events: none;
}

/* ==========================================================================
   FLOATING BOTTOM NAVIGATION BAR (DOCK) & MUSIC BUTTON
   ========================================================================== */
.bottom-nav-bar {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 28px);
    max-width: 440px;
    height: 62px;
    background: rgba(26, 38, 32, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 6px;
    z-index: 990;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 15px rgba(212, 175, 55, 0.15);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.3s ease;
}

.bottom-nav-bar.visible {
    opacity: 1;
    pointer-events: auto;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #A3B5AA;
    text-decoration: none;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
    flex: 1;
    text-align: center;
}

.nav-item svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    margin-bottom: 2px;
    transition: transform 0.3s ease;
}

.nav-item.active {
    color: var(--gold-primary);
    background: rgba(212, 175, 55, 0.12);
}

.nav-item.active svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 5px rgba(212, 175, 55, 0.4));
}

.nav-item:hover {
    color: var(--gold-primary);
}

/* Floating Audio Player Button */
.floating-music-btn {
    position: fixed;
    bottom: 86px;
    right: max(20px, calc((100vw - 480px) / 2 + 20px));
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--bg-sage-dark);
    border: 2px solid var(--gold-primary);
    color: var(--gold-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 990;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

.floating-music-btn.visible {
    opacity: 1;
    pointer-events: auto;
}

.floating-music-btn.playing svg {
    animation: spinVinyl 6s linear infinite;
}

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

/* ==========================================================================
   MAIN INVITATION CONTENT (SECTIONS)
   ========================================================================== */
.main-content {
    opacity: 0;
    transition: opacity 1s ease;
}
.main-content.visible {
    opacity: 1;
}

section {
    padding: 3.5rem 1.5rem;
    position: relative;
}

/* Section 1: Hero / Banner Header */
.hero-section {
    background: linear-gradient(180deg, var(--bg-sage-dark) 0%, var(--bg-sage-main) 100%);
    color: var(--text-light);
    text-align: center;
    padding: 4rem 1.5rem 3.5rem;
}

.hero-subtitle {
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-primary);
}

.hero-title {
    font-family: var(--font-serif);
    font-size: 3rem;
    line-height: 1.1;
    margin: 1rem 0;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-date-badge {
    display: inline-block;
    border: 1px solid var(--gold-border);
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.05);
}

/* Section 2: Ayat / Quote */
.quote-section {
    background-color: var(--bg-cream);
    text-align: center;
}

.quote-card {
    background: #FFFFFF;
    border-radius: var(--radius-lg);
    padding: 2rem 1.5rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(212, 175, 55, 0.15);
    position: relative;
}

.quote-text {
    font-family: var(--font-serif);
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-maroon);
    font-style: italic;
}

.quote-source {
    margin-top: 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--gold-dark);
}

/* Section 3: Mempelai (Groom & Bride) */
.mempelai-section {
    background: linear-gradient(180deg, #F9F6F0 0%, #F1ECE1 100%);
    text-align: center;
}

.section-title {
    font-family: var(--font-serif);
    font-size: 2.25rem;
    color: var(--bg-sage-dark);
    margin-bottom: 0.25rem;
}

.section-subtitle {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-dark);
    margin-bottom: 2.5rem;
}

.mempelai-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.mempelai-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Oval Frame with Golden Java Ornament */
.photo-frame {
    position: relative;
    width: 170px;
    height: 220px;
    border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
    padding: 8px;
    background: var(--gold-gradient);
    box-shadow: var(--shadow-gold);
    margin-bottom: 1.25rem;
}

.photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
    border: 3px solid #FFFFFF;
}

.mempelai-name {
    font-family: var(--font-serif);
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--bg-sage-dark);
}

.mempelai-fullname {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-maroon);
    margin: 0.25rem 0 0.5rem;
}

.mempelai-parents {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.5;
    max-width: 280px;
}

.btn-instagram {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 0.75rem;
    padding: 0.4rem 1rem;
    border-radius: var(--radius-full);
    background: var(--gold-soft-bg);
    border: 1px solid var(--gold-border);
    color: var(--gold-dark);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-instagram:hover {
    background: var(--gold-primary);
    color: #FFFFFF;
}

.ampersand {
    font-family: var(--font-serif);
    font-size: 3rem;
    color: var(--gold-primary);
    margin: 1rem 0;
}

/* Section 4: Live Countdown */
.countdown-section {
    background: var(--bg-sage-dark);
    color: var(--text-light);
    text-align: center;
}

.countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 2rem 0;
}

.countdown-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--gold-border);
    border-radius: var(--radius-md);
    padding: 1rem 0.5rem;
    backdrop-filter: blur(5px);
}

.countdown-num {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold-primary);
    line-height: 1;
}

.countdown-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #D1DAD4;
    margin-top: 0.4rem;
}

.btn-calendar {
    background: transparent;
    border: 1px solid var(--gold-primary);
    color: var(--gold-primary);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.btn-calendar:hover {
    background: var(--gold-primary);
    color: #1E2D27;
}

/* Section 5: Detail Acara (Event Cards) */
.event-section {
    background-color: var(--bg-cream);
    text-align: center;
}

.event-card {
    background: #FFFFFF;
    border-radius: var(--radius-lg);
    padding: 2rem 1.5rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(212, 175, 55, 0.2);
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gold-gradient);
}

.event-icon {
    width: 48px;
    height: 48px;
    background: var(--gold-soft-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: var(--gold-dark);
}

.event-title {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    color: var(--bg-sage-dark);
    margin-bottom: 0.75rem;
}

.event-detail-item {
    font-size: 0.9rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.event-detail-item svg {
    color: var(--gold-dark);
    flex-shrink: 0;
}

.map-container {
    width: 100%;
    height: 200px;
    border-radius: var(--radius-md);
    overflow: hidden;
    margin: 1.25rem 0;
    border: 1px solid var(--gold-border);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.btn-map {
    background: var(--bg-sage-dark);
    color: var(--gold-primary);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(39, 58, 49, 0.2);
    transition: all 0.3s ease;
}

.btn-map:hover {
    background: var(--bg-sage-main);
    transform: translateY(-2px);
}

/* Section 6: Our Story Timeline */
.story-section {
    background: linear-gradient(180deg, #F1ECE1 0%, #F9F6F0 100%);
    text-align: center;
}

.timeline {
    position: relative;
    max-width: 360px;
    margin: 2rem auto 0;
    padding-left: 20px;
    text-align: left;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gold-border);
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.timeline-dot {
    position: absolute;
    left: -20px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold-primary);
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3);
}

.timeline-year {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--gold-dark);
    letter-spacing: 1px;
}

.timeline-title {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    color: var(--bg-sage-dark);
    margin: 0.2rem 0;
}

.timeline-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* Section 7: Galeri Prewedding */
.gallery-section {
    background-color: var(--bg-cream);
    text-align: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 1.5rem;
}

.gallery-item {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--gold-border);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* Lightbox Modal */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.lightbox-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.lightbox-img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: var(--radius-md);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
    object-fit: contain;
}

.lightbox-caption {
    color: #FFFFFF;
    margin-top: 1rem;
    font-size: 0.9rem;
    text-align: center;
    padding: 0 1rem;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #FFFFFF;
    font-size: 2rem;
    cursor: pointer;
    background: none;
    border: none;
}

/* Section 8: RSVP & Guest Book */
.rsvp-section {
    background: linear-gradient(180deg, var(--bg-sage-dark) 0%, var(--bg-sage-main) 100%);
    color: var(--text-light);
    text-align: center;
}

.rsvp-form {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--gold-border);
    border-radius: var(--radius-lg);
    padding: 2rem 1.5rem;
    backdrop-filter: blur(10px);
    margin-top: 1.5rem;
    text-align: left;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-label {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #D1DAD4;
    margin-bottom: 0.4rem;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(212, 175, 55, 0.3);
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-family: var(--font-sans);
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: var(--gold-primary);
}

.btn-submit-rsvp {
    width: 100%;
    padding: 0.9rem;
    border-radius: var(--radius-full);
    border: none;
    background: var(--gold-gradient);
    color: #261B07;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: var(--shadow-gold);
    transition: transform 0.2s ease;
}

.btn-submit-rsvp:hover {
    transform: translateY(-2px);
}

/* Guestbook List Display */
.guestbook-list {
    margin-top: 2rem;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 5px;
}

.guestbook-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: var(--radius-md);
    padding: 1rem;
    margin-bottom: 0.75rem;
    text-align: left;
}

.guestbook-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}

.guestbook-name {
    font-weight: 700;
    color: var(--gold-primary);
    font-size: 0.95rem;
}

.badge-status {
    font-size: 0.7rem;
    padding: 0.25rem 0.6rem;
    border-radius: var(--radius-full);
    font-weight: 600;
}
.badge-status.hadir { background: rgba(76, 175, 80, 0.2); color: #81C784; }
.badge-status.tidak-hadir { background: rgba(244, 67, 54, 0.2); color: #E57373; }

.guestbook-msg {
    font-size: 0.85rem;
    color: #E2E8E4;
    line-height: 1.4;
}

/* Section 9: Amplop Digital & Hadiah */
.gift-section {
    background-color: var(--bg-cream);
    text-align: center;
}

.bank-card {
    background: #FFFFFF;
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--gold-border);
    margin-bottom: 1.5rem;
    position: relative;
}

.bank-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.bank-logo {
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--bg-sage-dark);
    letter-spacing: 1px;
}

.account-num {
    font-family: monospace;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-maroon);
    margin: 0.5rem 0 0.25rem;
}

.account-holder {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.btn-copy-account {
    background: var(--gold-soft-bg);
    border: 1px solid var(--gold-border);
    color: var(--gold-dark);
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.btn-copy-account:hover {
    background: var(--gold-primary);
    color: #FFFFFF;
}

/* Toast Notification */
.toast-notification {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--bg-sage-dark);
    color: var(--gold-primary);
    border: 1px solid var(--gold-primary);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    z-index: 10001;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.toast-notification.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* Section 10: Penutup */
.closing-section {
    background: linear-gradient(180deg, var(--bg-sage-main) 0%, var(--bg-dark) 100%);
    color: var(--text-light);
    text-align: center;
    padding: 4rem 1.5rem;
}

.closing-text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #D1DAD4;
    max-width: 320px;
    margin: 0 auto 2rem;
}

.closing-names {
    font-family: var(--font-serif);
    font-size: 2.25rem;
    color: var(--gold-primary);
}

/* Scroll Reveal Animation */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}
