:root{
  --brand:#4f46e5;
  --brand-dark:#4338ca;
  --ink:#0f172a;
  --text:#334155;
  --muted:#64748b;
  --line:#e4e7ef;
  --canvas:#f5f6fb;
  --paper:#fff;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:28px}
body{font-family:var(--font);color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.help-wrap{width:min(1120px,calc(100% - 48px));margin:0 auto}

.help-nav{height:76px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96)}
.help-nav-in{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.help-brand{display:flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:800}
.brand-word{white-space:nowrap;font-weight:700;letter-spacing:0}.brand-accent{color:var(--brand)}
.help-logo{display:flex;align-items:center;justify-content:center;width:32px;height:28px;background:url("../assets/queliq-mark.png") center/contain no-repeat;flex:none}
.help-nav .help-brand{position:relative;width:132px;height:40px;background:url("../assets/queliq-lockup.png") center/contain no-repeat}
.help-nav .help-brand .help-logo,.help-nav .help-brand .brand-word{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.help-nav-links{display:flex;align-items:center;gap:25px;color:#526078;font-size:.9rem;font-weight:650}
.help-nav-links a:hover{color:var(--ink)}
.help-nav-cta{padding:9px 17px;border-radius:999px;background:var(--brand);color:#fff!important;font-weight:750}

.help-hero{padding:74px 0 78px;border-bottom:1px solid var(--line);background:#f0f1f7}
.help-eyebrow{display:inline-flex;padding:6px 13px;border:1px solid #c7d2fe;border-radius:999px;background:#eef2ff;color:var(--brand-dark);font-size:.74rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.help-hero h1{margin-top:20px;font-size:clamp(3.2rem,7vw,5.4rem);font-weight:840;letter-spacing:0;line-height:1}
.help-hero-copy{max-width:700px;margin-top:20px;color:#46536a;font-size:1.08rem}
.help-search{position:relative;max-width:760px;margin-top:34px}
.help-search-icon{position:absolute;left:20px;top:50%;width:21px;height:21px;color:#7c89a0;transform:translateY(-50%);pointer-events:none}
.help-search input{width:100%;height:62px;padding:0 58px 0 54px;border:1px solid #d8dce7;border-radius:8px;background:#fff;color:var(--ink);font-size:1rem;outline:none;box-shadow:0 14px 36px -28px rgba(15,23,42,.5)}
.help-search input:focus{border-color:#a5b4fc;box-shadow:0 0 0 4px rgba(79,70,229,.1),0 14px 36px -28px rgba(15,23,42,.5)}
.help-search input::placeholder{color:#8b96a9}
.help-search input::-webkit-search-cancel-button{display:none}
.search-clear{position:absolute;right:14px;top:50%;display:none;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:6px;background:transparent;color:#64748b;transform:translateY(-50%);cursor:pointer}
.search-clear:hover{background:#f1f3f8;color:var(--ink)}
.search-clear svg{width:18px;height:18px}
.help-search.has-value .search-clear{display:flex}
.search-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:13px;color:#68758c;font-size:.8rem;font-weight:650}
.search-meta-dot{width:4px;height:4px;border-radius:50%;background:#a5b4fc}

.help-main{display:grid;grid-template-columns:230px minmax(0,760px);justify-content:space-between;gap:76px;padding:72px 0 104px}
.help-sidebar{position:sticky;top:28px;align-self:start;padding-left:18px;border-left:1px solid var(--line)}
.help-sidebar h2{margin-bottom:14px;color:var(--muted);font-size:.7rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.help-sidebar a{display:block;padding:7px 0;color:#64748b;font-size:.82rem;font-weight:650}
.help-sidebar a:hover{color:var(--brand-dark)}
.help-sidebar-contact{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}
.help-sidebar-contact strong{display:block;font-size:.82rem}
.help-sidebar-contact span{display:block;margin-top:5px;color:var(--muted);font-size:.76rem;line-height:1.5}
.help-sidebar-contact a{display:inline-block;margin-top:7px;color:var(--brand-dark);font-weight:750}

.faq-status{margin-bottom:38px;color:#64748b;font-size:.82rem;font-weight:700}
.faq-group{padding-top:52px;margin-top:52px;border-top:1px solid var(--line)}
.faq-group:first-of-type{padding-top:0;margin-top:0;border-top:0}
.faq-group-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}
.faq-group-icon{display:flex;align-items:center;justify-content:center;flex:none;width:38px;height:38px;border-radius:8px;background:#eef2ff;color:var(--brand)}
.faq-group-icon svg{width:20px;height:20px}
.faq-group h2{font-size:1.55rem;line-height:1.25}
.faq-group-header p{margin-top:3px;color:var(--muted);font-size:.82rem}
.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{position:relative;display:flex;align-items:center;min-height:68px;padding:17px 52px 17px 0;color:var(--ink);font-size:.98rem;font-weight:760;line-height:1.45;list-style:none;cursor:pointer}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::before,.faq-item summary::after{content:"";position:absolute;right:8px;top:50%;width:14px;height:2px;background:#69758b;transition:transform .2s ease}
.faq-item summary::after{transform:rotate(90deg)}
.faq-item[open] summary::after{transform:rotate(0)}
.faq-item[open] summary{color:var(--brand-dark)}
.faq-answer{padding:0 52px 24px 0;color:var(--text);font-size:.94rem;line-height:1.75}
.faq-answer p+p{margin-top:12px}
.faq-answer ul{margin:12px 0 0 20px}
.faq-answer li{margin:6px 0;padding-left:3px}
.faq-answer a{color:var(--brand-dark);font-weight:700;text-decoration:underline;text-decoration-color:#c7d2fe;text-underline-offset:3px}
.faq-answer strong{color:var(--ink)}
.faq-empty{display:none;padding:52px 0;border-top:1px solid var(--line);text-align:center}
.faq-empty strong{display:block;font-size:1.15rem}
.faq-empty p{margin-top:7px;color:var(--muted);font-size:.9rem}

.support-band{padding:58px 0;background:#11162a;color:#fff}
.support-band-in{display:flex;align-items:center;justify-content:space-between;gap:48px}
.support-band h2{font-size:1.75rem;line-height:1.2}
.support-band p{margin-top:7px;color:#aeb8ca;font-size:.92rem}
.support-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 19px;border-radius:7px;background:#fff;color:#11162a;font-size:.88rem;font-weight:800;white-space:nowrap}
.support-button svg{width:18px;height:18px}

.help-footer{padding:35px 0;background:#0b1020;color:#94a3b8}
.help-footer-in{display:flex;align-items:center;justify-content:space-between;gap:28px}
.help-footer .help-brand{color:#fff}
.help-footer .help-logo{width:38px;height:38px;border-radius:10px;background-color:#fff;background-size:31px;box-shadow:0 8px 20px -12px rgba(0,0,0,.8)}
.help-footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:20px;font-size:.82rem}
.help-footer a:hover{color:#fff}

@media(max-width:860px){
  .help-nav-links a:not(.help-nav-cta){display:none}
  .help-main{grid-template-columns:1fr;gap:0}
  .help-sidebar{position:static;display:flex;flex-wrap:wrap;column-gap:18px;row-gap:8px;margin-bottom:44px;padding:0 0 18px;border-left:0;border-bottom:1px solid var(--line)}
  .help-sidebar h2,.help-sidebar-contact{display:none}
  .help-sidebar a{flex:none;padding:6px 0;white-space:nowrap}
}
@media(max-width:600px){
  .help-wrap{width:min(100% - 32px,1120px)}
  .help-nav{height:68px}
  .help-nav-cta{padding:8px 12px;font-size:.8rem}
  .help-hero{padding:54px 0 58px}
  .help-hero h1{font-size:clamp(2.8rem,15vw,4rem)}
  .help-search input{height:58px}
  .help-main{padding:50px 0 76px}
  .faq-group{padding-top:42px;margin-top:42px}
  .faq-item summary{padding-right:42px}
  .faq-answer{padding-right:18px}
  .support-band-in{align-items:flex-start;flex-direction:column;gap:24px}
  .help-footer-in{align-items:flex-start;flex-direction:column}
  .help-footer-links{justify-content:flex-start}
}
