@font-face {
  font-family: General Sans;
  src: url("../fonts/GeneralSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url("../fonts/GeneralSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url("../fonts/GeneralSans-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #36233a;
  --h1: 56px;
  --line-height-h1-h2: 124%;
  --letter-spacing-negative: -0.01em;
  --h2: 40px;
  --line-height-p: 145%;
  --letter-spacing-plus: 0.01em;
  --font-family: "General Sans", Arial, sans-serif;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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 {
  color: var(--primary);
  letter-spacing: 0.01em;
  font-family:
    General Sans,
    Arial,
    sans-serif;
  font-size: 18px;
  line-height: 145%;
}

h1 {
  font-size: var(--h1);
  line-height: var(--line-height-h1-h2);
  letter-spacing: var(--letter-spacing-negative);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h2 {
  font-size: var(--h2);
  line-height: var(--line-height-h1-h2);
  letter-spacing: var(--letter-spacing-negative);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  line-height: var(--line-height-h1-h2);
  letter-spacing: var(--letter-spacing-negative);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

p {
  line-height: var(--line-height-p);
  letter-spacing: var(--letter-spacing-plus);
  margin-bottom: 0;
}

.hero-container {
  border-left: 1px solid #36233a1a;
  border-right: 1px solid #36233a1a;
  max-width: 1278px;
  height: 100%;
  position: relative;
}

.yc-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #36233a1a;
  border-radius: 72px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px 12px 12px;
  display: inline-flex;
  box-shadow:
    0 4px 12px #0000000a,
    0 2px 4px #0000000f;
}

.yc-icon {
  width: 16px;
  height: 16px;
}

.text-14px {
  letter-spacing: var(--letter-spacing-negative);
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
}

.hero-inner-container {
  max-width: 1300px;
  margin-top: 80px;
  margin-left: 36px;
  margin-right: 36px;
}

.hero-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 24px;
  display: flex;
}

.hero-subheading-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 380px;
  display: flex;
}

.hero-subheading-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420px;
  display: flex;
}

.icon-16px {
  width: 16px;
  height: 16px;
}

.subheading-title {
  letter-spacing: var(--letter-spacing-negative);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #7f0ca6, #bc68c0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.hero-heading-wrapper {
  max-width: 690px;
}

.hero-form-block {
  margin-top: 32px;
}

.hero-form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #36233a0f;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 0 2px 2px;
  display: inline-flex;
  position: relative;
}

.form-text-field {
  border: 1px #000;
  border-radius: 50px;
  width: 360px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 80px;
  font-weight: 400;
}

