/* Features page stylesheet
   Scope: body.page-features (+ body.page-common shared shell markup)
   Notes: ports the product-page hero and repeating feature-card layout
   without importing product-page-only structure. */

.page-features .homebanner.layout-hero-split {
  position: relative;
  overflow: hidden;
}

.page-features .homebanner.layout-hero-split .homebannerbtn,
.page-features .homebanner.layout-hero-split .demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 220px;
  height: 54px;
  border-radius: 4px;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  box-sizing: border-box;
}

.page-features .homebanner.layout-hero-split .homebannerbtn {
  background: #3064f9;
  color: #ffffff;
  border: 1px solid #3064f9;
  box-sizing: border-box;
}

.page-features .homebanner.layout-hero-split .homebannerbtn:hover,
.page-features .homebanner.layout-hero-split .homebannerbtn:focus-visible {
  background: transparent;
  color: #3064f9;
  border-color: #3064f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

.page-features .homebanner.layout-hero-split .demo-btn {
  border: 1px solid #3064f9;
  background: transparent;
  color: #3064f9;
}

.page-features .homebanner.layout-hero-split .demo-btn svg {
  position: relative;
  top: -1px;
  flex: none;
}

.page-features .homebanner.layout-hero-split .demo-btn:hover,
.page-features .homebanner.layout-hero-split .demo-btn:focus-visible {
  background: #3064f9;
  color: #ffffff;
  border-color: #3064f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

.page-features .homebanner.layout-hero-split .demo-btn:hover svg,
.page-features .homebanner.layout-hero-split .demo-btn:focus-visible svg {
  fill: #ffffff;
}

.page-features .homebanner.layout-hero-split img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-features .layout-icon-grid-3x2 {
  padding-left: 0;
  padding-right: 0;
  background: #ffffff;
}

.page-features .layout-icon-grid-3x2.padding-top-60 {
  padding-top: 60px;
}

.page-features .layout-icon-grid-3x2.padding-top-100 {
  padding-top: 100px;
}

.page-features .layout-icon-grid-3x2.padding-bottom-100 {
  padding-bottom: 100px;
}

.page-features .layout-icon-grid-3x2 > .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.page-features .layout-icon-grid-3x2 .section-headings {
  margin: 0;
  color: #0f193b;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.page-features .layout-icon-grid-3x2 .features-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.page-features .layout-icon-grid-3x2 .features-section-header > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
  color: #3064f9;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.page-features .layout-icon-grid-3x2 .features-section-header > a img {
  display: block;
}

.page-features .layout-icon-grid-3x2 .feature-grid-one,
.page-features .layout-icon-grid-3x2 .feature-grid-three {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 340px);
  grid-auto-rows: minmax(174px, auto);
  gap: 30px;
}

.page-features .layout-icon-grid-3x2 .grid-box-one {
  position: relative;
  min-height: 174px;
  margin: 0;
  padding: 23px;
  border: 1px solid #dce1eb;
  border-radius: 6px;
  background: #ffffff;
  box-sizing: border-box;
}

.page-features .layout-icon-grid-3x2 .grid-box-one-link {
  padding-right: 23px;
}

.page-features .layout-icon-grid-3x2 .grid-box-one-link > a {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.page-features .layout-icon-grid-3x2 .features-arrow {
  position: absolute;
  top: 33px;
  right: 23px;
  width: 20px;
  height: 20px;
}

.page-features .layout-icon-grid-3x2 .icon-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  margin: 0 0 15px;
}

.page-features .layout-icon-grid-3x2 .icon-box img {
  display: block;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.page-features .layout-icon-grid-3x2 .icon-box img[width="60"] {
  max-width: 60px;
}

.page-features .layout-icon-grid-3x2 .icon-box img[width="43"] {
  max-width: 43px;
}

.page-features .layout-icon-grid-3x2 .subheadings-3 {
  margin: 0 0 10px;
  color: #0f193b;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.page-features .layout-icon-grid-3x2 .textone {
  margin: 0;
  color: #5f6578;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.page-feature-detail .feature-detail-main {
  padding: 60px 0 0;
  background: #ffffff;
}

.page-feature-detail .feature-detail-hero {
  overflow: hidden;
  background: #f8f8fd;
}

.page-feature-detail .feature-detail-hero-inner {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 1080px;
  min-height: 540px;
  margin: 0 auto;
}

.page-feature-detail .feature-detail-hero-copy,
.page-feature-detail .feature-detail-hero-art {
  flex: 0 0 540px;
}

.page-feature-detail .feature-detail-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-feature-detail .feature-detail-hero-art {
  width: 540px;
  height: 540px;
}

.page-feature-detail .feature-detail-hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-feature-detail .feature-detail-hero-actions {
  display: flex;
  gap: 20px;
}

.page-feature-detail .feature-detail-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 220px;
  height: 54px;
  border: 1px solid #3064f9;
  border-radius: 4px;
  box-sizing: border-box;
  color: #3064f9;
  font: 400 16px/20px 'Outfit', Arial, sans-serif;
  text-decoration: none;
}

.page-feature-detail .feature-detail-hero-actions .feature-detail-start {
  background: #3064f9;
  color: #ffffff;
}

.page-feature-detail .feature-detail-hero-actions .feature-detail-how:link,
.page-feature-detail .feature-detail-hero-actions .feature-detail-how:visited {
  color: #3064f9;
}

.page-feature-detail .feature-detail-hero-actions a:hover,
.page-feature-detail .feature-detail-hero-actions a:focus-visible {
  background: #3064f9;
  color: #ffffff;
}

.page-feature-detail .feature-detail-hero-actions .feature-detail-start:hover,
.page-feature-detail .feature-detail-hero-actions .feature-detail-start:focus-visible {
  background: transparent;
  color: #3064f9;
}

.page-feature-detail .feature-detail-main > .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-feature-detail .feature-detail-card-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-feature-detail .feature-detail-card-copy h1 {
  margin: 0;
  color: #0f193b;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  overflow-wrap: anywhere;
}

.page-feature-detail .feature-detail-card-copy p {
  margin: 0;
  color: #5f6578;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.page-feature-detail .feature-detail-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-feature-detail .feature-detail-block {
  padding-bottom: 40px;
  border-bottom: 1px solid #dce1eb;
}

.page-feature-detail .feature-detail-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-feature-detail .feature-detail-block h2 {
  margin: 0 0 20px;
  color: #0f193b;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

.page-feature-detail .feature-detail-block p,
.page-feature-detail .feature-detail-block li {
  margin: 0;
  color: #5f6578;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.page-feature-detail .feature-detail-block p + p {
  margin-top: 20px;
}

.page-feature-detail .feature-detail-block ul {
  margin: 0;
  padding-left: 24px;
}

.page-feature-detail .feature-detail-block li + li {
  margin-top: 20px;
}

@media screen and (min-width: 1080px) {
  .page-features .layout-icon-grid-3x2 > .container {
    width: 1080px;
    max-width: 1080px;
  }

  .page-feature-detail .feature-detail-main > .container {
    width: 1080px;
    max-width: 1080px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-features .homebanner.layout-hero-split {
    height: 540px;
    padding: 0;
    background: #f8f8fd;
  }

  .page-features .homebanner.layout-hero-split .container {
    width: 100%;
    max-width: 1080px;
    height: 540px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: border-box;
  }

  .page-features .homebanner.layout-hero-split .row {
    display: flex;
    align-items: center;
    height: 540px;
    margin-left: 0;
    margin-right: 0;
  }

  .page-features .homebanner.layout-hero-split .col-md-6 {
    flex: 0 0 540px;
    max-width: 540px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-features .homebanner.layout-hero-split .row > .col-md-6:first-child {
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-features .homebanner.layout-hero-split .row > .col-md-6:last-child {
    display: none;
  }

  .page-features .homebanner.layout-hero-split .hero-copy-frame {
    width: 540px;
  }

  .page-features .homebanner.layout-hero-split h1 {
    width: 540px;
    margin: 0;
    color: #0f193b;
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
  }

  .page-features .homebanner.layout-hero-split h2 {
    width: 540px;
    margin: 20px 0 0;
    color: #5f6578;
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .page-features .homebanner.layout-hero-split .simpleflex {
    width: 460px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .page-features .homebanner.layout-hero-split .bannerstats {
    display: none;
  }

  .page-features .homebanner.layout-hero-split .homebannerimg {
    position: absolute;
    left: calc(50% + 80px);
    top: 0;
    width: 540px;
    height: 540px;
    padding: 0;
  }

  .page-features .homebanner.layout-hero-split .homebannerimg img {
    width: 540px;
    height: 540px;
    object-fit: contain;
  }
}

@media screen and (max-width: 1079px) {
  .page-features .homebanner.layout-hero-split {
    height: auto;
    min-height: 0;
    padding: 40px 0;
    text-align: left;
    background: #f8f8fd;
  }

  .page-features .homebanner.layout-hero-split .homebannerimg {
    display: none;
  }

  .page-features .homebanner.layout-hero-split .container {
    width: 375px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .page-features .homebanner.layout-hero-split .row {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .page-features .homebanner.layout-hero-split .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-features .homebanner.layout-hero-split .hero-copy-frame {
    width: 335px;
  }

  .page-features .homebanner.layout-hero-split h1 {
    width: 335px;
    margin: 0;
    color: #0f193b;
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
  }

  .page-features .homebanner.layout-hero-split h2 {
    width: 335px;
    margin: 20px 0 0;
    color: #5f6578;
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .page-features .homebanner.layout-hero-split .simpleflex {
    width: 335px;
    height: 128px;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }

  .page-features .homebanner.layout-hero-split .homebannerbtn,
  .page-features .homebanner.layout-hero-split .demo-btn {
    width: 335px;
    height: 54px;
    margin: 0;
  }

  .page-features .homebanner.layout-hero-split .bannerstats {
    display: none;
  }

  .page-features .homebanner.layout-hero-split .homebannerimgmob {
    width: 375px;
    margin-top: 0;
    margin-left: -20px;
  }

  .page-features .homebanner.layout-hero-split .homebannerimgmob img {
    width: 375px;
    height: auto;
  }

  .page-features .layout-icon-grid-3x2 > .container {
    max-width: 375px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-features .layout-icon-grid-3x2.padding-top-60,
  .page-features .layout-icon-grid-3x2.padding-top-100 {
    padding-top: 60px;
  }

  .page-features .layout-icon-grid-3x2.padding-bottom-100 {
    padding-bottom: 60px;
  }

  .page-features .layout-icon-grid-3x2 .section-headings {
    font-size: 26px;
    line-height: 33px;
  }

  .page-features .layout-icon-grid-3x2 .features-section-header {
    display: block;
  }

  .page-features .layout-icon-grid-3x2 .features-section-header > a {
    margin-top: 30px;
  }

  .page-features .layout-icon-grid-3x2 .feature-grid-one,
  .page-features .layout-icon-grid-3x2 .feature-grid-three {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-features .layout-icon-grid-3x2 .grid-box-one {
    min-height: 0;
    padding: 23px;
  }

  .page-features .layout-icon-grid-3x2 .grid-box-one-link {
    padding-right: 55px;
  }

  .page-features .layout-icon-grid-3x2 .subheadings-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .page-features .layout-icon-grid-3x2 .textone {
    font-size: 14px;
    line-height: 18px;
  }

  .page-feature-detail .feature-detail-main {
    padding: 60px 0 0;
  }

  .page-feature-detail .feature-detail-hero-inner {
    width: 375px;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .page-feature-detail .feature-detail-hero-copy,
  .page-feature-detail .feature-detail-hero-art {
    flex: none;
  }

  .page-feature-detail .feature-detail-hero-actions {
    flex-direction: column;
  }

  .page-feature-detail .feature-detail-hero-actions a {
    width: 335px;
  }

  .page-feature-detail .feature-detail-hero-art {
    width: 335px;
    height: 284px;
  }

  .page-feature-detail .feature-detail-main > .container {
    width: 375px;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-feature-detail .feature-detail-block h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .page-feature-detail .feature-detail-block ul {
    padding-left: 18px;
  }
}
