WFTSp2qj
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1a1a1a;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #0b0b0b;
}
.price {
font-size: 1.8rem;
font-weight: 700;
color: #2a9d8f;
margin: 10px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px;
}
.gallery img {
width: 100%;
max-width: 220px;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
object-fit: cover;
border: 1px solid #e9ecef;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafbfc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 16px;
border-bottom: 1px solid #e2e6ea;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;
color: #2c3e50;
}
.specs-table td:last-child {
color: #1e2a36;
}
.description-box {
background: #f2f4f6;
padding: 20px 24px;
border-radius: 14px;
margin: 20px 0;
line-height: 1.6;
}
.why-buy {
background: #eaf4f4;
padding: 18px 24px;
border-radius: 14px;
margin: 20px 0;
}
.why-buy ul {
margin: 8px 0 0;
padding-left: 22px;
}
.why-buy li {
margin-bottom: 8px;
line-height: 1.5;
}
.faq-section {
margin: 30px 0 10px;
}
.faq-item {
border-bottom: