
        .tawseel-page {
            background: #f8fafc;
            padding: 20px 0 40px;
        }

        .hero-card {
            background: #fff;
            border: 0;
            border-radius: 24px;
            box-shadow: 0 10px 30px rgba(0,0,0,.06);
            overflow: hidden;
        }

        .hero-header {
            padding: 1.25rem 1.25rem 1rem;
            border-bottom: 1px solid #eef2f7;
        }

        .hero-title {
            font-size: clamp(1.5rem, 2.2vw, 2.2rem);
            font-weight: 800;
            color: #111827;
            margin-bottom: .75rem;
            line-height: 1.4;
        }

        .hero-badges {
            display: flex;
            flex-wrap: wrap;
            gap: .5rem;
        }

        .soft-badge {
            background: #f3f4f6;
            color: #374151;
            border-radius: 999px;
            padding: .55rem .95rem;
            font-size: .92rem;
            display: inline-flex;
            align-items: center;
            gap: .35rem;
        }

        .price-box {
            text-align: left;
        }

        html[dir="rtl"] .price-box {
            text-align: right;
        }

        .main-price {
            font-size: 2rem;
            font-weight: 800;
            color: #0f172a;
            line-height: 1.2;
        }

        .seller-row {
            padding: 1rem 1.25rem;
            border-bottom: 1px solid #eef2f7;
        }

        .seller-avatar {
            width: 52px;
            height: 52px;
            border-radius: 50%;
            background: linear-gradient(135deg, #0d6efd, #0b5ed7);
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            font-weight: 700;
            flex-shrink: 0;
        }

        .content-box {
            padding: 1.25rem;
        }

        .content-box p {
            margin-bottom: 0;
            color: #374151;
            line-height: 2;
            font-size: 1rem;
        }

        .features-list {
            margin: 1rem 0 0;
            padding: 0;
            list-style: none;
        }

        .features-list li {
            background: #f8fafc;
            border: 1px solid #eef2f7;
            border-radius: 14px;
            padding: .8rem 1rem;
            margin-bottom: .65rem;
            font-weight: 500;
            color: #1f2937;
        }

        .section-title {
            font-size: 1.2rem;
            font-weight: 800;
            color: #111827;
            margin-bottom: 1rem;
        }

        .gallery-card {
            background: #fff;
            border: 0;
            border-radius: 22px;
            box-shadow: 0 10px 25px rgba(0,0,0,.05);
            overflow: hidden;
            height: 100%;
        }

        .gallery-img {
            width: 100%;
            display: block;
            background: #fff;
            object-fit: cover;
            aspect-ratio: 4 / 3;
        }

        .gallery-wrap {
            padding: 14px;
        }

        .cta-box {
            background: linear-gradient(135deg, #ffffff, #f8fbff);
            border: 1px solid #e9f2ff;
            border-radius: 22px;
            box-shadow: 0 8px 24px rgba(13,110,253,.08);
            padding: 1.2rem;
        }

        .piece-card {
            background: #fff;
            border: 1px solid #eef2f7;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0,0,0,.04);
            height: 100%;
        }

        .piece-card .caption {
            padding: .85rem 1rem;
            font-weight: 700;
            color: #1f2937;
            text-align: center;
        }

        .final-cta {
            position: sticky;
            bottom: 12px;
            z-index: 10;
        }

        @media (max-width: 767.98px) {
            .tawseel-page {
                padding-top: 12px;
            }

            .hero-header,
            .seller-row,
            .content-box {
                padding-left: 1rem;
                padding-right: 1rem;
            }

            .main-price {
                font-size: 1.7rem;
            }

            .gallery-img {
                aspect-ratio: 1 / 1;
            }
        }