Product Description
<div class="product-description">
<h2>Powerful Performance, Built to Last</h2>
<div class="feature">
<h3>🔋 7000mAh Titan Battery + 60W Fast Charge</h3>
<p>
Stay powered throughout the day with a massive <strong>7000mAh battery</strong>.
Even at 50% charge, you can count on long-lasting power. With
<strong>60W fast charging</strong>, get up to 50% charge in just
<strong>35 minutes</strong> and say goodbye to battery anxiety.
</p>
</div>
<div class="feature">
<h3>⚡ 6-Year Long-Lasting Battery Life</h3>
<p>
Designed for long-term reliability, the battery is built to deliver
dependable performance even when the charge drops to just 1%.
Advanced <strong>anti-aging battery technology</strong> helps maintain
battery health for up to <strong>6 years</strong>.
</p>
</div>
<div class="feature">
<h3>📱 144Hz 1200nit Ultra-Bright Display</h3>
<p>
Experience incredibly smooth scrolling and fluid visuals with the
<strong>144Hz refresh rate</strong>. The ultra-bright
<strong>1200nit display</strong> provides clear visibility even outdoors.
<strong>Wet-Hand Touch</strong> and eye-care modes offer a comfortable
viewing experience in different conditions.
</p>
</div>
<div class="feature">
<h3>📸 Sony 50MP AI Rear Camera</h3>
<p>
Capture sharp and detailed photos with the
<strong>50MP Sony AI main camera</strong>. Explore your creativity with
<strong>Dual-View Video</strong> and enhanced AI selfie features designed
to help you capture every memorable moment.
</p>
</div>
<div class="feature">
<h3>✨ AI Edit Genie & Smart AI Modes</h3>
<p>
Make photo editing easier with <strong>AI Edit Genie</strong>.
Simply describe the edit you want and let AI help transform your photos.
Smart AI modes also enhance outdoor performance with improved
<strong>smoothness, network connectivity, and display brightness</strong>.
</p>
</div>
<div class="highlights">
<h3>Key Highlights</h3>
<ul>
<li><strong>7000mAh</strong> massive battery</li>
<li><strong>60W</strong> fast charging</li>
<li>Up to <strong>6 years</strong> battery health</li>
<li><strong>144Hz</strong> ultra-smooth display</li>
<li><strong>1200nit</strong> ultra-bright display</li>
<li><strong>50MP Sony AI</strong> rear camera</li>
<li><strong>AI Edit Genie</strong> photo editing</li>
<li><strong>Dual-View Video</strong> functionality</li>
<li>Wet-Hand Touch support</li>
<li>Smart AI outdoor performance modes</li>
</ul>
</div>
</div>
<style>
.product-description {
max-width: 900px;
margin: 0 auto;
padding: 20px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.7;
color: #333;
}
.product-description h2 {
font-size: 28px;
margin-bottom: 30px;
color: #111;
}
.feature {
margin-bottom: 28px;
}
.feature h3 {
font-size: 20px;
margin-bottom: 8px;
color: #111;
}
.feature p {
margin: 0;
font-size: 16px;
}
.highlights {
margin-top: 35px;
padding: 20px;
background: #f7f7f7;
border-radius: 10px;
}
.highlights h3 {
margin-top: 0;
font-size: 21px;
color: #111;
}
.highlights ul {
margin: 0;
padding-left: 22px;
}
.highlights li {
margin-bottom: 8px;
}
</style>