/* ============================================
   TuVi Love Today - Tình Duyên Hôm Nay
   ============================================ */

.tuvi-love-today-container {
    max-width: 720px;
    margin: 20px auto;
    padding: 0 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #2d1b3d;
    box-sizing: border-box;
}
.tuvi-love-today-container *,
.tuvi-love-today-container *::before,
.tuvi-love-today-container *::after { box-sizing: border-box; }

/* ===== FORM ===== */
.tuvi-lt-form-wrap {
    background: linear-gradient(135deg, #fff5f7 0%, #ffe4ec 100%);
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 8px 30px rgba(231, 84, 128, 0.12);
}
.tuvi-lt-header { text-align: center; margin-bottom: 22px; }
.tuvi-lt-icon {
    font-size: 48px;
    margin-bottom: 6px;
    animation: tuvi-lt-heartbeat 1.5s ease-in-out infinite;
    display: inline-block;
}
@keyframes tuvi-lt-heartbeat {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.12); }
}
.tuvi-lt-header h2 {
    margin: 0; font-size: 22px; color: #c2185b;
    font-weight: 800; line-height: 1.2;
}
.tuvi-lt-subtitle { margin: 6px 0 0; font-size: 13px; color: #888; line-height: 1.4; }

.tuvi-lt-restore-hint {
    background: rgba(76, 175, 80, 0.1);
    color: #2e7d32;
    border: 1px solid rgba(76, 175, 80, 0.25);
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 500;
}

.tuvi-lt-grid-2 {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 14px; margin-bottom: 14px;
}
.tuvi-lt-field { margin-bottom: 0; }
.tuvi-lt-field label {
    display: block; font-size: 13px; font-weight: 600;
    color: #5c2a4d; margin-bottom: 6px;
}
.tuvi-lt-field input[type="text"],
.tuvi-lt-field select {
    width: 100%; padding: 12px 14px;
    border: 2px solid #fce4ec; border-radius: 12px;
    font-size: 15px; background: #fff; color: #2d1b3d;
    transition: border-color .2s, box-shadow .2s;
    font-family: inherit; line-height: 1.3;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.tuvi-lt-field select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23c2185b' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px; cursor: pointer;
}
.tuvi-lt-field input:focus,
.tuvi-lt-field select:focus {
    outline: none; border-color: #e91e63;
    box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.12);
}
.tuvi-lt-date-group {
    display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 6px;
}
.tuvi-lt-date-group select {
    padding: 12px 8px; padding-right: 24px;
    background-position: right 8px center; font-size: 14px;
}
.tuvi-lt-submit {
    width: 100%; padding: 14px;
    background: linear-gradient(135deg, #ec407a, #c2185b);
    color: #fff; border: none; border-radius: 12px;
    font-size: 16px; font-weight: 700; cursor: pointer;
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    box-shadow: 0 6px 18px rgba(194, 24, 91, 0.35);
    transition: transform .12s, box-shadow .12s;
    font-family: inherit; margin-top: 6px;
}
.tuvi-lt-submit:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(194, 24, 91, 0.42); }
.tuvi-lt-submit:active { transform: translateY(0); }
.tuvi-lt-submit:disabled { opacity: 0.55; cursor: not-allowed; }
.tuvi-lt-submit small { font-size: 11px; font-weight: 400; opacity: 0.92; }

/* ===== LOADING ===== */
.tuvi-lt-loading { text-align: center; padding: 70px 20px; }
.tuvi-lt-heart-loader {
    font-size: 56px;
    animation: tuvi-lt-heartbeat 0.8s ease-in-out infinite;
    display: inline-block;
}
.tuvi-lt-loading p {
    margin-top: 16px; color: #c2185b;
    font-weight: 600; font-size: 15px;
}

/* ============================================
   ENHANCED RESULT CARD
   ============================================ */
.tuvi-lt-result-wrap { max-width: 480px; margin: 0 auto; }

