/* About page sections below the feature strip. Hero and feature strip are intentionally untouched. */
.ab-row2 {
  grid-template-columns: 1.55fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.ab-card {
  border-radius: 22px;
  padding: 38px 34px;
}

.ab-historia {
  min-height: 410px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  background:
    radial-gradient(circle at 17% 42%, rgba(143, 91, 232, .09), transparent 28%),
    #fff;
  border: 1px solid #e9e3f5;
  box-shadow: 0 10px 30px rgba(51, 35, 104, .06);
}

.ab-historia-img {
  flex: none;
  align-self: center;
}

.ab-historia-img img {
  width: 210px;
}

.ab-historia-text h3 {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  font-size: 25px;
  color: #5d32d8;
}

.ab-historia-text h3::before {
  content: "";
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  background: url("/assets/img/about/icon-book-tile.webp") center / contain no-repeat;
}

.ab-historia-text p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.75;
  color: #30334e;
}

.ab-historia-text p:last-child {
  margin: 4px 0 0;
  color: #5530cf;
  font-weight: 800;
}

.ab-proposito {
  min-height: 410px;
  padding: 42px 38px;
  background:
    radial-gradient(circle at 77% 72%, rgba(91, 178, 255, .17), transparent 27%),
    linear-gradient(135deg, #edf8ff 0%, #f0edff 100%);
  border: 1px solid #cbdcf5;
  box-shadow: 0 10px 30px rgba(51, 35, 104, .06);
}

.ab-prop-head {
  gap: 16px;
  margin-bottom: 28px;
}

.ab-prop-head img {
  width: 68px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 8px 18px rgba(69, 42, 142, .12);
}

.ab-prop-head h3 {
  font-size: 25px;
  color: #5d32d8;
}

.ab-prop-text {
  max-width: 360px;
  font-size: 20px;
  line-height: 1.62;
  color: #17175c;
}

.ab-prop-beakers {
  right: -2px;
  bottom: 0;
  width: 218px;
}

.ab-row3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.ab-card3 {
  min-height: 450px;
  padding: 28px 24px;
  border-radius: 20px;
  border: 1px solid #d9cdf4;
  background:
    radial-gradient(circle at 90% 95%, rgba(132, 92, 235, .09), transparent 35%),
    #fff;
  box-shadow: 0 8px 24px rgba(51, 35, 104, .05);
}

.ab-c3-head {
  gap: 14px;
  margin-bottom: 26px;
}

.ab-c3-head img {
  width: 42px;
}

.ab-c3-head img.beaker {
  width: 38px;
}

.ab-c3-head h3 {
  font-size: 21px;
  color: #5d32d8;
}

.ab-diff-list {
  margin: 0 0 72px;
}

.ab-diff-list li {
  gap: 14px;
  margin-bottom: 17px;
}

.ab-dot {
  width: 42px;
  height: 42px;
  margin-top: -2px;
  border-radius: 50%;
  color: transparent;
  background-position: center;
  background-size: contain;
  box-shadow: none;
}

.ab-diff-list li:nth-child(1) .ab-dot {
  background-image: url("/assets/img/about/icon-lab-circle.webp");
}

.ab-diff-list li:nth-child(2) .ab-dot {
  background-image: url("/assets/img/about/icon-content-circle.webp");
}

.ab-diff-list li:nth-child(3) .ab-dot {
  background-image: url("/assets/img/about/icon-safe-circle.webp");
}

.ab-diff-list li:nth-child(4) .ab-dot {
  background-image: url("/assets/img/about/icon-home-circle.webp");
}

.ab-diff-list strong {
  margin-bottom: 4px;
  font-size: 13.5px;
  color: #17175c;
}

.ab-diff-list span {
  font-size: 12px;
  line-height: 1.55;
  color: #4d526a;
}

.ab-diff-robot {
  right: 8px;
  bottom: 4px;
  width: 104px;
}

.ab-steps {
  position: relative;
}

.ab-steps::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 20px;
  border-left: 3px dotted #b48af3;
}

.ab-steps li {
  position: relative;
  z-index: 1;
  gap: 18px;
  margin-bottom: 18px;
}

.ab-step-num {
  width: 42px;
  height: 42px;
  font-size: 18px;
  box-shadow: 0 7px 15px rgba(67, 41, 137, .16);
}

.ab-steps p {
  margin-top: 6px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #42465e;
}

.ab-rainbow {
  width: 110px;
  margin: 12px auto 0;
}

