.elementor-57930 .elementor-element.elementor-element-d980f88 .hsspw-products-widget{--hsspw-primary-color:#FF3154;--hsspw-accent-color:#f59e0b;--hsspw-button-text:#ffffff;--hsspw-card-bg:#ffffff;--hsspw-border-color:#e7e7e7;--hsspw-text-color:#171717;--hsspw-muted-color:#747474;--hsspw-radius:16px;--hsspw-gap:18px;}/* Start custom CSS for section, class: .elementor-element-d7cad1c *//* =========================================================
   HARDSARA - SSD SATA CATEGORY
   Scoped / Isolated CSS
   فقط روی .hs-sata-content اعمال می‌شود
   ========================================================= */

.hs-sata-content {
  --hs-sata-text: #2b2f33;
  --hs-sata-heading: #171a1d;
  --hs-sata-muted: #666d75;
  --hs-sata-border: #e5e8ec;
  --hs-sata-soft: #f7f8fa;
  --hs-sata-note-bg: #fff8e7;
  --hs-sata-note-border: #e8c56b;
  --hs-sata-link: inherit;

  direction: rtl;

  width: 100%;
  max-width: 100%;

  margin: 0 auto;
  padding: 0;

  font-family: inherit;
  font-size: 16px;
  line-height: 2.05;

  color: var(--hs-sata-text);
  text-align: right;

  overflow-wrap: break-word;
  word-wrap: break-word;
}


/* =========================
   Local Box Sizing
   ========================= */

.hs-sata-content,
.hs-sata-content *,
.hs-sata-content *::before,
.hs-sata-content *::after {
  box-sizing: border-box;
}


/* =========================
   Typography
   ========================= */

.hs-sata-content h1,
.hs-sata-content h2,
.hs-sata-content h3,
.hs-sata-content p {
  font-family: inherit;
}

.hs-sata-content h1,
.hs-sata-content h2,
.hs-sata-content h3 {
  color: var(--hs-sata-heading);
  text-align: right;
}

.hs-sata-content h1 {
  margin: 0 0 22px;
  padding: 0;

  font-size: clamp(25px, 3vw, 35px);
  line-height: 1.55;
  font-weight: 800;
}

.hs-sata-content h2 {
  position: relative;

  margin: 0 0 18px;
  padding: 0 15px 0 0;

  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.65;
  font-weight: 800;
}

.hs-sata-content h2::before {
  content: "";

  position: absolute;
  top: 9px;
  right: 0;

  width: 4px;
  height: calc(100% - 18px);

  background: currentColor;
  border-radius: 999px;
}

.hs-sata-content h3 {
  margin: 0 0 10px;
  padding: 0;

  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.7;
  font-weight: 700;
}

.hs-sata-content p {
  margin: 0 0 17px;
  padding: 0;

  font-size: 16px;
  line-height: 2.1;
  color: var(--hs-sata-text);
}

.hs-sata-content p:last-child {
  margin-bottom: 0;
}

.hs-sata-content strong {
  font-weight: 700;
}


/* =========================
   Links
   ========================= */

.hs-sata-content a {
  color: var(--hs-sata-link);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hs-sata-content a:hover {
  text-decoration-thickness: 2px;
}


/* =========================
   Intro
   ========================= */

.hs-sata-intro {
  width: 100%;

  margin: 0 0 44px;
  padding: 29px 30px;

  background: var(--hs-sata-soft);
  border: 1px solid var(--hs-sata-border);
  border-radius: 14px;
}

.hs-sata-intro-link {
  margin-top: 20px;
  padding-top: 17px;

  border-top: 1px solid var(--hs-sata-border);

  font-size: 15.5px;
  line-height: 2;
}


/* =========================
   Sections
   ========================= */

.hs-sata-section {
  width: 100%;

  margin: 0 0 44px;
  padding: 0;
}

.hs-sata-section:last-child {
  margin-bottom: 0;
}


/* =========================
   Capacity Cards
   ========================= */

.hs-sata-capacity-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;

  width: 100%;
  margin: 25px 0 18px;
}

.hs-sata-card {
  min-width: 0;

  padding: 22px;

  background: var(--hs-sata-soft);
  border: 1px solid var(--hs-sata-border);
  border-radius: 12px;
}

.hs-sata-card h3 {
  margin-bottom: 9px;
}

.hs-sata-secondary-text {
  color: var(--hs-sata-muted) !important;
  font-size: 15px !important;
}


/* =========================
   Note
   ========================= */

.hs-sata-note {
  margin-top: 24px;
  padding: 18px 20px;

  background: var(--hs-sata-note-bg);
  border: 1px solid var(--hs-sata-note-border);
  border-radius: 10px;

  color: #51461f;

  font-size: 15.5px;
  line-height: 2;
}


/* =========================
   Specifications
   ========================= */

.hs-sata-spec-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;

  width: 100%;
  margin-top: 24px;
}

