.bg-secondary{background-color:var(--bg-primary)}.section-header{text-align:center;margin-bottom:clamp(32px,6vw,64px)}.section-title{color:var(--text-primary);letter-spacing:-.5px;margin-bottom:16px;font-size:clamp(1.6rem,5vw,2.8rem);font-weight:800}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:clamp(.95rem,2.5vw,1.15rem);line-height:1.6}.test-cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.test-card{border-radius:var(--border-radius);background:#fff;border:1px solid #f1f5f9;padding:8px;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000a}.card-inner{border-radius:calc(var(--border-radius) - 8px);background:#fff;flex-direction:column;height:100%;padding:24px;display:flex}.card-tag{background:var(--accent-secondary);color:#fff;letter-spacing:1px;text-transform:uppercase;border-radius:50px;padding:4px 12px;font-size:.75rem;font-weight:800;position:absolute;top:16px;right:16px}.test-name{color:var(--text-primary);margin-bottom:12px;font-size:clamp(1.05rem,3vw,1.3rem);font-weight:700;line-height:1.3}.test-meta{flex-grow:1;margin-bottom:24px}.report-time{color:var(--accent-success);background:#ecfdf5;border-radius:50px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.card-footer{border-top:1px dashed #e2e8f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:20px;display:flex}.price-container{flex-direction:column;display:flex}.test-price{color:var(--text-primary);font-size:clamp(1.2rem,4vw,1.6rem);font-weight:800}.test-mrp{color:var(--text-secondary);font-size:.85rem;text-decoration:line-through}.btn-add{color:var(--accent-primary);border:2px solid var(--accent-primary);cursor:pointer;background:#fff;border-radius:50px;padding:10px 20px;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.btn-add:hover{background:var(--accent-primary);color:#fff;transform:translateY(-2px)scale(1.05);box-shadow:0 6px 15px #ff6f614d}@media (max-width:1024px){.test-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.test-cards-grid{grid-template-columns:1fr}.card-inner{padding:16px}}.test-count-badge{color:#0891b2;background:#ecfeff;border-radius:8px;flex-direction:column;align-items:center;padding:6px 10px;display:flex}.count-number{font-size:1.2rem;font-weight:800;line-height:1}.count-label{font-size:.7rem;font-weight:600}
