@charset "UTF-8";

.hs-docx-main {
  background: var(--c-bg);
}

.hs-doc-hero {
  position: relative;
  width: calc(100% - 32px);
  max-width: 1200px;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

.hs-doc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .42));
}

.hs-doc-hero .si-container {
  position: relative;
  z-index: 1;
}

.hs-doc-hero-copy {
  max-width: 820px;
  padding: 72px 0;
}

.hs-doc-hero-copy p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.75;
}

.hs-doc-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.hs-section-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.hs-section-cta-row .si-btn {
  min-height: 46px;
  padding: 12px 22px;
}

.hs-doc-store {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: var(--radius-full);
  background: var(--c-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.hs-doc-store span {
  display: inline-block;
}

.hs-promo-banner {
  position: relative;
  min-height: 286px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 24px;
  border-radius: 8px;
  background-size: cover;
  background-position: center right;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}

.hs-promo-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .62) 44%, rgba(0, 0, 0, .12) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .05));
}

.hs-promo-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 34px;
}

.hs-promo-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.hs-promo-copy p {
  max-width: 520px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.hs-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.hs-promo-actions .si-btn {
  min-height: 48px;
  padding: 12px 24px;
}

@media (max-width: 1024px) {
  .hs-promo-banner {
    min-height: 320px;
    background-position: center right;
  }

  .hs-promo-banner::before {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .46) 56%, rgba(0, 0, 0, .34) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .08));
  }

  .hs-promo-copy {
    max-width: none;
    padding: 28px;
  }

  .hs-promo-copy h3 {
    font-size: 24px;
    line-height: 1.16;
  }

  .hs-promo-copy p {
    max-width: 680px;
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
  }
}

.hs-doc-section {
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid color-mix(in srgb, var(--c-border) 72%, transparent);
}

.hs-doc-section:first-of-type {
  border-top: 0;
}

@media (min-width: 1201px) {
  .hs-doc-section > .si-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.hs-doc-content {
  width: 100%;
  max-width: 1200px;
}

.hs-doc-content > * + * {
  margin-top: 16px;
}

.hs-doc-content h2 {
  margin-bottom: 16px;
}

.hs-doc-content h3 {
  margin-top: 26px;
}

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

.hs-offer-card {
  min-height: 100%;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--c-accent) 24%, var(--c-border));
  border-radius: 8px;
  background: color-mix(in srgb, var(--c-surface) 88%, transparent);
}

.hs-offer-grid > .hs-offer-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.hs-offer-card h3 {
  margin-top: 0;
}

.hs-offer-card > * + * {
  margin-top: 10px;
}

.hs-two-one-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.hs-two-one-card {
  min-height: 100%;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
  border-radius: 8px;
  background: color-mix(in srgb, var(--c-surface) 90%, transparent);
}

.hs-two-one-card-wide {
  grid-column: 1 / -1;
}

.hs-two-one-card > * + *,
.hs-two-one-text > * + * {
  margin-top: 12px;
}

.hs-two-one-card p,
.hs-two-one-text p {
  margin: 0;
}

.hs-two-one-text {
  grid-column: 1 / -1;
  color: var(--c-text-muted);
}

.hs-heading-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.hs-heading-card {
  min-height: 100%;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
  border-radius: 8px;
  background: color-mix(in srgb, var(--c-surface) 90%, transparent);
}

.hs-heading-card-wide {
  grid-column: 1 / -1;
}

.hs-heading-card > * + * {
  margin-top: 12px;
}

.hs-heading-card h3 {
  margin-top: 0;
}

.hs-heading-card p {
  margin-bottom: 0;
}

.hs-pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 24px;
}

