.qt-bulk-page{
  --qt-bulk-ink:#0f172a;
  --qt-bulk-ink2:#161d48;
  --qt-bulk-muted:#65708f;
  --qt-bulk-soft:#f5f7ff;
  --qt-bulk-soft2:#eef2ff;
  --qt-bulk-line:rgba(106,126,255,.16);
  --qt-bulk-line2:rgba(15,23,42,.09);
  --qt-bulk-brand:#6a7eff;
  --qt-bulk-brand2:#9aa8ff;
  --qt-bulk-ok:#16a34a;
  --qt-bulk-warn:#d97706;
  --qt-bulk-bad:#dc2626;
  --qt-bulk-shell:1180px;

  min-height:100vh;
  padding:18px 12px 54px;
  color:var(--qt-bulk-ink);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  background:
    radial-gradient(920px 320px at 50% -160px, rgba(106,126,255,.14), transparent 62%),
    radial-gradient(620px 240px at 14% 0%, rgba(159,174,255,.11), transparent 58%),
    linear-gradient(180deg, #f6f8ff 0%, #fff 74%);
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}

.qt-bulk-page,
.qt-bulk-page *{
  box-sizing:border-box;
}

.qt-bulk-page :where(h1,h2,h3,h4,p,ul,li){
  margin:0;
  padding:0;
}

.qt-bulk-page :where(input,select,textarea,button){
  font:inherit;
}

.qt-bulk-page :where(a){
  color:inherit;
  text-decoration:none;
}

.qt-bulk-shell{
  width:min(var(--qt-bulk-shell), 100%);
  margin:0 auto;
}

.qt-bulk-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  color:var(--qt-bulk-muted);
  font-size:12px;
  font-weight:850;
}

.qt-bulk-breadcrumb a{
  color:var(--qt-bulk-brand);
  text-decoration:none;
}

.qt-bulk-breadcrumb a:hover{
  text-decoration:underline;
}

.qt-bulk-breadcrumb__sep{
  opacity:.55;
}

.qt-bulk-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  margin-bottom:14px;
  padding:16px;
  border:1px solid var(--qt-bulk-line);
  border-radius:28px;
  background:
    radial-gradient(520px 180px at 0 0, rgba(106,126,255,.11), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,255,.88));
  box-shadow:
    0 14px 34px rgba(15,23,42,.08),
    inset 0 0 0 1px rgba(255,255,255,.82);
}

.qt-bulk-hero::after{
  content:"";
  position:absolute;
  right:-42px;
  top:-60px;
  width:180px;
  height:180px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(106,126,255,.20), rgba(255,255,255,0));
  pointer-events:none;
}

.qt-bulk-hero__icon{
  position:relative;
  z-index:1;
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:19px;
  color:#fff;
  background:linear-gradient(135deg,var(--qt-bulk-brand),var(--qt-bulk-brand2));
  box-shadow:0 14px 26px rgba(106,126,255,.22);
}

.qt-bulk-hero__icon svg{
  width:26px;
  height:26px;
  display:block;
  color:currentColor;
}

.qt-bulk-hero__text{
  position:relative;
  z-index:1;
  min-width:0;
}

.qt-bulk-title{
  margin:0 0 5px;
  color:var(--qt-bulk-ink2);
  font-size:clamp(25px,3.2vw,38px);
  line-height:1.05;
  font-weight:1000;
  letter-spacing:-.055em;
}

.qt-bulk-text{
  margin:0;
  max-width:70ch;
  color:var(--qt-bulk-muted);
  font-size:14px;
  line-height:1.6;
  font-weight:750;
}

.qt-bulk-hero__pills{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}

.qt-bulk-hero__pills span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(106,126,255,.18);
  background:rgba(255,255,255,.76);
  color:color-mix(in srgb,var(--qt-bulk-ink2) 72%, var(--qt-bulk-brand));
  font-size:11px;
  font-weight:950;
  white-space:nowrap;
}

.qt-bulk-layout{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
  gap:14px;
  align-items:start;
}

.qt-bulk-card,
.qt-bulk-panel,
.qt-bulk-whyCard,
.qt-bulk-faq,
.qt-bulk-help{
  border:1px solid var(--qt-bulk-line);
  border-radius:26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,250,255,.90));
  box-shadow:
    0 12px 30px rgba(15,23,42,.07),
    inset 0 0 0 1px rgba(255,255,255,.80);
}

.qt-bulk-panel{
  padding:16px;
}

.qt-bulk-panel__head{
  margin-bottom:13px;
}

.qt-bulk-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(22,163,74,.20);
  background:rgba(22,163,74,.08);
  color:#15803d;
  font-size:11px;
  line-height:1;
  font-weight:950;
}

.qt-bulk-eyebrow::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:currentColor;
}

.qt-bulk-sectionTitle{
  margin:12px 0 6px;
  color:var(--qt-bulk-ink2);
  font-size:21px;
  line-height:1.12;
  font-weight:1000;
  letter-spacing:-.035em;
}

.qt-bulk-sectionText{
  color:var(--qt-bulk-muted);
  font-size:13px;
  line-height:1.62;
  font-weight:800;
}

.qt-bulk-steps{
  display:grid;
  gap:10px;
  margin-top:12px;
}

.qt-bulk-step{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:11px;
  align-items:start;
  padding:12px;
  border:1px solid rgba(15,23,42,.075);
  border-radius:18px;
  background:rgba(255,255,255,.72);
}

.qt-bulk-step__icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(135deg,var(--qt-bulk-brand),var(--qt-bulk-brand2));
  box-shadow:0 10px 18px rgba(106,126,255,.18);
  font-size:13px;
  font-weight:1000;
}

.qt-bulk-step__title{
  color:var(--qt-bulk-ink2);
  font-size:14px;
  line-height:1.3;
  font-weight:1000;
}

.qt-bulk-step__text{
  margin-top:4px;
  color:var(--qt-bulk-muted);
  font-size:12.5px;
  line-height:1.58;
  font-weight:800;
}

.qt-bulk-card{
  overflow:hidden;
}

.qt-bulk-card__hd{
  padding:16px 16px 13px;
  border-bottom:1px solid rgba(15,23,42,.07);
  background:
    radial-gradient(420px 140px at 0 0, rgba(106,126,255,.10), transparent 62%),
    rgba(255,255,255,.56);
}

.qt-bulk-card__title{
  color:var(--qt-bulk-ink2);
  font-size:20px;
  line-height:1.15;
  font-weight:1000;
  letter-spacing:-.03em;
}

.qt-bulk-card__sub{
  margin-top:6px;
  color:var(--qt-bulk-muted);
  font-size:12.5px;
  line-height:1.55;
  font-weight:800;
}

.qt-bulk-card__bd{
  padding:16px;
}

.qt-bulk-feedback{
  margin-bottom:12px;
  padding:12px 13px;
  border-radius:15px;
  font-size:13px;
  line-height:1.48;
  font-weight:850;
}

.qt-bulk-feedback.is-ok{
  color:#166534;
  border:1px solid rgba(22,163,74,.20);
  background:rgba(22,163,74,.08);
}

.qt-bulk-feedback.is-error{
  color:#991b1b;
  border:1px solid rgba(220,38,38,.20);
  background:rgba(254,242,242,.92);
}

.qt-bulk-form{
  display:grid;
  gap:12px;
}

.qt-bulk-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.qt-bulk-label{
  display:grid;
  gap:7px;
}

.qt-bulk-label--full{
  grid-column:1 / -1;
}

.qt-bulk-label span{
  color:var(--qt-bulk-muted);
  font-size:11px;
  line-height:1.2;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.07em;
}

.qt-bulk-label small{
  font-size:10px;
  font-weight:850;
  text-transform:none;
  letter-spacing:0;
  color:#8792a8;
}

