/* ==========================================================================
   S3 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: components/landings/animated-about.css --- */

.animated-about {
  --animated-about-sticky-top: 80px;
  --animated-about-visual-offset: var(--space-12);

  border-top: 1px solid var(--color-stroke);
}

.animated-about__layout {
  display: block;
}

.animated-about__col--visual {
  display: none;
}

.animated-about__content {
  list-style: none;
  padding: calc(var(--space-20) - var(--space-8)) 0 0;
  margin: 0;
}

.animated-about__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-8) var(--space-4);
  border-bottom: 1px solid var(--color-stroke);

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

.animated-about__title {
  margin: var(--space-2) 0 0;
  color: var(--color-white);
}

.animated-about__btn {
  margin-top: var(--space-2);
}

@media (min-width: 1024px) {
  .animated-about {
    border-bottom: 1px solid var(--color-stroke);
  }

  .animated-about__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .animated-about__col--visual {
    display: flex;
    justify-content: center;
    position: relative;
    border-right: 1px solid var(--color-stroke);
  }

  .animated-about__visual {
    position: sticky;
    top: var(--animated-about-sticky-top);
    width: 316px;
    height: 280px;
    margin: var(--animated-about-visual-offset) auto;
  }

  .animated-about__visual-stage {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .animated-about__visual-bg {
    position: absolute;
    inset: 0;
    background-image: url("/assets/animated-about-bg-b859f479.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  .animated-about__visual-img {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 78px;
    margin: auto;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
  }

  .animated-about__visual-img.is-active {
    opacity: 1;
  }

  .animated-about--reduced-motion .animated-about__visual-img {
    transition: none;
  }

  .animated-about__content {
    padding-top: 0;
  }

  .animated-about__item {
    padding: var(--space-20) var(--space-8);

    &:last-child {
      padding-bottom: var(--space-20);
    }
  }

  .animated-about__title {
    max-width: 60%;
  }

  .animated-about__btn {
    align-self: flex-start;
    height: 38px;
    min-width: 240px;
  }
}


/* --- Source: pages/s3/hero-section.css --- */

/* Small screen specific styles */
@media (max-width: 1024px) {
  .hero-section .hero--equal {
    --img-height: 222px;
    --title-height: 100px;

    position: relative;

    .hero__title {
      font-size: var(--text-h2);
      margin-bottom: calc(var(--space-8) + var(--img-height));
    }

    .hero__column {
      &:first-child {
        border: 0;
        padding-bottom: 0;
        max-width: none;
      }

      &:last-child {
        position: absolute;
        top: var(--title-height);
        left: 0;
        width: 100%;

        padding: var(--space-8) 0;
      }
    }

    .hero__illustration {
      position: static;
      transform: none;
      width: 100%;
    }
  }
}


/* --- Source: pages/s3/s3-pricing.css --- */

.s3-pricing {
  border: 1px solid var(--color-stroke);
  border-width: 1px 0;

  padding: var(--space-20) var(--space-4);

  text-align: center;

  &::after {
    display: block;
  }
}

.s3-pricing__title {
  margin-bottom: var(--space-3);
  color: var(--color-white);
}

@media (min-width: 1024px) {
  .s3-pricing__container {
    max-width: 488px;
    margin: 0 auto;
  }

  .s3-pricing__title {
    margin-bottom: var(--space-4);
  }
}


/* --- Source: components/range.css --- */

.range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 24px;
  background: transparent;
  cursor: pointer;
  vertical-align: top;

  &:focus {
    outline: none;
  }

  &::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    margin-top: -8px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    background: var(--color-active);
  }

  &::-moz-range-thumb {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: none;
    border-radius: var(--radius-xs);
    background: var(--color-active);
  }
}

.range--progress {
  --value: 0%;

  &::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: var(--radius-xs);
    border: 1px solid var(--color-stroke);
    background: linear-gradient(
      to right,
      var(--color-active) 0%,
      var(--color-active) var(--value),
      var(--color-bg) var(--value),
      var(--color-bg) 100%
    );
  }

  &::-moz-range-track {
    height: 8px;
    border-radius: var(--radius-xs);
    border: 1px solid var(--color-stroke);
    background: linear-gradient(
      to right,
      var(--color-active) 0%,
      var(--color-active) var(--value),
      var(--color-bg) var(--value),
      var(--color-bg) 100%
    );
  }
}


/* --- Source: components/landings/diagram-bar.css --- */

.diagram-bar {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.diagram-bar__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.diagram-bar__label {
  font-size: var(--text-lg);
  line-height: var(--line-height-md);
}

.diagram-bar__value {
  font-size: var(--text-lg);
  line-height: var(--line-height-md);
}

.diagram-bar--highlighted {
  color: var(--color-active);

  .diagram-bar__value {
    color: var(--color-active);
  }

  .diagram-bar__scale-inner {
    background-color: var(--color-active);
    border-right-color: var(--color-active);
  }
}

.diagram-bar__scale {
  display: flex;
  height: 20px;
  border: 1px solid var(--color-stroke);
  border-radius: var(--radius-xs);
  background-color: var(--color-bg);
}

.diagram-bar__scale-inner {
  width: 2%;
  height: 100%;
  border-radius: var(--radius-xs) 0 0 var(--radius-xs);
  border-right: 1px solid var(--color-stroke);
  background-color: var(--color-bg);
  transition: width 280ms ease;
}


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

.calculator__toggle {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);

  margin-bottom: var(--space-12);
}

.calculator__toggle-item {
  flex: 1;
  min-width: 0;
}

