@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary:#31a59a;--primary-dark:#268a80;--primary-light:#4dc8bd;--accent:#1a7568;--dark:#0a1f1c;--light:#f0faf8;--gray:#5a7571}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}html{scroll-behavior:smooth}body{color:#1a3a35;background:linear-gradient(135deg,#f0faf8 0%,#e6f5f2 100%);min-height:100vh;font-family:Inter,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--dark);font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.bg-blobs{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.blob{filter:blur(100px);opacity:.25;border-radius:50%;animation:14s ease-in-out infinite float;position:absolute}.blob-1{background:radial-gradient(circle,#31a59a,#0000);width:500px;height:500px;top:-200px;left:-200px}.blob-2{background:radial-gradient(circle,#4dc8bd,#0000);width:400px;height:400px;animation-delay:5s;bottom:-150px;right:-150px}.blob-3{background:radial-gradient(circle,#1a7568,#0000);width:350px;height:350px;animation-delay:9s;top:50%;left:60%;transform:translate(-50%,-50%)}@keyframes float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(40px,-40px)scale(1.1)}}.blob-3{animation-name:float-center}@keyframes float-center{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-40%,-40%)scale(1.1)}}.products-section{flex-direction:column;justify-content:center;align-items:center;height:100vh;min-height:100vh;padding:2rem;display:flex;overflow:hidden}.products-container{flex-direction:column;width:100%;max-width:1280px;height:100%;display:flex}.products-header{text-align:center;flex-shrink:0;margin-bottom:1.5rem}.products-brand{color:var(--primary-dark);align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:inline-flex}.brand-mark{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;box-shadow:0 6px 18px #31a59a59}.products-title{color:var(--dark);margin-bottom:.4rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800}.products-title .accent{color:var(--primary)}.products-subtitle{color:var(--gray);max-width:580px;margin:0 auto;font-size:.95rem}.products-grid{flex:1;grid-template-columns:repeat(5,1fr);gap:1rem;min-height:0;display:grid}.product-card{background:#fff;border:1px solid #31a59a26;border-radius:16px;flex-direction:column;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #31a59a0f}.product-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--primary-light));transform-origin:0;height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.product-card:hover{border-color:#31a59a66;transform:translateY(-6px);box-shadow:0 16px 40px #31a59a2e}.product-card:hover:before{transform:scaleX(1)}.product-top{justify-content:space-between;align-items:center;margin-bottom:.9rem;display:flex}.product-icon{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-light));border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 6px 16px #31a59a4d}.product-category{color:var(--primary-dark);text-transform:uppercase;letter-spacing:.04em;background:#31a59a1a;border-radius:999px;padding:.25rem .6rem;font-size:.65rem;font-weight:600;display:inline-block}.product-name{color:var(--dark);margin-bottom:.2rem;font-size:1.05rem;font-weight:800;line-height:1.2}.product-company{color:var(--gray);margin-bottom:.6rem;font-size:.72rem;font-weight:500}.product-description{color:var(--gray);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.85rem;font-size:.78rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-features{flex-grow:1;margin-bottom:.9rem;list-style:none}.product-features li{color:#2d4f4a;align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:.75rem;display:flex}.product-features li svg{color:var(--primary);flex-shrink:0}.product-link{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;margin-top:auto;padding:.6rem .9rem;font-size:.78rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #31a59a40}.product-link:hover{background:var(--primary-dark);transform:translate(2px);box-shadow:0 6px 16px #31a59a59}@media (width<=1100px){.products-grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.products-section{height:auto;min-height:100vh;padding:2rem 1rem;overflow-y:auto}.products-grid{grid-template-columns:1fr}}