.qt-bulk-input,
.qt-bulk-select,
.qt-bulk-textarea{
  width:100%;
  border:1.4px solid rgba(148,163,184,.56);
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#f8fafc);
  color:var(--qt-bulk-ink);
  outline:none;
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.qt-bulk-input,
.qt-bulk-select{
  min-height:50px;
  padding:12px 14px;
  font-size:14px;
  font-weight:850;
}

.qt-bulk-textarea{
  min-height:132px;
  padding:13px 14px;
  resize:vertical;
  font-size:14px;
  line-height:1.6;
  font-weight:800;
}

.qt-bulk-input::placeholder,
.qt-bulk-textarea::placeholder{
  color:rgba(100,116,139,.86);
  font-weight:800;
}

.qt-bulk-input:focus,
.qt-bulk-select:focus,
.qt-bulk-textarea:focus{
  border-color:var(--qt-bulk-brand);
  background:#fff;
  box-shadow:
    0 0 0 4px rgba(106,126,255,.15),
    0 10px 24px rgba(15,23,42,.08);
}

.qt-bulk-phone{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:10px;
}

.qt-bulk-note{
  padding:12px 13px;
  border:1px dashed rgba(106,126,255,.22);
  border-radius:15px;
  background:rgba(106,126,255,.055);
  color:var(--qt-bulk-muted);
  font-size:12.5px;
  line-height:1.55;
  font-weight:800;
}

.qt-bulk-hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.qt-bulk-recaptcha{
  margin-top:2px;
  overflow-x:auto;
}

.qt-bulk-recaptcha .g-recaptcha{
  transform-origin:left top;
}

.qt-bulk-submit{
  width:100%;
  min-height:52px;
  border:0;
  border-radius:17px;
  color:#fff;
  background:linear-gradient(135deg,var(--qt-bulk-brand),var(--qt-bulk-brand2));
  font-size:14px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(106,126,255,.22);
  transition:transform .14s ease, filter .14s ease, box-shadow .14s ease;
}

.qt-bulk-submit:hover{
  transform:translateY(-1px);
  filter:brightness(1.03);
}

.qt-bulk-disclaimer{
  color:var(--qt-bulk-muted);
  font-size:11.5px;
  line-height:1.55;
  font-weight:780;
}

.qt-bulk-why{
  margin-top:14px;
}

.qt-bulk-whyGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.qt-bulk-whyCard{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:11px;
  align-items:start;
  padding:13px;
  border-radius:20px;
}

.qt-bulk-whyIcon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:var(--qt-bulk-brand);
  background:rgba(106,126,255,.09);
  border:1px solid rgba(106,126,255,.14);
  font-size:20px;
  font-weight:1000;
}

.qt-bulk-whyCardTitle{
  color:var(--qt-bulk-ink2);
  font-size:15px;
  line-height:1.25;
  font-weight:1000;
  letter-spacing:-.02em;
}

.qt-bulk-whyCardText{
  margin-top:5px;
  color:var(--qt-bulk-muted);
  font-size:12.5px;
  line-height:1.58;
  font-weight:800;
}

.qt-bulk-bottom{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.58fr);
  gap:14px;
  margin-top:14px;
  align-items:start;
}

.qt-bulk-faq,
.qt-bulk-help{
  padding:16px;
}

.qt-bulk-faqTitle,
.qt-bulk-helpTitle{
  color:var(--qt-bulk-ink2);
  font-size:18px;
  line-height:1.18;
  font-weight:1000;
  letter-spacing:-.025em;
}

.qt-bulk-faqText,
.qt-bulk-helpText{
  margin-top:7px;
  color:var(--qt-bulk-muted);
  font-size:12.5px;
  line-height:1.6;
  font-weight:800;
}

.qt-bulk-faqList{
  display:grid;
  gap:8px;
  margin-top:12px;
}

.qt-bulk-faqItem{
  overflow:hidden;
  border:1px solid rgba(15,23,42,.08);
  border-radius:15px;
  background:rgba(255,255,255,.76);
}

.qt-bulk-faqQ{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px;
  border:0;
  background:transparent;
  color:var(--qt-bulk-ink2);
  text-align:left;
  font-size:13px;
  line-height:1.35;
  font-weight:950;
  cursor:pointer;
}

