/*============================================================================
 * Theme Name: Cyber Gold (Premium Futuristic Diamond Edition)
 * Description: Eid-ul-Adha Special Dynamic Business Card
 * Colors: Primary Neon Teal (#00FFCC), Accent Classic Gold (#C5A880)
 * Background: linear-gradient(135deg, #05050A 0%, #121225 100%)
 * Vibe: Cyberpunk Islamic Fusion, High-Contrast Glowing Aesthetics
 ============================================================================*/

/* ১. গলোবাল রিসেট এবং প্রোটেকশন */
* {
    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, #05050A 0%, #121225 100%);
    color: #00FFCC;
    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(0, 255, 204, 0.04);
    box-shadow: 0 0 8px rgba(0, 255, 204, 0.2);
    animation: cyberFloat linear infinite;
}

.shape.circle { border-radius: 50%; }
.shape.square { border-radius: 4px; }
.shape.triangle {
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid rgba(197, 168, 128, 0.08);
}

@keyframes cyberFloat {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    15% { opacity: 1; }
    85% { 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 ফিক্স: !important দিয়ে ডার্ক গ্রেডিয়েন্ট ও নিওন বর্ডার লক করা হয়েছে যাতে ডাউনলোডের পর হুবহু একই থাকে */
#exportZone {
    width: 100% !important;
    background: linear-gradient(135deg, #05050A 0%, #121225 100%) !important;
    border: 2px solid #00FFCC !important;
    border-radius: 28px !important;
    padding: 35px 24px !important;
    box-shadow: 0 0 40px rgba(0, 255, 204, 0.15), inset 0 0 30px rgba(197, 168, 128, 0.05) !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* কার্ডের টপে আল্ট্রা-ব্রাইট সাইবার গোল্ড লেজার লাইন */
#exportZone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00FFCC, #C5A880, #00FFCC);
    box-shadow: 0 2px 10px #00FFCC;
}

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

.logo-box {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    padding: 3px;
    background: #05050A;
    box-shadow: 0 0 20px rgba(0, 255, 204, 0.4);
    border: 2px solid #00FFCC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

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

.biz-name {
    font-size: 25px;
    font-weight: 800;
    color: #C5A880;
    text-shadow: 0 0 12px rgba(197, 168, 128, 0.5);
    margin-bottom: 6px;
    letter-spacing: 0.8px;
}

.biz-desc {
    font-size: 13px;
    color: #00FFCC;
    font-weight: 500;
    padding: 0 15px;
    line-height: 1.45;
    letter-spacing: 0.5px;
    opacity: 0.85;
}

/* ৬. ফিউচারিস্টিক গ্রিটিং কার্ড */
.greeting-card {
    background: rgba(18, 12, 37, 0.65);
    border: 1px solid rgba(0, 255, 204, 0.25);
    border-radius: 22px;
    padding: 30px 22px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(0, 255, 204, 0.05);
    margin-bottom: 24px;
    position: relative;
    backdrop-filter: blur(12px);
}

.islamic-art-top {
    font-size: 32px;
    color: #C5A880;
    margin-bottom: 12px;
    filter: drop-shadow(0 0 8px #C5A880);
    animation: cyberGlow 2s infinite ease-in-out;
}

@keyframes cyberGlow {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 6px #C5A880); }
    50% { transform: scale(1.06); filter: drop-shadow(0 0 15px #00FFCC); color: #00FFCC; }
}

.greeting-card h1 {
    font-size: 26px;
    font-weight: 700;
    color: #00FFCC;
    margin-bottom: 14px;
    line-height: 1.35;
    text-shadow: 0 0 10px rgba(0, 255, 204, 0.4);
}

.wish-text {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.65;
    font-weight: 400;
    opacity: 0.95;
}

/* ৭. কাস্টম ইউজার টেক্সট মেসেজ বক্স */
.user-custom-msg {
    background: rgba(0, 255, 204, 0.03);
    border-left: 4px solid #00FFCC;
    border-right: 1px solid rgba(0, 255, 204, 0.1);
    padding: 16px;
    border-radius: 0 16px 16px 0;
    margin-bottom: 24px;
    text-align: left;
    box-shadow: inset 0 0 10px rgba(0, 255, 204, 0.02);
}

.user-custom-msg p {
    font-size: 13.5px;
    color: #C5A880;
    line-height: 1.6;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(197, 168, 128, 0.2);
}

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

.thanks-badge {
    background: linear-gradient(135deg, #00FFCC 0%, #C5A880 100%);
    color: #05050A;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.4);
    letter-spacing: 0.5px;
}

.animate-heart {
    color: #05050A;
    animation: cyberHeart 1.2s infinite;
}

@keyframes cyberHeart {
    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: #121225;
    border: 1.5px solid rgba(0, 255, 204, 0.3);
    color: #00FFCC; /* সম্পূর্ণ থিম কালার কাস্টমাইজড আইকন */
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    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;
    outline: none !important;
}

/* সোশ্যাল বাটন নিয়ন হোভার এফেক্ট */
.social-btn:hover {
    background: #00FFCC;
    color: #05050A;
    transform: translateY(-4px);
    box-shadow: 0 0 20px #00FFCC;
    border-color: #00FFCC;
}

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

.download-trigger {
    width: 100%;
    background: linear-gradient(135deg, #00FFCC 0%, #C5A880 100%);
    color: #05050A;
    border: none;
    border-radius: 16px;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(0, 255, 204, 0.3);
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.download-trigger:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 255, 204, 0.5);
    filter: brightness(1.1);
}

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

/* ল্যাঙ্গুয়েজ সুইচার */
.lang-switcher {
    background: rgba(0, 255, 204, 0.04);
    padding: 6px 18px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0, 255, 204, 0.15);
}

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

.lang-switcher a.active {
    color: #00FFCC;
    opacity: 1;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(0, 255, 204, 0.6);
}

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

/* ১১. সাইট ফুটার */
.site-global-footer {
    text-align: center;
    margin-top: 45px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 255, 204, 0.1);
    width: 100%;
}

.copyright-text {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.6;
    margin-bottom: 6px;
}

.copyright-text b {
    color: #C5A880;
}

.credits-text {
    font-size: 11px;
    color: #ffffff;
    opacity: 0.4;
}

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

.credits-text a b {
    color: #00FFCC;
}

/* ১২. ফ্লোটিং হোয়াটসঅ্যাপ বাটন */
.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.4);
    z-index: 999;
    text-decoration: none !important;
}

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

@keyframes cyberWave {
    0% { transform: scale(1); opacity: 0.35; }
    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: 22px; }
    .greeting-card h1 { font-size: 22px; }
    #exportZone { padding: 30px 15px !important; }
}