@font-face {
  font-family: Anton;
  src: url('../fonts/Anton-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --lotion: #fafafa;
  --manrope: Manrope, sans-serif;
  --anton: Anton, 'Arial Black', sans-serif;
  --black: black;
  --white: white;
  --bittersweet: #E5AD05;
  --balck-gray: #0009;
  --black-gray: grey;
  --gray: #dedede;
  --color: ;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--lotion);
  font-family: var(--manrope);
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.3em;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.w--current:hover {
  transform: none;
}

.header-wrapper {
  background-color: #ddd0;
  width: 100%;
  position: absolute;
}

.header-logo {
  width: 100%;
  max-width: 14rem;
}

.header-content-wrapper {
  background-color: var(--white);
  border: 1px solid #E5AD05;
  border-radius: 6rem;
  justify-content: space-between;
  align-items: center;
  max-width: 63rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem .5rem .5rem 1rem;
  display: flex;
}

.header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-nav-link {
  color: var(--black);
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  transition: color .3s;
}

.header-nav-link:hover, .header-nav-link.w--current {
  color: var(--bittersweet);
}

.header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.btn-primary-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1B1F3B;
  border-radius: 2.1875rem;
  justify-content: center;
  padding: 1rem 1.5rem 1em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-small:hover {
  background-color: var(--bittersweet);
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-small.pricen {
  width: 100%;
}

.container {
  max-width: 90rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.body {
  font-family: var(--manrope);
}

.section-hero {
  background-image: url('../images/Backgroudn-Gradient.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 12rem;
  padding-bottom: 6.67rem;
}

.hero-block-wrapper {
  position: relative;
}

.section-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--lotion);
  background-color: var(--white);
  border-radius: 6rem;
  justify-content: center;
  align-items: center;
  max-width: 15.062rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: flex;
}

.section-tag.max-w {
  border-color: #1B1F3B;
  max-width: 8.2rem;
}

.tag-left {
  background-color: var(--black);
  color: var(--white);
  border-radius: 6rem;
  padding: .2rem .5rem;
  display: inline-flex;
}

.text-block {
  font-size: 1rem;
  line-height: 1em;
  display: inline-flex;
}

.tag-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.smart-ai-text {
  font-size: 1rem;
  line-height: 1.2em;
}

.hero-heading-block-wrapper {
  margin-top: 2rem;
}

.hero-heading-block-wrapper.max-w {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading-text {
  text-align: center;
  font-family: var(--anton);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  font-size: min(14vw, 6.5rem);
  line-height: 0.95;
}

.hero-paragraph-text {
  color: var(--black);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 500;
}

.hero-paragraph-text.max-w {
  color: var(--balck-gray);
  max-width: 39rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}

.hero-list-block-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.list-one {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-security {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}

.heor-form-block-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.text-field {
  background-color: var(--white);
  border-radius: .6rem;
  min-height: 3rem;
  margin-bottom: 0;
}

.form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  background-color: #1B1F3B;
  border-radius: .6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.2em;
  transition: background-color .5s;
}

.submit-button:hover {
  background-color: var(--bittersweet);
}

.success-message {
  background-color: var(--black);
  color: var(--bittersweet);
  border-radius: 1rem;
  font-size: 1rem;
  line-height: 1.2em;
}

.hero-left-image {
  width: 20rem;
  position: absolute;
  inset: 22% auto auto -1%;
}

.hero-left-image.right {
  width: 15.6rem;
  inset: 24% -2% auto auto;
  transform: rotate(13deg);
}

.hero-left-image.right.rooted {
  top: 42%;
  transform: none;
}

.brend-logo-block {
  margin-top: 6rem;
}

.brand-content-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.brand-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.brand-logo-wrap {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  display: flex;
  position: relative;
}

.brand-logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  display: flex;
}

.logo {
  opacity: .57;
}

.brend-logo-text {
  color: #1B1F3B;
  opacity: 0.55;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2em;
}

.section-our-values {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.our-values-tittle-block-wrapper {
  text-align: center;
  max-width: 37rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.our-values-heading-text {
  font-family: var(--anton);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-size: 2.75rem;
  line-height: 1.05;
  color: #1B1F3B;
}

.our-values-pragraph-text {
  color: var(--black-gray);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.our-values-card-block {
  margin-top: 3.75rem;
}

.our-values-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-item {
  background-image: url('../images/Rectangle-45-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #80808024;
  border-radius: 1rem;
  padding: 2rem;
}

.card-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-heading {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.2em;
}

.paragraph {
  color: var(--black-gray);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}

.section-feautres {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.features-card-item {
  max-width: 70rem;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}

.feautres-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feautres-card-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem 2.5rem 0;
  display: flex;
}

.feautres-card-item.buttom-space {
  padding-bottom: 0;
}

.features-heading {
  font-size: 1.5rem;
  line-height: 1.2em;
}

.features-heading.text-size {
  font-size: 1.4rem;
}

.features-heading.text-size-2rem {
  font-size: 2rem;
}

.feautres-paragraph {
  color: var(--black-gray);
  margin-top: .5rem;
  margin-bottom: 0;
}

.feautres-paragraph.top-space-none {
  margin-top: 0;
}

.actionable-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feautres-image-block {
  position: relative;
}

.feautres-image {
  width: 20rem;
}

.feautres-image.max-w {
  width: 100%;
}

.feautres-image-0-2 {
  width: 15rem;
  position: absolute;
  inset: 24% auto auto 55%;
}

.feautres-secend-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: grid;
}

.feautres-card-block {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 2rem 2rem 0;
}

.feautres-card-block.top-space {
  background-color: var(--white);
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 2px 5px #00000008;
}

.secend-card-image {
  margin-top: 2rem;
}

.secend-card-image.space {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.secend-card-image.space-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.section-pricing-plan {
  background-image: linear-gradient(180deg, var(--lotion), #fff0), url('../images/131c732b7ea724a495420b6a8bb240947a105577_1131c732b7ea724a495420b6a8bb240947a105577.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.pricing-block-wrapper {
  margin-top: 3.75rem;
}

.tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  max-width: 15.1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.teb-link {
  background-color: var(--white);
  color: var(--bittersweet);
  border-radius: 5rem;
  padding: .8rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.2em;
}

.teb-link.w--current {
  background-color: var(--bittersweet);
  color: var(--white);
  border-radius: 5rem;
  padding: .8rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.2em;
}

.tabs-content {
  margin-top: 3rem;
}

.pricinge-card-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-card-content {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 2.5rem;
}

.pricing-card-content.bg {
  border: 1px solid var(--bittersweet);
  background-image: url('../images/Vector-109_1Vector 109.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-text {
  margin-top: .75rem;
  font-size: 3.625rem;
  line-height: 1em;
}

.text-span {
  font-size: 1rem;
  font-weight: 500;
}

.divider-block {
  background-color: var(--black-gray);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
}

.priceing-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.priceing-list.top-space {
  margin-top: .6rem;
}

.pricinge-list-icon {
  display: inline-flex;
}

.tex-block {
  font-size: 1rem;
  line-height: 1.2em;
}

.priceing-block-wrapper {
  margin-top: 2.75rem;
}

.section-faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq-item-block {
  margin-top: 3.75rem;
}

.faq-icon-wrap-2 {
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.single-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  white-space: pre-wrap;
  word-break: keep-all;
  border-radius: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-title-2 {
  color: #1B1F3B;
  width: 92%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4em;
}

.faq-answer {
  background-color: #ddd0;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-icon-2 {
  position: static;
}

.faq-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 8px;
  flex-flow: column;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.faq-question-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.body-1rem {
  color: var(--black-gray);
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.faq-answer-text-block {
  white-space: normal;
  border-radius: 16px;
  width: 92%;
  padding-top: 16px;
}

.section-integration {
  padding-top: 3rem;
  padding-bottom: 0;
}

.integration-block-wrapper {
  margin-top: 10rem;
  position: relative;
}

.background-video {
  height: 40rem;
}

.integration-icon {
  width: 10rem;
  position: absolute;
  inset: 23% 0% 0% 44%;
}

.integration-icon._0-2 {
  width: 6rem;
  inset: -11% auto auto 11%;
}

.integration-icon._0-3 {
  width: 6rem;
  inset: -11% 11% auto auto;
}

.integration-icon._0-4 {
  width: 6rem;
  top: -10%;
  left: 59%;
}

.integration-icon._0-5 {
  width: 6rem;
  top: -5%;
  left: 31%;
}

.integration-icon._0-8 {
  width: 6rem;
  inset: 5% auto auto -3%;
}

.integration-icon._0-9 {
  width: 6rem;
  inset: 42% auto auto -3%;
}

.integration-icon._0-11 {
  width: 6rem;
  inset: 5% -3% auto auto;
}

.integration-icon._12 {
  width: 6rem;
  inset: auto -3% 43% auto;
}

.cta-block-wrapper {
  background-image: url('../images/Rectangle-46.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  padding: 8.25rem 6rem;
}

.cta-block {
  text-align: center;
  max-width: 41rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-heading-block {
  font-family: var(--anton);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-size: 2.75rem;
  line-height: 1.05;
  color: #1B1F3B;
}

.cta-sub-heading-text {
  color: var(--balck-gray);
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.2em;
}

.cta-button {
  margin-top: 2rem;
}

.section-footer {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.footer-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-left-block {
  border: 1px solid var(--gray);
  border-radius: 1rem;
  padding: 2rem;
}

.footer-pargaph-block {
  margin-top: 1.25rem;
}

.footer-paragraph-text {
  margin-bottom: 0;
}

.footer-paragraph-text.max-w {
  color: var(--black-gray);
  line-height: 1.5em;
}

.footer-button-block {
  margin-top: 8rem;
}

.footer-right-block {
  border: 1px solid var(--gray);
  border-radius: 1rem;
  padding: 2.5rem;
}

.footer-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-heading {
  font-size: 1.25rem;
  line-height: 1.2em;
}

.menu-item-block {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  margin-top: 1.5rem;
  display: flex;
}

.footer-menu-link {
  color: var(--black-gray);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-flex;
}

.footer-menu-link.w--current {
  color: var(--black-gray);
}

.phone-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-link-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.5rem;
}

.designe-by-webflow {
  font-size: 1rem;
}

.section-testimonial {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.testimonial-item-wrapper {
  margin-top: 3.75rem;
  position: relative;
}

.testimonial-item-block {
  overflow: clip;
}

.testimonial-card-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: -1286px;
  display: flex;
}

.testimonial-card-item.space {
  justify-content: flex-end;
  margin-top: 1rem;
}

.testimonial-card {
  border: 1px solid var(--gray);
  background-image: url('../images/Rectangle-45-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  flex: none;
  max-width: 22rem;
  padding: 1.5rem;
}

.testimonial-paragraph-text {
  margin-bottom: 0;
}

.divider-line {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.user-block-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.user-content-block {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.user-image {
  object-fit: cover;
  border-radius: 6rem;
  width: 3rem;
  height: 3rem;
}

.user-name {
  font-size: 1.2rem;
  font-weight: 500;
}

.user-tittle {
  margin-bottom: 0;
  font-size: .8rem;
}

.button {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button.bg-color {
  background-color: #db521e;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

._404-image-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 33rem;
  display: flex;
}

._404-heading {
  font-family: var(--manrope);
  text-align: center;
}

.button-txt-container {
  z-index: 5;
  height: 1.5rem;
  position: relative;
  overflow: hidden;
}

._404-heading-block {
  margin-top: 2rem;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section._404 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

._404-paragraph-text {
  color: var(--black);
  margin-top: 1rem;
}

.button-text {
  color: #fff;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.4em;
  position: relative;
}

.button-bg {
  background-color: #5b96fe;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.button-bg.bg {
  color: #fff;
  background-color: #ff9a00;
  border-radius: 0%;
  width: 110%;
  min-width: auto;
  height: 100%;
  bottom: 0%;
}

._404-image {
  width: 33rem;
}

._404-button-block {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.overlay {
  background-image: linear-gradient(271deg, #dedede00, var(--lotion) 62%);
  width: 9rem;
  height: 32.6rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.overlay.right {
  background-image: linear-gradient(93deg, #dedede00, var(--lotion) 62%);
  inset: 0% 0% 0% auto;
}

.heading-4 {
  font-size: 1.5rem;
  line-height: 1.2em;
}

.heading-3 {
  font-size: 2.5rem;
  line-height: 1.2em;
}

.page-header {
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1em;
}

.font-item-blcok {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.all-page-color-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #4b4b4b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.color-block-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-code {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1em;
  display: flex;
}

.color-code.text-black {
  color: #000;
}

.all-page-font-size-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #4b4b4b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.style-guide-wrapper {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  flex-flow: column;
  display: flex;
}

.heading-2 {
  font-size: 3.5rem;
  line-height: 1.2em;
}

.body-text-default {
  color: #1B1F3B;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.style-guide-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #4b4b4b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.color-box {
  background-color: var(--bittersweet);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 10rem;
  display: flex;
}

.color-box.chinese-black {
  background-color: var(--lotion);
  border: 1px solid #c3c3c3;
}

.color-box.white {
  background-color: var(--white);
  border: 1px solid #000;
}

.color-box.silver-sand {
  background-color: var(--black-gray);
}

.color-box.black {
  background-color: var(--black);
  border: 1px solid #c3c3c3;
}

.btn-primary-small-2 {
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1B1F3B;
  border-radius: 2.1875rem;
  justify-content: center;
  padding: 1rem 1.5rem 1em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-small-2:hover {
  background-color: var(--bittersweet);
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.all-button-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-style-guide {
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.inner-container {
  max-width: 38.125rem;
  margin-left: auto;
  margin-right: auto;
}

._404v-wrappar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.mg-top-0-94rem {
  margin-top: .94rem;
}

.button-secondary {
  border: 1px solid var(--bittersweet);
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: .3125rem;
  padding: 1rem 1.88rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2em;
  transition: transform .3s;
}

.button-secondary:hover {
  transform: scale(.94);
}

.section-changelog {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.license-section {
  padding: 8.75rem 2rem 5rem;
}

.body-1-5rem {
  color: #3b3b3b;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7em;
}

.section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 653px;
  display: flex;
}

.heading-four-2 {
  color: #1B1F3B;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
}

.body-center {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4em;
}

.image-license {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.license-box {
  background-color: #f6f7f9;
  border: 1px solid #0003;
  border-radius: 8px;
  padding: 1rem;
  text-decoration: none;
}

.hero-title {
  color: #111116;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1em;
}

.hero-title.align-center {
  text-align: center;
  font-size: 4.5rem;
}

.font-license {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.socials-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.footer-social-wrapper {
  max-width: 1.25rem;
  max-height: 1.25rem;
}

.link, .webflow-link {
  color: var(--bittersweet);
  text-decoration: none;
}

.feautes-user-image {
  width: 8rem;
}

.feautres-card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .button-secondary {
    border-width: 1px;
  }
}

@media screen and (min-width: 1440px) {
  .integration-icon._0-4 {
    top: -10%;
    left: 57%;
  }

  .integration-icon._0-5 {
    top: -6%;
    left: 35%;
  }

  .integration-icon._0-8, .integration-icon._0-11 {
    top: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-left-image.right {
    width: 18.6rem;
  }

  .integration-icon._0-3 {
    right: 11%;
  }

  .integration-icon._0-8 {
    top: -1%;
  }
}

@media screen and (max-width: 991px) {
  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-button {
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .header-content-wrapper {
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .header-menu-wrapper {
    background-color: var(--white);
    padding: 1.5rem;
  }

  .humburger-icon {
    width: 26px;
  }

  .section-hero {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .hero-heading-block-wrapper.max-w {
    margin-top: 1rem;
  }

  .hero-heading-text {
    font-size: 4rem;
  }

  .hero-list-block-wrapper, .heor-form-block-wrapper {
    margin-top: 1rem;
  }

  .hero-left-image {
    width: 10rem;
    top: 8%;
  }

  .hero-left-image.right {
    width: 13rem;
    display: block;
    top: 59%;
    right: 39%;
  }

  .hero-left-image.right.rooted {
    top: 61%;
    right: 14%;
  }

  .hero-left-image.hide {
    width: 12rem;
    display: block;
    position: static;
  }

  .brend-logo-block {
    margin-top: 3rem;
  }

  .our-values-heading-text {
    font-size: 2.25rem;
  }

  .our-values-pragraph-text {
    font-size: 1rem;
  }

  .our-values-card {
    grid-template-columns: 1fr 1fr;
  }

  .section-feautres {
    padding-top: 4rem;
  }

  .feautres-card {
    grid-template-columns: 1fr 1fr;
  }

  .feautres-card-item {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }

  .feautres-card-item.buttom-space {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .features-heading {
    font-size: 1.3rem;
  }

  .actionable-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .feautres-image {
    width: 9.8rem;
  }

  .feautres-image-0-2 {
    width: 15rem;
  }

  .feautres-secend-card {
    grid-template-columns: 1fr 1fr;
  }

  .section-pricing-plan {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricinge-card-block {
    grid-template-columns: 1fr 1fr;
  }

  .section-faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq-title-2 {
    white-space: pre-wrap;
    word-break: keep-all;
  }

  .faq-item-wrapper {
    width: 100%;
  }

  .body-1rem {
    white-space: normal;
    word-break: keep-all;
  }

  .integration-block-wrapper {
    margin-top: 5rem;
  }

  .background-video {
    height: 24rem;
  }

  .integration-icon {
    width: 5rem;
    top: 28%;
  }

  .integration-icon._0-2 {
    width: 5rem;
    left: 9%;
  }

  .integration-icon._0-3, .integration-icon._0-4, .integration-icon._0-5, .integration-icon._0-8, .integration-icon._0-9, .integration-icon._0-11, .integration-icon._12 {
    width: 5rem;
  }

  .cta-block-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta-heading-block {
    font-size: 2.25rem;
  }

  .section-footer {
    padding-bottom: 2rem;
  }

  .footer-block {
    flex-flow: wrap;
    grid-template-columns: .5fr;
    display: flex;
  }

  .footer-left-block {
    width: 100%;
    padding: 1rem 1.5rem;
  }

  .footer-paragraph-text.max-w {
    max-width: 26.25rem;
  }

  .footer-button-block {
    margin-top: 1rem;
  }

  .footer-right-block {
    width: 100%;
    padding: 1.5rem;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-menu-link {
    display: inline-flex;
  }

  .all-page-color-block, .all-page-font-size-block, .style-guide-grid {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .license-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .header-nav-menu-list {
    justify-content: flex-end;
    align-items: center;
  }

  .btn-header-hidden-on-mbl {
    display: none;
  }

  .header-content-wrapper {
    margin-top: 1rem;
    padding-right: 1rem;
  }

  .header-nav-list-item-show-in-mbl {
    display: block;
  }

  .btn-primary-small {
    display: inline-flex;
  }

  .section-hero {
    padding-top: 8rem;
  }

  .hero-heading-text {
    font-size: 3rem;
  }

  .hero-paragraph-text.max-w {
    font-size: .9rem;
  }

  .hero-list-block-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    margin-top: 2rem;
  }

  .heor-form-block-wrapper {
    margin-top: 2rem;
  }

  .hero-left-image {
    top: 4%;
  }

  .hero-left-image.right {
    width: 10rem;
    right: 27%;
  }

  .hero-left-image.hide {
    top: -13%;
    left: -11%;
  }

  .brand-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brand-logo-wrap, .brand-logo-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo {
    height: auto;
  }

  .our-values-tittle-block-wrapper {
    max-width: 25.5rem;
  }

  .our-values-tittle-block-wrapper.max-w {
    max-width: 100%;
  }

  .our-values-card {
    grid-template-columns: 1fr;
  }

  .section-feautres {
    padding-top: 3rem;
  }

  .feautres-card {
    grid-template-columns: 1fr;
  }

  .feautres-paragraph {
    margin-top: 1rem;
  }

  .feautres-image {
    width: 15rem;
  }

  .feautres-secend-card {
    grid-template-columns: 1fr;
  }

  .section-pricing-plan {
    padding-top: 2rem;
  }

  .pricinge-card-block {
    grid-template-columns: 1fr;
  }

  .section-faq {
    padding-bottom: 4rem;
  }

  .single-faq-item {
    padding: 20px;
  }

  .faq-title-2 {
    font-size: 20px;
  }

  .faq-item-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .background-video {
    height: 17.6rem;
  }

  .integration-icon {
    top: 24%;
    left: 42%;
  }

  .integration-icon._0-2, .integration-icon._0-3, .integration-icon._0-4, .integration-icon._0-5, .integration-icon._0-8, .integration-icon._0-9, .integration-icon._0-11, .integration-icon._12 {
    width: 4rem;
  }

  .cta-block-wrapper {
    padding: 2rem;
  }

  .footer-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-right-block {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .social-link-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  ._404-image {
    width: 17.4rem;
  }

  .overlay {
    display: none;
  }

  .heading-4 {
    font-size: 1rem;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .page-header {
    font-size: 3.5rem;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .btn-primary-small-2 {
    display: inline-flex;
  }

  .button-secondary {
    font-size: 1rem;
  }

  .content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .license-section {
    padding: 60px 20px;
  }

  .body-1-5rem {
    font-size: 18px;
  }

  .heading-four-2 {
    font-size: 20px;
  }

  .image-license {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-title {
    font-size: 38px;
  }

  .font-license {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 479px) {
  .header-logo {
    max-width: 5.9rem;
  }

  .header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .header-nav-link {
    text-align: center;
  }

  .header-nav-list-item-show-in-mbl {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .humburger-icon {
    width: 25px;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-hero {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .text-block, .smart-ai-text {
    font-size: .8rem;
  }

  .hero-heading-block-wrapper.max-w {
    margin-top: 1.5rem;
  }

  .hero-heading-text {
    font-size: 2.5rem;
  }

  .hero-paragraph-text.max-w {
    max-width: 100%;
    font-size: 1rem;
  }

  .hero-list-block-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form {
    flex-flow: column;
  }

  .submit-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-left-image {
    width: 8rem;
  }

  .hero-left-image.right {
    width: 7.1rem;
    top: 77%;
    right: 6%;
  }

  .hero-left-image.right.rooted {
    top: 74%;
    right: -5%;
  }

  .hero-left-image.hide {
    width: 8rem;
  }

  .brend-logo-block {
    margin-top: 2rem;
  }

  .brand-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 1rem;
  }

  .section-our-values {
    padding-top: 2rem;
  }

  .our-values-heading-text {
    font-size: 1.6rem;
  }

  .card-item {
    padding: 1rem;
  }

  .card-heading {
    text-align: center;
    font-size: 1.3rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .feature-icon {
    width: 2.25rem;
  }

  .features-heading.text-size-2rem {
    font-size: 1.5rem;
  }

  .feautres-paragraph {
    margin-top: .5rem;
  }

  .feautres-image-0-2 {
    width: 10.2rem;
    left: 41%;
  }

  .feautres-card-block {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-pricing-plan {
    padding-bottom: 3rem;
  }

  .pricing-card-content, .pricing-card-content.bg {
    padding: 1.5rem;
  }

  .pricing-text {
    font-size: 1.5rem;
  }

  .divider-block {
    margin-top: 1.5rem;
  }

  .priceing-block-wrapper {
    margin-top: 2rem;
  }

  .section-faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .single-faq-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-title-2 {
    font-size: 18px;
  }

  .faq-question-wrapper {
    white-space: normal;
    word-break: keep-all;
  }

  .body-1rem {
    color: var(--black-gray);
    font-size: 1rem;
  }

  .background-video {
    height: 12.5rem;
  }

  .integration-icon {
    width: 3rem;
    top: 27%;
    left: 44%;
  }

  .integration-icon._0-2 {
    width: 2.5rem;
    left: 4%;
  }

  .integration-icon._0-3 {
    width: 2.5rem;
    right: 4%;
  }

  .integration-icon._0-4 {
    width: 2.5rem;
    left: 62%;
  }

  .integration-icon._0-5 {
    width: 2.5rem;
    top: -14%;
    left: 25%;
  }

  .integration-icon._0-8 {
    width: 2.5rem;
    top: 9%;
  }

  .integration-icon._0-9 {
    width: 2.5rem;
    top: 40%;
  }

  .integration-icon._0-11 {
    width: 2.5rem;
    top: 10%;
  }

  .integration-icon._12 {
    width: 2.5rem;
    bottom: 42%;
  }

  .cta-block-wrapper {
    padding: 2rem 1rem;
  }

  .cta-heading-block {
    font-size: 1.6rem;
    white-space: normal;
  }

  .section-footer {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }

  .footer-left-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-right-block {
    padding: 1rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .social-link-block {
    margin-top: 2rem;
  }

  .button.bg-color {
    display: inline-flex;
  }

  ._404-heading {
    text-align: center;
    font-size: 2rem;
  }

  ._404-heading-block {
    margin-top: 1rem;
  }

  ._404-paragraph-text {
    text-align: center;
  }

  ._404-image {
    width: 11.5rem;
  }

  .overlay {
    display: none;
  }

  .heading-3 {
    font-size: 1.5rem;
  }

  .page-header {
    font-size: 2.6rem;
  }

  .heading-1 {
    font-size: 2.3rem;
  }

  .color-block-wrapper {
    grid-template-columns: 1fr;
  }

  .style-guide-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .body-text-default {
    line-height: 1.3em;
  }

  .button-secondary {
    font-size: .9rem;
  }

  .body-1-5rem {
    font-size: 16px;
  }

  .heading-four-2 {
    font-size: 18px;
  }

  .hero-title {
    font-size: 32px;
  }
}

#w-node-c19c3896-423f-0731-4be5-916eaf2f4ac9-e8acb587 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* === BONGI OS — Custom Styles === */

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Button hover */
.submit-button:hover,
.btn-primary-small.pricen:hover {
  background-color: #D49E04;
  box-shadow: 0 6px 20px rgba(229, 173, 5, 0.3);
}

/* Card hover lift — subtle */
.card-item:hover,
.pricing-card-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(27, 31, 59, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Featured pricing card border */
.pricing-card-content.bg {
  border: 2px solid #1B1F3B;
}

/* Testimonial photos — force circular crop */
.user-image {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
}

/* Footer link hover */
.footer-menu-link:hover {
  color: #E5AD05;
  transition: color 0.2s ease;
}

/* FAQ item hover */
.single-faq-item:hover {
  border-color: rgba(229, 173, 5, 0.3);
  transition: border-color 0.2s ease;
}

/* Steps section — cream bg with white elevated cards */
.section-steps-cream {
  background: transparent !important;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.step-card {
  text-align: center;
  padding: 2.5rem 2rem;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(27, 31, 59, 0.06);
  border: 1px solid rgba(27, 31, 59, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(27, 31, 59, 0.10);
}

.step-number-big {
  font-family: var(--anton);
  font-size: 3.5rem;
  line-height: 1;
  color: #1B1F3B;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.step-gold-line {
  width: 2.5rem;
  height: 3px;
  background: #E5AD05;
  border-radius: 2px;
  margin: 0 auto 1.25rem;
}

.step-card h3 {
  color: #1B1F3B;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.step-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .step-number-big {
    font-size: 2.75rem;
  }
}

/* Hero form — centered and harmonious */
.heor-form-block-wrapper {
  display: flex;
  justify-content: center;
}

.hero-form-block {
  max-width: 28rem;
  width: 100%;
  margin: 0 auto;
}

.hero-form {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.hero-form .text-feild {
  flex: 1;
  min-width: 0;
  border-radius: 0.6rem;
  padding: 0 1rem;
  height: 3.25rem;
  font-size: 1rem;
  border: 1px solid #dedede;
  box-sizing: border-box;
  margin: 0;
}

.hero-form .submit-button {
  white-space: nowrap;
  border-radius: 0.6rem;
  padding: 0 1.5rem;
  height: 3.25rem;
  box-sizing: border-box;
  margin: 0;
  line-height: 1;
}

/* Text overflow fix — prevent words from breaking out of containers */
.card-heading,
.features-heading,
.our-values-heading-text,
.hero-heading-text,
.smart-ai-text,
.tex-block,
.faq-title-2 {
  overflow-wrap: break-word;
  word-break: break-word;
}

.section-tag.max-w {
  max-width: fit-content;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* CTA heading — keep on single line on desktop/tablet */
.cta-heading-block {
  white-space: nowrap;
}

/* Hero floating screenshots */
.hero-float-dashboard {
  width: 20rem;
  position: absolute;
  top: 16%;
  left: -2%;
  transform: rotate(-3deg);
  border-radius: 0.75rem;
  box-shadow: 0 12px 40px rgba(27, 31, 59, 0.18);
  z-index: 2;
}

.hero-float-commandes {
  width: 18rem;
  position: absolute;
  top: 18%;
  right: -3%;
  transform: rotate(3deg);
  border-radius: 0.75rem;
  box-shadow: 0 12px 40px rgba(27, 31, 59, 0.15);
  z-index: 2;
}

.hero-float-revenue {
  width: 14rem;
  position: absolute;
  top: 52%;
  right: 1%;
  transform: rotate(-2deg);
  border-radius: 0.75rem;
  box-shadow: 0 12px 40px rgba(27, 31, 59, 0.15);
  z-index: 3;
}

@keyframes hero-drift {
  0%, 100% { transform: translateX(0) rotate(2deg); }
  50% { transform: translateX(1.5rem) rotate(2deg); }
}

.hero-float-chart {
  width: 13rem;
  position: absolute;
  bottom: 18%;
  left: -1%;
  border-radius: 0.75rem;
  box-shadow: 0 12px 40px rgba(27, 31, 59, 0.15);
  z-index: 3;
  animation: hero-drift 4s ease-in-out infinite;
  background: #fff;
}

/* Hero floats hidden at 991px — see responsive fixes block below */

/* Avatar stack — overlapping circles */
.avatar-stack {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.avatar-stack__img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  margin-left: -0.75rem;
  box-shadow: 0 2px 8px rgba(27, 31, 59, 0.12);
}

.avatar-stack__img:first-child {
  margin-left: 0;
}

/* ======== Testimonial Slider ======== */
.ts-slider { position: relative; width: 94%; max-width: 1620px; margin: 2.5rem auto 0; overflow: clip; }
.ts-slides { display: flex; cursor: grab; list-style: none !important; margin: 0; padding: 0; -webkit-padding-start: 0; }
.ts-slides:active { cursor: grabbing; }
.ts-slide-outer { flex: 0 0 auto; width: 55vw; padding: 0 0.75rem; }
.ts-slide { display: flex; width: 100%; padding: 2.5rem; border-radius: 0.75rem; aspect-ratio: 708/490; overflow: hidden; transition: opacity 0.3s ease; }
.ts-slide:not(.current) { opacity: 0.55; }
.ts-slide.current { opacity: 1; }
.ts-col-text { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; }
.ts-col-photo { flex: 1; display: flex; align-items: center; justify-content: center; }
.ts-photo { width: 100%; height: 100%; object-fit: contain; border-radius: 0.5rem; }
.ts-label { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(27,31,59,0.5); }
.ts-quote-block { display: flex; flex-direction: column; gap: 0.75rem; }
.ts-name { font-family: var(--anton); font-size: 2rem; line-height: 1; text-transform: uppercase; color: #1B1F3B; margin: 0; }
.ts-quote { font-size: 0.95rem; line-height: 1.65; color: #1B1F3B; margin: 0; }
.ts-business { font-size: 0.8rem; color: rgba(27,31,59,0.5); margin: 0; }
/* Controls */
.ts-ctrls { display: flex; align-items: center; gap: 2rem; width: 94%; max-width: 1620px; margin: 1.5rem auto 0; }
.ts-arrow { display: flex; width: 2.5rem; height: 2.5rem; align-items: center; justify-content: center; border: 1px solid rgba(27,31,59,0.15); border-radius: 0.375rem; background: none; cursor: pointer; transition: background 0.2s; }
.ts-arrow:hover { background: rgba(27,31,59,0.05); }
.ts-arrow svg { width: 1.2rem; }
.ts-arrow.flip svg { transform: rotate(180deg); }
.ts-progress-wrap { position: relative; flex: 1; height: 0.25rem; min-width: 8rem; border-radius: 9rem; background: rgba(27,31,59,0.1); overflow: hidden; }
.ts-progress-bar { width: 0%; height: 100%; border-radius: 9rem; background: #1B1F3B; transition: width 0.5s ease; }
.ts-dots { display: flex; gap: 0.75rem; }
.ts-dot { width: 0.75rem; height: 0.75rem; border-radius: 50%; border: none; padding: 0; background: rgba(27,31,59,0.1); cursor: pointer; transition: background 0.2s; }
.ts-dot.current { background: #1B1F3B; }
/* ========================================
   RESPONSIVE FIXES — Audit Feb 2026
   ======================================== */

/* --- 991px Tablet --- */
@media screen and (max-width: 991px) {
  /* Steps grid: 3 cols -> 2 cols */
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  /* Hero floats: hide on tablet (overflow risk) */
  .hero-float-dashboard,
  .hero-float-commandes,
  .hero-float-revenue,
  .hero-float-chart {
    display: none;
  }

  /* Footer social: bigger touch targets */
  .footer-social-wrapper {
    max-width: 2.5rem;
    max-height: 2.5rem;
    padding: 0.5rem;
  }
}

/* --- 767px Mobile --- */
@media screen and (max-width: 767px) {
  /* Footer grid: 2 cols */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5rem;
  }

  /* Nav links: bigger touch area */
  .header-nav-link {
    padding: 0.5rem 0;
  }

  /* Pricing bottom padding fix */
  .section-pricing-plan {
    padding-bottom: 3rem;
  }
}

/* --- 479px Small Mobile --- */
@media screen and (max-width: 479px) {
  /* Footer grid: single column */
  .footer-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 1.5rem;
  }

  /* Footer menu items: bigger gap for touch */
  .menu-item-block {
    grid-row-gap: 0.8rem;
  }

  /* Avatar stack smaller */
  .avatar-stack__img {
    width: 2.75rem;
    height: 2.75rem;
  }
}

