@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap);*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--blue-900:#042c53;--blue-800:#0c447c;--blue-700:#185fa5;--blue-600:#1f7ac8;--blue-500:#378add;--blue-300:#60a8e8;--blue-200:#85b7eb;--blue-100:#b5d4f4;--blue-50:#e6f1fb;--blue-25:#f0f7ff;--white:#fff;--gray-50:#f7f9fc;--gray-100:#eef2f7;--gray-200:#d8e2ee;--gray-400:#9baabb;--gray-500:#3a5a78;--gray-700:#0c447c;--gray-900:#042c53;--font-display:"Plus Jakarta Sans" , sans-serif;--font-body:"Inter" , sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 2px 8px rgba(4,44,83,.07);--shadow-md:0 8px 30px rgba(4,44,83,.1);--shadow-lg:0 20px 60px rgba(4,44,83,.14)}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--gray-900);background:var(--white);overflow-x:hidden;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:var(--font-body)}.container{max-width:1160px;margin:0 auto;padding:0 48px}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--blue-600);margin-bottom:14px}.section-label:before{content:"";display:block;width:24px;height:2px;background:var(--blue-500);border-radius:2px}.section-title{font-size:42px;font-weight:800;line-height:1.1;letter-spacing:-1.2px;color:var(--blue-900);margin-bottom:16px}.section-title span{color:var(--blue-600)}.section-sub{font-size:17px;color:var(--gray-500);line-height:1.7;max-width:540px}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-fadeup{animation:fadeUp .7s ease both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--blue-50)}::-webkit-scrollbar-thumb{background:var(--blue-300);border-radius:10px}@media (max-width:768px){.container{padding:0 20px}}