.section-header{margin-bottom:40px;text-align:center}.section-badge{background:#c0e66e;border-radius:24px;display:inline-block;font-size:.9rem;letter-spacing:.06em;margin-bottom:20px;padding:10px 24px;text-transform:uppercase}.section-badge,.section-header h2{color:#053e3f;font-family:Sora,sans-serif;font-weight:700}.section-header h2{font-size:clamp(2rem,4vw,2.75rem);line-height:1.2;margin:0 0 16px}.section-description{color:#555b5b;font-family:Manrope,sans-serif;font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:700px}.products-grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:0;padding:0;width:100%}@media (max-width:991px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.products-grid{gap:20px;grid-template-columns:1fr}}.product-card{border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;flex-direction:column;min-height:400px;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 12px 32px rgba(5,62,63,.15);transform:translateY(-8px)}.product-image{align-items:center;display:flex;height:180px;justify-content:center;position:relative;width:100%}.product-content{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.7);display:flex;flex:1;flex-direction:column;gap:16px;padding:32px}.product-tag{align-self:flex-start;border-radius:6px;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.08em;padding:6px 12px;text-transform:uppercase}.product-card h3{font-size:1.5rem;font-weight:700;line-height:1.25;margin:0}.product-card p{flex:1;font-size:1rem;line-height:1.65;margin:0}.product-link{align-items:center;align-self:flex-start;background:#c0e66e;border-radius:8px;color:#053e3f;display:inline-flex;font-family:Sora,sans-serif;font-size:.95rem;font-weight:700;gap:8px;justify-content:center;margin-top:auto;padding:14px 28px;text-decoration:none;transition:all .3s ease}.product-link:hover{background:#b5d965;box-shadow:0 8px 24px hsla(79,71%,67%,.3);color:#053e3f;transform:translateY(-2px)}.product-link svg{flex-shrink:0;height:16px;transition:transform .2s ease;width:16px}.product-link:hover svg{transform:translateX(2px)}