0gRQJKrC
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1e1e2f;
}
.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: 2rem;
margin: 0 0 10px 0;
font-weight: 600;
color: #0b1a2e;
}
.brand-badge {
display: inline-block;
background: #eef2f7;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 600;
color: #1f3a5f;
letter-spacing: 0.3px;
margin-bottom: 15px;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #1f7a3d;
margin: 15px 0 20px 0;
}
.price span {
font-size: 1rem;
font-weight: 400;
color: #5a6a7a;
margin-left: 8px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0 30px 0;
}
.gallery img {
width: 100%;
max-width: 220px;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: 0.2s ease;
border: 1px solid #e9edf2;
}
.gallery img:hover {
transform: scale(1.02);
box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.section-title {
font-size: 1.5rem;
font-weight: 600;
margin: 35px 0 15px 0;
border-bottom: 2px solid #eef2f7;
padding-bottom: 8px;
color: #0b1a2e;
}
.specs-table {
width: 100%;
border-collapse: collapse;
background: #f9fbfd;
border-radius: 14px;
overflow: hidden;
margin: 20px 0;
}
.specs-table td {
padding: 12px 20px;
border-bottom: 1px solid #e6eaef;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight