/* ============================================ */
/*           Service Product Pages              */
/* ============================================ */
/* ============================================ */
/*              Product Hero                    */
/* ============================================ */
/* Mobile - 360px */
#product-hero {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: url('/assets/images/about-hero-bg.png') center / cover no-repeat;
}
#product-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 2%, rgba(0, 0, 0, 0) 41%), linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 47%);
  z-index: 1;
}
#product-hero .cs-container {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 10rem 1rem 3.75rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
}
#product-hero .cs-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  letter-spacing: -0.5px;
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #product-hero .cs-container {
    padding: 12.5rem 2.5rem 5rem;
  }
  #product-hero .cs-title {
    font-size: 3.125rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #product-hero .cs-container {
    padding: 12.5rem 0 5rem;
  }
  #product-hero .cs-title {
    font-size: 4.375rem;
    line-height: 4.75rem;
    letter-spacing: -1px;
  }
}
/* ============================================ */
/*             Product Content                  */
/* ============================================ */
/* Mobile - 360px */
#service-product {
  background: #fff;
  padding: 3.125rem 1rem;
  /* ---- Left Content Area ---- */
  /* ---- Right Sidebar ---- */
  /* Navigation List */
  /* Star Rating */
  /* Pill Links */
}
#service-product .cs-container {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3.125rem;
  position: relative;
}
#service-product .cs-wave {
  display: none;
}
#service-product .cs-content-area {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
  order: 1;
  /* Overline */
  /* Main heading (H3) */
  /* Section subheading (H5) */
  /* Body text */
  /* Benefits Box */
  /* Data Table */
  /* CTA Buttons */
}
#service-product .cs-content-area .cs-overline {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 0.875rem;
  color: #3D64FD;
  display: block;
  margin-bottom: 0;
}
#service-product .cs-content-area .cs-heading {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.25rem;
  color: #1A1A1F;
  margin: 0;
  letter-spacing: -0.5px;
}
#service-product .cs-content-area .cs-subheading {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #1A1A1F;
  margin: 0;
}
#service-product .cs-content-area .cs-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #1A1A1F;
  margin: 0;
}
#service-product .cs-content-area .cs-benefits-box {
  border: 2px solid #3D64FD;
  border-radius: 0.75rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#service-product .cs-content-area .cs-benefit-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #3D64FD;
}
#service-product .cs-content-area .cs-benefit-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#service-product .cs-content-area .cs-benefit-label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #1A1A1F;
}
#service-product .cs-content-area .cs-benefit-value {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #1A1A1F;
}
#service-product .cs-content-area .cs-data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #3D64FD;
  border-radius: 0.75rem;
  overflow: hidden;
}
#service-product .cs-content-area .cs-data-table th,
#service-product .cs-content-area .cs-data-table td {
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #1A1A1F;
  border-bottom: 1px solid #3D64FD;
  text-align: left;
  vertical-align: middle;
}
#service-product .cs-content-area .cs-data-table th {
  font-size: 1rem;
  border-right: 1px solid #3D64FD;
}
#service-product .cs-content-area .cs-data-table th:last-child {
  border-right: none;
}
#service-product .cs-content-area .cs-data-table td {
  border-right: 1px solid #3D64FD;
}
#service-product .cs-content-area .cs-data-table td:last-child {
  border-right: none;
}
#service-product .cs-content-area .cs-data-table tr:last-child td {
  border-bottom: none;
}
#service-product .cs-content-area .cs-data-table thead tr th {
  border-bottom: 1px solid #3D64FD;
}
#service-product .cs-content-area .cs-product-ctas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.625rem;
}
#service-product .cs-content-area .cs-button-solid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: 0 2.25rem;
  background: #3D64FD;
  background-color: #3D64FD;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
  border-radius: 0.5rem;
  text-align: center;
  white-space: nowrap;
  width: auto;
  border: 0;
  transition: background 0.3s;
}
#service-product .cs-content-area .cs-button-solid:hover {
  background: #2b4fd6;
}
#service-product .cs-content-area .cs-button-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: 0 2.25rem;
  background: transparent;
  color: #3D64FD;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
  border: 1px solid #3D64FD;
  border-radius: 0.5rem;
  text-align: center;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
#service-product .cs-content-area .cs-button-outline:hover {
  background: #3D64FD;
  color: #fff;
}
#service-product .cs-sidebar {
  order: 2;
}
#service-product .cs-sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#service-product .cs-sidebar-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#service-product .cs-sidebar-header {
  border-bottom: 1px solid #5F5F62;
  padding-bottom: 0.75rem;
}
#service-product .cs-sidebar-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
  color: #1A1A1F;
  margin: 0;
}
#service-product .cs-nav-list {
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  overflow: hidden;
}
#service-product .cs-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  border: 1px solid #1A1A1F;
  border-top: none;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1A1F;
  transition: background 0.3s, color 0.3s;
}
#service-product .cs-nav-item:first-child {
  border-top: 1px solid #1A1A1F;
  border-radius: 0.75rem 0.75rem 0 0;
}
#service-product .cs-nav-item:last-child {
  border-radius: 0 0 0.75rem 0.75rem;
}
#service-product .cs-nav-item.cs-active {
  background: #3D64FD;
  color: #fff;
  border-color: #3D64FD;
}
#service-product .cs-nav-item.cs-active .cs-nav-arrow {
  filter: brightness(0) invert(1);
}
#service-product .cs-nav-item:hover:not(.cs-active) {
  background: rgba(61, 100, 253, 0.08);
}
#service-product .cs-nav-arrow {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: filter 0.3s;
}
#service-product .cs-rating-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#service-product .cs-star {
  width: 1rem;
  height: 1rem;
}
#service-product .cs-rating-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #1A1A1F;
}
#service-product .cs-rating-link {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #1A1A1F;
  text-decoration: underline;
}
#service-product .cs-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
#service-product .cs-pill {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem;
  border: 1px solid #1A1A1F;
  border-radius: 6.25rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1A1F;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
#service-product .cs-pill:hover {
  background: #3D64FD;
  color: #fff;
  border-color: #3D64FD;
}
#service-product .cs-pill:hover .cs-pill-arrow {
  filter: brightness(0) invert(1);
}
#service-product .cs-pill-arrow {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: filter 0.3s;
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #service-product {
    padding: 3.125rem 2.5rem;
  }
  #service-product .cs-content-area .cs-heading {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  #service-product .cs-content-area .cs-benefit-item {
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
  }
  #service-product .cs-content-area .cs-benefit-label {
    width: 10.5rem;
    flex-shrink: 0;
  }
  #service-product .cs-content-area .cs-product-ctas {
    flex-direction: row;
    gap: 1.5rem;
  }
  #service-product .cs-content-area .cs-data-table th,
  #service-product .cs-content-area .cs-data-table td {
    font-size: 1rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #service-product .cs-container {
    flex-direction: row;
    gap: 5rem;
  }
  #service-product .cs-wave {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
  }
  #service-product .cs-content-area {
    flex: 1;
    min-width: 0;
    order: 1;
    position: relative;
    z-index: 1;
  }
  #service-product .cs-sidebar {
    width: 25.625rem;
    flex-shrink: 0;
    order: 2;
    align-self: start;
    top: 10.75rem;
    z-index: 1;
  }
  #service-product .cs-sidebar-inner {
    position: sticky;
    top: 10.75rem;
    max-height: calc(100vh - 12rem);
    overflow-y: auto;
    padding: 0 20px 0 0;
    margin: 0 0 20px 0;
  }
}