.hs-pros-cons-col h3 {
  margin: 0 0 14px;
  color: var(--c-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hs-pros-cons-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.hs-pros-cons-list li {
  counter-increment: item;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--c-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.hs-pros-cons-mark {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-accent);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.hs-pros-col .hs-pros-cons-list li {
  border: 1px solid color-mix(in srgb, var(--c-accent) 58%, transparent);
  background: color-mix(in srgb, var(--c-accent) 22%, var(--c-surface));
}

.hs-cons-col .hs-pros-cons-list li {
  border: 1px dashed color-mix(in srgb, var(--c-accent) 46%, transparent);
  background: color-mix(in srgb, var(--c-surface) 92%, transparent);
  color: var(--c-accent);
}

.hs-review-section .si-container {
  max-width: 1200px !important;
}

.hs-review-head {
  max-width: 1200px;
  margin: 0 0 34px;
  text-align: left;
}

.hs-review-kicker {
  margin: 0 0 8px !important;
  color: var(--c-accent) !important;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: 1.8px;
  line-height: 1.2 !important;
}

.hs-review-head h2 {
  margin: 0;
}

.hs-review-head p:not(.hs-review-kicker) {
  margin: 10px 0 0;
  color: var(--c-text-muted);
  font-size: 15px;
  line-height: 1.6;
}

.hs-review-head strong {
  color: var(--c-text);
}

.hs-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hs-review-card {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--c-accent) 18%, var(--c-border));
  border-radius: 8px;
  background: color-mix(in srgb, var(--c-surface) 88%, #2a1414);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}

.hs-review-top {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.hs-review-top strong {
  flex: 0 0 auto;
  font-size: 18px;
}

.hs-review-body {
  display: flex;
  min-height: 268px;
  flex-direction: column;
  padding: 18px;
}

.hs-review-author {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hs-review-avatar {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--c-accent) 34%, transparent);
  background: color-mix(in srgb, var(--c-accent) 18%, var(--c-surface));
  color: var(--c-text);
  font-size: 12px;
  font-weight: 900;
}

.hs-review-author h3 {
  margin: 0;
  color: var(--c-text);
  font-size: 14px;
  line-height: 1.2;
}

.hs-review-author p {
  margin: 3px 0 0;
  color: var(--c-text-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.hs-review-stars {
  margin-top: 16px;
  color: var(--c-btn);
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1;
}

.hs-review-tag {
  width: fit-content;
  max-width: 100%;
  margin-top: 12px;
  padding: 5px 10px;
  border: 1px solid color-mix(in srgb, var(--c-accent) 50%, transparent);
  border-radius: 5px;
  background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  color: var(--c-text);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.hs-review-text {
  margin: 14px 0 0 !important;
  color: var(--c-text-muted) !important;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.7 !important;
}

.hs-review-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--c-text-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.hs-review-foot span:last-child {
  color: var(--c-text);
}

.hs-review-green .hs-review-top { background: #1db954; }
.hs-review-purple .hs-review-top { background: #7c3aed; }
.hs-review-cyan .hs-review-top { background: #0891b2; }
.hs-review-pink .hs-review-top { background: #db2777; }
.hs-review-orange .hs-review-top { background: #d97706; }

.hs-author-line {
  color: var(--c-accent) !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.55 !important;
}

.hs-author-line + .hs-author-line {
  margin-top: 10px;
}

.hs-doc-content p,
.hs-doc-list li {
  color: var(--c-text-muted);
  font-size: 15px;
  line-height: 1.72;
}

@media (min-width: 1025px) {
  .hs-doc-content .hs-promo-copy h3 {
    font-size: 28px;
    line-height: 1.15;
  }

  .hs-doc-content .hs-promo-copy p {
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
  }
}

.hs-doc-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: hs-doc-list;
}

.hs-doc-list li {
  counter-increment: hs-doc-list;
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 14px 10px 48px;
  border: 1px solid color-mix(in srgb, var(--c-border) 86%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--c-surface) 90%, #1c1515);
  color: var(--c-text);
  font-weight: 800;
  line-height: 1.45;
}

.hs-doc-list li::before {
  content: counter(hs-doc-list);
  position: absolute;
  left: 12px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border-radius: 8px;
  background: var(--c-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.hs-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid color-mix(in srgb, var(--c-border) 86%, transparent);
  border-radius: 8px;
}

.hs-doc-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--c-surface);
}

.hs-doc-table th,
.hs-doc-table td {
  padding: 12px 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--c-border) 78%, transparent);
  color: var(--c-text-muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.hs-doc-table th {
  color: var(--c-text);
  font-weight: 800;
  background: color-mix(in srgb, var(--c-accent) 12%, var(--c-surface));
}

.hs-doc-table tr:last-child td {
  border-bottom: 0;
}

.hs-faq-list {
  display: grid;
  gap: 10px;
  max-width: 1200px;
}

.hs-faq-item {
  border: 1px solid color-mix(in srgb, var(--c-border) 84%, transparent);
  border-radius: 8px;
  background: var(--c-surface);
}

.hs-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  color: var(--c-text);
  font-weight: 800;
  cursor: pointer;
}

.hs-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1;
}

.hs-faq-item[open] summary::after {
  content: "-";
}

.hs-faq-item p {
  padding: 0 18px 18px;
  color: var(--c-text-muted);
  font-size: 15px;
  line-height: 1.72;
}

@media (max-width: 768px) {
  .hs-doc-section {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .hs-doc-hero {
    min-height: 390px;
  }

  .hs-doc-hero::before {
    background: rgba(0, 0, 0, .72);
  }

  .hs-doc-hero-copy {
    padding: 54px 0;
  }

  .hs-doc-hero-copy p,
  .hs-doc-content p,
  .hs-doc-list li,
  .hs-faq-item p {
    font-size: 14px;
  }

  .hs-doc-table {
    min-width: 680px;
  }

  .hs-offer-grid {
    grid-template-columns: 1fr;
  }

  .hs-two-one-grid {
    grid-template-columns: 1fr;
  }

  .hs-two-one-card-wide,
  .hs-heading-card-wide {
    grid-column: auto;
  }

  .hs-heading-card-grid {
    grid-template-columns: 1fr;
  }

  .hs-pros-cons-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hs-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-review-body {
    min-height: 252px;
  }

  .hs-promo-banner {
    min-height: 340px;
    background-position: center right;
  }

  .hs-promo-banner::before {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .46) 56%, rgba(0, 0, 0, .34) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .08));
  }

  .hs-promo-copy {
    max-width: none;
    padding: 28px;
  }

  .hs-promo-copy h3 {
    font-size: 24px;
    line-height: 1.16;
  }

  .hs-promo-copy p {
    max-width: 680px;
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
  }
}

@media (max-width: 390px) {
  .hs-doc-cta-row {
    align-items: stretch;
  }

  .hs-doc-cta-row .si-btn,
  .hs-section-cta-row .si-btn,
  .hs-promo-actions .si-btn,
  .hs-doc-store {
    width: 100%;
    justify-content: center;
  }

  .hs-promo-banner {
    min-height: 376px;
    background-position: center;
  }

  .hs-promo-copy {
    padding: 22px;
  }

  .hs-promo-copy h3 {
    font-size: 22px;
  }

  .hs-promo-copy p {
    font-size: 15px;
    line-height: 1.5;
  }

  .hs-pros-cons-grid {
    gap: 18px;
  }

  .hs-pros-cons-list li {
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .hs-review-head {
    margin-bottom: 24px;
    text-align: left;
  }

  .hs-review-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hs-review-body {
    min-height: 0;
  }

  .hs-review-top,
  .hs-review-foot {
    align-items: flex-start;
  }

  .hs-doc-list {
    gap: 7px;
  }
}
