.product-card { margin-top: 24px; max-width: 540px; }
.product-card-top { align-items: center; display: flex; justify-content: space-between; margin-bottom: 52px; }
.product-icon { align-items: center; background: linear-gradient(145deg, #2865ff, #7044e8); border-radius: 16px; display: flex; font-size: 10px; font-weight: 800; height: 56px; justify-content: center; letter-spacing: .1em; width: 56px; }
.product-active { align-items: center; border: 1px solid #285f4e; border-radius: 999px; color: #78ddb8; display: flex; font-size: 9px; font-weight: 700; gap: 7px; padding: 8px 11px; }
.product-active i { background: #62f5c6; border-radius: 50%; box-shadow: 0 0 10px #62f5c6; height: 6px; width: 6px; }
.product-card h2 { font-size: 38px; letter-spacing: -1.6px; }
.product-card > .muted { max-width: 440px; }
.product-facts { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; margin: 25px 0; padding: 17px 0; }
.product-facts span { display: grid; font-size: 17px; font-weight: 650; gap: 5px; }
.product-facts span + span { border-left: 1px solid var(--line); padding-left: 20px; }
.product-facts small { font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
footer { border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; padding: 28px 24px; text-align: center; }