.hs-sata-spec {
  display: flex;
  align-items: flex-start;

  gap: 7px;
  min-width: 0;

  padding: 15px 17px;

  background: var(--hs-sata-soft);
  border: 1px solid var(--hs-sata-border);
  border-radius: 10px;

  font-size: 15.5px;
  line-height: 1.9;
}

.hs-sata-spec strong {
  flex: 0 0 auto;
}

.hs-sata-spec span {
  min-width: 0;
  color: var(--hs-sata-text);
}


/* =========================
   Use Cases
   ========================= */

.hs-sata-usecase-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;

  width: 100%;
  margin-top: 25px;
}

.hs-sata-usecase {
  min-width: 0;

  padding: 22px;

  background: var(--hs-sata-soft);
  border: 1px solid var(--hs-sata-border);
  border-radius: 12px;
}

.hs-sata-usecase h3 {
  margin-bottom: 9px;
}


/* =========================
   Final CTA
   ========================= */

.hs-sata-final-cta {
  margin-top: 25px;
  padding: 20px 22px;

  background: var(--hs-sata-soft);
  border: 1px solid var(--hs-sata-border);
  border-radius: 12px;

  font-size: 16px;
  line-height: 2;
}

.hs-sata-home-link {
  margin-top: 14px;

  color: var(--hs-sata-muted);
  font-size: 15px;
  line-height: 2;
}


/* =========================
   FAQ
   ========================= */

.hs-sata-faq-item {
  width: 100%;

  margin-top: 17px;
  padding: 20px 22px;

  background: #fff;
  border: 1px solid var(--hs-sata-border);
  border-radius: 12px;
}

.hs-sata-faq-item h3 {
  margin-bottom: 9px;
}


/* =========================
   Desktop
   ========================= */

@media (min-width: 1025px) {

  .hs-sata-content {
    padding-right: 10px;
    padding-left: 10px;
  }

}


/* =========================
   Tablet
   ========================= */

@media (max-width: 1024px) {

  .hs-sata-content {
    font-size: 15.5px;
  }

  .hs-sata-content p {
    font-size: 15.5px;
  }

  .hs-sata-intro {
    padding: 25px;
  }

}


/* =========================
   Mobile
   ========================= */

@media (max-width: 767px) {

  .hs-sata-content {
    font-size: 15px;
    line-height: 1.95;
  }

  .hs-sata-content p {
    font-size: 15px;
    line-height: 2;
  }

  .hs-sata-content h1 {
    margin-bottom: 18px;

    font-size: 23px;
    line-height: 1.65;
  }

  .hs-sata-content h2 {
    margin-bottom: 15px;
    padding-right: 12px;

    font-size: 20px;
    line-height: 1.7;
  }

  .hs-sata-content h2::before {
    top: 8px;

    width: 3px;
    height: calc(100% - 16px);
  }

  .hs-sata-content h3 {
    font-size: 17px;
  }

  .hs-sata-intro {
    margin-bottom: 33px;
    padding: 20px 18px;

    border-radius: 10px;
  }

  .hs-sata-section {
    margin-bottom: 34px;
  }

  .hs-sata-intro-link {
    padding-top: 14px;
    font-size: 14.5px;
  }

  .hs-sata-capacity-grid {
    grid-template-columns: 1fr;
    gap: 13px;

    margin-top: 20px;
  }

  .hs-sata-card {
    padding: 18px;
  }

  .hs-sata-spec-grid {
    grid-template-columns: 1fr;
    gap: 10px;

    margin-top: 20px;
  }

  .hs-sata-spec {
    padding: 14px 15px;
  }

  .hs-sata-usecase-grid {
    grid-template-columns: 1fr;
    gap: 13px;

    margin-top: 20px;
  }

  .hs-sata-usecase {
    padding: 18px;
  }

  .hs-sata-note,
  .hs-sata-final-cta {
    padding: 16px 17px;
    border-radius: 9px;
  }

  .hs-sata-faq-item {
    padding: 17px 18px;
    border-radius: 10px;
  }

}


/* =========================
   Small Mobile
   ========================= */

@media (max-width: 480px) {

  .hs-sata-content h1 {
    font-size: 21px;
  }

  .hs-sata-content h2 {
    font-size: 19px;
  }

  .hs-sata-content h3 {
    font-size: 16px;
  }

  .hs-sata-intro {
    padding: 17px 15px;
  }

  .hs-sata-card,
  .hs-sata-usecase {
    padding: 16px;
  }

  .hs-sata-spec {
    display: block;
  }

  .hs-sata-spec strong {
    display: block;
    margin-bottom: 3px;
  }

  .hs-sata-home-link {
    font-size: 14px;
  }

}/* End custom CSS */