*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;color:#222;font-family:Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 1.2em}.announcement{background:linear-gradient(90deg,#2c5282,#2b6cb0);color:#fff;font-size:.9em;padding:.6em 1em;text-align:center}.announcement a{color:#bde0fe;font-weight:600;margin-left:1em;text-decoration:none}header{background:#1a365d;box-shadow:0 2px 8px #0000001a;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1000}header .container{justify-content:space-between;padding:1em 0}header .container,header .logo{align-items:center;display:flex}header .logo{color:#fff;font-size:1.3em;font-weight:700;gap:.5em;text-decoration:none}header .logo img{height:40px;width:auto}header nav ul{display:flex;flex-direction:row;gap:1em;list-style:none;margin:0;padding:0;white-space:nowrap}header nav li{display:inline-block}header nav a{color:#fff;font-weight:500;text-decoration:none;transition:.2s}header nav a:hover{color:#63b3ed}.hero{background:linear-gradient(135deg,#ebf8ff,#bee3f8,#90cdf4);padding:4em 1.5em;text-align:center}.hero h1{color:#2c5282;font-size:2.2em;margin-bottom:.5em}.hero p{color:#444;font-size:1em;margin:0 auto 1.5em;max-width:700px}.btn{background:linear-gradient(90deg,#2c5282,#2b6cb0);border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#fff;display:inline-block;font-weight:600;margin:.5em;padding:.8em 1.4em;text-decoration:none;transition:.2s}.btn:hover{background:linear-gradient(90deg,#2b6cb0,#2c5282);box-shadow:0 4px 6px #00000026;transform:translateY(-1px)}.stats{display:flex;flex-wrap:wrap;gap:2em;justify-content:center;margin-top:2.5em}.stats div{flex:1 1 120px;text-align:center}.stats span:first-child{color:#2c5282;display:block;font-size:2em;font-weight:700}section{padding:3em 1.5em}section h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#2c5282,#2b6cb0);-webkit-background-clip:text;background-clip:text;font-size:1.8em;margin-bottom:1.5em;text-align:center}.grid{grid-gap:1.5em;display:grid;gap:1.5em}.insights .grid,.products .grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.usecases .grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card,.usecases article{background:#fff;border-radius:10px;border-top:5px solid #2c5282;box-shadow:0 4px 12px #00000014;padding:1.2em;transition:all .3s ease}.card:hover,.usecases article:hover{box-shadow:0 8px 24px #2c528226;transform:translateY(-5px)}.card img,.usecases img{border-radius:8px;margin-bottom:1em;width:100%}.cta{background:linear-gradient(90deg,#2c5282,#3182ce,#63b3ed);border-radius:12px;box-shadow:0 8px 32px #2c528226;color:#fff;margin:3em auto;max-width:900px;padding:2.5em 1.5em;text-align:center}.cta h2{-webkit-text-fill-color:unset!important;background:none!important;background-clip:initial!important;-webkit-background-clip:unset!important;color:#fff!important;margin-bottom:1em}.contact{background:#ebf8ff;padding:2.5em 1.5em;text-align:center}.contact h2{color:#2c5282;font-size:1.8em;margin-bottom:.5em}.contact p{color:#555;font-size:1em;margin-bottom:1.2em}.contact ul{list-style:none;margin:0 auto 1.8em;max-width:400px;padding:0;text-align:left}.contact ul li{background:#fff;border-left:5px solid #2c5282;border-radius:8px;box-shadow:0 2px 6px #2c528214;font-size:.95em;margin:.5em 0;padding:.7em 1em}.contact ul li a{color:#2b6cb0;font-weight:600;text-decoration:none;transition:color .2s ease}.contact ul li a:hover{color:#2c5282}.contact form{display:flex;flex-direction:column;gap:1em;margin:0 auto;max-width:500px}.contact form input,.contact form textarea{border:1px solid #ddd;border-radius:6px;font-size:1em;padding:.8em}.contact form textarea{min-height:120px;resize:vertical}.contact form button{background:linear-gradient(90deg,#2c5282,#2b6cb0);border:none;border-radius:6px;box-shadow:0 2px 4px #2c52821a;color:#fff;cursor:pointer;font-size:1em;font-weight:600;padding:.8em;transition:all .3s ease}.contact form button:hover{background:linear-gradient(90deg,#2b6cb0,#2c5282);box-shadow:0 4px 8px #2c528233;transform:translateY(-1px)}.footer{background:#111;color:#eee;font-size:.9rem;padding:2rem 1rem 1rem}.footer-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:2rem}.footer-brand img{margin-bottom:.8rem;width:90px}.footer-links h4,.footer-social h4{color:#fff;font-size:1rem;margin-bottom:.8rem}.footer-links .links-row{display:flex;flex-wrap:wrap;gap:1rem}.footer-links a{color:#ccc;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#00bcd4}.footer-social .social-icons{display:flex;gap:1rem}.footer-social img{filter:invert(90%);transition:transform .3s ease;width:26px}.footer-social img:hover{transform:scale(1.2)}.footer-bottom{border-top:1px solid #333;color:#aaa;font-size:.8rem;padding-top:1rem;text-align:center}@media (max-width:992px){.hero h1{font-size:2em}.cta h2{font-size:1.6em}}@media (max-width:768px){header .container{justify-content:space-between}header .container,header nav ul{flex-direction:row;flex-wrap:wrap;gap:.5em}header nav ul{margin-top:0}.hero{padding:3em 1em}.hero h1{font-size:1.8em}section{padding:2.5em 1em}.cta{padding:2em 1.2em}.contact h2{font-size:1.5em}.footer-container{align-items:center;flex-direction:column;text-align:center}}@media (max-width:480px){.hero h1,.stats span:first-child{font-size:1.5em}.btn{max-width:280px;width:100%}}
/*# sourceMappingURL=main.82463a9d.css.map*/