/**
 * Dynamic Business Eid Salami & Greeting Template - 2026
 * Ultra Premium Dark Styling | Cyberpunk Neon Voltage & Electric Orchid Edition
 * Dedicated 9:16 Mobile Story Container Layout
 * Design No: 15
 */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #05020a;
    font-family: 'Baloo Da 2', 'Rajdhani', 'Atma', sans-serif;
    color: #ffffff;
    overflow-x: hidden;
    user-select: none;
    -webkit-user-select: none;
}

/* ব্যাকগ্রাউন্ড ফ্যান্টম নিয়ন পার্পল ও সায়ান কণা */
.bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.shape {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 242, 254, 0.06), rgba(157, 78, 221, 0.06));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(20px);
    animation: neonOrchidFloat linear infinite;
}

@keyframes neonOrchidFloat {
    0% { transform: translateY(100vh) rotate(0deg) scale(0.5); opacity: 0; }
    25% { opacity: 0.5; }
    75% { opacity: 0.5; }
    100% { transform: translateY(-10vh) rotate(360deg) scale(1.4); opacity: 0; }
}

/* প্রধান কন্টেইনার র‍্যাপার */
.page-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 12px;
}

/* ৯:১৬ স্টোরি ফ্রেম বাউন্ডারি */
.capture-area {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
}

/* কার্ড এক্সপোর্ট জোন (ডিপ অর্কিড ব্ল্যাক ও সাইবার ফ্রেম) */
.card-export-zone {
    width: 100%;
    background: #080410 linear-gradient(165deg, #080410 0%, #140b24 50%, #030106 100%);
    border: 1.5px solid rgba(0, 242, 254, 0.2);
    border-radius: 24px;
    padding: 26px 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.95), 0 0 40px rgba(157, 78, 221, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    position: relative;
    overflow: hidden;
}

/* সাইবার নিয়ন ও হট ম্যাজেন্টা টপ এক্সেন্ট বার */
.card-export-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00F2FE, #9D4EDD, #FF007F);
}

/* প্রোফাইল ও BRANDING সেকশন */
.profile-container {
    text-align: center;
    width: 100%;
}

