/**
 * Dynamic Business Eid Salami & Greeting Template - 2026
 * Ultra Premium Dark Styling | Neon Cyber Glow Edition
 * Dedicated 9:16 Mobile Story Container Layout
 * Design No: 01
 */

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

body {
    background-color: #050510;
    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.15), rgba(138, 43, 226, 0.15));
    border-radius: 50%;
    filter: blur(2px);
    animation: floatUp linear infinite;
}

@keyframes floatUp {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-10vh) rotate(360deg); 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: #06060f linear-gradient(160deg, #06060f 0%, #11092c 50%, #08031a 100%);
    border: 2px solid rgba(0, 242, 254, 0.3);
    border-radius: 24px;
    padding: 26px 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85), 0 0 30px rgba(138, 43, 226, 0.2);
    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: 3px;
    background: linear-gradient(90deg, transparent, #00f2fe, #8a2be2, transparent);
}

/* প্রোফাইল জোন */
.profile-container {
    text-align: center;
    width: 100%;
}

.logo-box {
    width: 76px;
    height: 76px;
    margin: 0 auto 10px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #00f2fe, #8a2be2);
    box-shadow: 0 0 15px rgba(0, 242, 254, 0.5), 0 0 25px rgba(138, 43, 226, 0.3);
}

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

.biz-name {
    font-family: 'Atma', sans-serif;
    font-size: 25px;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 40%, #00f2fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 12px rgba(0, 242, 254, 0.3);
}

.biz-desc {
    font-size: 11.5px;
    color: #a0aec0;
    margin-top: 2px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* শুভেচ্ছা বার্তা কার্ড */
.greeting-card {
    width: 100%;
    background: rgba(138, 43, 226, 0.05);
    border: 1px solid rgba(0, 242, 254, 0.15);
    border-radius: 16px;
    padding: 14px;
    text-align: center;
    box-shadow: inset 0 0 15px rgba(0, 242, 254, 0.05);
}

.islamic-art-top {
    color: #00f2fe;
    font-size: 16px;
    margin-bottom: 6px;
    text-shadow: 0 0 10px rgba(0, 242, 254, 0.6);
}

.greeting-card h1 {
    font-family: 'Atma', sans-serif;
    font-size: 24px;
    background: linear-gradient(135deg, #fff275, #ffb300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    font-weight: 700;
}

.wish-text {
    font-size: 13px;
    color: #e2e8f0;
    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.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    padding: 10px 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(138, 43, 226, 0.08);
    border-color: rgba(0, 242, 254, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 242, 254, 0.1);
}

.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: 15px;
    box-shadow: 0 2px 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 2px 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: 13px;
    color: #00f2fe;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-shadow: 0 0 5px rgba(0, 242, 254, 0.2);
}

.copy-badge {
    background: transparent;
    border: none;
    color: #718096;
    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: linear-gradient(135deg, rgba(0, 242, 254, 0.12), rgba(138, 43, 226, 0.12));
    border: 1px solid rgba(0, 242, 254, 0.3);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 0 10px rgba(138, 43, 226, 0.1);
}

.animate-heart {
    color: #00f2fe;
    animation: beat 0.7s infinite alternate;
    text-shadow: 0 0 8px #00f2fe;
}

@keyframes beat {
    to { transform: scale(1.22); }
}

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

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

.inner-copyright b {
    color: #a0aec0;
}

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

.inner-credits a {
    color: #00f2fe;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0, 242, 254, 0.2);
}

/* সোশ্যাল আইকন গ্রিড */
.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(6, 6, 15, 0.6);
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.social-btn {
    width: 38px;
    height: 38px;
    background: rgba(138, 43, 226, 0.05);
    border: 1px solid rgba(0, 242, 254, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00f2fe;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(0, 242, 254, 0.05);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-btn:hover {
    background: linear-gradient(135deg, #00f2fe, #8a2be2);
    color: #06060f;
    box-shadow: 0 0 15px rgba(0, 242, 254, 0.6);
    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, #8a2be2);
    border: none;
    padding: 12px;
    border-radius: 14px;
    color: #fff;
    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 15px rgba(0, 242, 254, 0.3);
    transition: all 0.3s ease;
}

.download-trigger:hover {
    box-shadow: 0 8px 22px rgba(138, 43, 226, 0.4);
    opacity: 0.95;
}

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

.lang-switcher a {
    color: #718096;
    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: #2d3748;
}

/* কাস্টম নিয়ন নোটিফিকেশন টোস্ট */
.custom-toast {
    position: fixed;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #06060f;
    border: 1px solid #00f2fe;
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.5);
    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.4);
    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; }
}