/** Shopify CDN: Minification failed

Line 359:14 Unexpected ";"

**/
:root{
  --bg:#070812;
  --panel:#0c1022;
  --panel2:#0a0d1a;
  --text:#e9eefc;
  --muted:#a7b0c9;
  --stroke:rgba(255,255,255,.08);
  --glow1:#7b2cff;
  --glow2:#3b82f6;
  --glow3:#22d3ee;
  --radius:18px;
  --shadow: 0 16px 40px rgba(0,0,0,.45);
  --container: 1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body.hq-body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  /* Space + gradient base */
  background:
    radial-gradient(1200px 800px at 70% 15%, rgba(59,130,246,.28), transparent 62%),
    radial-gradient(900px 650px at 28% 28%, rgba(123,44,255,.26), transparent 60%),
    radial-gradient(900px 650px at 82% 72%, rgba(34,211,238,.20), transparent 60%),
    linear-gradient(180deg, #060714 0%, #070812 50%, #050610 100%);
  color:var(--text);
  position:relative;
  overflow-x:hidden;
}

.hq-skip{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.hq-skip:focus{left:16px; top:16px; width:auto; height:auto; padding:10px 12px; background:#111; color:#fff; border-radius:10px; z-index:9999}

.hq-container{max-width:var(--container); margin:0 auto; padding:0 22px}
.hq-main{min-height:70vh}
.hq-section{padding:68px 0}
.hq-center{text-align:center}

.hq-h2{
  margin:0 0 16px;
  font-size: clamp(26px, 3.2vw, 40px);
  letter-spacing: -0.02em;
}
.hq-h3{margin:0 0 10px; font-size:18px}
.hq-lead{color:var(--muted); margin:0 0 18px; font-size:16px; line-height:1.6}
.hq-text{color:var(--muted); margin:0; line-height:1.6}

.hq-btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 18px;
  border-radius: 999px;
  text-decoration:none;
  border:1px solid var(--stroke);
  color:var(--text);
  font-weight:600;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.hq-btn:hover{transform: translateY(-1px); box-shadow: 0 12px 26px rgba(0,0,0,.35); border-color: rgba(255,255,255,.18)}
.hq-btn--primary{
  border:none;
  background: linear-gradient(90deg, var(--glow1), var(--glow2), var(--glow3));
  color:#07101a;
}
.hq-btn--ghost{background: rgba(255,255,255,.04)}

.hq-badge{
  display:inline-flex;
  margin-top:18px;
  padding:10px 14px;
  border-radius: 999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  color: rgba(233,238,252,.85);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* HERO */
.hq-hero{position:relative; padding:72px 0 46px}
.hq-hero__bg{
  position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(900px 520px at 70% 10%, rgba(34,211,238,.22), transparent 60%),
    radial-gradient(900px 520px at 15% 40%, rgba(123,44,255,.20), transparent 60%),
    radial-gradient(900px 520px at 70% 70%, rgba(59,130,246,.18), transparent 60%);
  opacity:.95;
}
.hq-hero__grid{
  position:relative;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:34px;
  align-items:center;
}
.hq-hero__logo{max-width:300px; margin:0 0 16px; opacity:.95}
.hq-hero__title{
  margin:0 0 14px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height:1.05;
  letter-spacing:-0.03em;
}
.hq-hero__title span{display:block}
.hq-hero__title--accent{
  background: linear-gradient(90deg, var(--glow1), var(--glow2), var(--glow3));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hq-hero__sub{margin:0 0 20px; color:var(--muted); font-size:16px; line-height:1.7; max-width:44ch}
.hq-hero__actions{display:flex; gap:12px; flex-wrap:wrap}

/* Mock dashboard cards */
.hq-hero__mock{position:relative; min-height:360px}
.hq-mock{
  border:1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
  backdrop-filter: blur(10px);
}
.hq-mock--main{padding:14px; transform: translateY(8px)}
.hq-mock--float{
  position:absolute;
  right:-6px;
  bottom:-10px;
  width:min(320px, 72%);
  padding:12px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
}
.hq-mock__top{display:flex; align-items:center; justify-content:space-between; gap:10px; padding-bottom:10px}
.hq-dots{display:flex; gap:6px}
.hq-dots span{width:9px; height:9px; border-radius:50%; background: rgba(255,255,255,.16)}
.hq-mock__pill{
  font-size:12px;
  color: rgba(233,238,252,.8);
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(0,0,0,.18);
}
.hq-mock__content{padding:8px 0 0}
.hq-kpi{display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin-bottom:10px}
.hq-kpi__label{color:rgba(233,238,252,.7); font-size:12px; letter-spacing:.12em; text-transform:uppercase}
.hq-kpi__value{font-weight:800; letter-spacing:-.02em}
.hq-chart{
  position:relative;
  height:150px;
  border:1px solid var(--stroke);
  border-radius: 14px;
  background: rgba(0,0,0,.20);
  overflow:hidden;
  margin-bottom:10px;
}
.hq-chart__line{
  position:absolute; inset:-40px -40px auto -40px; height:220px;
  background: radial-gradient(circle at 30% 40%, rgba(34,211,238,.25), transparent 55%),
              radial-gradient(circle at 60% 55%, rgba(59,130,246,.25), transparent 55%),
              radial-gradient(circle at 25% 60%, rgba(123,44,255,.20), transparent 55%);
  filter: blur(10px);
  opacity:.9;
}
.hq-chart__bars{
  position:absolute; inset:auto 10px 10px 10px;
  height:64%;
  display:flex; gap:8px; align-items:flex-end;
}
.hq-chart__bars span{
  flex:1;
  height: var(--h, 50%);
  border-radius: 10px 10px 6px 6px;
  background: linear-gradient(180deg, rgba(34,211,238,.75), rgba(59,130,246,.65), rgba(123,44,255,.55));
  opacity:.9;
}
.hq-mock__row{display:flex; gap:8px; flex-wrap:wrap}
.hq-pill{
  font-size:12px; color: rgba(233,238,252,.76);
  padding:7px 10px; border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
}

/* Problem/Solution */
.hq-problem__grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:34px; align-items:center}
.hq-list{margin:16px 0 0; padding:0; list-style:none; display:grid; gap:10px}
.hq-list li{
  position:relative;
  padding-left:26px;
  color: rgba(233,238,252,.9);
}
.hq-list li::before{
  content:"";
  position:absolute; left:0; top:7px;
  width:14px; height:14px; border-radius:50%;
  background: linear-gradient(90deg, var(--glow1), var(--glow2), var(--glow3));
}
.hq-problem__visual{display:flex; justify-content:center}
.hq-compare{
  width:100%;
  border:1px solid var(--stroke);
  border-radius: var(--radius);
  padding:16px;
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  gap:12px;
  align-items:center;
}
.hq-compare__panel{
  border:1px solid var(--stroke);
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  padding:12px;
  min-height:170px;
  position:relative;
  overflow:hidden;
}
.hq-compare__label{font-size:12px; color: rgba(233,238,252,.75); margin-bottom:10px; letter-spacing:.12em; text-transform:uppercase}
.hq-compare__arrow{
  width:36px; height:36px; display:grid; place-items:center;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.04);
  color: rgba(233,238,252,.85);
  font-weight:800;
}
.hq-sheet{
  height:120px; border-radius:12px;
  background:
    linear-gradient(0deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 1px, transparent 1px 22px);
  opacity:.7;
}
.hq-mini-chart{
  height:120px; border-radius:12px;
  border:1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 30% 40%, rgba(34,211,238,.25), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  position:relative;
}
.hq-mini-chart::after{
  content:"";
  position:absolute; left:10px; right:10px; bottom:12px; height:64px;
  background:
    linear-gradient(180deg, rgba(34,211,238,.65), rgba(59,130,246,.55), rgba(123,44,255,.45));
  clip-path: polygon(0 85%, 10% 65%, 22% 72%, 36% 45%, 52% 55%, 70% 30%, 88% 38%, 100% 18%, 100% 100%, 0 100%);
  border-radius: 10px;
  opacity:.9;
}

/* Solutions cards */
.hq-cards{
  margin-top:22px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.hq-card{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
  position:relative;
  overflow:hidden;
}
.hq-card::before{
  content:"";
  position:absolute; inset:-120px -120px auto -120px; height:220px;
  background: radial-gradient(circle at 30% 40%, rgba(123,44,255,.25), transparent 55%),
              radial-gradient(circle at 70% 60%, rgba(34,211,238,.20), transparent 55%);
  filter: blur(10px);
  opacity:.75;
}
.hq-card__icon{
  width:42px; height:42px; border-radius:14px;
  background: linear-gradient(90deg, var(--glow1), var(--glow2), var(--glow3));
  opacity:.9;
  margin-bottom:12px;
}
.hq-card *{position:relative}

/* Why choose */
.hq-why__inner{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  border-radius: calc(var(--radius) + 4px);
  padding:34px 18px 26px;
  box-shadow: var(--shadow);
}
.hq-checklist{margin:20px auto 0; max-width:820px; display:grid; gap:14px}
.hq-check{display:flex; gap:12px; align-items:flex-start; color: rgba(233,238,252,.92); line-height:1.6}
.hq-check__mark{
  width:22px; height:22px; border-radius:50%;
  display:grid; place-items:center;
  background: linear-gradient(90deg, var(--glow1), var(--glow2), var(--glow3));
  color:#07101a;
  font-weight:900;
  flex:0 0 auto;
  margin-top:2px;
}
.hq-rating{margin-top:18px; display:flex; gap:10px; align-items:center; justify-content:center}
.hq-stars{letter-spacing:2px; background: linear-gradient(90deg, var(--glow1), var(--glow2), var(--glow3)); -webkit-background-clip:text; color:transparent; font-weight:900}
.hq-rating__caption{color: rgba(233,238,252,.75); font-size:13px; letter-spacing:.16em; text-transform:uppercase}
.hq-why__logo{margin-top:18px; display:flex; justify-content:center}
.hq-why__logo img{max-width:180px; opacity:.95}

/* Footer */
.hq-footer{padding:30px 0; border-top:1px solid rgba(255,255,255,.06); margin-top:40px}

/* Footer that matches the header layout (non-sticky) */
.hq-footer--headerlike{
  padding: 0;
  background: rgba(6,7,20,.62);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255,255,255,.10);
}
.hq-footer--headerlike .hq-header__inner{
  padding-top: 10px;
  padding-bottom: 10px;
}
.hq-footer__inner{display:flex; gap:16px; align-items:center; justify-content:space-between; flex-wrap:wrap}
.hq-footer__name{font-weight:800}
.hq-footer__tagline{display:block; color:rgba(233,238,252,.7); font-size:12px; letter-spacing:.12em; text-transform:uppercase; margin-top:6px}
.hq-footer__meta{color:rgba(233,238,252,.65); font-size:13px}

/* Responsive */
@media (max-width: 980px){
  .hq-hero__grid, .hq-problem__grid{grid-template-columns:1fr}
  .hq-hero__mock{min-height:320px}
  .hq-cards{grid-template-columns:1fr}
  .hq-mock--float{right:0; bottom:-16px}
}


/* Header / Nav */
.hq-header{
  position:sticky; top:0; z-index:50;
  border-bottom:1px solid rgba(255,255,255,.06);
  background: rgba(7,8,18,.72);
  backdrop-filter: blur(12px);
}
lambda
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.hq-brand{display:flex; align-items:center; gap:12px; text-decoration:none; color:var(--text)}
.hq-brand img{height:78px !important;width:auto;display:block}
.hq-nav{display:flex; align-items:center; gap:18px; flex-wrap:wrap}
.hq-nav a{
  color: rgba(233,238,252,.82);
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid transparent;
}
.hq-nav a:hover{border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.03)}
.hq-header__cta{display:flex; align-items:center; gap:10px}
.hq-mobile-toggle{display:none}
@media (max-width: 980px){
  .hq-nav{display:none}
  .hq-mobile-toggle{display:inline-flex}
}

/* Simple content */
.hq-page{padding:56px 0}
.hq-page__title{margin:0 0 10px; font-size: clamp(30px, 4vw, 46px); letter-spacing:-.03em}
.hq-page__sub{margin:0 0 22px; color:var(--muted); line-height:1.7; max-width:70ch}

/* Services grid */
.hq-services-grid{margin-top:22px; display:grid; grid-template-columns: repeat(2, 1fr); gap:14px}
@media (max-width: 980px){ .hq-services-grid{grid-template-columns:1fr} }
.hq-service{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
}
.hq-service__title{margin:0 0 8px; font-size:18px}
.hq-service__text{margin:0 0 12px; color:var(--muted); line-height:1.6}
.hq-service__meta{display:flex; gap:8px; flex-wrap:wrap}
.hq-tag{
  font-size:12px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  color: rgba(233,238,252,.78);
}

/* Process */
.hq-steps{margin-top:18px; display:grid; grid-template-columns: repeat(4, 1fr); gap:12px}
@media (max-width: 980px){ .hq-steps{grid-template-columns:1fr} }
.hq-step{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  padding:16px;
}
.hq-step__num{
  width:34px; height:34px; border-radius:12px;
  display:grid; place-items:center;
  background: linear-gradient(90deg, var(--glow1), var(--glow2), var(--glow3));
  color:#07101a; font-weight:900;
  margin-bottom:10px;
}
.hq-step__title{margin:0 0 6px; font-size:16px}
.hq-step__text{margin:0; color:var(--muted); line-height:1.6}

/* CTA band */
.hq-cta{
  border:1px solid var(--stroke);
  background: radial-gradient(700px 320px at 20% 30%, rgba(123,44,255,.18), transparent 60%),
              radial-gradient(700px 320px at 70% 60%, rgba(34,211,238,.14), transparent 60%),
              rgba(255,255,255,.03);
  border-radius: calc(var(--radius) + 6px);
  padding:28px 18px;
  box-shadow: var(--shadow);
  display:flex; align-items:center; justify-content:space-between; gap:18px;
  flex-wrap:wrap;
}
.hq-cta__title{margin:0; font-size:22px; letter-spacing:-.02em}
.hq-cta__text{margin:6px 0 0; color:var(--muted); line-height:1.6; max-width:70ch}

/* Contact form */
.hq-form{margin-top:18px; max-width:760px}
.hq-form__grid{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
@media (max-width: 980px){ .hq-form__grid{grid-template-columns:1fr} }
.hq-field{
  border:1px solid var(--stroke);
  background: rgba(0,0,0,.18);
  color: var(--text);
  border-radius: 14px;
  padding:12px 12px;
  font: inherit;
  width:100%;
}
.hq-field::placeholder{color: rgba(233,238,252,.45)}
.hq-textarea{min-height:140px; resize:vertical}
.hq-form__actions{margin-top:12px; display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.hq-note{color: rgba(233,238,252,.65); font-size:13px; line-height:1.6}

/* Starfield + subtle network overlay */
body.hq-body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  /* multiple dot layers */
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.45) 0 1px, transparent 2px),
    radial-gradient(circle at 30% 80%, rgba(255,255,255,.35) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 35%, rgba(255,255,255,.40) 0 1px, transparent 2px),
    radial-gradient(circle at 85% 75%, rgba(255,255,255,.30) 0 1px, transparent 2px),
    radial-gradient(circle at 55% 55%, rgba(255,255,255,.25) 0 1px, transparent 2px),
    radial-gradient(circle at 15% 60%, rgba(255,255,255,.18) 0 1px, transparent 2px),
    radial-gradient(circle at 40% 35%, rgba(255,255,255,.22) 0 1px, transparent 2px),
    radial-gradient(circle at 90% 15%, rgba(255,255,255,.20) 0 1px, transparent 2px),
    radial-gradient(circle at 0 0, rgba(255,255,255,.20) 0 1px, transparent 2px);
  background-size:
    220px 220px,
    260px 260px,
    300px 300px,
    340px 340px,
    180px 180px,
    420px 420px,
    520px 520px,
    600px 600px,
    800px 800px;
  opacity:.65;
  filter: blur(.2px);
}

body.hq-body::after{
  content:"";
  position:fixed;
  inset:-120px;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(900px 520px at 70% 20%, rgba(34,211,238,.14), transparent 60%),
    radial-gradient(900px 520px at 20% 45%, rgba(123,44,255,.16), transparent 60%),
    radial-gradient(900px 520px at 75% 75%, rgba(59,130,246,.14), transparent 60%);
  opacity:.9;
}

.hq-why__logo img{background:transparent;}
.hq-hero__logo{background:transparent;}





/* Solution card icon with HiQuantify logo (improved visibility) */
.hq-card__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  position:relative;
}
.hq-card__icon::before{
  content:"";
  position:absolute;
  width:46px;
  height:46px;
  border-radius:16px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
.hq-card__icon-img{
  position:relative;
  width:34px;
  height:auto;
  opacity:1;
  filter: brightness(1.25) contrast(1.15) drop-shadow(0 6px 16px rgba(0,0,0,.45));
}


/* Problem / Solution visual fix */
.hq-sheet{
  position:relative;
  width:100%;
  height:180px;
  border-radius:14px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}
.hq-gridlines{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:24px 24px;
  opacity:.5;
}

.hq-mini-chart{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  height:180px;
  padding:24px;
  gap:10px;
}
.hq-mini-chart .bar{
  flex:1;
  border-radius:10px;
  background:linear-gradient(180deg,#22d3ee,#6366f1,#7c3aed);
}
.hq-mini-chart .b1{height:40%}
.hq-mini-chart .b2{height:55%}
.hq-mini-chart .b3{height:65%}
.hq-mini-chart .b4{height:78%}
.hq-mini-chart .b5{height:90%}

/* Header navigation only (CTA removed) */
.hq-header__inner{
  justify-content:flex-start;
  gap:32px;
}
.hq-nav{
  margin-left:24px;
}

/* Sticky header */
.hq-header{
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(6,7,20,.62);
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* Nav hover underline/glow */
.hq-nav a{
  position: relative;
  padding: 10px 10px;
  border-radius: 12px;
  transition: transform .15s ease, background-color .15s ease, color .15s ease;
}
.hq-nav a:hover{
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}
.hq-nav a::after{
  content:"";
  position:absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(.6);
  transition: opacity .18s ease, transform .18s ease;
  background: linear-gradient(90deg, rgba(123,44,255,.95), rgba(34,211,238,.95));
}
.hq-nav a:hover::after{
  opacity: 1;
  transform: scaleX(1);
}

/* Mobile nav */
.hq-burger{
  display:none;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  border-radius: 12px;
  width: 44px;
  height: 44px;
  align-items:center;
  justify-content:center;
}
.hq-burger svg{width:22px;height:22px;opacity:.9}

@media (max-width: 860px){
  .hq-nav{display:none}
  .hq-burger{display:flex}
  .hq-header__inner{justify-content:space-between}
  .hq-mobile{display:none; padding: 14px 0 18px;}
  .hq-mobile.is-open{display:block;}
  .hq-mobile a{
    display:block;
    padding: 12px 0;
    color: rgba(233,238,252,.92);
  }
  .hq-mobile a + a{
    border-top:1px solid rgba(255,255,255,.08);
  }
}

/* Ensure no default link underline */
.hq-header a, .hq-mobile a{ text-decoration:none; color: rgba(233,238,252,.92); }
.hq-mobile a:hover{ background: rgba(255,255,255,.06); border-radius: 12px; padding-left: 10px; }

/* Header simplified: nav only */
.hq-header__inner{
  justify-content:flex-start !important;
  gap: 0 !important;
}
.hq-nav{
  margin-left: 0 !important;
}

/* Global typography from theme settings */
body.hq-body{ font-size: var(--hq-base); line-height: var(--hq-leading); }
.hq-h1{ font-size: var(--hq-h1); }
.hq-h2{ font-size: var(--hq-h2); }
.hq-small{ font-size: var(--hq-small); }

/* Per-section typography helpers */
.hq-text-section{ font-size: var(--hq-base); }
.hq-text-section .hq-text-title{ font-size: var(--hq-h2); }
.hq-text-section .hq-text-body{ font-size: var(--hq-base); line-height: var(--hq-leading); color: rgba(233,238,252,.82); }
.hq-text-section .hq-text-subtitle{ font-size: calc(var(--hq-base) + 2px); }

/* Header mobile menu */
.hq-burger{
  display:none;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  border-radius: 12px;
  width: 44px;
  height: 44px;
  align-items:center;
  justify-content:center;
}
.hq-burger svg{width:22px;height:22px;opacity:.9}

.hq-mobile{display:none; padding: 10px 0 14px;}
.hq-mobile a{
  display:block;
  padding: 12px 0;
  color: rgba(233,238,252,.92);
  text-decoration:none;
}
.hq-mobile a + a{border-top:1px solid rgba(255,255,255,.08);}
.hq-mobile.is-open{display:block;}

@media (max-width: 860px){
  .hq-burger{display:flex;}
}

/* --- Mobile nav FIX (v1.1.4) --- */
.hq-burger{
  display:none;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  border-radius: 12px;
  width: 44px;
  height: 44px;
  align-items:center;
  justify-content:center;
}
.hq-burger svg{width:22px;height:22px;opacity:.9}

.hq-mobile{display:none; padding: 10px 0 14px;}
.hq-mobile a{
  display:block;
  padding: 12px 0;
  color: rgba(233,238,252,.92);
  text-decoration:none;
}
.hq-mobile a + a{border-top:1px solid rgba(255,255,255,.08);}
.hq-mobile.is-open{display:block;}

@media (max-width: 860px){
  .hq-nav{display:none !important;}
  .hq-burger{display:flex !important;}
}


/* Contact form styling (dark theme) */
.hq-form-card{
  margin-top: 18px;
}
.hq-form label{
  display:block;
  font-size: 13px;
  letter-spacing:.06em;
  text-transform: uppercase;
  color: rgba(233,238,252,.70);
  margin: 0 0 8px;
}
.hq-form input,
.hq-form textarea{
  width:100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  color: rgba(233,238,252,.92);
  padding: 12px 12px;
  outline: none;
}
.hq-form textarea{min-height: 140px; resize: vertical;}
.hq-form input:focus,
.hq-form textarea:focus{
  border-color: rgba(34,211,238,.55);
  box-shadow: 0 0 0 3px rgba(34,211,238,.14);
}

/* --- Mobile menu positioning tweak (v1.1.8) --- */
@media (max-width: 860px){
  .hq-header__inner{
    padding-right: 10px;
  }
  .hq-burger{
    margin-right: 6px;
  }
  .hq-mobile{
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Header right-side logo */
.hq-header__brand-right{
  display:flex;
  align-items:center;
  margin-left: 12px;
}
.hq-header__brand-right img{
  height: 28px;
  width: auto;
  opacity: .95;
}
@media (max-width: 860px){
  .hq-header__brand-right img{
    height: 24px;
  }
}

/* Header right icon */
.hq-header__inner{
  align-items:center;
}
.hq-header__right{
  margin-left: auto;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hq-header__icon{
  width: 34px;
  height: 34px;
  object-fit: contain;
  opacity: .95;
}
@media (max-width: 860px){
  .hq-header__icon{ width: 30px; height: 30px; }
}

/* --- Locked header (v1.1.12) --- */
.hq-header{
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}
.hq-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height: 72px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.hq-nav{
  display:flex;
  align-items:center;
  gap: 36px;
  white-space: nowrap;
}
.hq-nav a{
  display:inline-block;
  padding: 10px 0;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration:none;
}
.hq-header__actions{
  display:flex;
  align-items:center;
  gap: 14px;
  flex: 0 0 auto;
}
.hq-header__icon{
  width: 38px;
  height: 38px;
  object-fit: contain;
}

/* Mobile */
@media (max-width: 860px){
  .hq-header__inner{
    height: 64px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px; /* slight right shift */
  }
  .hq-nav{ display:none !important; }
  .hq-header__actions{ gap: 10px; }
  .hq-header__icon{ width: 32px; height: 32px; }
  .hq-burger{ margin-right: 6px; }
}

/* Mobile menu */
.hq-burger{
  display:none;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  border-radius: 12px;
  width: 44px;
  height: 44px;
  align-items:center;
  justify-content:center;
}
.hq-burger svg{width:22px;height:22px;opacity:.92}

.hq-mobile{display:none; padding: 12px 14px 16px;}
.hq-mobile a{
  display:block;
  padding: 12px 0;
  color: rgba(233,238,252,.92);
  text-decoration:none;
}
.hq-mobile a + a{border-top:1px solid rgba(255,255,255,.08);}
.hq-mobile.is-open{display:block;}

@media (max-width: 860px){
  .hq-burger{display:flex !important;}
}

/* --- Header logo FAR RIGHT lock (v1.1.13) --- */
.hq-header__inner{ position: relative; }
.hq-header__actions--right{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 860px){
  .hq-header__actions--right{ right: 8px; }
}

/* --- Mobile scaling + background alignment fixes (v1.1.14) --- */

/* Prevent iOS/Safari "fixed" jitter causing starfield misalignment */
@media (max-width: 860px){
  body.hq-body::before{
    position: absolute;
    inset: 0;
    background-position: center top;
    opacity: .75;
  }
  /* Match desktop background composition (avoid fixed-layer shifts on mobile browsers) */
  body.hq-body::after{
    position: absolute;
    inset: -120px;
  }
  body.hq-body{
    background-position: center top;
  }
}

/* Prevent hero mock overflow / odd scaling on small screens */
@media (max-width: 540px){
  .hq-hero__mock{ min-height: auto !important; }
  .hq-mock--main{ transform: none !important; }
  .hq-mock--float{
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    margin-top: 12px;
  }
}

/* Ensure all media elements scale correctly */
img, svg, video, canvas{
  max-width: 100%;
  height: auto;
}

/* Header logo as home button */
.hq-header__home{
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.hq-header__home:hover .hq-header__icon{
  opacity: 1;
  transform: scale(1.03);
}

/* FAQ */
.hq-faq{ margin-top: 16px; }
.hq-faq__item{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.hq-faq__question{
  cursor:pointer;
  font-weight: 650;
  color: rgba(233,238,252,.92);
}
.hq-faq__answer{ margin-top: 10px; color: rgba(233,238,252,.82); }

/* Contact page layout stability (v1.2.3) */
.hq-page__header{ padding-top: 22px; }
.hq-page__header-actions{ margin-top: 14px; }
.hq-form-card{ max-width: 920px; }

/* Metrics badges */
.hq-metrics{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px}
.hq-metric{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:8px 12px;
  font-weight:600;
}

/* --- Proven Results Layout Fix --- */
.hq-proven-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}

.hq-proven-results .hq-service {
  width: 100%;
  max-width: 100%;
}

/* --- Social icons (header + footer) --- */
.hq-social{ display:flex; align-items:center; gap:10px; }
.hq-social__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(233,238,252,.90);
  text-decoration:none;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease, color .15s ease;
}
.hq-social__link svg{ width: 18px; height: 18px; }
.hq-social__link:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  color: var(--glow3);
}
.hq-social__link:active{ transform: translateY(0px) scale(.98); color: var(--glow2); }

/* Footer social placement */
.hq-footer__social{ display:flex; align-items:center; gap:10px; justify-content:flex-end; }
@media (max-width: 860px){
  .hq-footer__inner{ gap: 14px; }
  .hq-footer__social{ justify-content:flex-start; }
}

/* --- Mobile header ONLY: move social icons FAR LEFT (desktop unchanged) --- */
@media (max-width: 860px){
  /* Make the actions row span the full header width so social can sit left */
  .hq-header__actions--right{
    width: 100%;
    justify-content: flex-end;
    /* prevent icons from hugging the screen edge */
    padding-left: 14px;
  }
  .hq-header__actions--right .hq-social{
    margin-right: auto;
    /* small inset so icons aren't clipped by the rounded header on mobile */
    margin-left: 10px;
  }
}

/* --- Mobile background alignment to match desktop gradient balance --- */
@media (max-width: 860px){
  /* Use the same background layers/positions as desktop for a 1:1 match */
  body.hq-body{
    background:
      radial-gradient(1200px 800px at 70% 15%, rgba(59,130,246,.28), transparent 62%),
      radial-gradient(900px 650px at 28% 28%, rgba(123,44,255,.26), transparent 60%),
      radial-gradient(900px 650px at 82% 72%, rgba(34,211,238,.20), transparent 60%),
      linear-gradient(180deg, #060714 0%, #070812 50%, #050610 100%);
  }
  .hq-hero__bg{
    /* Use viewport-anchored gradients so mobile matches desktop composition */
    background:
      radial-gradient(760px 520px at 88vw 90px, rgba(34,211,238,.28), transparent 62%),
      radial-gradient(900px 620px at 120px 320px, rgba(123,44,255,.26), transparent 62%),
      radial-gradient(900px 620px at 84vw 760px, rgba(59,130,246,.22), transparent 62%),
      linear-gradient(90deg, rgba(123,44,255,.10) 0%, rgba(34,211,238,.08) 100%);

  }
}