.usp-section {
  padding: 0;
  background: var(--ai-surface);
}

.usp-head {
  display: flex;
  justify-content: center;
  padding: 61px 20px;
  background: var(--ai-surface);
}

.usp-title {
  margin: 0;
  color: var(--ai-black);
  text-align: center;
}

.usp-slider {
  width: 100%;
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--ai-border);
  padding: 1px 0;
}

.usp-card {
  height: 302px;
  background: var(--ai-surface);
}

.usp-card-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 23px 60px;
  overflow: hidden;
}

.usp-card-head {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 6px;
}

.usp-card-icon {
  width: auto;
  max-width: 36px;
  height: auto;
  max-height: 32px;
  flex: 0 0 auto;
  object-fit: contain;
}

.usp-card-title {
  min-width: 0;
  margin: 0;
  color: var(--ai-black);
}

.usp-card-text {
  width: 100%;
  color: var(--ai-black);
}

.usp-pagination {
  display: none;
}

.mood-banner-section {
  position: relative;
  height: 595px;
  overflow: hidden;
  background: #0e0a09;
}

.mood-banner-picture {
  position: absolute;
  inset: 0;
  display: block;
}

.mood-banner-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mood-banner-title {
  position: absolute;
  right: max(60px, calc(50% - 652px));
  bottom: 37px;
  z-index: 1;
  margin: 0;
  color: var(--central-beige);
  text-align: right;
  white-space: nowrap;
}

.demo-section {
  position: relative;
  height: 1116px;
  overflow: hidden;
  background: var(--central-beige);
}

.demo-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - 80px);
  max-width: 1360px;
  margin: 0 auto;
  padding: 48px 0;
  color: var(--central-black);
}

.demo-title {
  width: 615px;
  margin: 0;
}

.demo-text {
  display: none;
}

.demo-video {
  position: relative;
  z-index: 2;
  width: 900px;
  height: 507px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
  background: var(--central-white);
}

.demo-video iframe,
.demo-video-item {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.demo-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
}

.demo-video-play svg {
  display: block;
  width: 62px;
  height: 62px;
}

.demo-image-box {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 550px;
  overflow: hidden;
}

.demo-image-picture {
  position: absolute;
  inset: 0;
  display: block;
}

.demo-image {
  display: block;
  width: 100%;
  height: 135.36%;
  object-fit: cover;
  object-position: top center;
}

.demo-image-text {
  position: absolute;
  top: 264px;
  left: 50%;
  width: 898px;
  max-width: calc(100% - 80px);
  color: var(--central-white);
  text-align: center;
  transform: translateX(-50%);
}

.customer-section {
  background: var(--central-signal-fire);
  color: var(--central-black);
}

.customer-head {
  display: flex;
  justify-content: center;
  padding: 51px 20px 119px;
}

.customer-title {
  width: 598px;
  margin: 0;
  text-align: center;
}

.customer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--central-black);
  border-bottom: 1px solid var(--central-black);
  background: var(--central-black);
}

.customer-card {
  display: flex;
  height: 571px;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 23px 48px;
  background: var(--central-signal-fire);
}

.customer-card-toggle {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--central-black);
  text-align: left;
}

.customer-card-title {
  display: block;
}

.customer-card-icon {
  display: none;
}

.customer-card-body {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.customer-card-text {
  margin-top: 10px;
}

.customer-card-text p {
  margin: 0 0 13px;
}

.customer-card-text p:last-child {
  margin-bottom: 0;
}

.customer-card-link {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 4px;
  background: #3b3b3b;
  color: var(--central-white);
  text-align: center;
}

.customer-card-link svg {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.customer-card-link:hover,
.channels-link:hover {
  background: var(--central-neon-tide);
  color: var(--central-black);
}

.newsletter-section {
  position: relative;
  min-height: 576px;
  overflow: hidden;
  background: #160400;
  color: var(--central-beige);
}

.newsletter-bg {
  position: absolute;
  inset: 0;
  display: block;
}
.newsletter-bg:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  height: 173px;
  background: #160400;
}

.newsletter-bg-image {
  display: block;
  width: 100%;
  height: 100%;
}

.newsletter-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 576px;
  flex-direction: column;
  align-items: center;
  padding: 80px 40px 75px;
}

.newsletter-title {
  margin: 0;
  color: var(--central-beige);
  text-align: center;
}

.newsletter-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
  width: 631px;
  margin-top: 53px;
  padding: 32px 60px;
  border: 1px solid rgba(248, 243, 241, 0.09);
  border-radius: 4px;
  background: rgba(248, 243, 241, 0.07);
  backdrop-filter: blur(1.95px);
}

.newsletter-text {
  color: var(--central-beige);
  text-align: center;
}

.newsletter-form {
  display: flex;
  gap: 9px;
  width: 406px;
  align-items: center;
}

.steps-section {
  position: relative;
  overflow: visible;
  padding: 61px 40px 70px;
  background: var(--central-beige);
  color: var(--central-black);
}

.steps-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  text-align: center;
}

.steps-title {
  width: 560px;
  max-width: 100%;
  margin: 0;
}

.steps-text {
  width: 735px;
  max-width: 100%;
}

.steps-body {
  position: relative;
  display: grid;
  grid-template-columns: 325px minmax(0, 1fr);
  gap: 65px;
  max-width: 1360px;
  align-items: flex-start;
  margin-top: 126px;
  margin-right: auto;
  margin-left: auto;
}

.steps-list {
  position: sticky;
  top: 100px;
  width: 325px;
}

.steps-list-progress {
  position: absolute;
  top: 114px;
  bottom: 114px;
  left: 81px;
  display: block;
  width: 1px;
  background: var(--border-light-grey, #e2e2e2);
  pointer-events: none;
}

.steps-list-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, #ff5842 0%, #ff5842 100%);
  box-shadow: 0 -1px 3px 0 #ff5842;
  transform: scaleY(0);
  transform-origin: top;
}

.steps-item {
  position: relative;
}

.steps-item + .steps-item {
  margin-top: 16px;
  transition: margin-top 0.35s ease;
}

.steps-item.is-current + .steps-item {
  margin-top: 111px;
}

.steps-card {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 114px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--central-black);
  border-radius: 4px;
  overflow: hidden;
  background: #f8f3f1;
  color: var(--central-black);
  text-align: left;
  transition: color 0.25s ease;
}

.steps-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--central-black);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.steps-item.is-active .steps-card {
  color: var(--central-white);
}

.steps-item.is-active .steps-card:before {
  transform: scaleY(1);
}

.steps-card-content,
.steps-card-icon {
  position: relative;
  z-index: 1;
}

.steps-card-content {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 17px;
  font-family: var(--font-body);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.steps-card-number {
  color: var(--central-signal-fire);
}

.steps-card-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.steps-card-icon {
  display: none;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  color: var(--central-signal-fire);
}

.steps-item.is-active .steps-card-icon {
  display: flex;
}

.steps-card-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

.steps-media {
  width: 100%;
}

.steps-mobile-flow {
  display: none;
}

.steps-media:not(:has(.steps-media-image)) {
  display: none;
}

.steps-media-item {
  display: flex;
  min-height: 578px;
  align-items: center;
  justify-content: center;
  padding: 0 0 120px;
}

.steps-media-item:last-child {
  padding-bottom: 0;
}

.steps-media-image {
  display: block;
  width: 100%;
  max-height: 578px;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}

.data-revenue-section {
  padding: 0 40px;
  background: var(--central-beige);
  color: var(--central-black);
}

.data-revenue-head {
  display: grid;
  grid-template-columns: minmax(0, 663px) minmax(0, 653px);
  gap: 44px;
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 61px;
  padding-bottom: 84px;
}

.data-revenue-title {
  width: 368px;
  max-width: 100%;
  margin: 0;
}

.data-revenue-text {
  width: 619px;
  max-width: 100%;
  margin: 0;
}

.data-revenue-body {
  display: grid;
  grid-template-columns: minmax(0, 670px) minmax(0, 666px);
  gap: 20px;
  max-width: 1356px;
  margin: 0 auto;
}

.data-revenue-panel {
  position: relative;
  min-height: 655px;
  overflow: hidden;
  background: var(--central-white);
}

.data-revenue-label {
  position: absolute;
  top: 44px;
  left: 50%;
  z-index: 2;
  color: var(--central-black);
  text-transform: uppercase;
  transform: translateX(-50%);
}

.data-revenue-rows {
  position: relative;
  z-index: 1;
  width: 562px;
  max-width: calc(100% - 108px);
  margin: 113px auto 0;
}

.data-revenue-row {
  display: grid;
  grid-template-columns: minmax(0, 182px) 178px 118px;
  gap: 42px;
  align-items: center;
  min-height: 90px;
  border-bottom: 1px dashed rgba(30, 30, 30, 0.28);
}

.data-revenue-row:last-child {
  border-bottom: 0;
}

.data-revenue-source {
  display: flex;
  align-items: center;
  gap: 17px;
  min-width: 0;
}

.data-revenue-icon {
  display: flex;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  background: #ece9e8;
}

.data-revenue-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.data-revenue-source-title {
  min-width: 0;
  color: #315150;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.data-revenue-progress {
  display: flex;
  align-items: center;
  gap: 25px;
}

.data-revenue-progress-track {
  position: relative;
  display: block;
  width: 118px;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(66, 255, 189, 0.25);
}

.data-revenue-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--central-neon-tide);
}

