/* ==========================================================================
   Hyperliquid Data (HyperCore real-time streams) — product page design.
   Bespoke landing scoped under `.hlq` so it never leaks into the rest of the
   site. The global Layout provides the header/footer; this file only styles
   the page body between them. Brand tokens are redefined on the `.hlq` root to
   keep the design self-contained.
   ========================================================================== */

.hlq{
  /* ---- Content ---- */
  --bq-white:#ffffff;
  --bq-grey:#aab0bc;
  --bq-dark-grey:#7e8696;

  /* ---- Backgrounds ---- */
  --bq-page-bg:#06090d;
  --bq-card-bg:#0c121c;
  --bq-navy:#111c32;
  --bq-navy-deep:#142739;
  --bq-line:rgba(255,255,255,0.10);
  --bq-line-2:rgba(255,255,255,0.06);

  /* ---- Buttons ---- */
  --bq-cta:#93254b;
  --bq-cta-hover:#af3e76;
  --bq-cta-border:#621832;

  /* ---- Brand accent palette ---- */
  --bq-pink:#f93f9c;
  --bq-pink-soft:#f788c0;
  --bq-magenta:#af3e76;
  --bq-maroon:#6c1c44;
  --bq-teal:#00d8dd;
  --bq-teal-muted:#51becc;
  --bq-blue:#0029ff;
  --bq-blue-deep:#0500df;

  /* ---- Gradients (brand) ---- */
  --bq-gradient:linear-gradient(96deg,#f93f9c 0%,#af3e76 46%,#00d8dd 100%);
  --bq-gradient-dimmed:linear-gradient(96deg,#af3e76 0%,#6c1c44 60%,#3db3bf 100%);
  --bq-gradient-blue:linear-gradient(180deg,#0029ff 0%,#142739 100%);
  --bq-gradient-card:linear-gradient(180deg,#06090d 0%,#142739 100%);
  --bq-gradient-accent:linear-gradient(135deg,#1e575d 0%,#4d1430 100%);

  /* ---- Type families ---- */
  --hlq-font:'DM Sans',system-ui,sans-serif;
  --hlq-mono:'JetBrains Mono',ui-monospace,monospace;

  /* ---- Radius ---- */
  --bq-radius-btn:4px;
  --bq-radius-card:14px;

  background:var(--bq-page-bg);
  color:var(--bq-white);
  font-family:var(--hlq-font);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
.hlq *{box-sizing:border-box}
.hlq a{color:var(--bq-teal);text-decoration:none}
.hlq a:hover{color:var(--bq-teal-muted)}
.hlq .wrap{max-width:1200px;margin:0 auto;padding:0 40px}
.hlq .mono{font-family:var(--hlq-mono)}

/* Buttons */
.hlq .bq-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:var(--hlq-font);font-weight:500;font-size:18px;line-height:22px;letter-spacing:-0.2px;
  border-radius:var(--bq-radius-btn);padding:16px 24px;border:1px solid transparent;cursor:pointer;
  transition:background .15s ease,border-color .15s ease,transform .15s ease;white-space:nowrap;text-decoration:none;}
.hlq .bq-btn-primary{background:var(--bq-cta);color:var(--bq-white);}
.hlq .bq-btn-primary:hover{background:var(--bq-cta-hover);color:var(--bq-white);}
.hlq .bq-btn-secondary{background:transparent;color:var(--bq-white);border-color:var(--bq-cta-border);}
.hlq .bq-btn-secondary:hover{background:rgba(147,37,75,0.14);color:var(--bq-white);}
.hlq .bq-btn-sm{font-size:15px;line-height:22px;padding:11px 18px;}

/* section rhythm */
.hlq section.block{padding:90px 0}
.hlq .eyebrow{font-family:var(--hlq-font);font-weight:500;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--bq-teal);margin-bottom:20px}
.hlq .sec-head{max-width:760px;margin-bottom:52px}
.hlq .sec-head h2{font-size:38px;line-height:44px;font-weight:500;letter-spacing:-0.8px}
.hlq .sec-head p{margin-top:16px;font-size:18px;line-height:27px;color:var(--bq-grey)}
.hlq .gt{background:var(--bq-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}

/* hero */
.hlq .hero{position:relative;padding:78px 0 84px;overflow:hidden}
.hlq .hero::before{content:"";position:absolute;top:-340px;right:-180px;width:820px;height:820px;border-radius:50%;background:radial-gradient(circle,rgba(175,62,118,0.30) 0%,rgba(147,37,75,0.08) 44%,transparent 66%);pointer-events:none}
.hlq .hero::after{content:"";position:absolute;bottom:-420px;left:-260px;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(0,216,221,0.14) 0%,transparent 66%);pointer-events:none}
.hlq .hero-grid{position:relative;display:grid;grid-template-columns:1.05fr 0.95fr;gap:56px;align-items:center}
.hlq .hero-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 14px;border:1px solid var(--bq-line);border-radius:999px;background:rgba(255,255,255,0.03);font-size:13px;color:var(--bq-grey);margin-bottom:26px}
.hlq .hero-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--bq-teal);box-shadow:0 0 10px var(--bq-teal)}
.hlq .hero h1{font-size:54px;line-height:58px;font-weight:500;letter-spacing:-1.6px}
.hlq .hero .sub{margin-top:24px;font-size:19px;line-height:29px;color:var(--bq-grey);max-width:600px}
.hlq .hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.hlq .hero .micro{margin-top:20px;font-family:var(--hlq-mono);font-size:12.5px;color:var(--bq-dark-grey);display:flex;align-items:center;gap:8px}
.hlq .hero .micro .ld{width:7px;height:7px;border-radius:50%;background:#54c98e;box-shadow:0 0 8px #54c98e}
.hlq .hero-proof{display:flex;gap:0;margin-top:34px;border:1px solid var(--bq-line);border-radius:12px;background:rgba(255,255,255,0.02);overflow:hidden;max-width:560px}
.hlq .hero-proof .pf{flex:1;padding:16px 20px;border-right:1px solid var(--bq-line-2)}
.hlq .hero-proof .pf:last-child{border-right:none}
.hlq .hero-proof .pf .v{font-size:22px;font-weight:500;letter-spacing:-0.4px;color:var(--bq-white);line-height:1}
.hlq .hero-proof .pf .v .u{font-size:13px;color:var(--bq-teal);font-weight:400}
.hlq .hero-proof .pf .l{margin-top:7px;font-size:12px;color:var(--bq-dark-grey);line-height:15px}
.hlq .arrow{transition:transform .15s}
.hlq .bq-btn:hover .arrow{transform:translateX(3px)}

/* terminal */
.hlq .term{background:linear-gradient(180deg,#0a0f18 0%,#0b1420 100%);border:1px solid var(--bq-line);border-radius:14px;overflow:hidden;box-shadow:0 30px 80px -30px rgba(0,0,0,0.7)}
.hlq .term-bar{display:flex;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid var(--bq-line-2);background:rgba(255,255,255,0.02)}
.hlq .term-bar .t{font-family:var(--hlq-mono);font-size:12.5px;color:var(--bq-grey);letter-spacing:0.3px}
.hlq .term-bar .live{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-family:var(--hlq-mono);font-size:11px;color:#54c98e;text-transform:uppercase;letter-spacing:1px}
.hlq .term-bar .live i{width:7px;height:7px;border-radius:50%;background:#54c98e;box-shadow:0 0 8px #54c98e;animation:hlq-blink 1.4s infinite}
@keyframes hlq-blink{0%,100%{opacity:1}50%{opacity:0.35}}
.hlq .term-tabs{display:flex;gap:4px;padding:10px 12px 0;overflow-x:auto;scrollbar-width:none}
.hlq .term-tabs::-webkit-scrollbar{display:none}
.hlq .term-tab{font-family:var(--hlq-mono);font-size:11.5px;color:var(--bq-dark-grey);padding:6px 11px;border-radius:6px 6px 0 0;white-space:nowrap;border:1px solid transparent;border-bottom:none}
.hlq .term-tab.on{color:var(--bq-white);background:rgba(0,216,221,0.08);border-color:rgba(0,216,221,0.22)}
.hlq .term-head{display:grid;grid-template-columns:1.1fr 0.5fr 0.8fr 0.9fr 1fr;gap:10px;padding:12px 18px 8px;font-family:var(--hlq-mono);font-size:10.5px;text-transform:uppercase;letter-spacing:0.6px;color:var(--bq-dark-grey);border-bottom:1px solid var(--bq-line-2)}
.hlq .term-body{height:298px;overflow:hidden;padding:4px 0}
.hlq .trow{display:grid;grid-template-columns:1.1fr 0.5fr 0.8fr 0.9fr 1fr;gap:10px;padding:9px 18px;font-family:var(--hlq-mono);font-size:12px;align-items:center;border-bottom:1px solid rgba(255,255,255,0.03);animation:hlq-rowin .4s ease}
@keyframes hlq-rowin{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
.hlq .trow .coin{color:var(--bq-white);font-weight:500}
.hlq .trow .wal{color:var(--bq-teal-muted)}
.hlq .trow .side.b{color:#54c98e}.hlq .trow .side.s{color:#f0897c}
.hlq .trow .px{color:var(--bq-grey);text-align:right}
.hlq .trow .pnl.pos{color:#54c98e;text-align:right}.hlq .trow .pnl.neg{color:#f0897c;text-align:right}.hlq .trow .pnl.zero{color:var(--bq-dark-grey);text-align:right}
.hlq .term-foot{padding:10px 18px;border-top:1px solid var(--bq-line-2);font-family:var(--hlq-mono);font-size:11px;color:var(--bq-dark-grey);display:flex;gap:8px;align-items:center}
.hlq .term-note{margin-top:12px;text-align:center;font-family:var(--hlq-mono);font-size:11px;color:var(--bq-dark-grey)}

/* positioning strip */
.hlq .strip{border-top:1px solid var(--bq-line-2);border-bottom:1px solid var(--bq-line-2);background:linear-gradient(180deg,rgba(17,28,50,0.4),rgba(6,9,13,0))}
.hlq .strip .wrap{padding-top:34px;padding-bottom:34px}
.hlq .strip p{font-size:19px;line-height:29px;color:var(--bq-grey);max-width:1000px;text-wrap:pretty}
.hlq .strip b{color:var(--bq-white);font-weight:500}

/* differentiators */
.hlq .diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.hlq .diff{background:var(--bq-card-bg);border:1px solid var(--bq-line);border-radius:14px;padding:30px 28px;display:flex;flex-direction:column}
.hlq .diff .ic{width:44px;height:44px;border-radius:10px;background:rgba(0,216,221,0.08);border:1px solid rgba(0,216,221,0.22);display:flex;align-items:center;justify-content:center;color:var(--bq-teal);margin-bottom:22px}
.hlq .diff h3{font-size:21px;font-weight:500;letter-spacing:-0.2px;line-height:26px;margin-bottom:13px}
.hlq .diff p{font-size:15px;line-height:24px;color:var(--bq-grey);letter-spacing:0.1px}
.hlq .diff p code{font-family:var(--hlq-mono);font-size:13px;background:rgba(255,255,255,0.06);padding:1px 6px;border-radius:4px;color:var(--bq-teal-muted)}
.hlq .dfields{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px;padding-top:20px;border-top:1px solid var(--bq-line-2)}
.hlq .dfields span{font-family:var(--hlq-mono);font-size:11px;color:var(--bq-teal-muted);background:rgba(0,216,221,0.06);border:1px solid rgba(0,216,221,0.16);padding:3px 9px;border-radius:5px}

/* streams */
.hlq .streams-intro{font-size:18px;color:var(--bq-grey);margin-bottom:44px;max-width:640px;line-height:27px}
.hlq .stream-group{margin-bottom:44px}
.hlq .stream-group .gl{display:flex;align-items:baseline;gap:14px;margin-bottom:22px;padding-bottom:14px;border-bottom:1px solid var(--bq-line-2)}
.hlq .stream-group .gl h3{font-size:15px;font-weight:500;letter-spacing:0.3px;color:var(--bq-white)}
.hlq .stream-group .gl span{font-size:13.5px;color:var(--bq-dark-grey)}
.hlq .scards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hlq .scard{background:var(--bq-card-bg);border:1px solid var(--bq-line);border-radius:12px;padding:22px 22px;transition:border-color .18s,transform .18s}
.hlq .scard:hover{border-color:rgba(0,216,221,0.28);transform:translateY(-2px)}
.hlq .scard .nm{display:flex;align-items:center;gap:9px;margin-bottom:11px}
.hlq .scard .nm b{font-family:var(--hlq-mono);font-size:14px;font-weight:500;color:var(--bq-white)}
.hlq .scard .nm .tag{font-family:var(--hlq-mono);font-size:9.5px;text-transform:uppercase;letter-spacing:0.8px;color:var(--bq-teal);border:1px solid rgba(0,216,221,0.28);padding:2px 6px;border-radius:4px}
.hlq .scard p{font-size:13.5px;line-height:21px;color:var(--bq-grey)}
.hlq .scard.consensus{border-color:rgba(175,62,118,0.28)}
.hlq .scard.consensus:hover{border-color:rgba(175,62,118,0.5)}
.hlq .scard.consensus .nm .tag{color:var(--bq-pink-soft);border-color:rgba(247,136,192,0.32)}

/* use cases */
.hlq .uc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.hlq .uc{background:linear-gradient(180deg,rgba(255,255,255,0.028),rgba(255,255,255,0.006));border:1px solid var(--bq-line);border-radius:14px;padding:30px 28px}
.hlq .uc h3{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:500;letter-spacing:-0.2px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--bq-line-2)}
.hlq .uc h3 .uci{width:36px;height:36px;flex:none;border-radius:9px;background:rgba(0,216,221,0.08);border:1px solid rgba(0,216,221,0.22);display:flex;align-items:center;justify-content:center;color:var(--bq-teal)}
.hlq .uc ul{list-style:none;display:flex;flex-direction:column;gap:14px;margin:0;padding:0}
.hlq .uc li{display:flex;gap:11px;font-size:14.5px;line-height:21px;color:var(--bq-grey)}
.hlq .uc li svg{flex:none;margin-top:3px;color:var(--bq-teal)}

/* coverage */
.hlq .coverage{border-top:1px solid var(--bq-line-2);border-bottom:1px solid var(--bq-line-2)}
.hlq .coverage .wrap{padding-top:30px;padding-bottom:30px;display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px;justify-content:center;text-align:center}
.hlq .coverage .cov-lbl{font-family:var(--hlq-mono);font-size:11px;text-transform:uppercase;letter-spacing:1.2px;color:var(--bq-dark-grey)}
.hlq .coverage .chip{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:var(--bq-white);font-weight:400}
.hlq .coverage .chip .d{width:7px;height:7px;border-radius:50%;background:var(--bq-teal)}
.hlq .coverage .sep{color:var(--bq-line);font-size:14px}
.hlq .coverage .tail{width:100%;text-align:center;font-size:14px;color:var(--bq-dark-grey);margin-top:2px}

/* how it works */
.hlq .how-grid{display:grid;grid-template-columns:0.9fr 1.1fr;gap:44px;align-items:start}
.hlq .how-copy p{font-size:17px;line-height:27px;color:var(--bq-grey);margin-bottom:26px}
.hlq .how-copy p b{color:var(--bq-white);font-weight:500}
.hlq .chan{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}
.hlq .chan .row{display:flex;align-items:center;gap:12px;font-size:14.5px;color:var(--bq-grey);background:var(--bq-card-bg);border:1px solid var(--bq-line);border-radius:10px;padding:13px 16px}
.hlq .chan .row b{color:var(--bq-white);font-weight:500}
.hlq .chan .row .dd{width:8px;height:8px;border-radius:2px;background:var(--bq-teal);flex:none}
.hlq .chan .row .ph{margin-left:auto;font-family:var(--hlq-mono);font-size:10px;text-transform:uppercase;letter-spacing:0.6px;color:var(--bq-dark-grey);border:1px dashed var(--bq-line);padding:2px 7px;border-radius:4px}
.hlq .gh-link{display:inline-flex;align-items:center;gap:12px;background:var(--bq-navy);border:1px solid var(--bq-line);border-radius:10px;padding:15px 20px;color:var(--bq-white);font-weight:500;font-size:15px;transition:border-color .18s,background .18s}
.hlq .gh-link:hover{border-color:rgba(0,216,221,0.4);background:#16233b;color:var(--bq-white)}
.hlq .gh-link svg{flex:none}
.hlq .gh-link .br{font-family:var(--hlq-mono);font-size:12px;color:var(--bq-teal-muted);font-weight:400}
.hlq .code-wrap{background:#080b12;border:1px solid var(--bq-line);border-radius:14px;overflow:hidden}
.hlq .code-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--bq-line-2);background:rgba(255,255,255,0.02)}
.hlq .code-bar .dots{display:flex;gap:6px}
.hlq .code-bar .dots i{width:10px;height:10px;border-radius:50%;background:#2a3242}
.hlq .code-bar .fn{font-family:var(--hlq-mono);font-size:12px;color:var(--bq-dark-grey);margin-left:6px}
.hlq .code-bar .badge{margin-left:auto;font-family:var(--hlq-mono);font-size:10px;text-transform:uppercase;letter-spacing:0.6px;color:var(--bq-teal);border:1px solid rgba(0,216,221,0.24);padding:2px 8px;border-radius:4px}
.hlq pre.code{margin:0;padding:20px 22px;overflow-x:auto;font-family:var(--hlq-mono);font-size:13px;line-height:1.65;color:#c3cad6}
.hlq pre.code .k{color:var(--bq-teal-muted)}
.hlq pre.code .s{color:#e0a3c8}
.hlq pre.code .n{color:#f0b37b}
.hlq pre.code .bl{color:#7e8696}
.hlq .illus{padding:11px 22px 16px;font-family:var(--hlq-mono);font-size:11px;color:var(--bq-dark-grey);border-top:1px solid var(--bq-line-2)}

/* roadmap */
.hlq .road{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--bq-line);border-radius:14px;overflow:hidden}
.hlq .rstep{padding:34px 30px;border-right:1px solid var(--bq-line-2);position:relative}
.hlq .rstep:last-child{border-right:none}
.hlq .rstep .st{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.hlq .rstep .st .num{font-family:var(--hlq-mono);font-size:12px;color:var(--bq-dark-grey)}
.hlq .rstep .badge{font-family:var(--hlq-mono);font-size:10px;text-transform:uppercase;letter-spacing:0.8px;padding:4px 10px;border-radius:999px}
.hlq .rstep .badge.now{color:#06090d;background:var(--bq-teal)}
.hlq .rstep .badge.soon{color:var(--bq-teal);border:1px solid rgba(0,216,221,0.35)}
.hlq .rstep .badge.later{color:var(--bq-dark-grey);border:1px solid var(--bq-line)}
.hlq .rstep h3{font-size:19px;font-weight:500;letter-spacing:-0.2px;margin-bottom:11px}
.hlq .rstep p{font-size:14.5px;line-height:22px;color:var(--bq-grey)}
.hlq .rstep .track{position:absolute;left:0;bottom:0;height:3px;background:var(--bq-gradient);width:0}
.hlq .rstep.s-now .track{width:100%}
.hlq .rstep.s-soon .track{width:38%}

/* trust */
.hlq .trust{background:linear-gradient(135deg,rgba(30,87,93,0.14) 0%,rgba(77,20,48,0.14) 100%);border:1px solid var(--bq-line);border-radius:16px;padding:52px 48px;display:grid;grid-template-columns:0.8fr 1.2fr;gap:44px;align-items:center}
.hlq .trust h2{font-size:30px;line-height:36px;font-weight:500;letter-spacing:-0.6px}
.hlq .trust p{font-size:17px;line-height:28px;color:var(--bq-grey)}
.hlq .trust p b{color:var(--bq-white);font-weight:500}
.hlq .trust ul{list-style:none;margin-top:20px;display:flex;flex-direction:column;gap:11px;padding:0}
.hlq .trust li{display:flex;gap:10px;font-size:14.5px;color:var(--bq-grey);line-height:21px}
.hlq .trust li svg{flex:none;margin-top:3px;color:var(--bq-teal)}

/* faq */
.hlq .faq{max-width:860px;margin:0 auto}
.hlq .faq details{border-bottom:1px solid var(--bq-line-2)}
.hlq .faq summary{list-style:none;cursor:pointer;padding:22px 44px 22px 0;font-size:18px;font-weight:500;color:var(--bq-white);position:relative;letter-spacing:-0.1px}
.hlq .faq summary::-webkit-details-marker{display:none}
.hlq .faq summary .pm{position:absolute;right:6px;top:26px;width:16px;height:16px}
.hlq .faq summary .pm::before,.hlq .faq summary .pm::after{content:"";position:absolute;background:var(--bq-teal);border-radius:2px;transition:.2s}
.hlq .faq summary .pm::before{top:7px;left:0;width:16px;height:2px}
.hlq .faq summary .pm::after{top:0;left:7px;width:2px;height:16px}
.hlq .faq details[open] summary .pm::after{transform:rotate(90deg);opacity:0}
.hlq .faq .ans{padding:0 44px 24px 0;font-size:15.5px;line-height:25px;color:var(--bq-grey);max-width:760px}

/* final cta + form */
.hlq .finalcta{position:relative;overflow:hidden}
.hlq .finalcta::before{content:"";position:absolute;top:-300px;left:50%;transform:translateX(-50%);width:900px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(147,37,75,0.22) 0%,transparent 62%);pointer-events:none}
.hlq .cta-card{position:relative;background:var(--bq-card-bg);border:1px solid var(--bq-line);border-radius:18px;padding:52px 52px;display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}
.hlq .cta-card h2{font-size:34px;line-height:40px;font-weight:500;letter-spacing:-0.8px}
.hlq .cta-card .lede{margin-top:18px;font-size:17px;line-height:27px;color:var(--bq-grey)}
.hlq .cta-card .assur{margin-top:26px;display:flex;flex-direction:column;gap:12px}
.hlq .cta-card .assur .a{display:flex;gap:10px;font-size:14px;color:var(--bq-grey);align-items:center}
.hlq .cta-card .assur .a svg{flex:none;color:var(--bq-teal)}
.hlq .wl-form{display:flex;flex-direction:column;gap:16px}
.hlq .field label{display:block;font-size:13px;font-weight:500;color:var(--bq-grey);margin-bottom:7px;letter-spacing:0.2px}
.hlq .field label .opt{color:var(--bq-dark-grey);font-weight:400}
.hlq .field input,.hlq .field select{width:100%;background:#080b12;border:1px solid var(--bq-line);border-radius:6px;padding:13px 14px;font-family:var(--hlq-font);font-size:15px;color:var(--bq-white);transition:border-color .15s}
.hlq .field input::placeholder{color:#5a6273}
.hlq .field input:focus,.hlq .field select:focus{outline:none;border-color:var(--bq-teal)}
.hlq .field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%237e8696' d='M6 8 0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
.hlq .wl-form .bq-btn{width:100%;margin-top:6px}
.hlq .wl-form .bq-btn:disabled{opacity:0.6;cursor:default}
.hlq .wl-err{color:#f0897c;font-size:12.5px;line-height:18px;margin-top:7px}
.hlq .wl-note{font-family:var(--hlq-mono);font-size:11px;color:var(--bq-dark-grey);text-align:center;margin-top:6px}
.hlq .wl-success{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px 10px;min-height:340px}
.hlq .wl-success.show{display:flex}
.hlq .wl-success .chk{width:60px;height:60px;border-radius:50%;background:rgba(84,201,142,0.12);border:1px solid rgba(84,201,142,0.4);display:flex;align-items:center;justify-content:center;color:#54c98e;margin-bottom:22px}
.hlq .wl-success h3{font-size:24px;font-weight:500;letter-spacing:-0.3px;margin-bottom:12px}
.hlq .wl-success p{font-size:15px;line-height:23px;color:var(--bq-grey);max-width:340px}
.hlq .wl-success .schema-follow{margin-top:24px}

/* reveal on scroll */
.hlq .reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.hlq .reveal.in{opacity:1;transform:none}

@media(max-width:1040px){
  .hlq .hero-grid{grid-template-columns:1fr;gap:44px}
  .hlq .diff-grid,.hlq .uc-grid,.hlq .scards{grid-template-columns:1fr}
  .hlq .how-grid{grid-template-columns:1fr;gap:34px}
  .hlq .road{grid-template-columns:1fr}.hlq .rstep{border-right:none;border-bottom:1px solid var(--bq-line-2)}.hlq .rstep:last-child{border-bottom:none}
  .hlq .trust{grid-template-columns:1fr;padding:38px 30px;gap:26px}
  .hlq .cta-card{grid-template-columns:1fr;gap:36px;padding:38px 28px}
}
@media(max-width:640px){
  .hlq .wrap{padding:0 22px}
  .hlq section.block{padding:64px 0}
  .hlq .hero{padding:52px 0 60px}.hlq .hero h1{font-size:38px;line-height:42px;letter-spacing:-1px}
  .hlq .sec-head h2{font-size:30px;line-height:36px}
  .hlq .term-head,.hlq .trow{grid-template-columns:1fr 0.5fr 0.8fr 0.9fr}
  .hlq .term-head span:nth-child(5),.hlq .trow>span:nth-child(5){display:none}
}
@media(prefers-reduced-motion:reduce){
  .hlq .reveal{opacity:1;transform:none;transition:none}.hlq .trow{animation:none}.hlq .term-bar .live i{animation:none}
}
