/*
Theme Name: TikTok One Product Brand
Author: Gemini
Description: قالب صفحة هبوط احترافية بمنتج واحد وزر واتساب مع دعم البراند.
Version: 1.2
*/

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    direction: rtl;
    color: #222;
}

.container {
    max-width: 500px; /* الحجم المثالي لتصفح الموبايل */
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* الهوية البصرية - البراند */
header.brand-header {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
}

header.brand-header img {
    max-width: 140px;
    height: auto;
}

.site-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

/* عرض المنتج */
.product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.content {
    padding: 20px;
    flex-grow: 1;
}

.product-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
}

.price-tag {
    font-size: 22px;
    color: #ff4d4f;
    font-weight: bold;
    margin-bottom: 15px;
}

.description {
    line-height: 1.7;
    font-size: 16px;
    color: #444;
}

/* الزر العائم */
.footer-action {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 15px;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.05);
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: #fff !important;
    text-decoration: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 19px;
    font-weight: bold;
    transition: transform 0.2s ease;
}

.whatsapp-btn:active {
    transform: scale(0.98);
}

.whatsapp-icon {
    width: 24px;
    margin-left: 10px;
}