.calculator__toggle-input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.calculator__toggle-label {
  position: relative;

  display: block;
  overflow: hidden;
  padding: var(--space-5);

  border: 1px solid rgba(40, 205, 217, 0.3);
  border-radius: var(--radius-lg);
  background: var(--color-dark);

  color: var(--color-text);
  cursor: pointer;

  transition:
    border-color 280ms ease,
    background-color 280ms ease,
    box-shadow 280ms ease;
}

.calculator__toggle-label::before,
.calculator__toggle-label::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: var(--color-active-80);
  filter: blur(100px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 400ms ease;
}

.calculator__toggle-label::before {
  top: -91px;
  right: -11px;
}

.calculator__toggle-label::after {
  bottom: -91px;
  left: -11px;
}

.calculator__toggle-input:checked + .calculator__toggle-label {
  border-color: rgba(40, 205, 217, 0.45);
  box-shadow: 0 0 24px rgba(40, 205, 217, 0.12);
}

.calculator__toggle-input:checked + .calculator__toggle-label::after {
  opacity: 1;
}

.calculator__toggle-input:checked + .calculator__toggle-label::before {
  opacity: 0;
}

.calculator__toggle-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-2);
}

.calculator__toggle-mark {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(40, 205, 217, 0.3);
  border-radius: var(--radius-md);
  background: rgba(40, 205, 217, 0.06);
  color: var(--color-dark);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.calculator__toggle-mark svg {
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: scale(0.75);
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.34, 1.4, 0.64, 1);
}

.calculator__toggle-input:checked
  + .calculator__toggle-label
  .calculator__toggle-mark {
  border-color: var(--color-active);
  background: var(--color-active);
}

.calculator__toggle-input:checked
  + .calculator__toggle-label
  .calculator__toggle-mark
  svg {
  opacity: 1;
  transform: scale(1);
}

.calculator__toggle-title {
  font-family: var(--font-heading);
  font-size: var(--text-h3);
  font-weight: 600;
  line-height: normal;
  color: var(--color-white);
}

.calculator__toggle-description {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--font-body);
  font-size: var(--text-lg);
  line-height: var(--line-height-lg);
  color: var(--color-text);
}

.calculator__ranges {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);

  margin-bottom: var(--space-12);
}

.calculator__range {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.calculator__range-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.calculator__range-label {
  font-size: var(--text-lg);
  line-height: var(--line-height-md);
}

.calculator__range-digit {
  font-size: var(--text-lg);
  font-weight: 700;
  line-height: var(--line-height-md);

  color: var(--color-active);
}

.calculator__diagrams {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);

  margin-bottom: var(--space-12);
}

.calculator__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);

  margin-bottom: var(--space-5);
}

.calculator__comparison-link {
  p {
    text-align: center;

    font-size: var(--text-lg);
    line-height: var(--line-height-md);

    a {
      color: var(--color-active);
      font-weight: 600;
    }
  }
}

@media (min-width: 1024px) {
  .calculator__toggle {
    flex-direction: row;
    gap: var(--space-8);
  }

  .calculator__toggle-header {
    flex-direction: row;
  }

  .calculator__toggle-label {
    padding: var(--space-6) var(--space-8);
  }

  .calculator__toggle-input:checked + .calculator__toggle-label::before {
    opacity: 1;
  }

  .calculator__toggle-title {
    font-size: 24px;
  }

  .calculator__ranges {
    flex-direction: row;
    gap: var(--space-8);
  }

  .calculator__range {
    flex: 1;
  }

  .calculator__actions {
    flex-direction: row;
    justify-content: center;
    gap: var(--space-4);

    .btn {
      min-width: 320px;
      height: 38px;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .calculator__toggle-label,
  .calculator__toggle-label::before,
  .calculator__toggle-label::after,
  .calculator__toggle-mark,
  .calculator__toggle-mark svg {
    transition: none;
  }
}


/* --- Source: pages/s3/calculator-section.css --- */

.calculator-section {
  padding: 0 var(--space-4);
}

@media (min-width: 1024px) {
  .calculator-section {
    padding: 0 var(--space-8);
  }
}


/* --- 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: pages/s3/s3-features.css --- */

.s3-features {
  .section-heading {
    padding: 0 var(--space-4);
    margin-bottom: var(--space-6);
  }
}

.s3-features__content {
  border: 1px solid var(--color-stroke);
  border-width: 1px 0;

  padding: var(--space-4) 0;
}

.s3-features__card {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-4) var(--space-5);
}

.s3-features__card-visual {
  display: flex;
  align-items: center;
}

.s3-features__card-illustration {
  display: block;
  width: auto;
  max-width: 124px;
  height: auto;
}

.s3-features__card-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.s3-features__card-title {
  margin: 0;
  color: var(--color-white);
}

.s3-features__card-description {
  margin: 0;
  color: var(--color-text);
}

@media (min-width: 1024px) {
  .s3-features {
    .section-heading {
      padding: 0 var(--space-8);
    }
  }

  .s3-features__content {
    padding: 0;

    border-bottom: 0;
  }

  .s3-features__card {
    display: grid;
    grid-template-columns: 25% 1fr;
    gap: 0;
    padding: 0;
    border-bottom: 1px solid var(--color-stroke);
  }

  .s3-features__card-visual {
    justify-content: center;
    padding: var(--space-5);
    border-right: 1px solid var(--color-stroke);
  }

  .s3-features__card-text {
    justify-content: center;
    padding: var(--space-5) var(--space-8);
  }
}


/* --- 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;
  }
}