.tuvi-lt-card {
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 90%, rgba(255, 200, 221, 0.6) 0%, transparent 50%),
        linear-gradient(135deg, #ffe0ec 0%, #ffc8dd 50%, #ffafcc 100%);
    border-radius: 24px;
    padding: 30px 24px;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 12px 40px rgba(233, 30, 99, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

/* Big watermark heart */
.tuvi-lt-card::before {
    content: '💕';
    position: absolute;
    top: -25px; right: -15px;
    font-size: 110px;
    opacity: 0.13;
    transform: rotate(15deg);
    pointer-events: none;
}
.tuvi-lt-card::after {
    content: '🌸';
    position: absolute;
    bottom: -15px; left: -15px;
    font-size: 90px;
    opacity: 0.1;
    transform: rotate(-20deg);
    pointer-events: none;
}

/* ===== CORNER SPARKLES ===== */
.tuvi-lt-sparkle {
    position: absolute;
    width: 18px; height: 18px;
    fill: #fff;
    opacity: 0.9;
    filter: drop-shadow(0 0 4px rgba(255, 200, 221, 0.8));
    z-index: 2;
}
.tuvi-lt-sparkle-tl { top: 14px;    left: 14px; }
.tuvi-lt-sparkle-tr { top: 14px;    right: 14px;  width: 14px; height: 14px; opacity: 0.7; }
.tuvi-lt-sparkle-bl { bottom: 60px; left: 18px;   width: 12px; height: 12px; opacity: 0.6; }
.tuvi-lt-sparkle-br { bottom: 60px; right: 18px;  width: 16px; height: 16px; opacity: 0.75; }

/* ===== HEADER ===== */
.tuvi-lt-card-header {
    text-align: center;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}
.tuvi-lt-card-date {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #c2185b, #ec407a);
    padding: 5px 14px;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgba(194, 24, 91, 0.3);
}
.tuvi-lt-card-header h3 {
    margin: 0;
    font-size: 26px;
    color: #880e4f;
    font-weight: 800;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
}
.tuvi-lt-title-heart {
    color: #e91e63;
    font-size: 18px;
    filter: drop-shadow(0 2px 4px rgba(233, 30, 99, 0.4));
}
.tuvi-lt-card-name {
    margin-top: 6px;
    font-size: 15px;
    color: #6a1b4a;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ===== DECORATIVE DIVIDER ===== */
.tuvi-lt-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px auto 16px;
    max-width: 280px;
    position: relative;
    z-index: 1;
}
.tuvi-lt-divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #f48fb1, transparent);
}
.tuvi-lt-divider-flower {
    color: #e91e63;
    font-size: 16px;
    filter: drop-shadow(0 1px 2px rgba(233, 30, 99, 0.3));
}

/* ===== RATING ===== */
.tuvi-lt-card-rating {
    text-align: center;
    margin: 14px 0 16px;
    padding: 16px 14px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    position: relative;
    z-index: 1;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.tuvi-lt-stars {
    font-size: 28px;
    letter-spacing: 6px;
    margin-bottom: 6px;
    background: linear-gradient(135deg, #ffd700, #ffa500);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(255, 165, 0, 0.4));
    line-height: 1;
}
.tuvi-lt-dao-hoa {
    font-size: 17px;
    font-weight: 800;
    color: #c2185b;
    margin-bottom: 8px;
}

/* Đào hoa heart meter */
.tuvi-lt-meter {
    display: flex;
    justify-content: center;
    gap: 4px;
    font-size: 18px;
    line-height: 1;
}
.tuvi-lt-meter-heart {
    color: #f8bbd0; /* unfilled - light pink */
    transition: color .3s, transform .3s;
}
.tuvi-lt-meter-heart.is-filled {
    color: #e91e63;
    filter: drop-shadow(0 0 3px rgba(233, 30, 99, 0.6));
    transform: scale(1.15);
}

/* ===== SECTIONS ===== */
.tuvi-lt-card-section {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.tuvi-lt-section-label {
    font-size: 13px;
    font-weight: 700;
    color: #ad1457;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.tuvi-lt-section-icon {
    font-size: 18px;
    filter: drop-shadow(0 1px 2px rgba(173, 20, 87, 0.2));
}
.tuvi-lt-section-content {
    font-size: 14px;
    line-height: 1.6;
    color: #4a1c3a;
}

/* ===== STATS GRID ===== */
.tuvi-lt-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 14px 0;
    position: relative;
    z-index: 1;
}
.tuvi-lt-grid-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(255, 240, 245, 0.85));
    border-radius: 14px;
    padding: 12px 8px 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 6px rgba(233, 30, 99, 0.08);
}
.tuvi-lt-grid-icon {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.tuvi-lt-grid-icon svg {
    width: 24px;
    height: 24px;
    color: #c2185b;
    filter: drop-shadow(0 1px 2px rgba(194, 24, 91, 0.3));
}
.tuvi-lt-grid-label {
    font-size: 10px;
    text-transform: uppercase;
    color: #ad1457;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 0.4px;
}
.tuvi-lt-grid-value {
    font-size: 13px;
    font-weight: 700;
    color: #6a1b4a;
    line-height: 1.3;
}

/* Color swatch */
.tuvi-lt-color-swatch {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f48fb1; /* default */
    border: 2px solid #fff;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.15),
        inset 0 -2px 4px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* ===== QUOTE ===== */
.tuvi-lt-quote-wrap {
    position: relative;
    z-index: 1;
    margin: 16px 4px;
    padding: 18px 30px 14px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    border: 1px dashed rgba(248, 187, 208, 0.7);
}
.tuvi-lt-quote-mark {
    position: absolute;
    font-size: 42px;
    color: #ec407a;
    line-height: 1;
    opacity: 0.6;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
}
.tuvi-lt-quote-mark:not(.tuvi-lt-quote-close) {
    top: 4px;
    left: 6px;
}
.tuvi-lt-quote-close {
    bottom: -8px;
    right: 6px;
}
.tuvi-lt-quote {
    text-align: center;
    font-style: italic;
    font-size: 15px;
    color: #6a1b4a;
    line-height: 1.5;
    font-weight: 500;
}

/* ===== WARNING ===== */
.tuvi-lt-warning {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 12px;
    color: #5d4037;
    background: linear-gradient(135deg, rgba(255, 235, 59, 0.3), rgba(255, 215, 0, 0.2));
    padding: 12px 14px;
    border-radius: 12px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    border-left: 3px solid #fdd835;
}
.tuvi-lt-warning-icon { flex-shrink: 0; font-size: 14px; }

/* ===== FOOTER ===== */
.tuvi-lt-card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    position: relative;
    z-index: 1;
}
.tuvi-lt-footer-deco {
    color: #ec407a;
    font-size: 12px;
    opacity: 0.7;
}
.tuvi-lt-footer-brand {
    color: #ad1457;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: lowercase;
}

/* ===== ACTIONS ===== */
.tuvi-lt-actions { margin-top: 18px; }
.tuvi-lt-btn-share {
    width: 100%; padding: 14px;
    background: #c2185b; color: #fff; border: none;
    border-radius: 12px; font-size: 15px; font-weight: 700;
    cursor: pointer; margin-bottom: 10px;
    font-family: inherit; transition: background .15s;
}
.tuvi-lt-btn-share:hover { background: #ad1457; }
.tuvi-lt-btn-share:disabled { opacity: 0.6; cursor: not-allowed; }
.tuvi-lt-share-row {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 8px; margin-bottom: 10px;
}
.tuvi-lt-btn-social {
    padding: 10px 6px; border: none; border-radius: 10px;
    color: #fff; font-size: 13px; font-weight: 700;
    cursor: pointer; font-family: inherit; transition: opacity .15s;
}
.tuvi-lt-btn-social:hover { opacity: 0.9; }
.tuvi-lt-btn-social.fb   { background: #1877f2; }
.tuvi-lt-btn-social.zalo { background: #0068ff; }
.tuvi-lt-btn-social.tg   { background: #0088cc; }
.tuvi-lt-btn-back {
    width: 100%; padding: 12px;
    background: transparent; border: 2px solid #f8bbd0;
    color: #c2185b; border-radius: 12px;
    font-weight: 600; cursor: pointer;
    font-family: inherit; font-size: 14px;
}
.tuvi-lt-btn-back:hover { background: rgba(248, 187, 208, 0.2); }

/* ===== ERROR ===== */
.tuvi-lt-error {
    background: #ffebee; color: #c62828;
    padding: 14px; border-radius: 12px;
    text-align: center; font-size: 14px;
    border: 1px solid #ffcdd2; margin-top: 16px;
}

/* ============================================
   SUBSCRIBE BANNER (after result card)
   ============================================ */
.tuvi-lt-subscribe-banner {
    background: linear-gradient(135deg, #fff5f7 0%, #ffe4ec 100%);
    border: 2px dashed #f48fb1;
    border-radius: 16px;
    padding: 18px;
    margin: 16px 0;
}
.tuvi-lt-sub-content {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
}
.tuvi-lt-sub-icon {
    font-size: 32px;
    flex-shrink: 0;
    line-height: 1;
}
.tuvi-lt-sub-text {
    flex: 1;
    min-width: 0;
}
.tuvi-lt-sub-text strong {
    display: block;
    color: #c2185b;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 4px;
}
.tuvi-lt-sub-text p {
    margin: 0;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}
.tuvi-lt-sub-btn {
    width: 100%;
    padding: 12px;
    background: #fff;
    border: 2px solid #ec407a;
    color: #c2185b;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    transition: all .15s;
}
.tuvi-lt-sub-btn:hover { background: #ec407a; color: #fff; }
.tuvi-lt-sub-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.tuvi-lt-sub-btn.is-subscribed {
    background: #4caf50;
    color: #fff;
    border-color: #4caf50;
    cursor: default;
}
.tuvi-lt-sub-btn.is-subscribed:hover { background: #4caf50; }
.tuvi-lt-sub-msg {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
    min-height: 16px;
    line-height: 1.4;
}
.tuvi-lt-sub-msg.is-success { color: #2e7d32; }
.tuvi-lt-sub-msg.is-error   { color: #c62828; }

/* ============================================
   AUTH BAR + LOGIN MODAL
   ============================================ */
.tuvi-lt-auth-bar {
    background: #fff;
    border-radius: 12px;
    padding: 10px 14px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(231, 84, 128, 0.08);
    font-size: 13px;
}
.tuvi-lt-auth-not-logged,
.tuvi-lt-auth-logged {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.tuvi-lt-auth-not-logged span,
.tuvi-lt-auth-logged span {
    color: #5c2a4d;
}
.tuvi-lt-auth-logged strong {
    color: #c2185b;
    word-break: break-all;
}
.tuvi-lt-btn-login {
    padding: 7px 16px;
    background: linear-gradient(135deg, #ec407a, #c2185b);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
}
.tuvi-lt-btn-login:hover { opacity: 0.92; }
.tuvi-lt-btn-logout {
    padding: 6px 12px;
    background: transparent;
    color: #c2185b;
    border: 1px solid #f48fb1;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}
.tuvi-lt-btn-logout:hover { background: #fce4ec; }

/* ===== MODAL ===== */
.tuvi-lt-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.tuvi-lt-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(74, 28, 58, 0.55);
    backdrop-filter: blur(4px);
}
.tuvi-lt-modal-content {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #fff5f7 100%);
    border-radius: 20px;
    padding: 32px 26px 26px;
    max-width: 380px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(74, 28, 58, 0.4);
    text-align: center;
    animation: tuvi-lt-modal-in 0.25s ease-out;
}
@keyframes tuvi-lt-modal-in {
    from { opacity: 0; transform: scale(0.92) translateY(10px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}
.tuvi-lt-modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    font-size: 26px;
    color: #c2185b;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    border-radius: 50%;
    transition: background .15s;
}
.tuvi-lt-modal-close:hover { background: rgba(248, 187, 208, 0.3); }

.tuvi-lt-modal-icon {
    font-size: 44px;
    margin-bottom: 6px;
    line-height: 1;
}
.tuvi-lt-modal-content h3 {
    margin: 0 0 8px;
    color: #c2185b;
    font-size: 22px;
    font-weight: 800;
}
.tuvi-lt-modal-desc {
    margin: 0 0 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
.tuvi-lt-modal-desc strong { color: #c2185b; }

.tuvi-lt-modal-content input {
    width: 100%;
    padding: 13px 16px;
    border: 2px solid #fce4ec;
    border-radius: 12px;
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 12px;
    font-family: inherit;
    transition: border-color .2s, box-shadow .2s;
}
.tuvi-lt-modal-content input:focus {
    outline: none;
    border-color: #e91e63;
    box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.12);
}
.tuvi-lt-otp-input {
    text-align: center;
    font-family: Consolas, Monaco, "Courier New", monospace !important;
    font-size: 28px !important;
    letter-spacing: 8px !important;
    font-weight: 700 !important;
    color: #c2185b !important;
}
.tuvi-lt-modal-btn {
    width: 100%;
    padding: 13px;
    background: linear-gradient(135deg, #ec407a, #c2185b);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    box-shadow: 0 6px 18px rgba(194, 24, 91, 0.3);
    transition: transform .12s, opacity .12s;
}
.tuvi-lt-modal-btn:hover { transform: translateY(-1px); }
.tuvi-lt-modal-btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }

.tuvi-lt-modal-msg {
    margin-top: 12px;
    font-size: 13px;
    min-height: 18px;
    line-height: 1.4;
}
.tuvi-lt-modal-msg.is-error   { color: #c62828; }
.tuvi-lt-modal-msg.is-success { color: #2e7d32; }

.tuvi-lt-modal-link {
    display: inline-block;
    margin-top: 14px;
    color: #c2185b;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
}
.tuvi-lt-modal-link:hover { text-decoration: underline; }

/* ===== RESPONSIVE ===== */
@media (max-width: 640px) {
    .tuvi-lt-grid-2 { grid-template-columns: 1fr; gap: 14px; }
    .tuvi-lt-form-wrap { padding: 22px 18px; }
    .tuvi-lt-card { padding: 26px 20px; }
    .tuvi-lt-card-header h3 { font-size: 22px; }
    .tuvi-lt-title-heart { font-size: 16px; }
}
@media (max-width: 380px) {
    .tuvi-lt-grid-value { font-size: 12px; }
    .tuvi-lt-grid-label { font-size: 9px; }
    .tuvi-lt-date-group select { padding: 10px 4px; padding-right: 20px; font-size: 13px; }
    .tuvi-lt-card-header h3 { font-size: 20px; gap: 6px; }
    .tuvi-lt-stars { font-size: 24px; letter-spacing: 4px; }
}

/* ============================================
   QR PAYMENT MODE — Blur / Lock / Unlock
   ============================================ */

/* Lockable section = relative for overlay */
.tuvi-ltq-lockable {
    position: relative;
    overflow: hidden;
}

/* Blurred text placeholder */
.tuvi-ltq-blurred {
    filter: blur(5px);
    user-select: none;
    pointer-events: none;
    color: #8d5c73;
    transition: filter .6s ease;
}
.tuvi-ltq-unblurring { filter: blur(0) !important; }

/* Lock overlay on blurred sections */
.tuvi-ltq-lock-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    z-index: 5;
}
.tuvi-ltq-lock-overlay.small { border-radius: 12px; }
.tuvi-ltq-lock-icon { font-size: 22px; opacity: 0.8; }

/* Hidden sections (quote, warning) */
.tuvi-ltq-hidden-section { display: none; }
.tuvi-ltq-reveal-anim {
    animation: tuvi-ltq-reveal .5s ease-out;
}
@keyframes tuvi-ltq-reveal {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ===== QR PAYMENT BOX ===== */
.tuvi-ltq-payment-box {
    background: #fff;
    border: 2px solid #fce4ec;
    border-radius: 18px;
    padding: 20px;
    margin: 14px 0 0;
    box-shadow: 0 6px 20px rgba(231, 84, 128, 0.1);
}
.tuvi-ltq-payment-header {
    text-align: center;
    margin-bottom: 16px;
}
.tuvi-ltq-payment-header strong {
    display: block;
    font-size: 16px;
    color: #c2185b;
    margin-bottom: 4px;
}
.tuvi-ltq-timer {
    font-size: 12px;
    color: #888;
}
.tuvi-ltq-payment-content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.tuvi-ltq-qr-img {
    width: 160px;
    height: 160px;
    border-radius: 10px;
    border: 2px solid #fce4ec;
    flex-shrink: 0;
    object-fit: contain;
}
.tuvi-ltq-bank-info {
    flex: 1;
    min-width: 0;
}
.tuvi-ltq-bank-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px solid #fce4ec;
    font-size: 13px;
}
.tuvi-ltq-bank-row:last-child { border-bottom: none; }
.tuvi-ltq-bank-label { color: #888; flex-shrink: 0; }
.tuvi-ltq-bank-value {
    font-weight: 600;
    color: #4a1c3a;
    text-align: right;
    word-break: break-all;
}
.tuvi-ltq-bank-row.highlight .tuvi-ltq-bank-label { color: #c2185b; font-weight: 600; }
.tuvi-ltq-bank-value.price { color: #c2185b; font-size: 15px; font-weight: 800; }
.monospace { font-family: Consolas, Monaco, "Courier New", monospace; letter-spacing: 0.5px; }
.tuvi-ltq-bank-value.order-code { color: #c2185b; font-size: 14px; font-weight: 800; }

.tuvi-ltq-payment-note {
    text-align: center;
    font-size: 11px;
    color: #999;
    margin: 12px 0 0;
    line-height: 1.5;
}

/* Checking pulse animation */
.tuvi-ltq-checking {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    font-size: 13px;
    color: #c2185b;
    font-weight: 600;
    margin-top: 12px;
    background: #fff5f7;
    border-radius: 10px;
}
.tuvi-ltq-checking-pulse {
    width: 12px;
    height: 12px;
    background: #ec407a;
    border-radius: 50%;
    animation: tuvi-ltq-pulse 1s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes tuvi-ltq-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%       { transform: scale(1.4); opacity: 0.5; }
}

/* Success unlock message */
.tuvi-ltq-unlocked-msg {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #1b5e20;
    border: 2px solid #a5d6a7;
    border-radius: 12px;
    padding: 14px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin: 14px 0;
    animation: tuvi-ltq-reveal .4s ease-out;
}

/* QR subtitle in submit button */
.tuvi-lt-qr-mode .tuvi-lt-submit small {
    color: rgba(255,255,255,0.85);
}

/* Responsive: stack QR + bank info on mobile */
@media (max-width: 460px) {
    .tuvi-ltq-payment-content {
        flex-direction: column;
        align-items: center;
    }
    .tuvi-ltq-qr-img { width: 180px; height: 180px; }
    .tuvi-ltq-bank-info { width: 100%; }
}

/* ===== PROMO CODE ===== */
.tuvi-ltq-promo-wrap { margin-top: 12px; text-align: center; }
.tuvi-ltq-promo-toggle {
    background: none; border: 1.5px dashed #ec407a; color: #ec407a;
    border-radius: 20px; padding: 7px 18px; font-size: 13px; font-weight: 600;
    cursor: pointer; transition: background .2s;
}
.tuvi-ltq-promo-toggle:hover { background: #fce4ec; }
.tuvi-ltq-promo-box {
    margin-top: 10px; padding: 14px; background: #fff9fb;
    border: 1.5px solid #f8bbd0; border-radius: 12px;
    display: flex; flex-direction: column; gap: 8px; align-items: center;
}
.tuvi-ltq-promo-box input {
    width: 100%; max-width: 260px; padding: 10px 14px;
    border: 1.5px solid #f48fb1; border-radius: 8px;
    font-size: 15px; font-weight: 700; text-align: center;
    color: #c2185b; outline: none;
}
.tuvi-ltq-promo-box input:focus { border-color: #c2185b; }
.tuvi-ltq-promo-submit {
    background: linear-gradient(135deg,#f06292,#c2185b);
    color: #fff; border: none; border-radius: 8px;
    padding: 10px 24px; font-size: 14px; font-weight: 700;
    cursor: pointer; width: 100%; max-width: 260px;
}
.tuvi-ltq-promo-note { font-size: 11px; color: #aaa; margin: 0; }

/* Promo divider inside payment box */
.tuvi-ltq-promo-divider {
    text-align: center; color: #ccc; font-size: 12px;
    margin: 14px 0 10px; letter-spacing: 2px;
}
