/* buttons */
.web-app-home.lp2026-root .title_tag,
.web-app-home.lp2026-root .saas_two_section_title .title_tag,
.web-app-home.lp2026-root .saas_two_banner_section .s2-banner_content .s2-tilte_tag,
.web-app-home.lp2026-root .saas_two_feature_section .s2-feature_text .feature_tag,
.web-app-home.lp2026-root .integration_section .integration_text .feature_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  border-radius: 999px;
  color: #5d35ff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  background: rgba(93, 53, 255, 0.08);
  border: 1px solid rgba(93, 53, 255, 0.14);
  box-shadow: 0 10px 28px rgba(39, 17, 94, 0.08);
  margin-top: 0;
}

.web-app-home.lp2026-root .saas_two_banner_section .s2-banner_content .s2-tilte_tag {
  padding: 7px 15px;
}


/* lp2026-compat-base */
body.body-theme {
  background-image: none !important;
  background-color: #f8f7ff;
}

body.body-theme .web-app-home,
.web-app-home.lp2026-root {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.web-app-home.lp2026-root .pera-content p,
.web-app-home.lp2026-root p:last-child {
  margin-bottom: 0;
}

.web-app-home.lp2026-root .title_tag,
.web-app-home.lp2026-root .saas_two_section_title .title_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  border-radius: 999px;
  color: #5d35ff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  background: rgba(93, 53, 255, 0.08);
  border: 1px solid rgba(93, 53, 255, 0.14);
  box-shadow: 0 10px 28px rgba(39, 17, 94, 0.08);
  margin-top: 0;
}

.web-app-home.lp2026-root .saas_two_section_title h2 {
  color: #111832;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  padding-top: 14px;
}

.web-app-home.lp2026-root .saas_two_section_title h2 span {
  color: #5d35ff;
  font-weight: 800;
}

.web-app-home.lp2026-root a,
.web-app-home.lp2026-root button {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.web-app-home.lp2026-root button:focus,
.web-app-home.lp2026-root a:focus {
  outline: 2px solid rgba(93, 53, 255, 0.35);
  outline-offset: 3px;
}

@media (max-width: 575.98px) {
  .web-app-home.lp2026-root .saas_two_section_title h2 {
    font-size: 30px;
  }
}


/* section */
.web-app-home.lp2026-root .web-app-section-title h2,
.web-app-home.lp2026-root .saas_two_section_title h2 {
  color: #111832;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  padding-top: 14px;
}

.web-app-home.lp2026-root .web-app-section-title span,
.web-app-home.lp2026-root .saas_two_section_title h2 span {
  display: inline;
  color: #5d35ff;
  font-weight: 800;
}

@media (max-width: 575.98px) {
  .web-app-home.lp2026-root .web-app-section-title h2,
  .web-app-home.lp2026-root .saas_two_section_title h2 {
    font-size: 30px;
  }
}
