/* ==========================================================================
   Home Page Bundle
   Auto-generated by bin/bundle-css — do not edit manually.
   ========================================================================== */

/* --- Source: components/landings/hero.css --- */

.hero {
  padding: 0 var(--space-4, 16px);
}

.hero__title {
  line-height: normal;
  font-size: 36px;

  .emphasis--selected {
    line-height: 44px;
  }
}

.hero__title-icon {
  display: inline-block;
  vertical-align: baseline;

  width: 29px;
  height: 29px;
}

.hero__column {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: var(--space-8, 32px) 0;

  &:last-child {
    padding-bottom: 0;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-5, 20px);
}

.hero__features {
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: var(--space-3, 12px);

  list-style: none;

  line-height: var(--line-height-md, 24px);
}

.hero__features-item {
  display: flex;
  align-items: center;
  gap: var(--space-2, 8px);
}

.hero__features-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  color: var(--color-active, #28cdd9);

  .square-icon__img {
    width: 24px;
    height: 24px;
  }
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);
}

.hero__actions-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2, 8px);
  color: var(--color-white);
  height: 38px;
  border: 1px solid var(--color-stroke);
  border-radius: var(--radius-sm, 4px);
  font-weight: 500;
  font-size: var(--text-lg, 16px);
  white-space: nowrap;
  cursor: pointer;
}

.hero__note {
  margin: 0;
  font-size: var(--text-md, 14px);
  line-height: var(--line-height-sm, 20px);
  color: var(--color-text-secondary, #676d72);
}

.hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 396px;
}

.hero__visual-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-4, 16px);
}

.hero__visual .video-embed {
  width: 100%;
}

