3sLDlmtl
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f9f9f9;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 900px;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 25px;
transition: 0.2s;
}
h1, h2, h3 {
font-weight: 600;
margin-top: 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
}
.gallery img {
width: 100%;
max-width: 200px;
border-radius: 14px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
object-fit: cover;
aspect-ratio: 1/1;
background: #f2f2f2;
}
.price {
font-size: 28px;
font-weight: 700;
color: #1a1a2e;
margin: 10px 0 5px;
}
.price small {
font-size: 16px;
font-weight: 400;
color: #666;
}
table.specs {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
}
table.specs td {
padding: 12px 16px;
border-bottom: 1px solid #eaeaea;
}
table.specs tr:last-child td {
border-bottom: none;
}
table.specs td:first-child {
font-weight: 600;
color: #333;
width: 35%;
background: #f0f0f5;
}
.desc-text {
line-height: 1.7;
color: #2c2c2c;
margin: 20px 0;
}
.why-buy {
background: #f4f8ff;
padding: 18px 22px;
border-radius: 16px;
margin: 25px 0;
}
.why-buy ul {
margin: 8px 0 0;
padding-left: 22px;
}
.why-buy li {
margin-bottom: 8px;
line-height: 1.5;
}
.faq-section {
margin-top: 30px;
border-top: 1px solid #e0e0e0;
padding-top: 20px;
}
.faq-item {
margin-bottom: 18px;
}
.faq-question {
font-weight: 600;
color: #1a1a2e;