:root{--hospOS-color:#eb5b5e;--retailOS-color:#95c11f;--hotelOS-color:#cfc032;--fabOS-color:#33c8cc;--homeOS-color:#f1871b}.product-card{background:white;border-radius:8px;padding:2.5rem;margin-bottom:3rem;box-shadow:0 2px 8px rgba(0,0,0,.1);border-top:4px solid #ddd}.product-card.hospOS{border-top-color:var(--hospOS-color)}.product-card.retailOS{border-top-color:var(--retailOS-color)}.product-card.coming-soon{opacity:.85;border:2px dashed #ccc}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.product-title-wrapper{display:flex;align-items:center;gap:2rem;flex:1 1;flex-wrap:wrap}.product-logo{flex-shrink:0;max-width:100%;height:auto;cursor:default}.upcoming-icons{display:flex;justify-content:center;align-items:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.upcoming-icon{opacity:.7;transition:all .3s ease;cursor:default}.upcoming-icon:hover{opacity:1;transform:scale(1.2) translateY(-4px)}.product-title{font-size:1.8rem;font-weight:600;color:var(--primary-color);margin:0;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-tagline{font-size:1rem;font-weight:400;color:#666;background:#f5f5f5;padding:.25rem .75rem;border-radius:20px}.product-status{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;background:#e0e0e0;color:#666;flex-shrink:0}.product-status.available{background:#4caf50;color:white}.product-description{font-size:1.1rem;line-height:1.7;color:#444;margin-bottom:2rem}.product-features{list-style:none;padding:0;margin:0 0 1.5rem}.product-features li{padding:.5rem 0;color:#555;display:flex;align-items:flex-start;gap:.75rem;cursor:default}.product-features li i{color:var(--primary-color);margin-top:.25rem;flex-shrink:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.feature-card{background:#f9f9f9;padding:1.5rem;border-radius:8px;cursor:default;text-align:center}.feature-icon{width:50px;height:50px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.feature-icon i{color:white;font-size:1.5rem}.feature-card h4{font-size:1.1rem;font-weight:600;color:var(--primary-color);margin:0 0 .5rem}.feature-card p{font-size:.95rem;line-height:1.6;color:#555;margin:0}.product-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem}.product-cta.primary{background:var(--primary-color);color:white}.product-cta.primary:hover{background:var(--primary-dark)}.product-cta.hospOS-cta{background:var(--hospOS-color);color:white}.product-cta.hospOS-cta:hover{background:#d94a4d;box-shadow:0 6px 12px rgba(235,91,94,.3)}.product-cta.retailOS-cta{background:var(--retailOS-color);color:white}.product-cta.retailOS-cta:hover{background:#84a91b;box-shadow:0 6px 12px rgba(149,193,31,.3)}.product-cta i{font-size:.9rem}@media (max-width:768px){.product-header{flex-direction:column}.product-title-wrapper{flex-direction:column;align-items:flex-start}.product-title{font-size:1.5rem}.product-card{padding:1.5rem}.features-grid{grid-template-columns:1fr}}