.data-revenue-progress-value {
  width: 35px;
  color: var(--central-black);
  text-align: right;
  white-space: nowrap;
}

.data-revenue-action {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid var(--border-light-grey);
  border-radius: 4px;
  color: var(--central-black);
  text-align: center;
  white-space: nowrap;
}

.data-revenue-fade {
  position: absolute;
  right: 41px;
  bottom: 99px;
  left: 41px;
  height: 148px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--central-white) 100%);
  pointer-events: none;
  z-index: 2;
}

.data-revenue-studio {
  background-color: #fff;
 background-image: url(../img/dots.svg);
  background-position: top center;
  background-size: auto 70%;
  background-repeat: no-repeat;
}

.data-revenue-studio-flow {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 124px;
}

.data-revenue-flow-node {
  position: relative;
  z-index: 2;
  display: flex;
  width: 202px;
  min-height: 61px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(30, 30, 30, 0.16);
  border-radius: 4px;
  background: var(--central-white);
  color: var(--central-black);
  justify-content: center;
}

.data-revenue-flow-node,
.data-revenue-feed,
.charge-svg {
  opacity: 1;
  transform: translateY(0);
}

.data-revenue-feed {
  position: relative;
  z-index: 2;
  width: 296px;
  min-height: 98px;
  padding: 18px;
  border-radius: 4px;
  background: var(--Central-Signal-Fire, #ff5842);
  color: var(--central-black);
  text-align: center;
}

.data-revenue-feed-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.data-revenue-feed.is-typing .data-revenue-feed-meta,
.data-revenue-feed.is-typed .data-revenue-feed-meta {
  opacity: 1;
}

.data-revenue-current {
  position: relative;
  z-index: 1;
  display: block;
  width: 50px;
  height: 55px;
  margin: 0 auto;
  color: rgba(30, 30, 30, 0.5);
  overflow: visible;
}

.data-revenue-current-base,
.data-revenue-current-arrow {
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2 4;
  fill: none;
}

.charge-line {
  fill: none;

  stroke: #ff5842;

  stroke-width: 1.5;

  stroke-linecap: butt;

  stroke-dasharray: 100;

  stroke-dashoffset: 100;
}

.charge-svg.is-charging .charge-line {
  animation: charge-pulse 1.4s ease forwards;
}

@keyframes charge-pulse {
  0% {
    stroke-dashoffset: 120;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.data-revenue-tabs {
  display: none;
}

.newsletter-input {
  width: 267px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--border-light-grey);
  border-radius: 4px;
  background: var(--central-white);
  color: var(--central-black);
}

.newsletter-input::placeholder {
  color: var(--shade-brand-black-300);
  opacity: 1;
}

.newsletter-submit {
  display: inline-flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  border: 0;
  border-radius: 4px;
  background: var(--central-neon-tide);
  color: var(--central-black);
  white-space: nowrap;
}

.newsletter-submit svg {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.newsletter-demo-link {
  color: var(--shade-brand-black-200);
  text-align: center;
  text-decoration: underline;
}

.newsletter-bottom {
  width: 612px;
  margin-top: 56px;
  color: var(--central-beige);
  text-align: center;
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: 482px minmax(0, 1fr);
  min-height: 716px;
  overflow: hidden;
  background: #0e0a09;
}

.hero-intro {
  display: flex;
  min-height: 716px;
  align-items: flex-end;
  padding: 389px 43px 36px 40px;
  background: var(--central-signal-fire);
  color: var(--central-black);
}

.hero-intro-inner {
  width: 399px;
  max-width: 100%;
}

.hero-title {
  margin: 0;
  color: var(--central-black);
  font-family: var(--font-body);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.09;
  letter-spacing: 0;
}

.hero-text {
  margin-top: 17px;
  color: var(--central-black);
}

.hero-form {
  display: flex;
  gap: 9px;
  margin-top: 17px;
}

.hero-input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(38, 41, 45, 0.1);
  border-radius: 6px;
  background: #fefdfd;
  color: var(--central-black);
  max-width: 267px;
}

.hero-input::placeholder {
  color: var(--shade-brand-black-300);
  opacity: 1;
}

.hero-submit {
  display: inline-flex;
  min-width: 88px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 7px;
  border: 0;
  border-radius: 7px;
  background: var(--central-neon-tide);
  color: var(--central-black);
  white-space: nowrap;
}

.hero-submit svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.hero-demo-link {
  display: inline-block;
  margin-top: 17px;
  color: var(--central-black);
  text-decoration: underline;
}

.hero-data-open,
.hero-data-close,
.hero-mobile-tab-pager {
  display: none;
}

.hero-stage {
  position: relative;
  min-height: 716px;
  color: var(--central-white);
}

.hero-stage-image {
  position: absolute;
  inset: 0 0 auto 0;
  width: auto;
  height: 716px;
  object-fit: cover;
  object-position: center;
}

.hero-source-list {
  position: absolute;
  top: 29px;
  left: 40px;
  z-index: 4;
  display: flex;
  width: 159px;
  flex-direction: column;
  gap: 4px;
  color: var(--central-neon-tide);
}

.hero-source-list:after {
  content: "";
  display: none;
  width: 4px;
  height: 9px;
  background: var(--central-neon-tide);
  animation: pipeline-cursor 0.8s steps(1) infinite;
}

.hero-section.is-typing .hero-source-list:after {
  display: block;
}

.hero-source-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-highlight);
  font-size: 9px;
  font-weight: 300;
  line-height: 1.2;
  white-space: nowrap;
  min-height: 16px;
}

