body.jiq-home-active{
  --navy:#0C3158; --navy-2:#123F6E; --navy-3:#1A4C82; --deep:#071E36; --deepest:#051627;
  --gold:#F5A623; --gold-2:#F0821E; --gold-3:#E4551F;
  --ink:#182635; --muted:#5E6E80; --faint:#93A2B4;
  --paper:#FBF9F6; --warm:#FFF6EB; --cool:#F3F7FC;
  --line:#E9E4DC; --line-cool:#E3EAF3;
  --green:#12B76A;
  --serif:"Enriqueta",Rockwell,Georgia,serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --max:1210px;
  --gold-grad:linear-gradient(120deg,#FFC24B 0%,#F5A623 38%,#F0821E 72%,#E4551F 100%);
}
body.jiq-home-active *{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body.jiq-home-active{
  font-family:var(--sans);color:var(--ink);background:var(--paper);
  font-size:16.5px;line-height:1.66;-webkit-font-smoothing:antialiased;overflow-x:hidden;
}
/* film grain for expensive texture */
body.jiq-home-active::after{
  content:"";position:fixed;inset:-50%;z-index:2000;pointer-events:none;opacity:.35;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='.05'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
body.jiq-home-active .wrap{max-width:var(--max);margin:0 auto;padding:0 26px;position:relative}
body.jiq-home-active a{text-decoration:none;color:inherit}
body.jiq-home-active img{max-width:100%;display:block}
body.jiq-home-active h1, body.jiq-home-active h2, body.jiq-home-active h3{font-family:var(--serif);font-weight:700;color:var(--navy)}
body.jiq-home-active h1, body.jiq-home-active h2{letter-spacing:-.01em}
body.jiq-home-active .gold-text{
  background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;color:transparent;
}
/* ================= buttons ================= */
body.jiq-home-active .btn{
  position:relative;display:inline-flex;align-items:center;justify-content:center;gap:11px;
  background:var(--gold-grad);color:#fff;font-weight:800;font-size:15px;font-family:var(--sans);
  padding:13px 26px;border-radius:999px;border:0;cursor:pointer;overflow:hidden;white-space:nowrap;
  box-shadow:0 18px 40px -12px rgba(228,85,31,.55),0 4px 12px -4px rgba(228,85,31,.4),inset 0 2px 0 rgba(255,255,255,.4),inset 0 -3px 8px rgba(160,50,0,.25);
  transition:transform .2s cubic-bezier(.2,.7,.3,1.4),box-shadow .2s;
  text-shadow:0 1px 2px rgba(150,50,0,.25);
}
body.jiq-home-active .btn:hover{transform:translateY(-3px) scale(1.015);box-shadow:0 26px 52px -14px rgba(228,85,31,.6),0 6px 16px -6px rgba(228,85,31,.45),inset 0 2px 0 rgba(255,255,255,.4),inset 0 -3px 8px rgba(160,50,0,.25)}
body.jiq-home-active .btn:active{transform:translateY(-1px) scale(.99)}
body.jiq-home-active .btn::after{
  content:"";position:absolute;top:-40%;bottom:-40%;left:-80%;width:34%;
  background:linear-gradient(105deg,transparent,rgba(255,255,255,.65),transparent);
  transform:skewX(-18deg);animation:shine 3.4s ease-in-out infinite;
}
@keyframes shine{0%,58%{left:-80%}88%,100%{left:140%}}
body.jiq-home-active .btn .arr{transition:transform .2s}
body.jiq-home-active .btn:hover .arr{transform:translateX(5px)}
body.jiq-home-active .btn-lg{font-size:16px;padding:15px 32px}
body.jiq-home-active .btn-glass{
  display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:14.5px;color:#fff;
  padding:14px 24px;border-radius:999px;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  transition:all .22s;white-space:nowrap;
}
body.jiq-home-active .btn-glass:hover{background:rgba(255,255,255,.15);transform:translateY(-2px);border-color:rgba(255,255,255,.4)}
/* ================= header ================= */
body.jiq-home-active header.site{position:sticky;top:14px;z-index:80}
body.jiq-home-active .navpill{
  display:flex;align-items:center;gap:26px;
  background:rgba(255,255,255,.92);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);
  border-radius:999px;padding:10px 12px 10px 26px;
  box-shadow:0 24px 60px -20px rgba(5,22,39,.45),0 2px 8px -2px rgba(5,22,39,.12),0 0 0 1px rgba(255,255,255,.6) inset,0 0 0 1px rgba(230,228,220,.7);
}
body.jiq-home-active .navpill .logo{flex:0 0 auto;line-height:0}
body.jiq-home-active .navpill .logo img{height:46px;width:auto;max-width:none}
body.jiq-home-active .menu{display:flex;gap:30px;margin-left:auto;font-weight:600;font-size:15.5px;color:#3E4E63}
body.jiq-home-active .menu a{position:relative;padding:8px 1px;transition:color .2s}
body.jiq-home-active .menu a:hover{color:var(--navy)}
body.jiq-home-active .menu a::after{
  content:"";position:absolute;left:0;right:100%;bottom:1px;height:3px;border-radius:4px;
  background:var(--gold-grad);transition:right .24s cubic-bezier(.2,.7,.3,1);
}
body.jiq-home-active .menu a:hover::after{right:0}
body.jiq-home-active .nav-cta{padding:12px 24px;font-size:14px}
body.jiq-home-active .burger{
  display:none;place-items:center;width:48px;height:48px;border-radius:50%;
  background:linear-gradient(160deg,#F4F7FB,#E9EFF7);border:1px solid var(--line-cool);cursor:pointer;flex:0 0 auto;
}
/* ================= mobile menu sheet ================= */
body.jiq-home-active .msheet{position:fixed;inset:0;z-index:200;pointer-events:none}
body.jiq-home-active .msheet-backdrop{
  position:absolute;inset:0;background:rgba(5,22,39,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  opacity:0;transition:opacity .3s;
}
body.jiq-home-active .msheet-panel{
  position:absolute;top:0;right:0;bottom:0;width:min(340px,86%);
  background:linear-gradient(170deg,#FFFFFF 0%,#FBF7F1 100%);
  box-shadow:-30px 0 80px -20px rgba(5,22,39,.5);
  display:flex;flex-direction:column;padding:18px 24px 28px;
  transform:translateX(105%);transition:transform .34s cubic-bezier(.25,.8,.3,1);
  border-radius:22px 0 0 22px;
}
body.jiq-home-active .msheet.open{pointer-events:auto}
body.jiq-home-active .msheet.open .msheet-backdrop{opacity:1}
body.jiq-home-active .msheet.open .msheet-panel{transform:none}
body.jiq-home-active .msheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}
body.jiq-home-active .msheet-brand{display:flex;align-items:center;gap:10px;min-width:0}
body.jiq-home-active .msheet-brand .msheet-iq{height:26px;width:auto;flex:0 0 auto}
body.jiq-home-active .msheet-brand i{width:1px;height:24px;background:var(--line);flex:0 0 auto}
body.jiq-home-active .msheet-brand .msheet-iif{height:26px;width:auto;flex:0 1 auto;object-fit:contain;object-position:left}
body.jiq-home-active .msheet-x{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;cursor:pointer;
  background:var(--soft-warm);border:1px solid var(--line);
}
body.jiq-home-active .msheet-links{display:flex;flex-direction:column;padding:10px 0 6px;flex:1}
body.jiq-home-active .msheet-links a{
  font-family:var(--serif);font-weight:600;font-size:21px;color:var(--navy);
  padding:13px 4px;border-bottom:1px solid #F3EDE4;display:flex;align-items:center;justify-content:space-between;
}
body.jiq-home-active .msheet-links a::after{content:"→";font-family:var(--sans);font-size:15px;color:var(--gold-2);opacity:0;transform:translateX(-6px);transition:all .2s}
body.jiq-home-active .msheet-links a:active::after, body.jiq-home-active .msheet-links a:hover::after{opacity:1;transform:none}
body.jiq-home-active .msheet-cta{width:100%;justify-content:center;margin-top:10px}
body.jiq-home-active .msheet-foot{display:flex;align-items:center;gap:10px;margin-top:16px;font-size:12px;color:var(--muted)}
body.jiq-home-active .msheet-foot b{color:var(--navy)}
body.jiq-home-active .msheet-stars{height:16px;width:auto}
@media (prefers-reduced-motion:reduce){body.jiq-home-active .msheet-panel, body.jiq-home-active .msheet-backdrop{transition:none}}
/* ================= hero ================= */
body.jiq-home-active .hero{
  position:relative;margin-top:-96px;padding:168px 0 132px;color:#fff;overflow:hidden;
  background:linear-gradient(168deg,#123F6E 0%,#0C3158 34%,#071E36 72%,#051627 100%);
}
body.jiq-home-active .hero .aurora{position:absolute;inset:0;pointer-events:none}
body.jiq-home-active .hero .aurora i{position:absolute;border-radius:50%;filter:blur(70px);opacity:.85}
body.jiq-home-active .hero .aurora i:nth-child(1){width:760px;height:520px;left:52%;top:-16%;background:radial-gradient(closest-side,rgba(48,118,196,.75),transparent);animation:drift1 14s ease-in-out infinite}
body.jiq-home-active .hero .aurora i:nth-child(2){width:560px;height:480px;left:-14%;top:44%;background:radial-gradient(closest-side,rgba(240,130,30,.32),transparent);animation:drift2 17s ease-in-out infinite}
body.jiq-home-active .hero .aurora i:nth-child(3){width:430px;height:380px;right:-8%;bottom:-6%;background:radial-gradient(closest-side,rgba(245,166,35,.25),transparent);animation:drift1 20s ease-in-out infinite reverse}
@keyframes drift1{0%,100%{transform:translate(0,0)}50%{transform:translate(-48px,34px)}}
@keyframes drift2{0%,100%{transform:translate(0,0)}50%{transform:translate(40px,-30px)}}
body.jiq-home-active .hero .grid-tex{
  position:absolute;inset:0;opacity:.09;pointer-events:none;
  background-image:linear-gradient(to right,#8FB4DC 1px,transparent 1px),linear-gradient(to bottom,#8FB4DC 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:radial-gradient(90% 80% at 50% 20%,#000 30%,transparent 85%);
  -webkit-mask-image:radial-gradient(90% 80% at 50% 20%,#000 30%,transparent 85%);
}
body.jiq-home-active .hero::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:220px;pointer-events:none;
  background:linear-gradient(180deg,rgba(251,249,246,0) 0%,rgba(251,249,246,.6) 66%,#FBF9F6 100%);
}
body.jiq-home-active .hero-grid{
  display:grid;grid-template-columns:1.04fr .96fr;grid-template-areas:"top vis" "bot vis" "proof vis";
  column-gap:64px;row-gap:18px;align-items:center;position:relative;z-index:3;
}
body.jiq-home-active .hero-top{grid-area:top;align-self:end}
body.jiq-home-active .hero-bottom{grid-area:bot}
body.jiq-home-active .hero-proofwrap{grid-area:proof;align-self:start}
body.jiq-home-active .hero-visual{grid-area:vis}
/* one slim stat-line: both live stats in a single quiet row */
body.jiq-home-active .statline{
  display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px 14px;
  background:rgba(9,32,56,.5);border:1px solid rgba(255,255,255,.2);
  border-radius:999px;padding:6px 16px;margin-bottom:18px;
  font-size:12.5px;font-weight:600;color:#D7E4F3;letter-spacing:.01em;
}
body.jiq-home-active .statline span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
body.jiq-home-active .statline b{color:var(--gold);font-size:13px;font-variant-numeric:tabular-nums}
body.jiq-home-active .statline i{width:1px;height:13px;background:rgba(255,255,255,.22)}
body.jiq-home-active .statline .dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse 1.7s infinite;display:inline-block;font-style:normal}
body.jiq-home-active .chip .dot{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 1.7s infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(18,183,106,.55)}60%{box-shadow:0 0 0 8px rgba(18,183,106,0)}}
body.jiq-home-active .hero h1{
  color:#fff;font-size:clamp(36px,4.4vw,56px);line-height:1.08;
  text-shadow:0 4px 44px rgba(0,0,0,.35);
}
body.jiq-home-active .hero h1 .gold-text{filter:drop-shadow(0 4px 22px rgba(240,130,30,.45))}
body.jiq-home-active .hero p.lede{font-size:17px;color:#B9CDE3;max-width:31em;margin-bottom:24px;line-height:1.68}
body.jiq-home-active .hero-cta-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
body.jiq-home-active .hero-proof{
  display:flex;align-items:center;gap:12px;margin-top:20px;color:#9FB6CF;font-size:13.5px;flex-wrap:wrap;
}
body.jiq-home-active .hero-proof .stars5{height:24px;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))}
body.jiq-home-active .hero-proof b{color:#fff}
body.jiq-home-active .hero-proof .sep{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.3)}
/* hero visual */
body.jiq-home-active .hero-visual{position:relative;perspective:1200px}
body.jiq-home-active .pedestal{
  position:absolute;left:6%;right:6%;bottom:-34px;height:110px;border-radius:50%;
  background:radial-gradient(closest-side,rgba(240,130,30,.4),rgba(240,130,30,.12) 55%,transparent 75%);
  filter:blur(18px);
}
body.jiq-home-active .devices{position:relative;transform-style:preserve-3d;transition:transform .25s ease-out;will-change:transform}
body.jiq-home-active .devices img{
  width:100%;
  filter:drop-shadow(0 60px 70px rgba(0,0,0,.55)) drop-shadow(0 12px 24px rgba(0,0,0,.35));
}
body.jiq-home-active .orbit{
  position:absolute;border-radius:50%;border:1.5px dashed rgba(255,255,255,.14);
  animation:spin 40s linear infinite;pointer-events:none;
}
body.jiq-home-active .orbit-1{inset:-7% -9% -3% -9%}
@keyframes spin{to{transform:rotate(360deg)}}
body.jiq-home-active .float-card{
  position:absolute;display:flex;align-items:center;gap:13px;color:var(--ink);
  background:linear-gradient(150deg,rgba(255,255,255,.98),rgba(255,250,242,.94));
  border-radius:18px;padding:15px 20px;
  box-shadow:0 30px 60px -18px rgba(5,22,39,.55),inset 0 1px 0 #fff;
  animation:bob 6s ease-in-out infinite;z-index:4;
}
body.jiq-home-active .float-card .t{font-size:12.5px;color:var(--muted);line-height:1.3;font-weight:600}
body.jiq-home-active .float-card .t b{display:block;font-size:17px;color:var(--navy);font-family:var(--serif);margin-bottom:2px}
body.jiq-home-active .fc2{bottom:8px;right:-30px}
body.jiq-home-active .fc-ic{
  width:44px;height:44px;border-radius:14px;display:grid;place-items:center;flex:0 0 auto;
  background:var(--gold-grad);color:#fff;box-shadow:0 10px 22px -8px rgba(228,85,31,.65),inset 0 1.5px 0 rgba(255,255,255,.45);
}
body.jiq-home-active .fc-stars{height:21px;width:auto}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-11px)}}
/* ================= trust strip ================= */
body.jiq-home-active .strip{position:relative;z-index:6;margin-top:-104px;padding-bottom:8px}
body.jiq-home-active .strip-inner{
  display:grid;grid-template-columns:repeat(4,1fr);position:relative;overflow:hidden;
  background:linear-gradient(150deg,rgba(21,66,113,.97) 0%,rgba(10,38,66,.98) 55%,rgba(6,25,45,.99) 100%);
  border-radius:24px;
  border:1px solid rgba(139,175,214,.28);
  box-shadow:0 46px 90px -32px rgba(4,17,31,.85),0 2px 0 rgba(255,255,255,.14) inset,0 -30px 60px -30px rgba(43,106,175,.35) inset;
}
body.jiq-home-active .strip-inner::before{ /* top gold hairline accent */
  content:"";position:absolute;top:0;left:8%;right:8%;height:2px;
  background:linear-gradient(90deg,transparent,rgba(245,166,35,.75),transparent);
}
body.jiq-home-active .strip-inner::after{ /* soft aurora inside */
  content:"";position:absolute;width:420px;height:220px;right:-10%;top:-60%;border-radius:50%;
  background:radial-gradient(closest-side,rgba(48,118,196,.4),transparent);filter:blur(40px);pointer-events:none;
}
body.jiq-home-active .strip-item{
  display:flex;align-items:center;gap:15px;padding:28px 26px;position:relative;z-index:2;
}
body.jiq-home-active .strip-item + .strip-item::before{
  content:"";position:absolute;left:0;top:24%;bottom:24%;width:1px;
  background:linear-gradient(180deg,transparent,rgba(139,175,214,.35),transparent);
}
body.jiq-home-active .strip-item .ic{
  width:48px;height:48px;border-radius:15px;display:grid;place-items:center;flex:0 0 auto;
  background:var(--gold-grad);color:#fff;
  box-shadow:0 12px 24px -8px rgba(228,85,31,.55),inset 0 1.5px 0 rgba(255,255,255,.4);
}
body.jiq-home-active .strip-item .tx b{
  display:block;font-family:var(--serif);font-size:23px;line-height:1.2;font-variant-numeric:tabular-nums;
  background:linear-gradient(120deg,#FFFFFF 20%,#CFE0F2 90%);-webkit-background-clip:text;background-clip:text;color:transparent;
}
body.jiq-home-active .strip-item .tx span{
  font-size:10.5px;color:#8FA9C6;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
}
/* ================= section scaffolding ================= */
body.jiq-home-active section.blk{padding:110px 0 0}
body.jiq-home-active .kicker{
  display:inline-flex;align-items:center;gap:12px;font-weight:800;font-size:12.5px;
  letter-spacing:.22em;text-transform:uppercase;color:var(--gold-3);margin-bottom:20px;
}
body.jiq-home-active .kicker::before, body.jiq-home-active .kicker.center-k::after{content:"";height:2px;width:34px;border-radius:2px;background:var(--gold-grad)}
body.jiq-home-active .blk h2{font-size:clamp(30px,3.8vw,48px);line-height:1.14;margin-bottom:18px;max-width:17em}
body.jiq-home-active .blk .sub{color:var(--muted);font-size:17.5px;max-width:44em;line-height:1.75}
body.jiq-home-active .center{text-align:center}
body.jiq-home-active .center h2, body.jiq-home-active .center .sub{margin-left:auto;margin-right:auto}
body.jiq-home-active .center .kicker{justify-content:center}
body.jiq-home-active .ghost-word{
  position:absolute;font-family:var(--serif);font-weight:700;color:var(--navy);
  opacity:.045;line-height:1;pointer-events:none;user-select:none;white-space:nowrap;
}
/* ================= why + instrument ================= */
body.jiq-home-active .why-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center;margin-top:10px}
body.jiq-home-active .why-copy p{color:var(--muted);margin-bottom:18px;font-size:16.5px;line-height:1.75}
body.jiq-home-active .why-copy p b{color:var(--navy)}
body.jiq-home-active .pts{margin-top:28px;display:grid;gap:16px}
body.jiq-home-active .pt{display:flex;gap:16px;align-items:flex-start}
body.jiq-home-active .pt .pk{
  width:30px;height:30px;border-radius:10px;background:linear-gradient(150deg,#E8FBF1,#D2F5E3);
  color:var(--green);display:grid;place-items:center;flex:0 0 auto;margin-top:1px;
  box-shadow:inset 0 1px 0 #fff;
}
body.jiq-home-active .pt p{font-size:16px;color:var(--ink);font-weight:600}
/* the instrument — animated curve + ladder in a rich card */
body.jiq-home-active .instrument{
  position:relative;border-radius:30px;overflow:hidden;color:#fff;
  background:linear-gradient(160deg,#123F6E 0%,#0C3158 55%,#071E36 100%);
  box-shadow:0 56px 110px -40px rgba(5,22,39,.65),inset 0 1px 0 rgba(255,255,255,.09);
  padding:34px 34px 28px;
}
body.jiq-home-active .instrument .in-glow{
  position:absolute;width:480px;height:340px;right:-16%;top:-24%;border-radius:50%;
  background:radial-gradient(closest-side,rgba(48,118,196,.5),transparent);filter:blur(50px);pointer-events:none;
}
body.jiq-home-active .instrument .in-glow2{
  position:absolute;width:380px;height:280px;left:-14%;bottom:-20%;border-radius:50%;
  background:radial-gradient(closest-side,rgba(240,130,30,.2),transparent);filter:blur(46px);pointer-events:none;
}
body.jiq-home-active .in-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;position:relative;z-index:2;flex-wrap:wrap}
body.jiq-home-active .in-head h3{color:#fff;font-size:20px;letter-spacing:0}
body.jiq-home-active .in-head .live{
  display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:700;color:#7CE7B2;
  background:rgba(18,183,106,.14);border:1px solid rgba(124,231,178,.3);border-radius:999px;padding:6px 14px;
}
body.jiq-home-active #curve{width:100%;height:auto;display:block;position:relative;z-index:2}
body.jiq-home-active .ladder{position:relative;z-index:2;margin-top:18px;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:grid;gap:5px}
body.jiq-home-active .lrow{
  display:grid;grid-template-columns:112px 1fr auto;gap:16px;align-items:center;
  padding:10px 14px;border-radius:13px;transition:background .2s;
}
body.jiq-home-active .lrow:hover{background:rgba(255,255,255,.06)}
body.jiq-home-active .lrow.avg{background:linear-gradient(120deg,rgba(245,166,35,.16),rgba(245,166,35,.05));box-shadow:inset 0 0 0 1px rgba(245,166,35,.25)}
body.jiq-home-active .lrow .liq{font-family:var(--serif);font-weight:700;font-size:16px;color:#fff;white-space:nowrap;font-variant-numeric:tabular-nums}
body.jiq-home-active .lrow .lbar{position:relative;height:9px;border-radius:99px;background:rgba(255,255,255,.1);overflow:hidden}
body.jiq-home-active .lrow .lbar i{
  position:absolute;top:0;bottom:0;left:var(--a);right:calc(100% - var(--b));border-radius:99px;
  box-shadow:0 0 14px rgba(245,166,35,.35);
  transform:scaleX(0);transform-origin:left;transition:transform 1s cubic-bezier(.2,.7,.2,1);
}
body.jiq-home-active .instrument.in-view .lbar i{transform:scaleX(1)}
body.jiq-home-active .lrow .llab{font-size:13.5px;font-weight:700;color:#AFC4DC;white-space:nowrap}
body.jiq-home-active .lrow .llab.hot{color:var(--gold)}
body.jiq-home-active .lrow .llab em{font-style:normal;color:#6E87A5;font-weight:600;font-size:12px}
/* ================= IQ bands explainer ================= */
body.jiq-home-active .bands{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}
body.jiq-home-active .band-card{
  background:#fff;border:1px solid rgba(233,228,220,.9);border-radius:18px;padding:24px 24px 22px;
  box-shadow:0 10px 28px -22px rgba(5,22,39,.3),inset 0 1px 0 #fff;
  transition:transform .25s,box-shadow .25s;
}
body.jiq-home-active .band-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px -26px rgba(5,22,39,.4)}
body.jiq-home-active .band-card h3{
  display:flex;align-items:baseline;gap:10px;font-size:14px;color:var(--muted);
  font-family:var(--sans);font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;
}
body.jiq-home-active .band-card h3 b{
  font-family:var(--serif);font-size:21px;color:var(--navy);letter-spacing:0;text-transform:none;
  font-variant-numeric:tabular-nums;
}
body.jiq-home-active .band-card:nth-child(1) h3, body.jiq-home-active .band-card:nth-child(2) h3{color:var(--gold-3)}
body.jiq-home-active .band-card p{font-size:14.5px;color:var(--muted);line-height:1.68}
/* ================= FAQ ================= */
body.jiq-home-active .faq{display:grid;gap:12px;margin-top:38px}
body.jiq-home-active .faq-item{
  background:#fff;border:1px solid rgba(233,228,220,.9);border-radius:16px;
  box-shadow:0 10px 26px -22px rgba(5,22,39,.3),inset 0 1px 0 #fff;
  overflow:hidden;text-align:left;
}
body.jiq-home-active .faq-item summary{
  cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;
  font-family:var(--serif);font-weight:700;font-size:17px;color:var(--navy);
  padding:19px 22px;
}
body.jiq-home-active .faq-item summary::-webkit-details-marker{display:none}
body.jiq-home-active .faq-item summary::after{
  content:"+";font-family:var(--sans);font-weight:600;font-size:22px;line-height:1;color:var(--gold-2);
  transition:transform .25s;flex:0 0 auto;
}
body.jiq-home-active .faq-item[open] summary::after{transform:rotate(45deg)}
body.jiq-home-active .faq-item p{padding:0 22px 20px;color:var(--muted);font-size:15px;line-height:1.72;max-width:60em}
@media (max-width:1040px){body.jiq-home-active .bands{grid-template-columns:1fr 1fr}}
@media (max-width:760px){body.jiq-home-active .bands{grid-template-columns:1fr;gap:12px;margin-top:28px}body.jiq-home-active .band-card{padding:18px 18px 16px}body.jiq-home-active .faq{margin-top:26px;gap:10px}body.jiq-home-active .faq-item summary{font-size:15.5px;padding:15px 16px}body.jiq-home-active .faq-item p{padding:0 16px 16px}}
/* ================= celebs ================= */
body.jiq-home-active .blk-celebs{position:relative;padding-top:120px}
body.jiq-home-active .celebs{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:54px}
body.jiq-home-active .celeb{
  position:relative;background:linear-gradient(165deg,#FFFFFF,#FBF7F1);
  border-radius:24px;padding:0 20px 26px;text-align:center;overflow:hidden;
  border:1px solid rgba(233,228,220,.9);
  box-shadow:0 12px 34px -22px rgba(5,22,39,.3),inset 0 1px 0 #fff;
  transition:transform .3s cubic-bezier(.2,.7,.3,1.2),box-shadow .3s;
}
body.jiq-home-active .celeb:hover{transform:translateY(-9px);box-shadow:0 34px 64px -26px rgba(5,22,39,.42),inset 0 1px 0 #fff}
body.jiq-home-active .celeb .cap{
  margin:0 -20px 0;height:78px;position:relative;
  background:linear-gradient(150deg,#123F6E,#0C3158 70%,#0A2A4B);overflow:hidden;
}
body.jiq-home-active .celeb .cap::after{
  content:"";position:absolute;width:150px;height:100px;right:-30px;top:-40px;border-radius:50%;
  background:radial-gradient(closest-side,rgba(245,166,35,.4),transparent);filter:blur(18px);
}
body.jiq-home-active .celeb .ghost-iq{
  position:absolute;top:6px;left:14px;font-family:var(--serif);font-weight:700;font-size:56px;
  color:rgba(255,255,255,.08);line-height:1;
}
body.jiq-home-active .celeb img.face{
  width:92px;height:92px;border-radius:50%;object-fit:cover;margin:-46px auto 14px;position:relative;z-index:2;
  border:4px solid #fff;box-shadow:0 14px 30px -10px rgba(5,22,39,.5);
  transition:transform .3s;
}
body.jiq-home-active .celeb:hover img.face{transform:scale(1.06) rotate(-2deg)}
body.jiq-home-active .celeb h3{font-size:17px;line-height:1.3;min-height:2.6em;display:flex;align-items:center;justify-content:center}
body.jiq-home-active .celeb .score{margin-top:10px;display:flex;flex-direction:column;align-items:center;gap:3px}
body.jiq-home-active .celeb .score small{font-size:9.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#A7B4C4}
body.jiq-home-active .celeb .score b{
  font-family:var(--serif);font-size:36px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;
  background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 3px 12px rgba(240,130,30,.3));
}
/* ================= how it works (navy) ================= */
body.jiq-home-active .blk-navy{
  margin-top:130px;position:relative;color:#fff;padding:104px 0 112px;overflow:hidden;
  background:linear-gradient(160deg,#123F6E 0%,#0C3158 45%,#071E36 100%);
}
body.jiq-home-active .blk-navy .aurora i{position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none}
body.jiq-home-active .blk-navy .aurora i:nth-child(1){width:640px;height:420px;right:-10%;top:-20%;background:radial-gradient(closest-side,rgba(48,118,196,.55),transparent)}
body.jiq-home-active .blk-navy .aurora i:nth-child(2){width:520px;height:400px;left:-12%;bottom:-24%;background:radial-gradient(closest-side,rgba(240,130,30,.22),transparent)}
body.jiq-home-active .blk-navy h2{color:#fff}
body.jiq-home-active .blk-navy .sub{color:#AFC4DC}
body.jiq-home-active .blk-navy .kicker{color:var(--gold)}
body.jiq-home-active .hiw{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:64px;position:relative;z-index:2}
body.jiq-home-active .hiw::before{
  content:"";position:absolute;top:26px;left:14%;right:14%;height:2px;
  background:repeating-linear-gradient(to right,rgba(245,166,35,.5) 0 10px,transparent 10px 22px);
  filter:drop-shadow(0 0 6px rgba(245,166,35,.35));
}
body.jiq-home-active .hiw-card{
  position:relative;border-radius:24px;padding:40px 30px 32px;
  background:linear-gradient(155deg,rgba(255,255,255,.09),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  box-shadow:0 24px 54px -24px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.12);
  transition:transform .28s,background .28s;
}
body.jiq-home-active .hiw-card:hover{transform:translateY(-8px);background:linear-gradient(155deg,rgba(255,255,255,.13),rgba(255,255,255,.05))}
body.jiq-home-active .hiw-card .coin{
  position:absolute;top:-27px;left:28px;width:54px;height:54px;border-radius:50%;
  background:var(--gold-grad);color:#fff;font-weight:800;font-size:20px;font-family:var(--serif);
  display:grid;place-items:center;
  box-shadow:0 14px 30px -8px rgba(228,85,31,.65),inset 0 2px 0 rgba(255,255,255,.45),0 0 0 6px rgba(245,166,35,.14);
}
body.jiq-home-active .hiw-card h3{color:#fff;font-size:20px;margin:16px 0 12px}
body.jiq-home-active .hiw-card p{color:#AFC4DC;font-size:15.5px;line-height:1.7}
body.jiq-home-active .hiw-cta{text-align:center;margin-top:66px;position:relative;z-index:2}
body.jiq-home-active .hiw-live{display:inline-flex;align-items:center;gap:11px;margin-bottom:26px;color:#7CE7B2;font-weight:700;font-size:16px}
body.jiq-home-active .hiw-live b{font-variant-numeric:tabular-nums}
body.jiq-home-active .hiw-live .dot{width:9px;height:9px;border-radius:50%;background:var(--green);display:inline-block;animation:pulse 1.7s infinite}
/* ================= features ================= */
body.jiq-home-active .feats{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:56px}
body.jiq-home-active .feat{
  position:relative;background:linear-gradient(165deg,#FFFFFF,#FCF9F4);
  border:1px solid rgba(233,228,220,.9);border-radius:26px;padding:38px 32px;
  box-shadow:0 14px 40px -26px rgba(5,22,39,.35),inset 0 1px 0 #fff;overflow:hidden;
  transition:transform .3s cubic-bezier(.2,.7,.3,1.2),box-shadow .3s;text-align:left;
}
body.jiq-home-active .feat:hover{transform:translateY(-8px);box-shadow:0 34px 70px -30px rgba(5,22,39,.45),inset 0 1px 0 #fff}
body.jiq-home-active .feat::before{
  content:"";position:absolute;width:220px;height:160px;right:-60px;top:-60px;border-radius:50%;
  background:radial-gradient(closest-side,rgba(245,166,35,.14),transparent);filter:blur(8px);
  transition:opacity .3s;opacity:0;
}
body.jiq-home-active .feat:hover::before{opacity:1}
body.jiq-home-active .feat .ic{
  width:60px;height:60px;border-radius:18px;display:grid;place-items:center;margin-bottom:22px;
  background:linear-gradient(150deg,#123F6E,#0C3158);color:#fff;
  box-shadow:0 16px 30px -12px rgba(5,22,39,.55),inset 0 1.5px 0 rgba(255,255,255,.18);
}
body.jiq-home-active .feat:nth-child(2) .ic{background:var(--gold-grad);box-shadow:0 16px 30px -12px rgba(228,85,31,.55),inset 0 1.5px 0 rgba(255,255,255,.4)}
body.jiq-home-active .feat h3{font-size:20px;margin-bottom:12px}
body.jiq-home-active .feat p{color:var(--muted);font-size:15.5px;line-height:1.72}
/* ================= testimonials ================= */
body.jiq-home-active .blk-t{
  margin-top:130px;position:relative;overflow:hidden;
  background:linear-gradient(180deg,#FFF6EB 0%,#FBF9F6 100%);
  padding:100px 0 110px;
}
body.jiq-home-active .blk-t .ghost-word{font-size:200px;top:34px;left:50%;transform:translateX(-50%)}
body.jiq-home-active .rate-line{display:flex;align-items:center;justify-content:center;gap:16px;margin:20px 0 52px;flex-wrap:wrap}
body.jiq-home-active .rate-line .stars5{height:32px;width:auto}
body.jiq-home-active .rate-line b{font-family:var(--serif);font-size:21px;color:var(--navy)}
body.jiq-home-active .rate-line span{color:var(--muted);font-size:15px}
body.jiq-home-active .tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;position:relative;z-index:2}
body.jiq-home-active .tcard{
  position:relative;background:#fff;border-radius:24px;padding:34px 30px 28px;
  border:1px solid rgba(233,228,220,.9);
  box-shadow:0 18px 44px -28px rgba(5,22,39,.35),inset 0 1px 0 #fff;
  display:flex;flex-direction:column;gap:15px;text-align:left;
  transition:transform .3s,box-shadow .3s;
}
body.jiq-home-active .tcard:hover{transform:translateY(-7px);box-shadow:0 36px 70px -32px rgba(5,22,39,.45)}
body.jiq-home-active .tcard .qmark{
  position:absolute;top:-18px;left:26px;width:44px;height:44px;border-radius:50%;
  background:var(--gold-grad);display:grid;place-items:center;color:#fff;
  font-family:var(--serif);font-size:26px;font-weight:700;line-height:0;
  box-shadow:0 12px 24px -8px rgba(228,85,31,.55),inset 0 2px 0 rgba(255,255,255,.4);
}
body.jiq-home-active .tcard .tstars{height:20px;width:auto;align-self:flex-start;margin-top:8px}
body.jiq-home-active .tcard h3{font-size:17.5px}
body.jiq-home-active .tcard p{color:var(--muted);font-size:15px;flex:1;line-height:1.72}
body.jiq-home-active .twho{display:flex;align-items:center;gap:13px;border-top:1px solid #F3EEE6;padding-top:17px}
body.jiq-home-active .twho .av{
  width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#fff;
  font-weight:800;font-size:15px;background:linear-gradient(150deg,#123F6E,#0C3158);flex:0 0 auto;
  box-shadow:inset 0 1.5px 0 rgba(255,255,255,.2),0 8px 16px -8px rgba(5,22,39,.5);
}
body.jiq-home-active .tcard:nth-child(2) .twho .av{background:var(--gold-grad)}
body.jiq-home-active .twho b{font-size:15.5px;color:var(--navy)}
body.jiq-home-active .twho span{display:block;font-size:12.5px;color:var(--faint);font-weight:600}
body.jiq-home-active .trow2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;max-width:812px;margin:26px auto 0;position:relative;z-index:2}
/* ================= final cta ================= */
body.jiq-home-active .final{padding:120px 0 0}
body.jiq-home-active .final-card{
  position:relative;border-radius:36px;overflow:hidden;color:#fff;text-align:center;
  background:linear-gradient(160deg,#123F6E 0%,#0C3158 48%,#071E36 100%);
  padding:96px 44px 92px;
  box-shadow:0 60px 120px -44px rgba(5,22,39,.75);
}
body.jiq-home-active .final-card .aurora i{position:absolute;border-radius:50%;filter:blur(64px);pointer-events:none}
body.jiq-home-active .final-card .aurora i:nth-child(1){width:620px;height:400px;left:50%;top:-30%;transform:translateX(-50%);background:radial-gradient(closest-side,rgba(48,118,196,.6),transparent)}
body.jiq-home-active .final-card .aurora i:nth-child(2){width:480px;height:340px;left:-10%;bottom:-30%;background:radial-gradient(closest-side,rgba(240,130,30,.28),transparent)}
body.jiq-home-active .final-card .aurora i:nth-child(3){width:420px;height:320px;right:-8%;bottom:-24%;background:radial-gradient(closest-side,rgba(245,166,35,.22),transparent)}
body.jiq-home-active .final-card h2{color:#fff;font-size:clamp(34px,4.8vw,58px);margin-bottom:18px;position:relative;z-index:2}
body.jiq-home-active .final-card p{color:#AFC4DC;max-width:35em;margin:0 auto 42px;font-size:18px;position:relative;z-index:2;line-height:1.7}
body.jiq-home-active .final-card .btn-lg{position:relative;z-index:2}
body.jiq-home-active .final-meta{
  display:flex;justify-content:center;gap:30px;margin-top:34px;flex-wrap:wrap;
  font-size:14.5px;color:#9FB6CF;position:relative;z-index:2;font-weight:600;
}
body.jiq-home-active .final-meta span{display:flex;align-items:center;gap:9px}
body.jiq-home-active .final-meta svg{stroke:#7CE7B2}
/* ================= footer ================= */
body.jiq-home-active footer{margin-top:120px;background:var(--deepest);color:#93A9C2;position:relative;overflow:hidden}
body.jiq-home-active footer::before{
  content:"";position:absolute;left:50%;top:-160px;transform:translateX(-50%);
  width:900px;height:320px;border-radius:50%;filter:blur(80px);
  background:radial-gradient(closest-side,rgba(18,63,110,.55),transparent);pointer-events:none;
}
body.jiq-home-active .fgrid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:48px;padding-top:72px;padding-bottom:48px;position:relative;z-index:2}
body.jiq-home-active .fbrand img{height:48px;width:auto;margin-bottom:18px}
body.jiq-home-active .fbrand p{font-size:14px;max-width:26em;color:#6E87A5;line-height:1.7}
body.jiq-home-active .fcol h4{font-family:var(--serif);color:#fff;font-size:16.5px;margin-bottom:20px}
body.jiq-home-active .fcol a{display:block;font-size:14.5px;padding:6px 0;color:#93A9C2;transition:color .2s,transform .2s}
body.jiq-home-active .fcol a:hover{color:var(--gold);transform:translateX(4px)}
body.jiq-home-active .frow{
  display:flex;border-radius:999px;overflow:hidden;margin-top:16px;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 2px 6px rgba(0,0,0,.25);
}
body.jiq-home-active .frow input{border:0;outline:0;background:transparent;color:#fff;padding:14px 20px;flex:1;font-size:14px;min-width:0;font-family:var(--sans)}
body.jiq-home-active .frow input::placeholder{color:#6E87A5}
body.jiq-home-active .frow button{border:0;cursor:pointer;background:var(--gold-grad);color:#fff;font-weight:800;padding:0 26px;font-size:14px;font-family:var(--sans)}
body.jiq-home-active .flegal{
  border-top:1px solid rgba(255,255,255,.09);padding-top:24px;padding-bottom:34px;display:flex;
  justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#5E7896;position:relative;z-index:2;
}
/* ================= reveal ================= */
body.jiq-home-active .rv{opacity:0;transform:translateY(34px);transition:opacity .8s cubic-bezier(.2,.6,.2,1),transform .8s cubic-bezier(.2,.6,.2,1)}
body.jiq-home-active .rv.in{opacity:1;transform:none}
body.jiq-home-active .rv-d1{transition-delay:.1s}
body.jiq-home-active .rv-d2{transition-delay:.2s}
body.jiq-home-active .rv-d3{transition-delay:.3s}
@media (prefers-reduced-motion:reduce){body.jiq-home-active .rv{opacity:1;transform:none;transition:none}body.jiq-home-active .btn::after, body.jiq-home-active .float-card, body.jiq-home-active .aurora i, body.jiq-home-active .orbit{animation:none!important}}
/* ================= responsive ================= */
@media (max-width:1040px){body.jiq-home-active .hero-grid{grid-template-columns:1fr;grid-template-areas:"top" "bot" "vis" "proof";row-gap:24px}body.jiq-home-active .hero-visual{max-width:560px;margin:14px auto 0;width:100%}body.jiq-home-active .hero{padding-top:150px;padding-bottom:150px}body.jiq-home-active .strip-inner{grid-template-columns:1fr 1fr}body.jiq-home-active .strip-item + .strip-item::before{display:none}body.jiq-home-active .why-grid{grid-template-columns:1fr;gap:48px}body.jiq-home-active .celebs{grid-template-columns:1fr 1fr}body.jiq-home-active .hiw{grid-template-columns:1fr;gap:44px}body.jiq-home-active .hiw::before{display:none}body.jiq-home-active .feats, body.jiq-home-active .tgrid{grid-template-columns:1fr}body.jiq-home-active .trow2{grid-template-columns:1fr}body.jiq-home-active .fgrid{grid-template-columns:1fr 1fr}body.jiq-home-active .fc1{left:-6px}body.jiq-home-active .fc2{right:-6px}}
@media (max-width:760px){body.jiq-home-active .menu{display:none}body.jiq-home-active .burger{display:grid}body.jiq-home-active .navpill{gap:10px;padding:7px 7px 7px 14px}body.jiq-home-active .navpill .logo img{height:34px}body.jiq-home-active .nav-cta{padding:10px 16px;font-size:13px}body.jiq-home-active .burger{width:42px;height:42px}body.jiq-home-active section.blk{padding:78px 0 0}body.jiq-home-active .blk-navy{padding:76px 0 84px;margin-top:96px}body.jiq-home-active .blk-t{padding:76px 0 84px;margin-top:96px}body.jiq-home-active .blk-t .ghost-word{font-size:120px}body.jiq-home-active .celebs{grid-template-columns:1fr 1fr;gap:16px}body.jiq-home-active .celeb img.face{width:78px;height:78px;margin-top:-40px}body.jiq-home-active .celeb h3{font-size:15px}body.jiq-home-active .strip{margin-top:-84px}body.jiq-home-active .strip-inner{grid-template-columns:1fr 1fr;gap:0;border-radius:20px}body.jiq-home-active .strip-item{flex-direction:column;text-align:center;gap:10px;padding:22px 12px 18px}body.jiq-home-active .strip-item .ic{width:42px;height:42px;border-radius:13px}body.jiq-home-active .strip-item .tx b{font-size:19px}body.jiq-home-active .strip-item .tx span{font-size:9.5px;letter-spacing:.12em}body.jiq-home-active .strip-item + .strip-item::before{display:none}body.jiq-home-active .strip-item:nth-child(even)::before{
    content:"";display:block;position:absolute;left:0;top:18%;bottom:18%;width:1px;
    background:linear-gradient(180deg,transparent,rgba(139,175,214,.3),transparent);
  }body.jiq-home-active .strip-item:nth-child(n/**/+3)::after{
    content:"";position:absolute;top:0;left:14%;right:14%;height:1px;
    background:linear-gradient(90deg,transparent,rgba(139,175,214,.3),transparent);
  }body.jiq-home-active .fgrid{grid-template-columns:1fr 1fr;gap:24px 18px;padding-top:40px;padding-bottom:26px}body.jiq-home-active .fbrand{grid-column:1 / -1;padding-bottom:2px;border-bottom:1px solid rgba(255,255,255,.08)}body.jiq-home-active .fbrand img{height:38px;margin-bottom:10px}body.jiq-home-active .fbrand p{font-size:12.5px;line-height:1.6}body.jiq-home-active .fcol h4{font-size:15px;margin-bottom:8px}body.jiq-home-active .fcol a{font-size:13px;padding:4px 0}body.jiq-home-active .fcol:last-child{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}body.jiq-home-active .flegal{flex-direction:column;gap:5px;align-items:center;text-align:center;font-size:11px;padding-top:16px;padding-bottom:24px}body.jiq-home-active .final-card{padding:64px 24px;border-radius:26px}/* compact first-screen hero: chips + headline + device image + CTA all visible */body.jiq-home-active .hero{padding:160px 0 128px}body.jiq-home-active .hero-grid{row-gap:18px}/* borderless single caption line — the pill wrapped badly at 375px */body.jiq-home-active .statline{background:transparent;border:0;box-shadow:none;padding:0;font-size:10.5px;margin-bottom:10px;gap:4px 8px;color:#C4D5E8;letter-spacing:0}body.jiq-home-active .statline b{font-size:11px}body.jiq-home-active .statline span{gap:5px}body.jiq-home-active .statline i{height:10px}body.jiq-home-active .hero-visual{max-width:88%;margin:4px auto 0}body.jiq-home-active .pedestal{bottom:-18px;height:70px}body.jiq-home-active .float-card{padding:9px 13px;border-radius:13px;animation:none}body.jiq-home-active .float-card .t{font-size:10.5px}body.jiq-home-active .float-card .t b{font-size:13.5px}body.jiq-home-active .fc-ic{width:32px;height:32px;border-radius:10px}body.jiq-home-active .fc-ic svg{width:16px;height:16px}body.jiq-home-active .fc2{bottom:-6px;right:-4px}body.jiq-home-active .hero-grid{row-gap:14px}body.jiq-home-active .hero-visual{max-width:97%;margin:6px auto 0}body.jiq-home-active .hero p.lede{font-size:14.5px;margin-bottom:14px;line-height:1.6}body.jiq-home-active .hero-cta-row{gap:10px}body.jiq-home-active .btn-lg{font-size:15px;padding:14px 26px}body.jiq-home-active .btn-glass{padding:12px 20px;font-size:13.5px}body.jiq-home-active .hero-proof{margin-top:4px;font-size:12.5px;gap:9px;justify-content:center}body.jiq-home-active .hero-proof .stars5{height:18px}body.jiq-home-active .instrument{padding:24px 18px 20px}body.jiq-home-active .lrow{grid-template-columns:84px 1fr auto;gap:10px;padding:9px 10px}body.jiq-home-active .lrow .liq{font-size:14px}body.jiq-home-active .lrow .llab{font-size:12px}body.jiq-home-active .lrow .llab em{display:none}body.jiq-home-active .hero h1{font-size:clamp(36px,9.6vw,44px)}}
/* ---- hide theme chrome on the homepage ---- */
body.jiq-home-active #masthead,body.jiq-home-active header#masthead,body.jiq-home-active .hfe-nav-menu,body.jiq-home-active header.entry-header,body.jiq-home-active .entry-header,body.jiq-home-active footer#colophon,body.jiq-home-active .footer-width-fixer,body.jiq-home-active #secondary,body.jiq-home-active .site-breadcrumbs{display:none !important}
body.jiq-home-active .site-content,body.jiq-home-active #content,body.jiq-home-active .entry-content,body.jiq-home-active article{margin:0 !important;padding:0 !important;max-width:none !important;border:0 !important;background:transparent !important}
body.jiq-home-active{overflow-x:hidden}
body.jiq-home-active.admin-bar header.site{top:46px}
@media (min-width:783px){body.jiq-home-active.admin-bar header.site{top:44px}}
