/* Haploos — site styles */
html{scroll-behavior:smooth;}
body{margin:0;background:#FDFEFF;font-family:'Mulish',sans-serif;color:#4A515B;}
a{color:#0A63F0;text-decoration:none;}
a:hover{color:#0850C4;}
@keyframes haloBreathe{0%,100%{opacity:.55;transform:scale(1);}50%{opacity:.8;transform:scale(1.05);}}
@keyframes ringDrift{0%,100%{transform:translateY(0) rotate(0deg);}50%{transform:translateY(-12px) rotate(4deg);}}
@keyframes payFly{0%{transform:translateX(-190px) scale(.85);opacity:0;}12%{opacity:1;transform:translateX(-120px) scale(.92);}50%{transform:translateX(0px) scale(1);opacity:1;}88%{opacity:1;transform:translateX(120px) scale(.92);}100%{transform:translateX(190px) scale(.85);opacity:0;}}
@keyframes ringPulse{0%,42%,100%{filter:drop-shadow(0 24px 50px rgba(10,99,240,.25));}50%{filter:drop-shadow(0 24px 64px rgba(33,176,232,.55));}}
@keyframes auroraShift{0%,100%{transform:translate(0,0) scale(1);}33%{transform:translate(30px,-20px) scale(1.06);}66%{transform:translate(-24px,16px) scale(.97);}}
@keyframes cardFloat{0%,100%{transform:rotate(-4deg) translateY(0);}50%{transform:rotate(-4deg) translateY(-10px);}}
input::placeholder, textarea::placeholder{color:#9AA5B1;}
img{max-width:100%;}
*{-webkit-font-smoothing:antialiased;}
a{transition:color .18s ease, background .18s ease, box-shadow .25s ease;}
.x1:hover{background:#0850C4 !important;color:#fff !important;}
.x2:hover{color:#7FD4F5 !important;}
.x3:hover{box-shadow:0 20px 54px rgba(10,99,240,.22) !important;}
.x4:hover{box-shadow:0 20px 54px rgba(33,176,232,.22) !important;}
.x5:hover{box-shadow:0 20px 54px rgba(201,150,44,.26) !important;}
.x6:hover{background:#0A63F0 !important;color:#fff !important;}
.x7:hover{color:#0A63F0 !important;}
.x8:hover{background:linear-gradient(135deg,#F6E0A0,#D5A43C) !important;color:#0B2545 !important;}
.x9:focus{border:1px solid #0A63F0 !important;}

/* Responsive: collapse multi-column grids and scale display type */
@media (max-width: 1000px){
  [style*="grid-template-columns"]{grid-template-columns:1fr !important;}
  [style*="font-size:64px"]{font-size:40px !important;}
  [style*="font-size:56px"]{font-size:38px !important;}
  [style*="font-size:54px"]{font-size:36px !important;}
  [style*="font-size:44px"],[style*="font-size:42px"]{font-size:31px !important;}
  [style*="font-size:40px"],[style*="font-size:38px"]{font-size:29px !important;}
  [style*="padding:110px 32px"],[style*="padding:104px 32px"],[style*="padding:120px 32px"]{padding:64px 22px !important;}
  [style*="padding:96px 32px"],[style*="padding:90px 32px"]{padding:56px 22px !important;}
}
@media (max-width: 760px){
  nav,[style*="height:84px"]{height:auto !important;}
  [style*="height:84px"]{flex-wrap:wrap !important;padding-top:14px !important;padding-bottom:14px !important;gap:14px !important;}
  [style*="gap:30px"]{gap:16px !important;flex-wrap:wrap !important;}
  [style*="height:360px"]{height:300px !important;}
}
