amAkWjup
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1a1a2e;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 28px;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #0f0f1a;
}
.price {
font-size: 26px;
font-weight: 700;
color: #2a7f62;
margin: 10px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px;
}
.image-gallery img {
max-width: 180px;
height: auto;
border-radius: 12px;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 10px rgba(0,0,0,0.03);
transition: transform 0.2s;
}
.image-gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f9fafc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e9edf4;
text-align: left;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;
color: #2d3748;
}
.specs-table td:last-child {
color: #4a5568;
}
.section-title {
font-size: 22px;
font-weight: 600;
margin: 30px 0 15px;
border-left: 5px solid #2a7f62;
padding-left: 15px;
color: #1a202c;
}
.description-text {
line-height: 1.7;
font-size: 16px;
color: #2d3748;
background: #f9fafc;
padding: 18px 22px;
border-radius: 14px;
margin: 10px 0 20px;
}
.why-buy {
list-style: none;
padding: 0;
display: grid;
grid-template-columns: 1fr