.ab-aud {
  min-height: 138px;
  margin-bottom: 16px;
  padding: 20px 16px 18px 20px;
  border-radius: 18px;
  border: 1px solid #e4def0;
  box-shadow: 0 7px 18px rgba(48, 32, 99, .08);
}

.ab-aud-text h4 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #5d32d8;
}

.ab-aud-text p {
  font-size: 12.5px;
  line-height: 1.65;
  color: #4d526a;
}

.ab-aud img {
  width: 112px;
  margin: -4px -8px -18px 0;
}

.ab-cta {
  position: relative;
  overflow: hidden;
  grid-template-columns: 1fr 1.3fr 130px;
  gap: 22px;
  min-height: 245px;
  padding: 30px 24px;
  border-radius: 20px;
  border: 1px solid #d5c9f0;
  background:
    radial-gradient(circle at 48% 110%, rgba(255, 255, 255, .95) 0 13%, transparent 30%),
    linear-gradient(135deg, #f7f4ff 0%, #eee9ff 100%);
  box-shadow: 0 8px 24px rgba(51, 35, 104, .06);
}

.ab-cta::before,
.ab-cta::after {
  content: "";
  position: absolute;
  bottom: -54px;
  width: 240px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .82);
  filter: blur(1px);
}

.ab-cta::before {
  left: -50px;
}

.ab-cta::after {
  right: -40px;
}

.ab-cta-left,
.ab-cta-card,
.ab-cta-koala {
  position: relative;
  z-index: 1;
}

.ab-cta-left {
  gap: 20px;
}

.ab-cta-left .rocket {
  width: 142px;
}

.ab-cta-left h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #5d32d8;
}

.ab-cta-left p {
  font-size: 13px;
  line-height: 1.65;
  color: #40445e;
}

.ab-cta-card {
  min-height: 172px;
  padding: 28px 26px;
  border: 2px dashed #a985f3;
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
}

.ab-cta-card .star {
  width: 40px;
}

.ab-cta-card h3 {
  font-size: 20px;
  color: #5d32d8;
}

.ab-cta-card p {
  margin-bottom: 14px;
  font-size: 12.5px;
  line-height: 1.55;
}

.ab-cta-btn {
  padding: 11px 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7650e8, #5428c7);
  box-shadow: 0 7px 16px rgba(83, 40, 196, .2);
}

.ab-cta-koala {
  align-self: end;
  margin: 0 -10px -31px -30px;
}

.ab-cta-koala img {
  width: 168px;
}

@media (max-width: 980px) {
  .ab-row2,
  .ab-row3 {
    grid-template-columns: 1fr;
  }

  .ab-historia {
    min-height: 0;
    grid-template-columns: 180px minmax(0, 1fr);
    text-align: left;
  }

  .ab-historia-img img {
    width: 180px;
  }

  .ab-proposito {
    min-height: 360px;
  }

  .ab-card3 {
    min-height: 0;
  }

  .ab-cta {
    grid-template-columns: 1fr;
  }

  .ab-cta-left {
    flex-direction: row;
    text-align: left;
  }

  .ab-cta-card {
    flex-direction: row;
    text-align: left;
  }

  .ab-cta-koala {
    position: absolute;
    right: 8px;
    bottom: 0;
    margin: 0;
  }
}

@media (max-width: 620px) {
  .ab-card,
  .ab-card3 {
    padding: 26px 20px;
  }

  .ab-historia {
    display: flex;
    gap: 16px;
    text-align: center;
  }

  .ab-historia-img img {
    width: 190px;
  }

  .ab-historia-text h3 {
    justify-content: center;
    font-size: 22px;
  }

  .ab-proposito {
    min-height: 400px;
  }

  .ab-prop-head h3,
  .ab-c3-head h3 {
    font-size: 20px;
  }

  .ab-prop-text {
    max-width: 100%;
    font-size: 18px;
  }

  .ab-prop-beakers {
    width: 190px;
  }

  .ab-aud {
    padding-left: 16px;
  }

  .ab-aud img {
    width: 96px;
  }

  .ab-cta {
    padding: 28px 20px 150px;
  }

  .ab-cta-left,
  .ab-cta-card {
    flex-direction: column;
    text-align: center;
  }

  .ab-cta-left .rocket {
    width: 120px;
  }

  .ab-cta-koala {
    right: calc(50% - 75px);
  }

  .ab-cta-koala img {
    width: 150px;
  }
}