.form-submit-btn {
  background-image:
    url("../images/CTA.png"), linear-gradient(#2a1a2d, #2a1a2dcc);
  background-position:
    50% 100%,
    0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 100px;
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
}

.circle-dot {
  width: 3px;
  height: 3px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.circle-dot.right {
  inset: 2px 2px auto auto;
}

.circle-dot.bottom-left {
  inset: auto auto 2px 2px;
}

.circle-dot.bottom-right {
  inset: auto 2px 2px auto;
}

.subheading-title-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.hero-image {
  width: 100%;
}

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

.logo-section {
  padding-left: 24px;
  padding-right: 24px;
}

.section-div-outlines {
  border: 1px #36233a1a;
  border-top-style: solid;
  border-bottom-style: solid;
}

.section-container {
  max-width: 1278px;
  position: relative;
}

.decorative {
  position: absolute;
  inset: -8px auto auto -8px;
}

.decorative.top-right {
  inset: -8px -8px auto auto;
}

.decorative.bottom-left {
  z-index: 1;
  inset: auto auto -8px -8px;
}

.decorative.bottom-right {
  z-index: 1;
  inset: auto -8px -8px auto;
}

.logo-section-wrapper {
  display: flex;
}

.logo-block-title {
  border-left: 1px solid #36233a1a;
  width: 100%;
  padding: 48px 32px;
}

.logo-block-wrapper {
  border-left: 1px solid #36233a1a;
  border-right: 1px solid #36233a1a;
  justify-content: flex-end;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
}

.logo-block {
  border-right: 1px solid #36233a1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 168px;
  display: flex;
}

.logo-img {
  height: 32px;
}

.last-logo-block {
  border-right: 1px #36233a1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 168px;
  display: flex;
}

.text-18px {
  letter-spacing: var(--letter-spacing-negative);
}

.demo-section {
  padding: 64px;
}

.demo-section-container {
  max-width: 1472px;
}

.demo-image {
  width: 100%;
  display: none;
}

.testimonials-section {
  padding-left: 24px;
  padding-right: 24px;
}

.testimonials-container {
  border-left: 1px solid #36233a1a;
  border-right: 1px solid #36233a1a;
  max-width: 1278px;
  position: relative;
}

.testimonials-inner-wrapper {
  padding: 96px 64px;
}

.testimonials-heading {
  font-size: 64px;
  line-height: 110%;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: var(--letter-spacing-negative);
  text-align: center;
  margin-bottom: 64px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-card {
  background-color: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.quote-mark {
  font-size: 48px;
  line-height: 1;
  color: #36233a;
  opacity: 0.2;
  font-weight: 500;
}

.testimonial-text {
  font-size: 20px;
  line-height: 150%;
  color: #36233a;
  margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.author-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.author-name {
  font-size: 14px;
  font-weight: 500;
  color: #36233a;
  opacity: 0.7;
}

.why-samora-section {
  padding-left: 24px;
  padding-right: 24px;
}

.feature-parent-wrapper {
  margin-top: 116px;
  margin-bottom: 100px;
  padding-left: 74px;
  padding-right: 64px;
}

.feature-container {
  border-left: 1px solid #36233a1a;
  border-right: 1px solid #36233a1a;
  max-width: 1278px;
  position: relative;
}

.feature-inner-wrapper {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  justify-content: flex-start;
  display: flex;
}

.section-heading {
  font-size: var(--h1);
}

.higlighted-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #d5b1f8, #f0b3f0);
  -webkit-background-clip: text;
  background-clip: text;
}

.number-label {
  opacity: 0.4;
  color: #36233a;
  font-size: 16px;
  line-height: 115%;
}

.text-16px {
  opacity: 1;
  color: #36233a;
  font-size: 16px;
  line-height: 115%;
}

.grid-wrapper {
  grid-column-gap: 126px;
  grid-row-gap: 126px;
  flex-flow: row;
  margin-top: 96px;
  display: flex;
}

.icons {
  width: 60px;
}

.div-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.grid-inner-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.features-flex-wrapper {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  justify-content: space-between;
  width: 100%;
  max-width: 1204px;
  display: flex;
}

.feature-img-wrapper {
  width: 632px;
  padding: 16px;
}

.features-left-block {
  width: 432px;
  padding-top: 48px;
}

.feature-img {
  border-radius: 6px;
  box-shadow:
    0 73px 20px #0000,
    0 47px 19px #0000,
    0 26px 16px #00000005,
    0 12px 12px #00000008,
    0 3px 6px #00000008;
}

.logo-parent-container {
  border: 1px solid #36233a1a;
  border-style: solid none;
}

.feature-icon-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.feature-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.feature-title-wrapper {
  margin-top: 48px;
  margin-bottom: 32px;
}

.marquee-section {
  height: 194px;
  padding-left: 24px;
  padding-right: 24px;
}

.marquee-avatar {
  width: 96px;
  height: 96px;
}

.page-wrapper {
  overflow: hidden;
}

.left-block {
  width: 114px;
}

.div-block-20 {
  max-width: 440px;
}

.features-block-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 664px;
  display: flex;
  padding-bottom: 130px;
}

.div-block-10-copy {
  margin-top: 72px;
  margin-bottom: 32px;
  padding-left: 74px;
  padding-right: 64px;
}

.feature-image {
  width: 100%;
}

.bento-container {
  border-left: 1px #36233a1a;
  border-right: 1px #36233a1a;
  max-width: 1334px;
  padding-bottom: 72px;
  position: relative;
}

.bento-card-parent {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #36233a1a;
  border-radius: 16px;
  padding: 12px;
  transition: all 0.2s;
}

.bento-card-parent:hover {
  background-image: url("../images/Rectangle-869554254.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bento-title-block {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.bento-title {
  font-size: 16px;
  font-weight: 600;
}

.how-it-works-wrapper {
  max-width: 1153px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.how-it-works-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.how-it-works-img {
  border-radius: 8px;
  width: 100%;
  box-shadow:
    0 73px 20px #0000,
    0 47px 19px #0000,
    0 26px 16px #00000005,
    0 12px 12px #00000008,
    0 3px 6px #00000008;
}

.how-it-works-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.bento-wrapper {
  margin-top: 54px;
}

.footer-section {
  height: 1270px;
  position: relative;
}

.footer-desktop {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-title-block {
  text-align: center;
  position: relative;
  top: 344px;
}

.footer-cta-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 436px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading-white {
  color: #fff;
}

.footer-block-wrapper {
  background-color: #fff;
  border-radius: 8px;
  max-width: 1280px;
  height: 248px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 64px;
}

.footer-inner-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-logo {
  width: 178px;
}

.social-links-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 16px;
  display: flex;
}

.social-icons {
  opacity: 0.4;
  width: 24px;
  height: 24px;
}

.footer-bottom-part {
  margin-left: 24px;
  margin-right: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-bottom-text {
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-14px-white {
  color: #fff;
  font-size: 14px;
  line-height: 100%;
}

.footer-links-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.footer-links {
  color: var(--primary);
  border-radius: 30px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}

.footer-links:hover {
  background-color: #36233a0f;
}

.footer-link-text {
  line-height: 115%;
}

.cta-blob {
  mix-blend-mode: screen;
  width: 36px;
  height: 36px;
}

.primary-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: var(--letter-spacing-negative);
  background-color: #fff;
  background-image: url("../images/CTA.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-decoration: none;
  display: flex;
  box-shadow:
    -18px 88px 25px #0000,
    -11px 56px 23px #00000008,
    -6px 32px 19px #0000001c,
    -3px 14px 14px #00000030,
    -1px 4px 8px #00000038;
}

.navbar {
  background-color: #ddd0;
  padding-left: 24px;
  padding-right: 24px;
}

.logo-link {
  background-color: #36233a0f;
  padding: 2px;
}

.logo-decorative-wrapper {
  background-color: #fff;
  border: 1px solid #36233a1a;
  border-radius: 72px;
  padding: 8px 24px;
  position: relative;
  box-shadow:
    0 73px 20px #0000,
    0 47px 19px #0000,
    0 26px 16px #00000005,
    0 12px 12px #00000008,
    0 3px 6px #00000008;
}

.logo-image {
  width: 116px;
}

.nav-container {
  background-color: #fff;
  border-left: 1px solid #36233a1a;
  border-right: 1px solid #36233a1a;
  justify-content: space-between;
  max-width: 1278px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.navbar-inner-div {
  border-bottom: 1px solid #36233a1a;
}

.navbar-elements-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 26px;
}

.nav-link {
  letter-spacing: var(--letter-spacing-plus);
  border-radius: 120px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  transition: all 0.2s;
}

.nav-link:hover {
  background-color: #36233a0f;
}

.nav-link.w--current {
  color: var(--primary);
  background-color: #36233a0f;
}

.nav-menu {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #36233a0f;
  padding: 2px;
  display: flex;
}

.nav-menu-inner-cover {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  border: 1px solid #36233a1a;
  border-radius: 72px;
  padding: 4px;
  display: flex;
  box-shadow:
    0 73px 20px #0000,
    0 47px 19px #0000,
    0 26px 16px #00000005,
    0 12px 12px #00000008,
    0 3px 6px #00000008;
}

.nav-inner-element {
  padding-left: 10px;
  padding-right: 10px;
}

.text-span {
  background-image: url("../images/Frame-9.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 56px 56px;
}

.footer-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.demo-code-embed {
  width: 100%;
  height: 100%;
}

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

.div-block-39 {
  max-width: 400px;
}

.nav-btn-outline {
  background-color: transparent;
  border: 1px solid #0000001a;
  border-radius: 999px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.features-inner-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.secondary-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #36233a;
  letter-spacing: var(--letter-spacing-negative);
  background-image: url("../images/Frame-1321318570.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-decoration: none;
  display: flex;
  box-shadow:
    -18px 88px 25px #0000,
    -11px 56px 23px #00000008,
    -6px 32px 19px #0000001c,
    -3px 14px 14px #00000030,
    -1px 4px 8px #00000038;
}

.footer-cta-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-cta-b {
  width: 36px;
  height: 36px;
}

.bento-img-wrapper {
  border-radius: 8px;
  box-shadow:
    0 73px 20px #0000,
    0 47px 19px #0000,
    0 26px 16px #00000005,
    0 12px 12px #00000008,
    0 3px 6px #00000008;
}

.marquee-track {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.marquee-track-warpper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #36233a1a;
  border-top-style: solid;
  justify-content: space-between;
  align-items: center;
  height: 194px;
  display: flex;
  position: relative;
}

.social-links {
  transition: all 0.2s;
}

.social-links:hover {
  filter: contrast(200%);
}

.marquee-link-title {
  color: var(--primary);
  text-decoration: none;
}

.stepper-left {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.stepper-right {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-2 {
  display: block;
}

.text-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: static;
}

@media screen and (max-width: 991px) {
  .hero-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }
  .features-block-title {
    padding-bottom: 0px;
  }

  .logo-section-wrapper {
    flex-flow: column;
  }

  .logo-block-title {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-18px {
    text-align: center;
  }

  .feature-parent-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-left: 64px;
  }

  .feature-inner-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
  }

  .features-flex-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .how-it-works-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom-part {
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-btn {
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .hero-inner-container {
    margin-top: 44px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .hero-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hero-subheading-wrapper,
  .hero-subheading-inner {
    width: auto;
  }

  .hero-form-block {
    margin-top: 24px;
  }

  .hero-form {
    flex-flow: column;
    width: 100%;
    padding-right: 2px;
  }

  .form-text-field {
    width: 100%;
    height: 44px;
  }

  .form-submit-btn {
    background-image:
      url("../images/CTA-mobile-1.png"), url("../images/CTA.png"),
      linear-gradient(#2a1a2d, #2a1a2dcc);
    background-position:
      50% 100%,
      50% 100%,
      0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size:
      cover,
      100% 110%,
      auto;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .subheading-title-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-image {
    height: 200px;
  }

  .hero-heading {
    font-size: 36px;
  }

  .paragraph {
    margin-left: -24px;
  }

  .logo-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-section-wrapper {
    flex-flow: column;
  }

  .logo-block-title {
    border-left-style: none;
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .logo-block-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px #fff;
    border-left-style: none;
    border-right-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 0;
    display: grid;
  }

  .logo-block {
    border-bottom: 1px solid #36233a1a;
    border-right-style: none;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .logo-block.right-border {
    border-right-style: solid;
    border-right-color: #36233a1a;
  }

  .logo-block.no-bottom {
    border-bottom-style: none;
  }

  .last-logo-block {
    display: none;
  }

  .text-18px {
    text-align: center;
    font-size: 14px;
  }

  .demo-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .feature-parent-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-container {
    border-left-style: none;
    border-right-style: none;
  }

  .feature-inner-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-heading {
    font-size: 36px;
  }

  .grid-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 48px;
  }

  .grid-inner-block {
    max-width: 248px;
  }

  .div-block-10-copy {
    margin-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-flex-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .feature-img-wrapper {
    width: auto;
    padding: 0;
  }

  .features-left-block {
    width: 100%;
    padding-top: 0;
  }

  .feature-icon-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .feature-title-wrapper {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .marquee-section {
    height: 132px;
  }

  .marquee-avatar {
    width: 64px;
    height: 64px;
  }

  .div-block-10-copy {
    margin-bottom: 24px;
  }

  .feature-image {
    display: none;
  }

  .bento-card-parent {
    padding: 8px;
  }

  .bento-title-block {
    margin-top: 16px;
    margin-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .how-it-works-wrapper {
    margin-top: 32px;
  }

  .how-it-works-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .how-it-works-title {
    margin-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bento-wrapper {
    margin-top: 20px;
  }

  .footer-section {
    height: 1148px;
  }

  .footer-desktop {
    display: none;
  }

  .footer-title-block {
    top: 285px;
  }

  .hero-heading-white {
    font-size: 36px;
  }

  .footer-block-wrapper {
    height: auto;
    margin-bottom: 20px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 24px;
  }

  .footer-inner-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-bottom-part {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-links {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links:hover {
    background-color: #36233a00;
  }

  .navbar {
    padding-top: 20px;
    display: block;
  }

  .logo-link,
  .logo-decorative-wrapper {
    width: 100%;
  }

  .nav-container {
    border-left-style: none;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-inner-div {
    border-bottom-style: none;
  }

  .navbar-elements-wrapper {
    position: static;
    top: 20px;
  }

  .nav-link {
    width: 100%;
  }

  .nav-menu-inner-cover {
    border-radius: 16px;
    flex-flow: column;
  }

  .nav-inner-element {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner-element.hide-m {
    display: none;
  }

  .text-span {
    background-size: 40px 40px;
  }

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

  .footer-mobile {
    display: block;
  }

  .features-inner-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-left: 0;
  }

  .marquee-track-warpper {
    height: 132px;
  }

  .heading {
    font-size: 32px;
  }

  .div-block-43 {
    margin-bottom: 64px;
  }

  .hide-mobile-decorative {
    display: none;
  }

  .menu-btn {
    padding: 12px;
  }

  .menu-btn.w--open {
    color: var(--primary);
    background-color: #c8c8c800;
  }

  .stepper-left,
  .stepper-right {
    width: 80px;
  }
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Hero Section Responsive Styles */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.hero-content-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hero-description {
  margin-top: auto;
  margin-left: 36px;
  margin-right: 36px;
  margin-bottom: 36px;
}

.hero-visual-col {
  background-color: #d9d9d933;
  height: 70vh;
  margin: 3rem;
}

/* Tablet (max-width: 991px) */
@media screen and (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-content-col {
    height: auto;
  }

  .hero-visual-col {
    height: 40vh;
    margin: 2rem;
  }

  .hero-inner-container {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 40px;
    max-width: none;
  }

  .hero-description {
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-top: 48px;
  }
}

/* Mobile Landscape (max-width: 767px) */
@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 36px;
    line-height: 1.2;
  }

  .hero-visual-col {
    margin: 1rem;
    height: 300px;
  }

  .hero-inner-container {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 32px;
  }

  .hero-description {
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-form-block {
    width: 100%;
  }

  .hero-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 16px;
    height: auto;
  }

  .form-text-field {
    width: 100%;
    margin-bottom: 12px;
  }

  .form-submit-btn {
    width: 100%;
  }
}

/* Updated Why Samora Section Styles */
.why-content-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.minimal-title {
  font-size: 64px;
  line-height: 110%;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: var(--letter-spacing-negative);
  margin-bottom: 60px;
}

.highlight-purple {
  background-image: linear-gradient(135deg, #ce9ffc, #9b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight-light-purple {
  background-image: linear-gradient(135deg, #ce9ffc, #9b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-features-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.why-feature-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.feature-circle-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.06),
    0 1px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(54, 35, 58, 0.05);
}

.feature-text-lg {
  font-size: 20px;
  line-height: 140%;
  color: var(--primary);
  opacity: 0.8;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .minimal-title {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .feature-inner-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .feature-circle-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .feature-text-lg {
    font-size: 16px;
  }
}

/* Testimonials Section Responsive Styles */
@media screen and (max-width: 991px) {
  .testimonials-inner-wrapper {
    padding: 64px 32px;
  }

  .testimonials-heading {
    margin-bottom: 48px;
  }

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

  .testimonial-card {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials-inner-wrapper {
    padding: 48px 16px;
  }

  .testimonials-heading {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .quote-mark {
    font-size: 36px;
  }

  .testimonial-text {
    font-size: 15px;
  }
}
