
    :root{--accent:#7b3fe4;--muted:#666;--bg:#f8f9fb;--card:#fff}
    body{font-family:Inter,system-ui,Arial,sans-serif;margin:0;background:var(--bg);color:#111}
    .container{max-width:1100px;margin:28px auto;padding:24px}
    header{display:flex;align-items:center;gap:16px}
    .brand{font-weight:700;color:var(--accent)}
    .hero{display:grid;grid-template-columns:1fr 380px;gap:24px;margin-top:18px}
    .card{background:var(--card);padding:20px;border-radius:12px;box-shadow:0 6px 20px rgba(10,10,20,0.06)}
    h1{margin:0 0 8px;font-size:28px}
<script type='application/ld+json'>
{
	"@context": "http://schema.org",
	"@type": "Product",
	"name": "Appareil de photothérapie LED PDT professionnel pour soins du visage",
	"url": "https://emmalaser.fr/products/appareil-phototherapie-led-pdt",
	"image": "//ueeshop.ly200-cdn.com/u_file/UPBG/UPBG103/2508/05/products/pdtledtherapy.jpg",
	"description": "Découvrez notre appareil LED PDT professionnel, idéal pour le traitement de l'acné, les rougeurs, l'anti-âge et la régénération cellulaire. Technologie sûre, efficace et non invasive pour instituts de beauté et dermatologues.",
	"brand": {
		"@type": "Brand",
		"name": "Emmalaser"
	},
	"aggregateRating": {
		"@type": "AggregateRating",
		"ratingValue": "5",
		"reviewCount": "5"
	},
	"offers": {
		"@type": "Offer",
		"priceCurrency": "EUR",
		"price": "4500",
		"priceValidUntil": "2026-08-29",
		
		"availability": "InStock"
	}
}
</script>
    h2{margin-top:22px}
    ul{padding-left:18px}
    .specs td{padding:6px 10px;border-bottom:1px solid #eee}
    .cta{display:inline-block;background:var(--accent);color:#fff;padding:12px 18px;border-radius:10px;text-decoration:none;margin-top:12px}
    .muted{color:var(--muted)}
    .roi-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
    .roi-item{background:#fff;padding:14px;border-radius:10px}
    .faq-item{margin-bottom:12px}
    .small{font-size:13px;color:var(--muted)}
    footer{margin-top:28px;text-align:center;color:var(--muted);font-size:13px}
    @media(max-width:900px){.hero{grid-template-columns:1fr}}
  