IZT3D9s5
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f4f6f9;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
margin: 20px auto;
}
h1 {
font-size: 28px;
font-weight: 600;
color: #1e2a3a;
margin-top: 0;
margin-bottom: 10px;
line-height: 1.3;
}
.brand-sub {
color: #5a6a7a;
font-size: 15px;
letter-spacing: 0.3px;
margin-bottom: 20px;
}
.price {
font-size: 32px;
font-weight: 700;
color: #b12704;
margin: 10px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery img {
max-width: 180px;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
border: 1px solid #eaeef2;
transition: transform 0.2s;
}
.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 #e2e8f0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #1e2a3a;
width: 35%;
background: #f1f4f9;
}
.specs-table td:last-child {
color: #2d3a4a;
}
.description {
font-size: 16px;
line-height: 1.7;
color: #2c3e50;
margin: 20px 0 30px;
padding: 20px;
background: #f8faff;
border-radius: 12px;
border-left: 4px solid #3b6e9b;
}
.why-buy {
background: #eef3f9