:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-2cece99 *//* ============================================================
   💌 استایل فول‌اسکرین «قرارِ عاشقانه»
   ============================================================ */

/* ----- Overlay تمام‌صفحه ----- */
#love-fullscreen-root {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: linear-gradient(135deg, #1a0a0f 0%, #2d1019 30%, #1a0a0f 60%, #0d0508 100%);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* ----- کانتینر اسلایدر ----- */
.love-slider-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    padding: 30px 20px 40px;
    font-family: 'IRANSansX', 'IRANSans', 'Vazirmatn', 'Tahoma', sans-serif;
    direction: rtl;
    z-index: 2;
}

/* ----- قلب‌های شناور ----- */
.love-floating-hearts {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.love-floating-hearts .lh {
    position: absolute;
    font-size: 28px;
    opacity: 0;
    animation: loveFloat 8s infinite ease-in-out;
}
.lh1 { left: 10%; top: 80%; animation-delay: 0s; }
.lh2 { left: 25%; top: 90%; animation-delay: 1.2s; font-size: 22px !important; }
.lh3 { left: 50%; top: 85%; animation-delay: 2.5s; }
.lh4 { left: 70%; top: 88%; animation-delay: 0.6s; font-size: 18px !important; }
.lh5 { left: 85%; top: 82%; animation-delay: 3.2s; }
.lh6 { left: 15%; top: 92%; animation-delay: 1.8s; font-size: 24px !important; }
.lh7 { left: 40%; top: 95%; animation-delay: 2.0s; }
.lh8 { left: 60%; top: 91%; animation-delay: 0.3s; font-size: 20px !important; }

@keyframes loveFloat {
    0%   { transform: translateY(0) scale(0); opacity: 0; }
    15%  { opacity: 0.6; transform: translateY(-20px) scale(1); }
    50%  { opacity: 0.35; transform: translateY(-120px) scale(0.8) rotate(15deg); }
    80%  { opacity: 0.1; transform: translateY(-200px) scale(0.4) rotate(-10deg); }
    100% { opacity: 0; transform: translateY(-280px) scale(0); }
}

/* ----- دکمه بستن ----- */
.love-close-btn {
    position: fixed;
    top: 18px;
    left: 18px;
    z-index: 100002;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.7);
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.love-close-btn:hover {
    background: rgba(255,80,100,0.25);
    border-color: rgba(255,120,140,0.5);
    color: #fff;
    transform: rotate(90deg);
}

/* ----- نوار پیشرفت ----- */
.love-progress {
    height: 4px;
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
    margin: 0 0 30px;
    overflow: hidden;
}
.love-progress-fill {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #f7977b, #e85d75, #c9405a);
    border-radius: 20px;
    transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ----- Stage ----- */
.love-stage {
    position: relative;
    min-height: 420px;
    perspective: 1000px;
}

/* ----- کارت ----- */
.love-card {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(30px) scale(0.96);
    transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.45s;
}
.love-card.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    z-index: 2;
}

.love-card-inner {
    background: rgba(255, 245, 240, 0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 180, 170, 0.2);
    border-radius: 28px;
    padding: clamp(28px, 5vw, 48px);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

/* انعکاس نرم بالای کارت */
.love-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,200,190,0.4), transparent);
}

/* ----- Badge ----- */
.love-badge {
    display: inline-block;
    color: #ffb3a7;
    background: rgba(200, 80, 100, 0.15);
    border: 1px solid rgba(200, 80, 100, 0.25);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

/* ----- تیتر ----- */
.love-card h2 {
    color: #fff;
    font-size: clamp(24px, 4.5vw, 38px);
    line-height: 1.55;
    margin: 0 0 14px;
    font-weight: 900;
}

/* ----- متن ----- */
.love-card p {
    color: rgba(255, 220, 210, 0.7);
    font-size: 15px;
    line-height: 2;
    margin: 0 0 24px;
}

/* ----- دکمه‌ها ----- */
.love-btn {
    border: 0;
    border-radius: 16px;
    min-height: 52px;
    padding: 12px 22px;
    font: 700 15px inherit;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}
.love-btn:hover:not(:disabled) {
    transform: translateY(-3px);
}
.love-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    filter: grayscale(30%);
}

