body.product-page { margin: 0; min-height: 100dvh; color: #edf5ff; background: #08111f; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.product-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 52px; }
.product-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid #263c57; padding-bottom: 18px; }
.product-header a { color: #bfe8df; text-decoration: none; }
.product-nav { display: flex; flex-wrap: wrap; gap: 14px; font-size: .9rem; }
.product-kicker { color: #8ee3dc; letter-spacing: .16em; font-size: .74rem; font-weight: 800; }
.product-shell h1 { max-width: 780px; margin: 34px 0 10px; font-size: clamp(2.3rem, 7vw, 5.2rem); line-height: .98; }
.product-lede { max-width: 740px; color: #b9c9df; font-size: 1.1rem; line-height: 1.65; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin: 30px 0; }
.product-card { display: flex; flex-direction: column; min-height: 240px; padding: 22px; border: 1px solid #2c4564; border-radius: 16px; background: linear-gradient(160deg, #11243a, #0c1829); box-shadow: 0 14px 40px #0003; }
.product-card h2 { margin: 0 0 10px; font-size: 1.25rem; }
.product-card p { color: #c0cde0; line-height: 1.55; }
.product-state { display: inline-flex; align-self: flex-start; margin-bottom: 12px; padding: 5px 9px; border-radius: 999px; color: #08111f; background: #8ee3dc; font-size: .72rem; font-weight: 900; letter-spacing: .06em; }
.product-state.locked { background: #f6c66e; }
.product-state.contact { background: #b9b7ff; }
.product-card a { margin-top: auto; align-self: flex-start; padding: 10px 14px; border: 1px solid #5a7898; border-radius: 9px; color: #edf5ff; background: #142d47; text-decoration: none; }
.product-note { margin: 26px 0; padding: 16px 18px; border-left: 3px solid #8ee3dc; color: #c5d3e5; background: #0d1d30; line-height: 1.6; }
@media (max-width: 600px) { .product-shell { width: calc(100% - 24px); padding-top: 18px; } .product-shell h1 { font-size: 2.5rem; } }
