

/* Start:/local/templates/leveno/css/pages/seller-offer.css?17779127052941*/
.content-text .offer-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: #1f1f1f;
}


.offer-page--compact-top {
  margin-top: -34px;
}

.offer-page__hero {
  border: 1px solid #ece8f6;
  border-radius: 24px;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #faf9ff 100%);
  box-shadow: 0 10px 28px rgba(95, 70, 240, 0.08);
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

.offer-page__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff00aa, #7b2cff, #c74bff);
}

.offer-page__title {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #111;
}

.offer-page__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #474747;
}

.offer-page__toc {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.offer-page__toc a {
  display: block;
  text-decoration: none;
  color: #2e2e2e;
  background: #fff;
  border: 1px solid #ebe7f7;
  border-radius: 12px;
  padding: 11px 12px;
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.2s ease;
}

.offer-page__toc a:hover {
  border-color: #d9d0f5;
  box-shadow: 0 6px 16px rgba(95, 70, 240, 0.12);
  transform: translateY(-1px);
}

.offer-section {
  border: 1px solid #ece8f6;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  padding: 26px 24px;
  margin-bottom: 16px;
}

.offer-section h2 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 800;
  color: #121212;
}

.offer-section h3 {
  margin: 22px 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #181818;
}

.offer-section p,
.offer-section li {
  font-size: 15px;
  line-height: 1.65;
  color: #444;
}

.offer-section p { margin: 0 0 12px; }

.offer-section ul,
.offer-section ol {
  margin: 0 0 12px 0;
  padding-left: 20px;
}

.offer-note {
  border-left: 4px solid #7b2cff;
  background: #f7f5ff;
  border-radius: 12px;
  padding: 14px 14px 14px 16px;
  margin-top: 12px;
}

.offer-footer {
  border-radius: 16px;
  border: 1px solid #e8e4f5;
  border-left: 4px solid #7b2cff;
  background: linear-gradient(135deg, #faf9ff 0%, #f4f2fa 55%, #fff8fc 100%);
  color: #3a3648;
  padding: 16px 18px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.55;
  box-shadow: 0 2px 12px rgba(95, 70, 240, 0.06);
}

.offer-footer a {
  color: #4b54f2;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-word;
}

.offer-footer a:hover {
  color: #3239c4;
}

.offer-footer strong {
  color: #1f1f1f;
}

@media (max-width: 991px) {
  .offer-page__toc { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .offer-page--compact-top { margin-top: -18px; }
  .offer-page__hero { padding: 22px 16px; }
  .offer-section { padding: 20px 16px; }
}

/* End */
/* /local/templates/leveno/css/pages/seller-offer.css?17779127052941 */