.love-btn-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.love-btn-yes,
.love-btn-next,
.love-btn-finish {
    color: #fff;
    background: linear-gradient(135deg, #c9405a, #e85d75);
    box-shadow: 0 10px 28px rgba(200, 60, 90, 0.35);
    width: 100%;
}
.love-btn-yes:hover:not(:disabled),
.love-btn-next:hover:not(:disabled),
.love-btn-finish:hover:not(:disabled) {
    box-shadow: 0 14px 36px rgba(220, 80, 110, 0.45);
    background: linear-gradient(135deg, #d44a63, #f0687e);
}

.love-btn-no {
    color: #ffb3a7;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,180,170,0.2);
    backdrop-filter: blur(6px);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}

.love-btn-restart {
    background: rgba(255,255,255,0.08);
    color: #ffb3a7;
    border: 1px solid rgba(255,180,170,0.15);
}

/* ----- گزینه‌ها ----- */
.love-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 18px 0 10px;
}
.love-opt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 56px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 180, 170, 0.2);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 220, 210, 0.85);
    font: 700 14px inherit;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.25s ease;
    backdrop-filter: blur(4px);
}
.love-opt:hover,
.love-opt.is-selected {
    border-color: #e85d75;
    background: rgba(200, 80, 100, 0.18);
    box-shadow: 0 6px 22px rgba(200, 60, 90, 0.2);
    color: #fff;
}

/* ----- فیلدها ----- */
.love-label {
    display: block;
    color: #ffb3a7;
    font-weight: 600;
    line-height: 2.2;
    margin: 14px 0 20px;
}
.love-input {
    display: block;
    width: 100%;
    min-height: 52px;
    margin-top: 6px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 180, 170, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font: 15px inherit;
    font-family: inherit;
    outline: none;
    backdrop-filter: blur(6px);
    transition: all 0.25s ease;
}
.love-input::placeholder {
    color: rgba(255, 200, 190, 0.35);
}
.love-input:focus {
    border-color: #e85d75;
    box-shadow: 0 0 0 5px rgba(200, 80, 100, 0.12);
    background: rgba(255, 255, 255, 0.08);
}

/* ----- tease ----- */
.love-tease {
    min-height: 22px;
    color: rgba(255, 180, 160, 0.55);
    font-size: 13px;
    margin-top: 14px;
    font-style: italic;
}

/* ----- پایان ----- */
.love-card-ending { text-align: center; }
.love-card-ending h2 {
    color: #ffb3a7;
    font-size: clamp(36px, 7vw, 56px);
}
.love-sparkle {
    color: #f7977b;
    font-size: 28px;
    letter-spacing: 8px;
    margin: 6px 0 14px;
}
.love-summary {
    display: inline-block;
    text-align: right;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 180, 170, 0.15);
    border-radius: 16px;
    padding: 16px 22px;
    color: rgba(255, 220, 210, 0.9);
    line-height: 2.2;
    margin: 10px 0 16px;
    backdrop-filter: blur(8px);
}
.love-note {
    color: #ffb3a7 !important;
    line-height: 2.2 !important;
    margin: 6px 0 20px !important;
}

/* ----- رسپانسیو ----- */
@media (max-width: 600px) {
    .love-stage { min-height: 460px; }
    .love-card-inner { border-radius: 22px; padding: 24px 18px; }
    .love-options { grid-template-columns: 1fr; }
    .love-btn-row { flex-direction: column; align-items: stretch; }
    .love-btn-row .love-btn { width: 100%; }
    .love-slider-container { padding: 16px 10px 30px; }
}

/* ----- Reduced Motion ----- */
@media (prefers-reduced-motion: reduce) {
    .love-floating-hearts .lh { animation: none !important; display: none; }
    .love-card, .love-progress-fill, .love-btn, .love-opt { transition-duration: 0.01ms !important; }
}/* End custom CSS */