ngcjxruZ
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
max-width: 1100px;
margin: 2rem auto;
padding: 0 1.5rem;
background: #f8f9fa;
color: #1e1e1e;
line-height: 1.6;
}
.product-card {
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
}
h1 {
font-size: 2.2rem;
font-weight: 700;
margin-top: 0.2rem;
margin-bottom: 0.5rem;
letter-spacing: -0.02em;
}
.brand-sub {
color: #5a6b7c;
font-size: 1rem;
font-weight: 400;
margin-bottom: 1.2rem;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #1a73e8;
margin: 0.8rem 0 1.5rem 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: 1.5rem 0 2rem 0;
}
.gallery img {
max-width: 180px;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
border: 1px solid #e9ecef;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.8rem 0;
background: #f8fafc;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 0.75rem 1.2rem;
text-align: left;
border-bottom: 1px solid #e2e8f0;
}
.specs-table th {
background: #eef2f6;
font-weight: 600;
color: #1e293b;
width: 35%;
}
.specs-table td {
background: #ffffff;
}
.description-box {
background: #f9fbfd;
padding: 1.5rem 2rem;
border-radius: 16px;
margin: 1.8rem 0;
border-left: 4px solid #1a73e8;
}
.why-buy {
background: #f0f7ff;
padding: 1.5rem 2rem;
border-radius: 16px;
margin: 1.8rem 0;
}
.why-buy ul {