:root{--logipeace-blue:#0083be;--light-blue:#3b82f6;--dark-blue:#1e40af;--soft-orange:#f59e0b;--brand-gray:#1e293b;--soft-gray:#f8fafc}html{scroll-behavior:smooth}.dashboard-card{background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05);overflow:hidden;transform:perspective(1000px) rotateY(-5deg) rotateX(2deg);transition:all .3s ease}.dashboard-card:hover{transform:perspective(1000px) rotateY(0deg) rotateX(0deg);box-shadow:0 12px 48px rgba(0,0,0,.2),0 4px 16px rgba(0,0,0,.15);border:1px solid rgba(0,131,190,.2)}.floating-animation{animation:float 6s ease-in-out infinite}.floating-animation:nth-child(2){animation-delay:-2s}.floating-animation:nth-child(3){animation-delay:-4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.gradient-text{background:linear-gradient(135deg,var(--dark-blue) 0,var(--light-blue) 50%,var(--logipeace-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-visual{position:relative;height:600px;overflow:visible;padding:50px}.chart-bar{background:linear-gradient(180deg,var(--dark-blue) 0,var(--light-blue) 100%);border-radius:4px;animation:randomGrow 6s ease-in-out infinite}.chart-bar:first-child{animation-delay:0s;animation-duration:4.5s}.chart-bar:nth-child(2){animation-delay:.3s;animation-duration:5.2s}.chart-bar:nth-child(3){animation-delay:.6s;animation-duration:3.8s}.chart-bar:nth-child(4){animation-delay:.9s;animation-duration:5.5s}.chart-bar:nth-child(5){animation-delay:.2s;animation-duration:4.7s}.chart-bar:nth-child(6){animation-delay:.5s;animation-duration:6.1s}.chart-bar:nth-child(7){animation-delay:.8s;animation-duration:4.9s}@keyframes randomGrow{0%{height:20%}25%{height:80%}50%{height:40%}75%{height:95%}to{height:20%}}.features-nav{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.95);backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb;z-index:50}.btn-features-primary{background:var(--light-blue);color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .3s ease}.btn-features-primary:hover{background:var(--dark-blue)}.text-light-blue{color:var(--light-blue)}.text-dark-blue{color:var(--dark-blue)}.text-logipeace-blue{color:var(--logipeace-blue)}.text-soft-orange{color:var(--soft-orange)}.bg-light-blue{background-color:var(--light-blue)}.bg-dark-blue{background-color:var(--dark-blue)}.bg-logipeace-blue{background-color:var(--logipeace-blue)}.bg-soft-orange{background-color:var(--soft-orange)}.hover-light-blue:hover{color:var(--light-blue)}.hover-dark-blue:hover{color:var(--dark-blue)}.hover-logipeace-blue:hover{color:var(--logipeace-blue)}.hover-soft-orange:hover{color:var(--soft-orange)}.features-cta{background:linear-gradient(135deg,var(--dark-blue) 0,var(--light-blue) 100%)}.features-hero-bg{background:linear-gradient(135deg,#f9fafb,#fff)}.trusted-by-companies{opacity:.4}.features-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e5e7eb;transition:all .3s ease}.features-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-2px)}.icon-bg-light-blue{background-color:rgba(59,130,246,.1)}.icon-bg-logipeace-blue{background-color:rgba(0,131,190,.1)}.icon-bg-soft-orange{background-color:rgba(245,158,11,.1)}