.qt-bulk-faqQ span:last-child{
  color:var(--qt-bulk-brand);
  transition:transform .16s ease;
}

.qt-bulk-faqItem.is-open .qt-bulk-faqQ span:last-child{
  transform:rotate(180deg);
}

.qt-bulk-faqA{
  display:none;
  padding:0 12px 12px;
  color:var(--qt-bulk-muted);
  font-size:12.5px;
  line-height:1.55;
  font-weight:800;
}

.qt-bulk-faqItem.is-open .qt-bulk-faqA{
  display:block;
}

.qt-bulk-help{
  position:relative;
  overflow:hidden;
}

.qt-bulk-help::after{
  content:"";
  position:absolute;
  right:-34px;
  top:-38px;
  width:130px;
  height:130px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(106,126,255,.18),transparent);
  pointer-events:none;
}

.qt-bulk-help > *{
  position:relative;
  z-index:1;
}

.qt-bulk-helpActions{
  display:grid;
  gap:9px;
  margin-top:13px;
}

.qt-bulk-helpBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(106,126,255,.18);
  background:#fff;
  color:var(--qt-bulk-ink2);
  font-size:13px;
  font-weight:950;
  transition:transform .14s ease, filter .14s ease, box-shadow .14s ease;
}

.qt-bulk-helpBtn:hover{
  transform:translateY(-1px);
}

.qt-bulk-helpBtn--primary{
  border-color:transparent;
  color:#fff;
  background:linear-gradient(135deg,var(--qt-bulk-brand),var(--qt-bulk-brand2));
  box-shadow:0 12px 24px rgba(106,126,255,.18);
}

@media (max-width:980px){
  .qt-bulk-layout,
  .qt-bulk-bottom{
    grid-template-columns:1fr;
  }

  .qt-bulk-whyGrid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:720px){
  .qt-bulk-page{
    padding:12px 10px 40px;
  }

  .qt-bulk-hero{
    grid-template-columns:auto minmax(0,1fr);
    gap:12px;
    padding:13px;
    border-radius:23px;
  }

  .qt-bulk-hero__icon{
    width:48px;
    height:48px;
    border-radius:16px;
  }

  .qt-bulk-hero__pills{
    grid-column:1 / -1;
    justify-content:flex-start;
  }

  .qt-bulk-panel,
  .qt-bulk-card,
  .qt-bulk-faq,
  .qt-bulk-help{
    border-radius:22px;
  }

  .qt-bulk-panel,
  .qt-bulk-card__bd,
  .qt-bulk-faq,
  .qt-bulk-help{
    padding:13px;
  }

  .qt-bulk-card__hd{
    padding:13px;
  }

  .qt-bulk-grid{
    grid-template-columns:1fr;
  }

  .qt-bulk-whyGrid{
    grid-template-columns:1fr;
  }

  .qt-bulk-phone{
    grid-template-columns:102px minmax(0,1fr);
    gap:8px;
  }

  .qt-bulk-input,
  .qt-bulk-select{
    min-height:48px;
    padding:11px 12px;
    border-radius:15px;
    font-size:13.5px;
  }

  .qt-bulk-textarea{
    min-height:126px;
    padding:12px;
    border-radius:15px;
    font-size:13.5px;
  }
}

@media (max-width:480px){
  .qt-bulk-title{
    font-size:24px;
  }

  .qt-bulk-text{
    font-size:12.8px;
  }

  .qt-bulk-hero__pills span{
    min-height:27px;
    padding:0 8px;
    font-size:10px;
  }

  .qt-bulk-phone{
    grid-template-columns:96px minmax(0,1fr);
  }

  .qt-bulk-whyCard{
    grid-template-columns:38px minmax(0,1fr);
  }

  .qt-bulk-whyIcon{
    width:38px;
    height:38px;
    border-radius:13px;
    font-size:18px;
  }
}

@media (prefers-reduced-motion:reduce){
  .qt-bulk-page *,
  .qt-bulk-page *::before,
  .qt-bulk-page *::after{
    animation:none !important;
    transition:none !important;
  }
}