/*============================================================================
 * Theme Name: Plum Sophistication (Premium Light Eid Theme)
 * Description: Luxury Dynamic Business Greeting & Profile Template
 * Colors: Primary Deep Plum (#4A154B), Accent Warm Silk Gold (#E6C687)
 * Background: linear-gradient(135deg, #FCF8FD 0%, #F5EDF6 100%)
 ============================================================================*/

/* ১. রুট এলিমেন্ট ও রিসেট */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Plus Jakarta Sans', 'Hind Siliguri', sans-serif;
    background: linear-gradient(135deg, #FCF8FD 0%, #F5EDF6 100%);
    color: #4A154B;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}

/* ২. ব্যাকগ্রাউন্ড অ্যানিমেটেড ফ্লোটিং শেপ (ঈদের প্রিমিয়াম লুক) */
.bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.shape {
    position: absolute;
    background: rgba(74, 21, 75, 0.04);
    backdrop-filter: blur(1px);
    animation: floatUp-Plum linear infinite;
    border-radius: 6px;
}

.shape.circle { border-radius: 50%; }
.shape.triangle {
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 24px solid rgba(230, 198, 135, 0.15);
}

@keyframes floatUp-Plum {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-20vh) rotate(360deg); opacity: 0; }
}

/* ৩. মেইন কন্টেইনার */
.page-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.capture-area {
    width: 100%;
    flex-grow: 1;
}

/* ৪. এক্সপোর্ট জোন (ইমেজ ডাউনলোড এরিয়া - কালার ও থিম লক) */
/* html2canvas ফিক্স: ইমেজ ডাউনলোড করলেও এই ব্যাকগ্রাউন্ড এবং কালার স্কিম সেম থাকবে, সাদা হবে না */
#exportZone {
    width: 100% !important;
    background: linear-gradient(135deg, #FCF8FD 0%, #F5EDF6 100%) !important;
    border: 2px solid rgba(230, 198, 135, 0.4) !important;
    border-radius: 28px !important;
    padding: 35px 22px !important;
    box-shadow: 0 20px 45px rgba(74, 21, 75, 0.08) !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* টপ লাক্সারি রয়্যাল বর্ডার */
#exportZone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #E6C687, #4A154B, #E6C687);
}

/* ৫. ব্র্যান্ড প্রোফাইল সেকশন */
.profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
}

.logo-box {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    padding: 4px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(74, 21, 75, 0.12);
    border: 2px solid #E6C687;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.biz-name {
    font-size: 24px;
    font-weight: 700;
    color: #4A154B;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}

.biz-desc {
    font-size: 13px;
    color: #4A154B;
    opacity: 0.8;
    font-weight: 500;
    padding: 0 20px;
    line-height: 1.4;
}

/* ৬. রয়্যাল প্লাম গ্রিটিং কার্ড */
.greeting-card {
    background: #ffffff;
    border: 1px solid rgba(74, 21, 75, 0.1);
    border-radius: 20px;
    padding: 28px 20px;
    box-shadow: 0 12px 30px rgba(74, 21, 75, 0.03);
    margin-bottom: 22px;
    position: relative;
}

.islamic-art-top {
    font-size: 26px;
    color: #E6C687;
    margin-bottom: 12px;
    text-shadow: 0 2px 4px rgba(74, 21, 75, 0.1);
    animation: goldPulse 2s infinite ease-in-out;
}

@keyframes goldPulse {
    0%, 100% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.12); opacity: 1; }
}

.greeting-card h1 {
    font-size: 25px;
    font-weight: 700;
    color: #4A154B;
    margin-bottom: 14px;
    line-height: 1.3;
}

.wish-text {
    font-size: 14px;
    color: #4A154B;
    line-height: 1.6;
    font-weight: 400;
}

/* ৭. ইউজার কাস্টম মেসেজ */
.user-custom-msg {
    background: rgba(74, 21, 75, 0.03);
    border-left: 4px solid #E6C687;
    padding: 16px;
    border-radius: 0 16px 16px 0;
    margin-bottom: 22px;
    text-align: left;
}

.user-custom-msg p {
    font-size: 13.5px;
    color: #4A154B;
    line-height: 1.5;
    font-weight: 500;
}