.logo-box {
    width: 76px;
    height: 76px;
    margin: 0 auto 10px;
    border-radius: 50%;
    padding: 2.5px;
    background: linear-gradient(135deg, #00F2FE, #FF007F);
    box-shadow: 0 0 25px rgba(0, 242, 254, 0.4);
}

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

/* ইলেকট্রিক নিয়ন ভোল্টেজ ও সায়ান গ্রেডিয়েন্টে কোম্পানির নাম */
.biz-name {
    font-family: 'Atma', sans-serif;
    font-size: 25px;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 30%, #00F2FE 75%, #9D4EDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 15px rgba(0, 242, 254, 0.4);
}

.biz-desc {
    font-size: 11.5px;
    color: #e2daf0;
    margin-top: 2px;
    font-weight: 500;
    letter-spacing: 0.8px;
    opacity: 0.85;
}

/* ফিউচারিস্টিক ইলেকট্রিক গ্রিটিংস কার্ড বক্স */
.greeting-card {
    width: 100%;
    background: rgba(157, 78, 221, 0.02);
    border: 1px solid rgba(0, 242, 254, 0.25);
    border-radius: 16px;
    padding: 16px 14px;
    text-align: center;
    position: relative;
    box-shadow: inset 0 1px 15px rgba(0, 242, 254, 0.05), 0 4px 20px rgba(0, 0, 0, 0.6);
}

.islamic-art-top {
    color: #00F2FE;
    font-size: 17px;
    margin-bottom: 6px;
    filter: drop-shadow(0 0 6px rgba(0, 242, 254, 0.6));
}

.greeting-card h1 {
    font-family: 'Atma', sans-serif;
    font-size: 24px;
    background: linear-gradient(135deg, #00F2FE, #9D4EDD, #FF007F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
    font-weight: 700;
}

.wish-text {
    font-size: 13px;
    color: #f1ebfa;
    line-height: 1.6;
    font-weight: 500;
}

/* সালামি ওয়ালেট সেকশন */
.salami-wallet-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.wallet-card {
    width: 100%;
    background: rgba(255, 255, 255, 0.012);
    border: 1px solid rgba(157, 78, 221, 0.15);
    border-radius: 14px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.wallet-card:hover {
    background: rgba(157, 78, 221, 0.04);
    border-color: rgba(0, 242, 254, 0.5);
    transform: scale(1.01);
    box-shadow: 0 5px 18px rgba(0, 242, 254, 0.2);
}

.wallet-brand-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wallet-icon-box {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}

.wallet-icon-boximg {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}

.wallet-icon-boximg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wallet-meta {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.w-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #ffffff;
}

/* নাম্বার হাইলাইটের জন্য আল্ট্রা গ্লোয়িং সায়ান কালার টোন */
.w-num {
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    color: #00F2FE;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-shadow: 0 0 10px rgba(0, 242, 254, 0.6);
}

.copy-badge {
    background: transparent;
    border: none;
    color: #1a0f30;
    font-size: 14px;
    transition: color 0.2s ease;
}

.wallet-card:hover .copy-badge {
    color: #00F2FE;
}

/* থ্যাংকস মেসেজ গ্লোয়িং নিয়ন ব্যাজ */
.thanks-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.thanks-badge {
    background: rgba(157, 78, 221, 0.08);
    border: 1px solid rgba(0, 242, 254, 0.3);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.animate-heart {
    color: #FF007F;
    animation: neonHeart 0.6s infinite alternate;
    filter: drop-shadow(0 0 5px #FF007F);
}

@keyframes neonHeart {
    to { transform: scale(1.25); }
}

/* ফিক্সড ইন্টারনাল ফুটার */
.site-inner-footer {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.inner-copyright {
    font-size: 9.5px;
    color: #403058;
    letter-spacing: 0.3px;
}

.inner-copyright b {
    color: #00F2FE;
}

.inner-credits {
    font-size: 9.5px;
    color: #403058;
    letter-spacing: 0.5px;
}

.inner-credits a {
    color: #FF007F;
    text-decoration: none;
    font-weight: 700;
}

/* ১০টি সোশ্যাল আইকন গ্রিড */
.social-grid-wrapper {
    width: 100%;
    margin-top: 14px;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    justify-items: center;
    background: rgba(8, 4, 16, 0.98);
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(0, 242, 254, 0.2);
}

.social-btn {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.012);
    border: 1px solid rgba(157, 78, 221, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00F2FE;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-btn:hover {
    background: linear-gradient(135deg, #00F2FE, #FF007F);
    color: #080410;
    box-shadow: 0 0 15px rgba(0, 242, 254, 0.5);
    transform: translateY(-2px);
    border-color: transparent;
}

/* ডাউনলোড অ্যাকশন বাটন এবং ল্যাঙ্গুয়েজ কন্ট্রোল */
.interactive-controls {
    width: 100%;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.download-trigger {
    width: 100%;
    background: linear-gradient(135deg, #00F2FE, #9D4EDD, #FF007F);
    border: none;
    padding: 12px;
    border-radius: 14px;
    color: #080410;
    font-family: 'Atma', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    box-shadow: 0 5px 18px rgba(0, 242, 254, 0.35);
    transition: all 0.3s ease;
}

.download-trigger:hover {
    box-shadow: 0 6px 22px rgba(255, 0, 127, 0.5);
    opacity: 0.95;
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.lang-switcher a {
    color: #403058;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.lang-switcher a.active, .lang-switcher a:hover {
    color: #00F2FE;
    text-shadow: 0 0 8px rgba(0, 242, 254, 0.4);
}

.lang-switcher .divider {
    color: #140b24;
}

/* কাস্টম সাইবার টোস্ট অ্যালার্ট */
.custom-toast {
    position: fixed;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #080410;
    border: 1px solid #00F2FE;
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
    padding: 9px 22px;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 7px;
    opacity: 0;
    transition: top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s;
}

.custom-toast.show {
    top: 25px;
    opacity: 1;
}

.custom-toast i {
    color: #00F2FE;
}

/* ফ্লোটিং হোয়াটসঅ্যাপ আইকন */
.whatsapp-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    z-index: 999;
}

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

@keyframes ping {
    100% { transform: scale(1.4); opacity: 0; }
}