.hlw-notice { padding: 12px 16px; background: #fdecea; color: #a33; border-radius: 6px; font-size: 14px; }

.hlw-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; background: #b48a52; color: #fff; border: none; border-radius: 30px; text-decoration: none; font-size: 14px; cursor: pointer; transition: opacity .2s ease; }
.hlw-btn:hover { opacity: .85; color: #fff; }
.hlw-btn-sm { padding: 6px 14px; font-size: 12px; }
.hlw-btn-whatsapp { background: #25D366; }
.hlw-btn-icon { font-size: 16px; }

/* Countdown */
.hlw-countdown { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hlw-cd-box { min-width: 64px; padding: 12px 8px; background: #fff; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.hlw-cd-num { display: block; font-size: 28px; font-weight: 700; }
.hlw-cd-label { display: block; font-size: 12px; color: #777; margin-top: 4px; }

/* Guest book / Comment kit */
.hlw-wall-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.hlw-input { padding: 10px 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; width: 100%; box-sizing: border-box; }
textarea.hlw-input { min-height: 80px; resize: vertical; }
.hlw-wall-item { padding: 12px 0; border-bottom: 1px solid #eee; }
.hlw-wall-item-head { display: flex; align-items: center; gap: 8px; }
.hlw-badge { font-size: 11px; padding: 2px 8px; background: #f0e6d6; color: #a37f3b; border-radius: 20px; }
.hlw-wall-empty { color: #999; font-style: italic; }

/* Timeline */
.hlw-timeline { position: relative; padding-left: 24px; border-left: 2px solid #e5d4b8; }
.hlw-timeline-item { position: relative; margin-bottom: 28px; }
.hlw-timeline-dot { position: absolute; left: -30px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: #b48a52; }
.hlw-timeline-content h4 { margin: 0 0 4px; }
.hlw-timeline-date { color: #b48a52; font-weight: 600; margin: 0 0 4px; }
.hlw-timeline-address { color: #777; font-size: 13px; }

/* Audio */
.hlw-audio-player { position: fixed; right: 20px; bottom: 20px; z-index: 9999; }
.hlw-audio-toggle { width: 50px; height: 50px; border-radius: 50%; background: #b48a52; border: none; color: #fff; font-size: 20px; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,.2); animation: hlw-spin 4s linear infinite; }
.hlw-audio-toggle.hlw-paused { animation-play-state: paused; }
@keyframes hlw-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Forms */
.hlw-form-row { margin-bottom: 12px; }
.hlw-form-row label { display: block; margin-bottom: 4px; font-size: 13px; font-weight: 600; }
.hlw-form-response { margin-top: 10px; font-size: 14px; }

/* Cover / Invitation */
.hlw-cover { text-align: center; padding: 40px 20px; }
.hlw-cover-eyebrow { letter-spacing: 2px; text-transform: uppercase; font-size: 13px; color: #b48a52; }
.hlw-cover-names { font-size: 36px; margin: 8px 0 16px; font-family: Georgia, serif; }
.hlw-cover-guest { margin-bottom: 24px; }
.hlw-cover-fullscreen { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; background: #1c1c1c center/cover no-repeat; transition: opacity .5s ease, visibility .5s ease; }
.hlw-cover-fullscreen.hlw-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.hlw-cover-inner { color: #fff; text-align: center; }
.hlw-cover-fullscreen .hlw-cover-eyebrow { color: #e5d4b8; }
body.hlw-fullscreen-open { overflow: hidden; }

/* Copy text */
.hlw-copytext { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; background: #f7f2ea; border-radius: 8px; }

/* Senderkit */
.hlw-senderkit { text-align: center; }
.hlw-senderkit-name { font-size: 20px; }

/* Popup */
.hlw-popup-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 99999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.hlw-popup-overlay.hlw-open { opacity: 1; visibility: visible; }
.hlw-popup-box { background: #fff; border-radius: 10px; padding: 28px; max-width: 480px; width: 90%; position: relative; max-height: 80vh; overflow-y: auto; }
.hlw-popup-close { position: absolute; top: 10px; right: 14px; background: none; border: none; font-size: 24px; cursor: pointer; }

/* QR code */
.hlw-qrcode { display: inline-block; }

/* Woocommerce order */
.hlw-woo-order { text-align: center; max-width: 260px; }
.hlw-woo-title { margin: 10px 0 4px; }
.hlw-woo-price { margin-bottom: 12px; color: #b48a52; font-weight: 700; }

/* Date kit */
.hlw-datekit { text-align: center; }
.hlw-datekit-date { font-size: 20px; font-weight: 700; margin: 4px 0; }

/* Kirim kit */
.hlw-kirimkit-item { padding: 14px; background: #fff; border-radius: 8px; margin-bottom: 10px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.hlw-kirimkit-bank { font-weight: 700; color: #b48a52; }
.hlw-kirimkit-nomor { display: flex; align-items: center; gap: 10px; margin: 6px 0; font-size: 18px; letter-spacing: 1px; }
.hlw-kirimkit-nama { color: #777; font-size: 13px; }
