*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;line-height:1.6;color:#212529;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4{color:#0a2342;font-weight:600;line-height:1.2}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.5rem;margin-bottom:1rem}h3{font-size:1.5rem;margin-bottom:.75rem}p{margin-bottom:1rem;color:#212529}.lead{font-size:1.25rem;font-weight:500;color:#0a2342}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:600;display:flex;align-items:center}.bullet{color:#00b2a9;margin-right:.25rem;font-size:1.2rem}.brand-nor{color:#0a2342}.brand-i{color:#00b2a9;font-style:italic}.brand-vane{color:#0a2342}.ai-suffix{color:#00b2a9;margin-left:.25rem;font-weight:700}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{text-decoration:none;color:#212529;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#00b2a9}.cta-button{background:#00B2A9;color:#fff!important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .3s ease}.cta-button:hover{background:#008a83;transform:translateY(-2px)}.hero{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0A2342 0%,#1a3a5c 50%,#00B2A9 100%)}.moving-gradient{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,178,169,.3) 0%,transparent 50%);animation:rotate 20s linear infinite}.floating-elements{position:absolute;width:100%;height:100%}.element{position:absolute;background:rgba(255,255,255,.1);border-radius:50%;animation:float 6s ease-in-out infinite}.element-1{width:80px;height:80px;top:20%;left:10%;animation-delay:0s}.element-2{width:120px;height:120px;top:60%;right:15%;animation-delay:2s}.element-3{width:60px;height:60px;top:80%;left:20%;animation-delay:4s}.element-4{width:100px;height:100px;top:30%;right:30%;animation-delay:1s}.element-5{width:40px;height:40px;top:10%;right:10%;animation-delay:3s}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 20px}.hero-text h1{color:#fff;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-text p{color:#ffffffe6;font-size:1.25rem;margin-bottom:2rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.primary-button{background:#00B2A9;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.primary-button:hover{background:#008a83;transform:translateY(-2px);box-shadow:0 8px 25px #00b2a94d}.secondary-button{background:transparent;color:#fff;padding:1rem 2rem;border:2px solid white;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.secondary-button:hover{background:white;color:#0a2342;transform:translateY(-2px)}.services{padding:6rem 0;background:#f8f9fa}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-header p{font-size:1.125rem;color:#6c757d}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.service-card{background:white;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border-top:4px solid #00B2A9}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#00B2A9,#008a83);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.service-icon svg{width:30px;height:30px}.service-card h3{color:#0a2342;margin-bottom:1rem}.service-card p{color:#6c757d;line-height:1.7}.about{padding:6rem 0;background:white}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{max-width:600px}.about-cta{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border-left:4px solid #00B2A9}.about-visual{display:flex;justify-content:center;align-items:center}.ai-visualisation{position:relative;width:300px;height:300px}.ai-nodes{position:relative;width:100%;height:100%}.node{position:absolute;width:60px;height:60px;background:linear-gradient(135deg,#00B2A9,#0A2342);border-radius:50%;animation:pulse 2s ease-in-out infinite}.node-1{top:0;left:50%;transform:translate(-50%);animation-delay:0s}.node-2{top:25%;right:0;animation-delay:.4s}.node-3{bottom:25%;right:0;animation-delay:.8s}.node-4{bottom:0;left:50%;transform:translate(-50%);animation-delay:1.2s}.node-5{top:50%;left:0;transform:translateY(-50%);animation-delay:1.6s}.ai-connections{position:absolute;top:0;left:0;width:100%;height:100%}.connection{position:absolute;background:linear-gradient(90deg,#00B2A9,transparent);height:2px;animation:flow 3s ease-in-out infinite}.connection-1{top:30px;left:50%;width:100px;transform:rotate(45deg);animation-delay:0s}.connection-2{top:50%;right:30px;width:80px;transform:rotate(90deg);animation-delay:.5s}.connection-3{bottom:30px;right:50%;width:100px;transform:rotate(-45deg);animation-delay:1s}.connection-4{top:50%;left:30px;width:120px;transform:rotate(0);animation-delay:1.5s}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#0A2342,#1a3a5c);color:#fff;text-align:center}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{color:#ffffffe6;font-size:1.125rem;max-width:600px;margin:0 auto 2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.large{padding:1.25rem 2.5rem;font-size:1.125rem}.footer{background:#0A2342;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand p{color:#fffc;margin-top:1rem}.footer .brand-nor,.footer .brand-vane{color:#fff}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h4{color:#00b2a9;margin-bottom:1rem;font-size:1.125rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#00b2a9}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;text-align:center;color:#fff9}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes flow{0%{opacity:0}50%{opacity:1}to{opacity:0}}@media (max-width: 768px){.nav-links{gap:1rem}.nav-links a:not(.cta-button){display:none}h1{font-size:2.5rem}h2{font-size:2rem}.hero-text p{font-size:1.125rem}.hero-cta{flex-direction:column;align-items:center}.services-grid{grid-template-columns:1fr}.about-content{grid-template-columns:1fr;gap:2rem}.ai-visualisation{width:250px;height:250px}.cta-buttons{flex-direction:column;align-items:center}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr}}@media (max-width: 480px){.container{padding:0 15px}h1{font-size:2rem}.service-card{padding:2rem}.about-cta{padding:1.5rem}}
