.home-feature-card{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid var(--border);transition:transform .3s ease}.icon-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}body{background-color:var(--primary)!important;color:#fff!important}.product-quote-card{background-color:#e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;text-decoration:none;color:#203967;box-shadow:0 4px 6px -1px #0000001a}.product-quote-card .icon{font-size:2.25rem;line-height:1;display:flex;align-items:center;justify-content:center;width:50px}.product-quote-card .title{font-size:1rem;font-weight:800;margin:0;line-height:1.2;flex:1}.marquee-container{width:100%;overflow:hidden;white-space:nowrap;position:relative;padding:1rem 0}.marquee-content{display:flex;width:max-content;animation:scrollLeftToRight 40s linear infinite}@keyframes scrollLeftToRight{0%{transform:translate(-50%)}to{transform:translate(0)}}
