/* ============================================================
   QUE — FAQ + contact panel. Figma: que (top:6768 height:1154)
   ============================================================ */
.que {
  position: relative;
  width: 1728px;
  height: 1154px;
  margin-top: 24px;
  background: var(--color-bg);
}
.que__watermark {
  position: absolute;
  left: 50%;
  top: -76px;
  transform: translateX(-701px);
  font-family: var(--font-watermark);
  font-size: 225px;
  color: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
}
.que__heading {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 64px;
  line-height: 85px;
  color: var(--color-white);
  white-space: nowrap;
}

.que__faq { position: absolute; left: 254px; top: 263px; width: 810px; }
.que__row {
  position: relative;
  width: 810px;
  min-height: 80px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 28px 64px 28px 36px;
}
.que__row-q {
  font-size: 18px;
  color: var(--color-white);
  cursor: pointer;
}
.que__row-a {
  margin-top: 20px;
  font-size: 22px;
  line-height: 36px;
  color: #fec384;
}
.que__chevron {
  position: absolute;
  right: 32px;
  top: 35px;
  width: 10px;
  height: 22px;
  transform: rotate(90deg);
}
.que__row--open .que__chevron { transform: rotate(-90deg); }

.que__divider {
  position: absolute;
  left: 1120px;
  top: 234px;
  width: 1px;
  height: 920px;
  background: rgba(255, 255, 255, 0.1);
}

.que__tel { position: absolute; left: 1177px; top: 464px; width: 265px; text-align: center; }
.que__tel-title { font-family: var(--font-text); font-weight: 500; font-size: 24px; color: var(--color-white); }
.que__tel-sub { margin-top: 8px; font-size: 18px; color: var(--color-gray-light); }
.que__tel-phone { margin-top: 25px; font-family: var(--font-display); font-size: 30px; color: var(--color-white); }
.que__tel-or { margin-top: 41px; font-size: 18px; color: var(--color-gray-light); }

.que__messengers {
  position: absolute;
  left: 0;
  top: 213px;
  width: 265px;
  height: 247px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.que__msg {
  position: absolute;
  left: 41px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.que__msg img { flex: none; }
.que__msg span { font-family: 'Graphik LCG', sans-serif; font-size: 14px; color: var(--color-white); white-space: nowrap; }
.que__msg--telegram { top: 42px; }
.que__msg--telegram img { width: 26px; height: 22px; }
.que__msg--max { top: 109px; }
.que__msg--max img { width: 26px; height: 26px; }
.que__msg--whatsapp { top: 177px; }
.que__msg--whatsapp img { width: 25px; height: 25px; }
