@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-primary:#1e3557;--color-secondary:#1fb6e9;--color-accent:#4fc3f7;--color-background:#0f223d;--color-surface:#163258;--color-text-primary:#fff;--color-text-secondary:#ffffffbf;color:var(--color-text-primary);background:var(--color-background);scroll-behavior:smooth;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(1200px 800px at 90% -10%,#4fc3f71f,#0000 65%),radial-gradient(900px 700px at 20% 0,#1fb6e924,#0000 60%),#020817;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}.premium-card{background:linear-gradient(160deg,#0f223dd9,#060d19eb);border:1px solid #ffffff1f;border-radius:1rem;transition:transform .22s,border-color .22s,box-shadow .22s;box-shadow:0 25px 40px -28px #0984e38c}.premium-card:hover{border-color:#4fc3f773;transform:translateY(-3px);box-shadow:0 30px 45px -25px #31b6ff73}.service-card:hover{background:linear-gradient(160deg,#14325ce6,#060d19f0)}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(22px)}.reveal.revealed{opacity:1;transform:translateY(0)}.glow{filter:blur(60px);opacity:.35;border-radius:9999px;animation:8s ease-in-out infinite floaty;position:absolute}.glow-1{background:#1fb6e973;width:18rem;height:18rem;top:-6rem;right:-5rem}.glow-2{background:#4fc3f752;width:16rem;height:16rem;animation-delay:1.2s;top:20%;left:-7rem}.glow-3{background:#3b82f647;width:14rem;height:14rem;animation-delay:2s;bottom:8%;right:15%}.grid-overlay{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 0,#000 35%,#0000 95%);mask-image:radial-gradient(circle at 50% 0,#000 35%,#0000 95%)}@keyframes floaty{0%,to{transform:translate(0)scale(1)}50%{transform:translateY(-12px)scale(1.04)}}
