:root{--text:#000;--background:#fff;--primary:#042752;--secondary:#2f3e4c;--accent:#274c68;--shadow-sm:0 2px 4px rgba(0,0,0,.05);--shadow-md:0 4px 6px rgba(0,0,0,.1);--shadow-lg:0 10px 15px rgba(0,0,0,.1)}body{background-color:var(--background);color:var(--text);font-family:Montserrat,sans-serif;line-height:1.6}.navbar-brand,h1,h2,h3{color:var(--text);font-family:Agdasima,sans-serif;font-weight:700}.section-pad{padding:6rem 0}.section-title{color:var(--primary-dark);margin-bottom:1rem}.hero{align-items:center;background:linear-gradient(120deg,var(--primary) 0,var(--background) 100%);color:#fff;display:flex;min-height:100vh;overflow:hidden;padding-top:96px;position:relative}.hero-content{flex:1 1 0;max-width:540px;z-index:2}.hero-title{color:#fff;font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-desc{color:#e0e6ed;font-size:1.25rem;margin-bottom:2rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.hero-visual{align-items:center;display:flex;flex:1 1 0;justify-content:center;min-width:320px;position:relative}.hero-shape{animation:morphing 12s infinite alternate;border-radius:50%;opacity:.15;position:absolute;z-index:1}.hero-shape.bg-primary{background:var(--primary);height:340px;right:5%;top:10%;width:340px}.hero-shape.bg-accent{background:var(--accent);bottom:10%;height:220px;left:10%;width:220px}.hero-cards{display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-top:2rem;position:relative;z-index:2}.hero-card{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:1.25rem;box-shadow:var(--shadow-md);color:#fff;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .3s}.hero-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-6px) scale(1.03)}.hero-card .icon-box{align-items:center;background:rgba(87,196,229,.15);border-radius:.75rem;color:var(--accent);display:flex;font-size:1.6rem;height:44px;justify-content:center;margin-bottom:.5rem;width:44px}.hero-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.hero-card p{color:#e0e6ed;font-size:.95rem;margin-bottom:0}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.hero .card{animation:float 6s ease-in-out infinite}@keyframes morphing{0%{border-radius:50% 50% 50% 50%/50% 50% 50% 50%}50%{border-radius:60% 40% 70% 30%/40% 60% 30% 70%}to{border-radius:50% 50% 50% 50%/50% 50% 50% 50%}}.navbar{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.8);transition:all .3s ease}.navbar.scrolled{background:hsla(0,0%,100%,.95);box-shadow:0 5px 30px rgba(0,0,0,.1)}.navbar .nav-link{font-weight:500;padding:.5rem 1rem;position:relative}.hover-underline:after{background-color:var(--primary);bottom:0;content:"";height:2px;left:50%;position:absolute;transition:all .3s ease;width:0}.hover-underline:hover:after{left:0;width:100%}.hero-section{background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(247,250,255,.95));overflow:hidden;position:relative}.text-gradient{background:linear-gradient(120deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-image-wrapper{height:100%;min-height:500px;position:relative}.hero-image{animation:float 6s ease-in-out infinite;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);position:relative;z-index:2}.hero-blur{background:radial-gradient(circle at 50% 50%,var(--primary) 0,transparent 70%);filter:blur(60px);height:100%;opacity:.1;position:absolute;width:100%}.floating-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:flex;gap:.5rem;padding:1rem;position:absolute;z-index:3}.card-1{animation:float 5s ease-in-out infinite;right:-20px;top:20%}.card-2{animation:float 5s ease-in-out 1s infinite;bottom:20%;left:-20px}.stat-item{backdrop-filter:blur(5px);background:hsla(0,0%,100%,.5);border-radius:12px;padding:1rem;text-align:center}@media (max-width:768px){.hero{padding-top:5rem;text-align:center}.hero .btn-group{justify-content:center}.card{margin-bottom:1rem}}@media (max-width:992px){.hero{flex-direction:column;min-height:70vh;padding-top:72px}.hero-content,.hero-visual{max-width:100%;width:100%}.hero-cards{gap:1rem;grid-template-columns:1fr;margin-top:1.5rem}.hero-shape.bg-accent,.hero-shape.bg-primary{display:none}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}