.hero-source-row strong {
  font-weight: 700;
}

.hero-source-row svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.hero-source-row img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.hero-source-row.is-visible img {
  opacity: 1;
}

.hero-markers {
  position: absolute;
  inset: 0 0 0;
  z-index: 3;
  pointer-events: none;
}

.hero-marker {
  position: absolute;
  inset: 0;
  color: var(--central-neon-tide);
  pointer-events: none;
}

.hero-marker--tablet,
.hero-marker--mobile {
  display: none;
}

.hero-marker svg {
  display: block;
  opacity: 0;
  overflow: visible;
  pointer-events: none;
  transition: opacity 0.25s ease;
  height: 716px;
  width: auto;
}

.hero-marker path {
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}

.hero-marker.is-active svg {
  opacity: 1;
}

.hero-marker:has(path:hover) svg {
  opacity: 1;
}

.hero-data-wrap {
  position: absolute;
  right: 40px;
  bottom: 13px;
  left: 40px;
  z-index: 5;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.hero-stat {
  display: flex;
  width: 163px;
  min-height: 42px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  padding: 6px;
  border-radius: 2px;
  background: var(--central-signal-fire);
  color: var(--central-black);
}

.hero-stat strong {
  color: var(--central-black);
  font-family: var(--font-body);
  font-size: 25px;
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -1px;
}

.hero-stat span {
  color: var(--central-black);
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 400;
  line-height: 0.92;
}

.hero-enriched {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 20px;
  padding: 4px 7px 4px 4px;
  border-radius: 2px;
  background: var(--central-neon-tide);
  color: var(--central-black);
  white-space: nowrap;
}

.hero-enriched svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.hero-data-item {
  display: none;
}

.hero-data-item.is-active {
  display: block;
}

.hero-table {
  position: relative;
  margin-top: 4px;
}

.hero-table-tabs {
  display: flex;
  align-items: center;
}

.hero-table-tab {
  width: 95px;
  height: 23px;
  border: 0.4px solid var(--central-neon-tide);
  border-bottom: 0;
  background: var(--central-black);
  color: var(--central-white);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.16;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.hero-table-tab:first-child {
  border-top-left-radius: 4px;
}

.hero-table-tab:last-child {
  border-top-right-radius: 4px;
}

.hero-table-tab.is-active {
  background: var(--central-neon-tide);
  color: var(--central-black);
}

.hero-table-card {
  position: relative;
  min-height: 166px;
  padding: 16px;
  border: 0.4px solid var(--central-neon-tide);
  border-radius: 0 0 12px 12px;
  background: var(--central-black);
}

.hero-table-panel {
  position: absolute;
  inset: 16px;
  display: block;
  height: 157px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.is-two-columns .hero-attributes-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}

.hero-table-panel.is-active {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.hero-tab-note {
  margin-bottom: 10px;
  color: var(--central-white);
  font-family: var(--font-body);
  font-size: 7px;
  font-weight: 400;
  line-height: 1.16;
}

.hero-tab-note span,
.hero-table-text span,
.hero-bottom-text span {
  color: var(--central-signal-fire);
}

.hero-tab-modules {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 19px;
}

.is-faq {
  width: 346px;
}

.hero-tab-module {
  min-width: 201px;
}

.is-faq .hero-attribute-col:first-child {
  color: var(--Central-Signal-Fire, #ff5842);
}

.hero-tab-module-product {
  width: 273px;
}

.hero-tab-module-attributes.is-compact {
  width: 201px;
}

.hero-product-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 19px;
}

.hero-table-text {
  margin-top: 4px;
  color: #a8a8a8;
  font-size: 8px;
  font-family: var(--font-highlight);
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: 0.2px;
}

.hero-bottom-text {
  font-size: 7px;
  margin-top: 4px;
  line-height: 116%; /* 8.12px */
}
.hero-product-image {
  display: block;
  width: 54px;
  height: 55px;
  border-radius: 4px;
  background: var(--central-white);
  object-fit: contain;
}

.hero-product-thumbs {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

.hero-product-thumbs img {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  overflow: hidden;
  object-fit: cover;
}

.hero-product-copy {
  display: flex;
  flex-direction: column;
  gap: 17px;
  min-width: 0;
}

.hero-table-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-table-heading {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 0 4px;
  border-bottom: 0.4px solid var(--central-white);
  color: var(--central-white);
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 400;
  line-height: 1.16;
  white-space: nowrap;
}

.hero-table-heading:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background-image: url(../img/arrow.svg);
}

.hero-table-heading.has-custom-icon:before {
  display: none;
}

.hero-table-heading img {
  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  object-fit: contain;
}

.hero-table-lines {
  color: var(--central-white);
  font-family: var(--font-body);
  font-size: 7px;
  font-weight: 400;
  line-height: 1.56;
}

.hero-table-description {
  color: #a8a8a8;
  font-family: var(--font-highlight);
  font-size: 5px;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: 0.2px;
}

.hero-attribute-row {
  display: grid;
  gap: 20px;
  align-items: center;
  min-height: 18px;
  padding: 5.5px 0;
  border-bottom: 0.5px solid #ced4d4;
  color: var(--central-white);
  font-family: var(--font-highlight);
  font-size: 6px;
  font-weight: 400;
  line-height: 1.16;
}

.hero-attribute-row-1 {
  grid-template-columns: minmax(0, 1fr);
}

.hero-attribute-row-2 {
  grid-template-columns: 64px minmax(0, 1fr);
}

.hero-attribute-row-3 {
  grid-template-columns: 64px 70px minmax(0, 1fr);
}

.hero-attribute-row-4 {
  grid-template-columns: 64px 70px 24px minmax(0, 1fr);
}

.first-hero-attribute-row {
  font-size: 7px;
  font-weight: 700;
}

.hero-tab-module-attributes.has-number .hero-attribute-row {
  grid-template-columns: 15px minmax(0, 1fr);
  border: none;
  padding: 3.5px 0;
}

.hero-tab-module-attributes.has-compact-first-column .hero-attribute-row-2 {
  grid-template-columns: 15px minmax(0, 1fr);
}

.hero-tab-module-attributes.has-number .hero-attribute-row-2 {
  grid-template-columns: 15px minmax(0, 1fr);
}

.hero-tab-module-attributes.has-number .hero-attribute-row-3 {
  grid-template-columns: 15px minmax(0, 1fr);
}

.hero-tab-module-attributes.has-number .hero-attribute-row-4 {
  grid-template-columns: 15px minmax(0, 1fr);
}

.hero-tab-module-attributes.is-two-columns .hero-attribute-row {
  grid-template-columns: none;
  gap: 5px;
}

.hero-tab-module-attributes.is-two-columns.has-number .hero-attribute-row {
  grid-template-columns: 15px minmax(0, 1fr);
}

.hero-tab-module-attributes.is-faq .hero-attribute-row {
  grid-template-columns: 69px 145px minmax(0, 1fr);
  align-items: flex-start;
}

.hero-tab-module-attributes.is-faq.has-number .hero-attribute-row {
  grid-template-columns: 15px minmax(0, 1fr);
}

.hero-attribute-number {
  color: var(--Central-Signal-Fire, #ff5842);
  font-size: 14px;
}

.hero-tab-module-text {
  max-width: 239px;
}

.hero-attribute-row:not(.first-hero-attribute-row) .is-green {
  color: var(--central-neon-tide);
}

.hero-widget {
  position: absolute;
  bottom: 9px;
  left: 50%;
  z-index: 22;
  display: flex;
  width: max-content;
  height: 46px;
  align-items: center;
  gap: 9px;
  padding: 8px 6px;
  border: 1px solid var(--Central-Signal-Fire, #ff5842);
  border-radius: 32px;
  background: var(--Central-Black, #1e1e1e);
  box-shadow: 0 1px 11.7px 2px #ff5842;
  transform: translateX(-50%);
}

.hero-widget-arrow {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.hero-widget-arrow svg {
  display: block;
  width: 8px;
  height: 14px;
}

.hero-widget-slider {
  min-width: 30px;
  flex: 0 0 30px;
  height: 30px;
  
  
  transition:
    flex-basis 0.25s ease,
    min-width 0.25s ease;
}
.hero-widget-thumb img {
overflow: hidden;
  border: 1px solid var(--central-signal-fire);
  border-radius: 4px;
  background: var(--central-white);
}

.hero-widget:hover .hero-widget-slider {
  min-width: 170px;
  flex-basis: 170px;
}

.hero-widget-slide {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
}

.hero-widget-slide:not(.swiper-slide-active) {
  visibility: hidden;
}

.hero-widget-thumb {
  position: relative;
  display: flex;
  width: max-content;
  height: 30px;
  align-items: center;
  gap: 9px;
}

.hero-widget-thumb img {
  display: block;
  width: 30px;
  height: 100%;
  flex: 0 0 30px;
  object-fit: contain;
}

.hero-widget-thumb-title {
  display: block;
  max-width: 0;
  overflow: hidden;
  color: #a8a8a8;
  font-family: var(--font-highlight);
  font-size: 9px;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: 0.2px;
  white-space: nowrap;
  opacity: 0;
  transition:
    max-width 0.25s ease,
    opacity 0.2s ease,
    margin-left 0.25s ease;
}

.hero-widget:hover .hero-widget-thumb-title,
.hero-widget-slide:hover .hero-widget-thumb-title {
  max-width: 140px;
  opacity: 1;
}

.hero-widget-dots {
  display: flex;
  gap: 4px;
  width: max-content !important;
}

.hero-widget-dots .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0;
  border-radius: 50%;
  background: var(--central-neon-tide);
  opacity: 0.45;
}

.hero-widget-dots .swiper-pagination-bullet-active {
  opacity: 1;
}

.future-section {
  overflow: hidden;
  border-top: 1px solid var(--central-black);
  background: var(--central-beige);
}

.future-item {
  display: none;
  min-height: 934px;
  grid-template-columns: 44.375% minmax(0, 1fr);
}

.future-item.is-active {
  display: grid;
}

.future-media {
  position: relative;
  min-height: 934px;
  overflow: hidden;
  background: #0e0a09;
}

.future-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.future-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.future-image-text {
  position: absolute;
  top: 88px;
  left: 94px;
  display: flex;
  width: 451px;
  min-height: 198px;
  align-items: center;
  justify-content: center;
  padding: 23px 36px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--central-signal-fire);
  color: var(--central-black);
  text-align: center;
}

.future-content {
  padding: 95px 76px 80px 92px;
  color: var(--central-black);
}

.future-title {
  max-width: 633px;
  margin: 0 0 75px;
  color: var(--central-black);
}

.future-title-accent {
  color: var(--central-signal-fire);
}

.future-text {
  max-width: 633px;
  color: var(--central-black);
}

.channels-section {
  overflow: hidden;
  background: var(--central-beige);
}

.channels-head {
  display: flex;
  min-height: 251px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 53px 71px 58px;
  color: var(--central-black);
}

.channels-title {
  width: 481px;
  margin: 27px 0 0;
  color: var(--central-black);
}

.channels-copy {
  display: flex;
  width: 383px;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}

.channels-text {
  color: var(--central-black);
}

.channels-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 4px;
  background: #3b3b3b;
  color: var(--central-white);
  text-align: center;
  white-space: nowrap;
}

.channels-link svg {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.channels-slider {
  width: 100%;
}

.channels-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.channels-slide {
  height: auto;
}

.channels-panel {
  position: relative;
  height: 605px;
  overflow: hidden;
  background: var(--surface-dark-grey, #3b3b3b);
  background-image: url(../img/dots.svg);
  background-position: top center;
  background-size: auto 70%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding-top: 84px;
}

.channels-slide-second .channels-panel {
  background-color: var(--central-signal-fire);
  background-image: url(../img/dots2.svg);
  padding-top: 100px;
}

.channels-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.channels-item {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 20px;
  padding: 8px 18px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--central-beige);
}

.channels-item-icon {
  display: flex;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  align-items: center;
  justify-content: center;
}

.channels-item.channels-item-image-only {
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channels-item.channels-item-circle {
  flex-direction: column;
  gap: 5px;
  height: 108px;
  align-items: center;
  justify-content: center;
  width: 108px;
  border-radius: 50%;
}
.channels-slide-second .channels-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.channels-slide-second .channels-list:before {
  content: "VS";
  font-size: 22.51px;
  font-weight: 800;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.channels-item-icon img {
  display: block;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.channels-item-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
}

.channels-item-title {
  display: block;
  color: var(--central-black);
  white-space: nowrap;
}

.channels-item-text {
  display: block;
  color: var(--central-signal-fire);
  white-space: nowrap;
}

.channels-label {
  position: absolute;
  bottom: 148px;
  left: 50%;
  justify-content: center;
  color: var(--central-white);
  transform: translateX(-50%);
}

.channels-label .framed-text-label {
  white-space: nowrap;
}

.channels-pagination {
  display: none;
}

.customers-crawlers-section {
  overflow: hidden;
  background: var(--central-beige);
}

.customers-crawlers-item {
  display: none;
}

.customers-crawlers-item.is-active {
  display: block;
}

.customers-crawlers-head {
  display: flex;
  min-height: 348px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 41px 20px 36px;
  color: var(--central-black);
  text-align: center;
}

.customers-crawlers-title {
  width: 818px;
  max-width: 100%;
  margin: 0;
  color: var(--central-black);
}

.customers-crawlers-text {
  width: 496px;
  max-width: 100%;
  margin-top: 20px;
  color: var(--central-black);
}

.customers-crawlers-icons {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 20px;
}

.customers-crawlers-icon {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  background: var(--central-white);
}

.customers-crawlers-icon img {
  display: block;
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.customers-crawlers-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: calc(100% - 76px);
  max-width: 1358px;
  margin: 0 auto;
  padding: 8px;
  background: var(--central-white);
  border: 1px solid var(--central-black);
  border-radius: 4px;
}

.customers-crawlers-tab {
  display: inline-flex;
  min-width: 0;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 9px 20px;
  border-radius: 4px;
  color: #373737;
  text-align: center;
  background: var(--Central-Beige, #f8f3f1);
  transition: background-color 0.25s ease, color 0.25s ease;
}

.customers-crawlers-tab:not(.is-active) svg {
  opacity: 0;
}

.customers-crawlers-tab.is-active {
  background: var(--central-black);
  color: var(--central-white);
}

.customers-crawlers-tab svg {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--central-signal-fire);
  transition: 0.3s;
}

.customers-crawlers-tab span {
  min-width: 0;
}

.customers-crawlers-media {
  position: relative;
  height: 798px;
  overflow: hidden;
}

.customers-crawlers-media picture {
  display: contents;
}

.customers-crawlers-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.01);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

.customers-crawlers-image.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.pipeline-section {
  position: relative;
  overflow: hidden;
  padding: 97px 40px 141px;
  background: var(--central-black);
  color: var(--central-white);
}

.pipeline-head {
  display: flex;
  max-width: 1360px;
  min-height: 199px;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  margin: 0 auto 99px;
}

.pipeline-title,
.pipeline-text {
  margin: 0;
}

.pipeline-text {
  width: 1360px;
  max-width: 100%;
}

.pipeline-workspace {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 611px) 151px minmax(0, 561px);
  gap: 0;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
}

.pipeline-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pipeline-panel {
  border-radius: 4px;
  background: #3b3b3b;
}

.pipeline-verified-panel {
  display: flex;
  min-height: 291px;
  flex-direction: column;
  gap: 33px;
  padding: 24px;
}

.pipeline-label {
  color: var(--central-neon-tide);
}

.pipeline-table {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 205px;
}

.pipeline-table:after {
  content: "";
  display: none;
  width: 8px;
  height: 18px;
  margin-top: 10px;
  background: var(--central-neon-tide);
  animation: pipeline-cursor 0.8s steps(1) infinite;
}

.pipeline-section.is-typing .pipeline-table:after {
  display: block;
}

.pipeline-row {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr) 60px;
  gap: 37px;
  align-items: center;
  min-height: 49px;
  border-bottom: 0.4px solid var(--central-white);
  color: var(--central-white);
  font-family: var(--font-highlight);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.pipeline-row span:last-child {
  text-align: right;
}

.pipeline-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  height: 205px;
}

.pipeline-stat {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 6px;
  border-radius: 4px;
  background: var(--central-signal-fire);
  color: var(--central-black);
  text-align: center;
}

.pipeline-stat-value {
  display: block;
  color: var(--central-black);
}

.pipeline-stat-label {
  display: block;
  color: var(--central-black);
}

.pipeline-current {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.pipeline-current-svg {
  display: block;
  width: 151px;
  height: 442px;
  overflow: visible;
}

.pipeline-current-charge {
  fill: none;
  stroke: var(--central-signal-fire);
  stroke-width: 1.5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px var(--central-signal-fire));
}

.pipeline-output-panel {
  display: flex;
  min-height: 493px;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 24px 24px 42px 24px;
}

.pipeline-output-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 27px;
}

.pipeline-output-card {
  position: relative;
  display: flex;
  min-height: 164px;
  flex-direction: column;
  gap: 12px;
    padding: 48px 18px 18px 18px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.pipeline-output-card.is-visible {
  opacity: 1;
}

.pipeline-output-line {
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  display: block;
  height: 1px;
  background: var(--central-signal-fire);
  box-shadow: 0 0 6px var(--central-signal-fire);
  transform: scaleX(0);
  transform-origin: left center;
}

.pipeline-output-line.is-visible {
  transition: transform 160ms ease;
  transform: scaleX(1);
}

.pipeline-output-kicker {
  color: var(--central-neon-tide);
  text-transform: uppercase;
}

.pipeline-output-text {
  color: var(--central-white);
}

.pipeline-progress {
  max-width: 1353px;
  margin: 61px auto 0;
}

.pipeline-progress-bars {
  display: grid;
  grid-template-columns: repeat(100, minmax(1px, 1fr));
  gap: 8px;
  height: 40px;
  align-items: center;
}

.pipeline-progress-bar {
  display: block;
  width: 1px;
  height: 40px;
  background: var(--central-signal-fire);
  opacity: 0.18;
  transform-origin: center bottom;
  transition: opacity 0.2s ease;
}

.pipeline-progress-bar.is-verified {
  background: var(--central-neon-tide);
}

.pipeline-progress-bar.is-visible {
  opacity: 1;
}

.pipeline-progress-labels {
  position: relative;
  height: 29px;
  margin-top: 10px;
  color: var(--central-white);
}

.pipeline-progress-labels span {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.pipeline-progress-labels span:first-child {
  left: 0;
}

.pipeline-progress-labels span:nth-child(2) {
  left: 68%;
  transform: translateX(-50%);
}

.pipeline-progress-labels span:last-child {
  right: 0;
}

@keyframes pipeline-cursor {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.before-after-section {
  position: relative;
  overflow: hidden;
  min-height: 897px;
  background-image: url(../img/dots_before_after.svg);
  background-color: var(--Central-Beige, #f8f3f1);
  background-position: center;
  background-size: cover;
}

.before-after-top {
  display: grid;
  grid-template-columns: 480px minmax(0, 1fr);
}

.before-after-title {
  display: flex;
  min-height: 212px;
  align-items: center;
  margin: 0;
  padding: 40px 60px;
  color: var(--central-beige);
  background: var(--Central-Black, #1e1e1e);
}

.before-after-tabs {
  display: flex;
  gap: 14px;
  padding: 0 38px 0 15px;
  overflow-x: visible;
  background-color: var(--Central-Beige, #f8f3f1);
}

.before-after-tab {
  display: flex;
  width: 140px;
  min-width: 140px;
  height: 210px;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: var(--Central-White, #fff);
  color: var(--Central-Black, #1e1e1e);
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid var(--Central-Beige, #f8f3f1);
}

.before-after-tab-image {
  display: block;
  width: 140px;
  height: 140px;
}

.before-after-tab-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after-tab-title {
  color: var(--Central-Black, #1e1e1e);
  white-space: nowrap;
}

.before-after-tab.is-active,
.before-after-tab:hover {
  border-color: var(--Central-Neon-Tide, #42ffbd);
  background: var(--Central-Neon-Tide, #42ffbd);
}

.before-after-content {
  position: relative;
  padding: 76px 0 60px;
}

.before-after-panel {
  position: absolute;
  inset: 76px 0 auto;
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.before-after-panel.is-active {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.before-after-cards {
  display: grid;
  grid-template-columns: 447px 112px 447px;
  justify-content: center;
  gap: 50px;
    align-items: center;
}
.mac {
  position: absolute;
  top: 12px;
  left: 26px;
  display: flex;
  gap: 8px;
}
.mac span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.mac span:nth-child(1) {
  background: #ef534a;
}
.mac span:nth-child(2) {
  background: #edc04a;
}
.mac span:nth-child(3) {
  background: #97d272;
}
.before-after-card {
  position: relative;
  padding-top: 95px;
}

.before-after-card-label {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border-radius: 4px;
  background: var(--central-signal-fire);
  color: var(--central-black);
  transform: translateX(-50%);
  white-space: nowrap;
}

.before-after-card-inner {
  min-height: 452px;
  padding: 62px 27px 24px 27px;
  border-radius: 12px;
  background: var(--central-white);
  color: var(--central-black);
  box-shadow: 0 0 0 1px rgba(30, 30, 30, 0.08);
  position: relative;
}

.before-after-card-title {
  margin: 0 0 17px;
  color: var(--central-black);
  text-align: center;
}

.before-after-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 17px;
  min-height: 72px;
  margin-bottom: 17px;
}

.before-after-product-image {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 4px;
}

.before-after-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.before-after-product-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.before-after-product-title {
  color: var(--central-black);
}

.before-after-product-text {
  color: #9F9F9F;
}

.before-after-attributes {
  margin-top: 10px;
}

.before-after-attribute-row {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) minmax(100px, auto);
  gap: 20px;
  align-items: center;
  min-height: 36px;
  border-bottom: 1px solid #d9d9d9;
  color: #585858;
  font-family: var(--font-highlight);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.before-after-attribute-row strong {
  color: var(--central-black);
  font-weight: 400;
  text-align: right;
}

.before-after-results {
  position: relative;
  margin-top: 17px;
  padding: 0 6px;
  border-radius: 4px;
      background: rgba(255, 110, 99, 0.20);
}

.before-after-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  min-height: 31px;
}
.before-after-result-text {
color: #FF6E63;
font-size: 12px;
letter-spacing: 0.5px;
}

.before-after-card-after .before-after-results {
  background: rgba(111, 221, 114, 0.10);
  border: 1px solid #6FDD72;
}
.before-after-card-after .before-after-result-text {
color: #6FDD72;
}
.before-after-switch {
  display: none;
}