.hero__illustration {
  width: 598px;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero--equal,
.hero--one-third {
  .hero__column:first-child {
    max-width: 100%;
    border-bottom: 1px solid var(--color-stroke, #1c363f);
  }
}

@media (min-width: 1024px) {
  .hero__column:first-child {
    max-width: 72%;
    padding: var(--space-8, 32px);
  }

  .hero__title {
    font-size: var(--text-h1, 40px);
  }

  .hero__actions {
    flex-direction: row;
    gap: var(--space-4, 16px);
    margin-top: var(--space-4, 16px);
  }

  .hero__actions-btn {
    min-width: 220px;
  }

  .hero__actions-link {
    border: 0;
    padding: 0;
    height: auto;
    color: var(--color-active, #28cdd9);
    font-size: var(--text-md, 14px);
    line-height: var(--line-height-sm, 20px);

    &:hover {
      color: var(--color-white, #ffffff);
    }
  }

  .hero__features-icon {
    width: 28px;
    height: 28px;

    .square-icon__img {
      width: 16px;
      height: 16px;
    }
  }

  .hero--equal {
    display: flex;
    padding: 0;

    .hero__column {
      flex: 0 0 50%;
      max-width: none;
      justify-content: center;
    }

    .hero__column:first-child {
      border: 1px solid var(--color-stroke, #1c363f);
      border-width: 0 1px 0 0;
    }

    .hero__illustration {
      position: static;
      transform: none;
    }

    .hero__visual-stack {
      position: absolute;
      top: 50%;
      width: 100%;

      transform: translateY(-50%);
      padding: 0 var(--space-8, 32px);
    }
  }

  .hero--one-third {
    display: flex;
    padding: 0;

    .hero__column:first-child {
      flex: 0 0 35.5%;
      max-width: none;
      justify-content: center;
      border: 1px solid var(--color-stroke, #1c363f);
      border-width: 0 1px 0 0;
    }

    .hero__column:last-child {
      flex: 0 0 64.5%;
      justify-content: center;
    }

    .hero__illustration {
      position: static;
      transform: none;
    }

    .hero__visual-stack {
      position: absolute;
      top: 50%;
      width: 100%;

      transform: translateY(-50%);
      padding: 0 var(--space-8, 32px);
    }
  }
}


/* --- Source: pages/home/products.css --- */

.products {
  position: relative;
  border: 1px solid var(--color-stroke, #1c363f);
  border-width: 1px 0;

  padding: var(--space-12, 48px) var(--space-4, 16px);
}

.products__card {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);
  padding: var(--space-8, 32px) 0;

  &:not(:last-child) {
    border-bottom: 1px solid var(--color-stroke, #1c363f);
  }
}

.products__card-conditions {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--space-1, 4px);
  column-gap: var(--space-3, 12px);

  margin-bottom: var(--space-3, 12px);
}

@media (min-width: 1024px) {
  .products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .products.section-striped {
    &::after {
      display: block;
    }
  }

  .products__card {
    --products-card-corner-arm: 7px;

    position: relative;
    padding: var(--space-20, 80px) var(--space-8, 32px);

    /* L-shaped corners (same as 7×7 SVG) on all four corners */
    &::after {
      content: "";
      position: absolute;
      inset: -1px;
      pointer-events: none;
      background-image:
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white));
      background-size:
        var(--products-card-corner-arm) 1px,
        1px var(--products-card-corner-arm),
        var(--products-card-corner-arm) 1px,
        1px var(--products-card-corner-arm),
        var(--products-card-corner-arm) 1px,
        1px var(--products-card-corner-arm),
        var(--products-card-corner-arm) 1px,
        1px var(--products-card-corner-arm);
      background-position:
        left top,
        left top,
        right top,
        right top,
        left bottom,
        left bottom,
        right bottom,
        right bottom;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 0.2s ease;
    }

    &:hover::after {
      opacity: 1;
    }

    &:not(:last-child) {
      border-bottom: none;
      border-right: 1px solid var(--color-stroke, #1c363f);
    }
  }

  .products__card-explore {
    align-self: flex-start;
  }
}


/* --- Source: pages/home/own-stack.css --- */

.own-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-5, 20px);
}

.own-stack__heading {
  padding: 0 var(--space-4, 16px);
}

.own-stack__cards {
  margin: var(--space-3, 12px) 0;
}

.own-stack__tagline {
  padding: 0 var(--space-4, 16px);
}

@media (min-width: 1024px) {
  .own-stack {
    gap: 0;
  }

  .own-stack__cards {
    margin: var(--space-3, 12px) 0;
  }

  .own-stack__heading {
    padding: var(--space-5, 20px) var(--space-8, 32px);
  }

  .own-stack__tagline {
    padding: var(--space-5, 20px) var(--space-8, 32px);
  }
}


/* --- Source: pages/home/feature-cards.css --- */

.feature-cards {
  --feature-cards-bg-height: 80px;

  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5, 20px);

  border: 1px solid var(--color-stroke, #1c363f);
  border-width: 1px 0;
}

.feature-cards__card {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);

  position: relative;
  padding-bottom: var(--feature-cards-bg-height);

  &:not(:last-child) {
    border-bottom: 1px solid var(--color-stroke, #1c363f);
  }
}

.feature-cards__card-content {
  position: relative;

  padding: var(--space-6, 24px) var(--space-4, 16px);
  z-index: var(--z-base, 1);
  background-color: var(--color-dark, #020c14);
}

.feature-cards__card-visual {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--feature-cards-bg-height);
  overflow: hidden;
}

.feature-cards__card-visual-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media (min-width: 1024px) {
  .feature-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .feature-cards__card {
    --feature-cards-bg-height: 110px;
    --feature-cards-corner-arm: 7px;

    &::after {
      content: "";
      position: absolute;
      inset: -1px;
      pointer-events: none;
      z-index: 3;
      background-image:
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white)),
        linear-gradient(var(--color-white), var(--color-white));
      background-size:
        var(--feature-cards-corner-arm) 1px,
        1px var(--feature-cards-corner-arm),
        var(--feature-cards-corner-arm) 1px,
        1px var(--feature-cards-corner-arm),
        var(--feature-cards-corner-arm) 1px,
        1px var(--feature-cards-corner-arm),
        var(--feature-cards-corner-arm) 1px,
        1px var(--feature-cards-corner-arm);
      background-position:
        left top,
        left top,
        right top,
        right top,
        left bottom,
        left bottom,
        right bottom,
        right bottom;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 0.2s ease;
    }

    &:hover::after {
      opacity: 1;
    }

    &:not(:last-child) {
      border-bottom: none;
      border-right: 1px solid var(--color-stroke, #1c363f);
    }
  }

  .feature-cards__card-glow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;

    &::before {
      content: "";
      position: absolute;
      top: -50px;
      right: -50px;
      width: 100px;
      height: 100px;
      border-radius: 100px;
      background: var(--color-active-80);
      filter: blur(60px);
    }
  }

  .feature-cards__card-content {
    padding: var(--space-8, 32px) var(--space-8, 32px) var(--space-6, 24px);
  }
}


/* --- Source: pages/home/perfomance.css --- */

.perfomance {
  display: flex;
  flex-direction: column;
}

.perfomance__cards {
  display: flex;
  flex-direction: column;

  border: 1px solid var(--color-stroke, #1c363f);
  border-width: 1px 0;
}

.perfomance__cards-card {
  display: flex;
  flex-direction: column;

  padding: var(--space-6, 24px) var(--space-6, 24px) var(--space-5, 20px);

  align-items: center;

  &:not(:last-child) {
    border-bottom: 1px solid var(--color-stroke, #1c363f);
  }
}

.perfomance__cards-value {
  margin-bottom: var(--space-1, 4px);

  font-size: var(--text-h1, 40px);
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--color-active, #28cdd9);

  background: linear-gradient(158deg, #3cdfea 50%, #0f9099 83.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.perfomance__cards-label {
  text-transform: lowercase;
}

.perfomance__link {
  --perfomance__link-stem: 33px;

  position: relative;
  text-align: center;

  padding-top: var(--perfomance__link-stem);

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 1px;
    height: var(--perfomance__link-stem);
    background: var(--color-stroke, #1c363f);
  }

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%);
    background:
      linear-gradient(var(--color-white, #fff), var(--color-white, #fff)) 50% /
        1px 13px no-repeat,
      linear-gradient(var(--color-white, #fff), var(--color-white, #fff)) 50% /
        13px 1px no-repeat;
  }
}

@media (min-width: 1024px) {
  .perfomance__cards {
    flex-direction: row;
  }

  .perfomance__cards-card {
    flex: 1;

    &:not(:last-child) {
      border-bottom: none;
      border-right: 1px solid var(--color-stroke, #1c363f);
    }
  }
}


/* --- Source: components/landings/compliance-strip.css --- */

.compliance-strip {
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  gap: var(--space-3, 12px);
  padding: var(--space-6, 24px) var(--space-4, 16px);

  border: 1px solid var(--color-stroke, #1c363f);
  border-width: 1px 0;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 132px;
    height: 132px;
    transform: translate(50%, -50%);
    border-radius: 100px;
    background: var(--color-active-80);
    filter: blur(60px);
  }

  &::after {
    content: "";
    position: absolute;
    bottom: -108px;
    left: -100px;
    width: 132px;
    height: 132px;
    border-radius: 100px;
    background: var(--color-active-80);
    filter: blur(60px);
  }
}

.compliance-strip__item {
  display: flex;
  align-items: center;
  gap: var(--space-2, 8px);
}

.compliance-strip__icon {
  width: 44px;
  height: 44px;
  color: var(--color-active);
  background: rgba(40, 205, 217, 0.06);

  .square-icon__img {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1024px) {
  .compliance-strip {
    flex-direction: row;

    padding: var(--space-4, 16px);

    justify-content: space-around;

    &::before {
      top: -124px;
      right: 220px;

      transform: none;
    }

    &::after {
      bottom: -124px;
      left: 180px;
    }
  }

  .compliance-strip__icon {
    width: 28px;
    height: 28px;

    .square-icon__img {
      width: 16px;
      height: 16px;
    }
  }
}


/* --- Source: components/landings/banner-section.css --- */

.banner-section {
  padding: 0 var(--space-4, 16px) var(--space-20, 80px);
}

@media (min-width: 1024px) {
  .banner-section {
    padding: var(--space-25, 100px) 0;
  }
}

