.products-page{background-color:#fafbfc;min-height:100vh;padding-bottom:4rem;font-family:Outfit,sans-serif}.products-header{text-align:center;padding:4rem 1rem 2rem}.our-products-badge{color:#3b82f6;background-color:#eff6ff;border:1px solid #dbeafe;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.products-title{color:#0f172a;margin-bottom:1rem;font-size:2.2rem;font-weight:800}.products-subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1rem}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;margin-bottom:4rem;display:grid}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;height:100%;padding:2rem;transition:transform .2s,box-shadow .2s;display:flex}.product-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 30px #0000000d}.product-icon{margin-bottom:1rem;font-size:1.75rem}.product-title{color:#1e293b;margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.product-desc{color:#64748b;flex-grow:1;margin-bottom:1.5rem;font-size:.85rem;line-height:1.6}.product-features-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.product-features-list{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.feature-pill{color:#0f4c81;background-color:#d3e5f51a;border:1px solid #dfe8f4;border-radius:9999px;padding:.25rem .6rem;font-size:.75rem;font-weight:500}.product-divider{background-color:#f1f5f9;height:1px;margin:1.5rem 0}.product-price-label{color:#94a3b8;margin-bottom:.25rem;font-size:.75rem}.product-price{color:#0f4c81;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.product-price span{color:#64748b;font-size:.85rem;font-weight:500}.product-btn{color:#fff;background-color:#0f4c81;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.product-btn:hover{color:#fff;background-color:#ff6b3d}.products-cta{color:#fff;text-align:center;background-color:#0f4c81;border-radius:1rem;padding:3rem}.products-cta h3{margin-bottom:1rem;font-weight:700}.products-cta p{color:#fffc;margin-bottom:1.5rem}@media (max-width:991.98px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.products-grid{grid-template-columns:1fr}}.special-offer-btn-primary{color:#fff;background-color:#ff6b3d;border:none;border-radius:9999px;padding:.75rem 2.25rem;font-size:1.05rem;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 12px #ff6b3d33}.special-offer-btn-primary:hover{background-color:#f05a2d;transform:translateY(-2px);box-shadow:0 6px 16px #ff6b3d4d}
