:root{
  --hbp-font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --hbp-color-bg:#07070b;
  --hbp-color-text:#f7f4ff;
  --hbp-color-muted:rgba(247,244,255,.58);
  --hbp-color-soft:rgba(247,244,255,.34);
  --hbp-color-line:rgba(255,255,255,.085);
  --hbp-color-primary:#9b5cff;
  --hbp-color-primary-2:#cdb4ff;
  --hbp-color-button:#9b5cff;
  --hbp-color-button-text:#13091f;
  --hbp-radius-lg:30px;
  --hbp-header:78px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--hbp-color-bg);color:var(--hbp-color-text);font-family:var(--hbp-font-sans);text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hbp-main{width:min(100% - 48px,1360px);margin:0 auto;padding:42px 0 112px}.hbp-kicker{margin:0 0 10px;color:var(--hbp-color-primary-2);font-size:12px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.hbp-gradient-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:0 18px;background:linear-gradient(135deg,var(--hbp-color-primary-2),var(--hbp-color-button));color:var(--hbp-color-button-text);font-weight:950}.hbp-plain-link{color:var(--hbp-color-primary-2);font-size:13px;font-weight:900}.hbp-liquid-card{border:1px solid rgba(255,255,255,.11);background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.035));backdrop-filter:blur(20px) saturate(1.25);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 18px 60px rgba(0,0,0,.22)}
@media(max-width:760px){.hbp-main{width:min(100% - 28px,1360px);padding-bottom:120px}}
