.products-page{padding:120px 0 80px}.products-breadcrumb{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:.875rem}.products-breadcrumb a{color:#2f7d18;text-decoration:none}.products-breadcrumb a:hover{text-decoration:underline}.products-breadcrumb span{margin:0 .4rem}.products-header{max-width:680px;margin-bottom:3rem}.products-header h1{color:var(--foreground);margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.products-header p{color:var(--muted-foreground);font-size:1.05rem;line-height:1.6}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.products-card{border:1px solid var(--border,#e5e7eb);border-radius:12px;padding:1.5rem}.products-card h2{color:var(--foreground);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.products-card>p{color:var(--muted-foreground);margin-bottom:1rem;font-size:.95rem;line-height:1.55}.products-card ul{flex-direction:column;gap:.4rem;padding:0;list-style:none;display:flex}.products-card li{color:var(--foreground);padding-left:1.1rem;font-size:.95rem;position:relative}.products-card li:before{content:"";background:#2f7d18;border-radius:50%;width:6px;height:6px;position:absolute;top:.5rem;left:0}.products-cta{text-align:center;background:var(--muted,#f5f7fa);border-radius:14px;padding:2.5rem}.products-cta p{color:var(--foreground);margin-bottom:1.25rem;font-weight:600}.products-cta-btn{color:#fff;background:#2f7d18;border-radius:8px;align-items:center;gap:6px;padding:12px 28px;font-weight:600;text-decoration:none;display:inline-flex}.products-cta-btn:hover{background:#276813}