/* ৮. থ্যাঙ্কস ব্যাজ */
.thanks-container {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.thanks-badge {
    background: #4A154B;
    color: #FCF8FD;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 18px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(230, 198, 135, 0.3);
    box-shadow: 0 6px 15px rgba(74, 21, 75, 0.15);
}

.animate-heart {
    color: #E6C687;
    animation: luxuryHeart 1.3s infinite;
}

@keyframes luxuryHeart {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.25); }
}

/* ৯. সোশ্যাল মিডিয়া গ্রিড (প্রতি লাইনে ৫টি করে, ২ লাইনে মোট ১০টি - একদম মাঝ বরাবর) */
.social-grid-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    width: 100%;
    max-width: 365px;
    justify-items: center;
}

.social-btn {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1.5px solid rgba(74, 21, 75, 0.15);
    color: #4A154B; /* থিম কালার অনুযায়ী আইকন কালার */
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(74, 21, 75, 0.04);
    text-decoration: none !important; /* আন্ডারলাইন প্রটেকশন */
    outline: none;
}

/* আইকনের নিচে কোনো আন্ডারলাইন বা কমেন্ট লাইন আসবে না - ১০০% গ্যারান্টি */
.social-btn *, .social-btn:hover, .social-btn:focus, .social-btn:active {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* হোভার এফেক্ট - লাক্সারি Plum & Gold ভাইব */
.social-btn:hover {
    background: #4A154B;
    color: #E6C687;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(74, 21, 75, 0.25);
    border-color: #4A154B;
}

/* ১০. ইন্টারেক্টিভ কন্ট্রোলস (ডাউনলোড বাটন ও ল্যাঙ্গুয়েজ সুইচার) */
.interactive-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 100%;
    margin-top: 10px;
}

.download-trigger {
    width: 100%;
    background: #4A154B;
    color: #FCF8FD;
    border: 1px solid rgba(230, 198, 135, 0.3);
    border-radius: 16px;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 12px 28px rgba(74, 21, 75, 0.25);
    transition: all 0.3s ease;
}

.download-trigger:hover {
    background: #E6C687;
    color: #4A154B;
    border-color: #E6C687;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(230, 198, 135, 0.35);
}

.download-trigger i {
    font-size: 18px;
}

/* ল্যাঙ্গুয়েজ সুইচার */
.lang-switcher {
    background: rgba(74, 21, 75, 0.05);
    padding: 6px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang-switcher a {
    font-size: 13px;
    font-weight: 600;
    color: #4A154B;
    text-decoration: none;
    opacity: 0.55;
    transition: opacity 0.2s;
}

.lang-switcher a.active {
    color: #4A154B;
    opacity: 1;
    font-weight: 700;
}

.lang-switcher .divider {
    color: #4A154B;
    opacity: 0.2;
    font-size: 12px;
}

/* ১১. গ্লোবাল সাইট ফুটার */
.site-global-footer {
    text-align: center;
    margin-top: 45px;
    padding-top: 20px;
    border-top: 1px solid rgba(74, 21, 75, 0.06);
    width: 100%;
}

.copyright-text {
    font-size: 12px;
    color: #4A154B;
    opacity: 0.75;
    margin-bottom: 6px;
}

.copyright-text b {
    color: #4A154B;
}

.credits-text {
    font-size: 11px;
    color: #4A154B;
    opacity: 0.55;
}

.credits-text a {
    color: #4A154B;
    text-decoration: none;
}

.credits-text a b {
    color: #4A154B;
}

/* ১২. ফ্লোটিং হোয়াটসঅ্যাপ বাটন (লাক্সারি গ্লো সহ) */
.whatsapp-floating {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 56px;
    height: 56px;
    background: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    z-index: 999;
    text-decoration: none !important;
}

.ping-wave {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25D366;
    opacity: 0.4;
    z-index: -1;
    animation: whatsappWave 1.6s infinite ease-out;
}

@keyframes whatsappWave {
    0% { transform: scale(1); opacity: 0.4; }
    100% { transform: scale(1.45); opacity: 0; }
}

/* ১৩. ছোট স্ক্রিনের জন্য রেস্পনসিভ লেআউট অপ্টিমাইজেশন */
@media (max-width: 380px) {
    .social-grid {
        gap: 8px;
        max-width: 315px;
    }
    .social-btn {
        width: 42px;
        height: 42px;
        font-size: 16px;
        border-radius: 11px;
    }
    .biz-name { font-size: 21px; }
    .greeting-card h1 { font-size: 22px; }
    #exportZone { padding: 30px 15px !important; }
}