:root {
  --font-family: Inter, sans-serif;
  --color--white: white;
  --text-size--h1: 11vw;
  --color--primary: #ff8a03;
  --text-size--h2: 60px;
  --text-size--h3: 44px;
  --text-size--h4: 32px;
  --text-size--h5: 24px;
  --color--bg: #1d1d1d;
  --color--heading-gradient: #ff9a03;
  --color--card-gradient-01: #2b2b2b;
  --color--card-gradient-02: #121212;
  --color--text-color: #bdbdbd;
  --text-size--paragraph-16px: 16px;
  --text-size--paragraph-18px: 18px;
  --color--gradient-01: #d9d9d9;
  --color--text-color-2: #1a1a1a;
  --color--background: #2b2b2b;
  --color--testimonial-gradient-01: #d5d5d5;
  --color--text-color-3: #595959;
}

.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;
  }
}

h1 {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  background-image: linear-gradient(84.46deg, var(--color--white) 49%, var(--color--primary) 79%);
  font-family: var(--font-family);
  font-size: var(--text-size--h2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1290px;
  padding: 5em 2em;
}

.body {
  background-color: var(--color--bg);
}

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

.styleguide-header {
  background-image: linear-gradient(79deg, var(--color--white) 49%, var(--color--heading-gradient) 79%);
  font-family: var(--font-family);
  font-size: var(--text-size--h2);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

.styleguide-heading-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.headings {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131deg, var(--color--card-gradient-01) 25%, var(--color--card-gradient-02) 75%);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.style-guide-small-heading {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  font-weight: 500;
  line-height: 1.5;
}

.heading-4 {
  background-image: linear-gradient(84.46deg, var(--color--white) 49%, var(--color--heading-gradient) 79%);
}

.body-16px {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  text-align: center;
  letter-spacing: -.03px;
  margin-bottom: 0;
}

.hero-paragraph p {
  color: rgba(255, 255, 255, 0.8) !important;
}

#waitlist-email::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1;
}

.body-16px {
  font-weight: 500;
  line-height: 1.5;
}

.body-16px.how-it,
.body-16px.audience-paragrapg,
.body-16px.assistant,
.body-16px.tab,
.body-16px.testimonial {
  text-align: left;
}

.body-16px.price {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.body-16px.faq {
  text-align: left;
}

.body-16px.black {
  color: var(--color--bg);
  max-width: 500px;
}

.body-16px.card-stacking {
  max-width: 500px;
}

.body-16px.rattings {
  max-width: 70%;
}

.body-18px {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-18px);
  letter-spacing: -.03px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.body-18px.black {
  color: var(--color--bg);
}

.color-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-color {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styleguide-top-color {
  width: 235px;
  height: 150px;
}

.styleguide-top-color.background-color {
  background-color: var(--color--bg);
}

.styleguide-top-color.primary {
  background-color: var(--color--primary);
}

.styleguide-top-color.white {
  background-color: var(--color--white);
}

.styleguide-top-color.text-color {
  background-color: var(--color--text-color);
}

.styleguide-top-color.gradient-01 {
  background-color: var(--color--gradient-01);
}

.styleguide-top-color.card-gradient-01 {
  background-color: var(--color--card-gradient-01);
}

.styleguide-top-color.card-gradient-02 {
  background-color: var(--color--card-gradient-02);
}

.styleguide-top-color.text-color-02 {
  background-color: var(--color--text-color-2);
}

.styleguide-top-color.heading-gradient {
  background-color: var(--color--heading-gradient);
}

.color-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--card-gradient-01);
  flex-flow: column;
  width: 235px;
  padding: 20px;
  display: flex;
}

.style-guide-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: transparent;
  border: 1px solid var(--color--primary);
  font-family: var(--font-family);
  color: var(--color--primary);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  overflow: clip;
  transition: all 0.3s ease;
}

.nav-button:hover {
  background-color: rgba(0, 150, 136, 0.1);
}

.nav-button-text-.footer-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-text-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.nav-button-text {
  letter-spacing: -.03px;
}

.nav-button-text.is-relative {
  position: relative;
}

.nav-button-text.is-absolute {
  position: absolute;
}

.nav-button-arrow-wrap {
  border: 1.3px solid var(--color--text-color-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.nav-button-arrow {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button-arrow-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-arrow-svg.is-relative {
  position: relative;
}

.nav-button-arrow-svg.is-absolute {
  position: absolute;
}

.primary-button {
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--bg);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 12px;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.primary-button-text {
  position: static;
}

.primary-button-text.is-relative {
  position: relative;
}

.primary-button-text.is-absolue {
  position: absolute;
}

.secondary-button {
  border: 1px solid var(--color--white);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--paragraph-16px);
  overflow-wrap: normal;
  border-radius: 60px;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.secondary-button-text.is-relative {
  position: relative;
}

.secondary-button-text.is-absolute {
  position: absolute;
}

.navbar {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.navbar-no-shadow-container {
  display: contents;
}

.container-regular {
  width: 100%;
  max-width: 1600px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 48px;
}

.navbar-brand.w--current {
  max-width: 320px;
  max-height: 90px;
  overflow: clip;
}

.nav-menu-wrapper {
  grid-column: 2;
  justify-self: center;
}

.nav-menu {
  justify-content: center;
  gap: 8vw;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  grid-column: 3;
  justify-self: end;
  margin-left: 0;
  margin-top: -3px;
}

.image {
  object-fit: cover;
  border-radius: 60px;
  overflow: visible;
}

.nav-link-block {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  padding: 8px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  position: relative;
  overflow: clip;
}

.nav-link-block:hover {
  color: var(--color--primary);
}

.nav-link-text.is-relative {
  position: relative;
}

.footer-section {
  background-color: #0c0c0c;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 100px 0 60px;
  overflow: hidden;
}

.footer-wrapper {
  flex-direction: column;
  align-items: center;
  text-align: center;
  display: flex;
}

.footer-brand {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  height: 40px;
}

.footer-brand span {
  color: #009688;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.5px;
}

.footer-social-media {
  margin-bottom: 32px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.footer-social-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}

.footer-social-link:hover {
  opacity: 0.7;
}

.footer-legal-menu {
  margin-bottom: 32px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  font-weight: 500;
}

.footer-link:hover {
  color: #009688;
}

.footer-license-text {
  opacity: 0.3;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.form-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.form-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form-button.is-button-small {
  grid-row-gap: .5rem;
  background-color: var(--color--primary);
  font-family: var(--font-family);
  color: var(--color--background);
  font-size: var(--text-size--paragraph-16px);
  letter-spacing: -.03px;
  border: 0 #0000;
  border-radius: 60px;
  padding: 8px 16px;
  font-weight: 500;
}

.form-button.is-button-small:focus {
  box-shadow: none;
}

.success-message {
  background-image: linear-gradient(131deg, var(--color--background) 39%, var(--color--card-gradient-02));
  border-radius: 20px;
  padding: 30px;
}

.form-input {
  border: 1px solid var(--color--white);
  font-family: var(--font-family);
  color: var(--color--text-color);
  background-color: #0000;
  border-radius: 60px;
  min-height: 30px;
  margin-bottom: 0;
  padding: 8px;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  border: 1px none var(--color--white);
  box-shadow: none;
  color: var(--color--text-color);
}

.form-input:focus-visible,
.form-input[data-wf-focus-visible] {
  border-style: solid;
}

.form-input::placeholder {
  color: #667085;
}

.footer-form-block {
  max-width: 35rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.error-message {
  background-image: linear-gradient(131deg, var(--color--background) 39%, var(--color--card-gradient-02));
  border-radius: 20px;
  margin-top: 1.5rem;
  /* Unused footer marquee and utility styles removed */
}

.footer-social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
}

.social {
  color: var(--color--white);
  transition: opacity 0.3s ease;
}

.social:hover {
  opacity: 0.7;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.footer-license-text {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  font-weight: 500;
  line-height: 1.5;
}

.hero-section {
  z-index: 1;
  position: relative;
  overflow: clip;
}

.hero-section-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-section-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.hero-sticky {
  width: 100%;
  position: sticky;
  top: 15vh;
  z-index: 10;
}

.sticky-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  padding-top: 38px;
  padding-bottom: 80px;
  position: relative;
}

.hero-big-heading {
  perspective: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex !important;
  position: absolute;
  width: 100% !important;
  left: 0 !important;
  transform-origin: center center !important;
  justify-content: center !important;
  align-items: center !important;
}

#hero-waitlist-wrapper {
  padding-top: 40vh;
  margin-top: -40vh;
  position: relative;
  z-index: 10;
}

.big-heading {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--heading-gradient));
  font-family: var(--font-family);
  font-size: var(--text-size--h1);
  text-align: center;
  letter-spacing: -4px;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.big-heading.changelog {
  line-height: 1.2;
}

.mobile-holder {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 600px;
  display: flex;
  position: relative;
  /* Start hidden and pushed down */
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  margin-top: 100px;
  /* Sync with headline: start gliding right as headline starts shrinking (2.7s) */
  animation: glideUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 2.7s forwards;
}

@keyframes glideUp {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.mobile-image {
  z-index: 2;
  max-width: 304.5px;
  height: 100%;
  position: relative;
}

.mobile-drop-shadow {
  filter: blur(60px);
  background-color: #000;
  width: 20%;
  height: 70%;
  position: absolute;
}

.hero-paragraph {
  z-index: 99;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.hero-paragraph-holder {
  font-family: var(--font-family);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 664px;
  display: flex;
}

.hero-button-wrapper {
  z-index: 12;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.first-heading {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  transform-origin: center center;
  opacity: 0;
  transform: scale(1.08);
  /* Start large */
  animation:
    heroFadeIn 0.8s ease-out forwards,
    heroShrink 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2.7s forwards;
  /* 2.7s delay before shrinking */
}

@keyframes heroFadeIn {
  to {
    opacity: 1;
  }
}

@keyframes heroShrink {
  to {
    transform: scale(0.9);
  }
}

.second-heading {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-section {
  overflow: hidden;
}

.brand-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-marquee-section {
  overflow: hidden;
}

.brand-marquee-section.second {
  position: relative;
  overflow: hidden;
}

.marque-wrap-big-oppsite {
  z-index: 10;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marque-text-two {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: none;
  align-items: center;
  min-height: 40px;
  margin-right: 100px;
  display: flex;
}

.home-brand-wrapper {
  opacity: .7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-width: 160px;
}

.marquee {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-color-overlay {
  background-image: linear-gradient(0deg, var(--color--bg) 4%, #1d1d1d00 85%);
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0%;
}

.tools-section {
  overflow: clip;
}

.tools-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-heading {
  background-image: linear-gradient(84.46deg, var(--color--white) 68%, var(--color--primary));
  text-align: center;
  letter-spacing: -2px;
}

.orange-text {
  color: var(--color--primary);
}

.tool-sticky-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.how-it-work-section {
  padding-top: 300px;
  padding-bottom: 120px;
  overflow: clip;
}

.how-it-work-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.how-it-work-grid {
  grid-column-gap: 2em;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.2fr 1fr;
  width: 100%;
}

.mobile-mockup {
  padding-top: 18.5em;
  padding-bottom: 18.5em;
  position: relative;
}

.mobile-mockup-sticky {
  perspective: 1500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.rotate {
  z-index: 1;
  perspective: 1000px;
  mix-blend-mode: difference;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto;
  transform: translate3d(0, 0, -400px)scale3d(3.3, 3.3, .1);
}

.rotate.tab-color-change {
  z-index: -1;
  bottom: 60%;
  right: 65%;
}

.rotate-orange {
  background-color: var(--color--primary);
  filter: blur(20px);
  perspective: 1000px;
  mix-blend-mode: hard-light;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 13em;
  height: 13em;
  display: flex;
  position: relative;
}

.rotate-white {
  background-color: var(--color--text-color);
  mix-blend-mode: hard-light;
  border-radius: 100%;
  width: 60%;
  height: 60%;
}

.phone-holder-wrapper {
  z-index: 22;
  position: relative;
}

.phone-holder {
  justify-content: center;
  align-items: center;
  max-width: 24em;
  display: flex;
  position: relative;
}

.phone-holder-shadow {
  z-index: -52;
  filter: none;
  transform-style: preserve-3d;
  background-color: #12121233;
  border-radius: 30px;
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate3d(.8px, .8px, 1px)translate3d(0, 0, -200px);
}

.mobile-mockup-image {
  z-index: 50;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.mockup-01 {
  z-index: 10;
  border-radius: 30px;
  width: 100%;
  max-height: 90vh;
  position: relative;
}

.mockup-02 {
  z-index: 20;
  width: 100%;
  max-height: 90vh;
  position: absolute;
  inset: 0%;
}

.mockup-03 {
  z-index: 30;
  width: 100%;
  max-height: 90vh;
  position: absolute;
  inset: 0%;
}

.mockup-04 {
  z-index: 40;
  width: 100%;
  max-height: 90vh;
  position: absolute;
  inset: 0%;
}

.how-it-work-card {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
  padding-top: 9em;
  display: flex;
  position: relative;
}

.how-it-work-card-holder {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.how-it-work-icon-wrapper {
  background-color: var(--color--primary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
  margin-top: 12px;
  display: flex;
}

.how-it-work-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.how-it-work-icon {
  object-fit: cover;
  width: 48px;
  height: 48px;
}

.card-heading {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--primary));
  letter-spacing: -2px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.audience-section {
  overflow: clip;
}

.audience-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.audience-heading {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--primary));
  letter-spacing: -2px;
}

.audience-paragraph {
  max-width: 450px;
}

.audience-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  width: 100%;
  position: relative;
}

.audience-card {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--card-gradient-01);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 380px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 30px;
  transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.audience-card:hover {
  border-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.02);
}

.audience-card.go-getter {
  background-color: #1d1d1d;
}

.audience-card.engaged-citizen {
  background-color: #1d1d1d;
}

.audience-card.savvy-investor {
  background-color: #1d1d1d;
}

.audience-card.informed-professional {
  background-color: #1d1d1d;
}

.audience-card.go-getter:hover {
  border-color: #EF5350;
  background-color: #222;
  box-shadow: 0 20px 40px -20px rgba(239, 83, 80, 0.4);
}

.audience-card.engaged-citizen:hover {
  border-color: #26C6DA;
  background-color: #222;
  box-shadow: 0 20px 40px -20px rgba(38, 198, 218, 0.4);
}

.audience-card.savvy-investor:hover {
  border-color: #64B5F6;
  background-color: #222;
  box-shadow: 0 20px 40px -20px rgba(100, 181, 246, 0.4);
}

.audience-card.informed-professional:hover {
  border-color: #8D6E63;
  background-color: #222;
  box-shadow: 0 20px 40px -20px rgba(141, 110, 99, 0.4);
}

.audience-card.go-getter .audience-icon-holder {
  border: none;
}

.audience-card.engaged-citizen .audience-icon-holder {
  border: none;
}

.audience-card.savvy-investor .audience-icon-holder {
  border: none;
}

.audience-card.informed-professional .audience-icon-holder {
  border: none;
}

.audience-icon-holder {
  border: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 0;
  display: flex;
  margin-bottom: 10px;
}

.audience-card-heading {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  letter-spacing: -.02px;
  font-weight: 700;
  line-height: 1.3;
}

.audience-icon {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.audience-big-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--card-gradient-01);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 380px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 40px;
  transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
}

.audience-big-card:hover {
  transform: scale(1.01);
  border-color: rgba(255, 255, 255, 0.1);
}

.audience-big-card.renaissance-scholar,
.audience-big-card.casual-observer,
.audience-big-card.cultured-trendsetter,
.audience-big-card.digital-native {
  background-color: #1d1d1d;
}

.audience-big-card.renaissance-scholar:hover {
  border-color: #7E57C2;
  background-color: #222;
  box-shadow: 0 20px 40px -20px rgba(126, 87, 194, 0.4);
}

.audience-big-card.casual-observer:hover {
  border-color: #81C784;
  background-color: #222;
  box-shadow: 0 20px 40px -20px rgba(129, 199, 132, 0.4);
}

.audience-big-card.cultured-trendsetter:hover {
  border-color: #D81B60;
  background-color: #222;
  box-shadow: 0 20px 40px -20px rgba(216, 27, 96, 0.4);
}

.audience-big-card.digital-native:hover {
  border-color: #FFD600;
  background-color: #222;
  box-shadow: 0 20px 40px -20px rgba(255, 214, 0, 0.4);
}

.audience-big-card.renaissance-scholar .audience-icon-holder {
  border: none;
}

.audience-big-card.casual-observer .audience-icon-holder {
  border: none;
}



.assistants-section {
  overflow: hidden;
}

.assistants-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.assistants-header-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.assistant-header-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 53%;
  display: flex;
}

.header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  min-width: 439px;
  display: flex;
}

.iso-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--bg);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iso-button-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.iso-icon {
  width: 24px;
  height: 24px;
}

.android-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--color--white);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.assistant-header {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--primary));
  letter-spacing: -2px;
}

.assistant-tab-wrapper {
  perspective: 1000px;
  width: 100%;
  position: relative;
}

.tab-wrapper {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 460px;
  min-height: 460px;
  display: grid;
}

.tab-link-assistant-01 {
  background-color: var(--color--background);
  transform-style: preserve-3d;
  border: 1px solid #ffffff1a;
  border-radius: 20px 20px 0 0;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 460px;
  margin-bottom: -16px;
  padding: 30px 20px;
  transition: transform .3s, color .3s;
  display: flex;
  transform: translate3d(0, 0, .01px);
}

.tab-link-assistant-01.w--current {
  background-color: var(--color--background);
  font-family: var(--font-family);
  border: 1px solid #ffffff1a;
  border-radius: 20px 20px 0 0;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 460px;
  margin-bottom: -16px;
  padding: 30px 20px;
  transition: transform .3s, color .3s;
  display: flex;
  transform: translate3d(0, 0, .01px);
}

.tab-link-assistant-01.bottom {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.right-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-icon-wrapper {
  background-color: #ffffff1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.icon-embed-xsmall {
  color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.tab-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-24px {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.text-24px.black {
  color: var(--color--bg);
}

.tab-arrow {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-embed-xsmall-2 {
  font-family: var(--font-family);
  color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 6px;
  font-weight: 500;
  display: flex;
}

.tab-small-paragraph {
  overflow: hidden;
}

.tab-image-wrapper {
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  z-index: 50;
  overflow: hidden;
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.testimonial-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  max-height: 1240px;
  display: flex;
  position: relative;
  overflow: clip;
}

.vertical-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
  position: relative;
}

.testimonial-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131.9deg, var(--color--background) 40%, var(--color--card-gradient-02));
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 419.62px;
  max-width: 419.62px;
  min-height: 353.68px;
  padding: 20px;
  display: flex;
}

.testimonial-icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .5px solid var(--color--text-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.testimonial-icon {
  object-fit: cover;
  width: 24px;
  height: 16px;
}

.client-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.client {
  width: 60px;
  height: 60px;
}

.clinent-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.client-name-text {
  opacity: .85;
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  letter-spacing: -.8px;
  font-weight: 500;
  line-height: 1;
}

.client-history {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  font-weight: 500;
  line-height: 1;
}

.testimonial-shadow {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--color--bg), #1d1d1d00);
  width: 10%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto -.5%;
}

.testimonial-lower-shadow {
  background-image: linear-gradient(180deg, #1d1d1d00 22%, var(--color--bg));
  width: 110%;
  height: 400px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -5%;
}

.testimonial-header {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricing-section {
  overflow: hidden;
}

.pricing-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricing-heading {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--primary));
  letter-spacing: -2px;
}

.pricing-plan {
  background-image: linear-gradient(131.9deg, var(--color--background) 39.99%, var(--color--card-gradient-02));
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.pricing-tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--font-family);
  color: var(--color--white);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: 8px;
  font-weight: 600;
  display: flex;
}

.pricing-tab-link.w--current {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--color--primary);
  font-family: var(--font-family);
  color: var(--color--bg);
  border-radius: 60px;
  padding: 8px;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.pricing-tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--background);
  font-family: var(--font-family);
  border-radius: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 80px;
  padding: 8px;
  display: grid;
}

.price-button-text {
  font-family: var(--font-family);
  font-size: var(--text-size--paragraph-16px);
  letter-spacing: -.03px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.pricing-tab-content {
  overflow: visible;
}

.pricing-components {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.discount {
  font-family: var(--font-family);
  border-radius: 40px;
  padding: 4px;
  box-shadow: 4px 4px 8px #00000040;
}

.pricing-card {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.price-middle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-lower {
  align-self: stretch;
}

.price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.plan {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h4);
  font-weight: 500;
  line-height: 1;
}

.usd-price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.main-price {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h3);
  font-weight: 500;
  line-height: 1;
}

.annual-price {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-18px);
  padding-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.price-divider {
  background-color: var(--color--text-color);
  width: 100%;
  height: .5px;
}

.price-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.price-listing-text {
  font-family: var(--font-family);
  letter-spacing: -.03px;
  font-weight: 500;
  line-height: 1.5;
}

.price-primary-button {
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--background);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.price-secondary-button {
  background-color: var(--color--primary);
  font-family: var(--font-family);
  color: var(--color--background);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.testiminial-gradient {
  z-index: -1;
  background-color: var(--color--primary);
  filter: blur(200px);
  border-radius: 100%;
  width: 15%;
  height: 35%;
  position: absolute;
  inset: auto auto 5% 40%;
}

.faq-section {
  overflow: hidden;
}

.faq-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.faq-icon-wrapper {
  color: #0000;
}

.faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-answer {
  overflow: hidden;
}

.faq-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.max-width-large-3 {
  width: 100%;
  max-width: 48rem;
  padding-left: 76px;
}

.faq-question-text {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  font-weight: 500;
  line-height: 1.5;
}

.faq-question-text.theme-color {
  color: var(--color--primary);
}

.faq-question-text.white {
  font-family: var(--font-family);
  color: #fff;
  font-size: var(--text-size--h5);
  line-height: 1.5;
}

.text-16px {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  font-weight: 500;
  line-height: 1.5;
}

.text-16px.message {
  text-align: center;
}

.space-medium-2 {
  width: 100%;
  min-height: 1rem;
}

.faq-card {
  border: 1px solid #0000;
  padding-left: 0;
}

.faq-list-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-header.faq {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--primary));
}

.accordion-icon-horizontal-line-2 {
  color: #fff;
  background-color: #fff;
  border-radius: 1px;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.accordion-icon-vertical-line {
  color: #fff;
  background-color: #fff;
  border-radius: 1px;
  width: 2px;
  height: 1rem;
  position: absolute;
}

.accordion-icon-component-2 {
  border-style: none;
  border-width: 0;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.faq-answer-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-icon-wrap {
  background-color: var(--color--background);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.faq-icon {
  color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.faq-divider {
  width: 100%;
  height: 1px;
}

.faq-initial-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.cta-section {
  overflow: hidden;
}

.cta-wrapper {
  background-color: var(--color--background);
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.cta-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.cta-left {
  z-index: 1;
  position: relative;
}

.cta-center {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 24px;
  display: flex;
}

.cta-right {
  position: relative;
}

.cta-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--heading-gradient));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  display: flex;
  margin-bottom: 32px;
}

.cta-subheading {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
  max-width: 600px;
}

.cta-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  display: flex;
}

.left-gradient {
  background-color: var(--color--white);
  filter: blur(83px);
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto auto -19% -50%;
}

.left-gradient.tablet {
  width: 25%;
  height: 25%;
}

.left-orange-gradient {
  background-color: var(--color--primary);
  filter: blur(83px);
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto auto -16% -68%;
}

.cta-left-image {
  max-width: 226px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: none;
}

.right-white-gradient {
  background-color: var(--color--white);
  filter: blur(83px);
  width: 350px;
  height: 350px;
  position: absolute;
  top: -19%;
  right: -50%;
}

.right-white-gradient.tablet {
  width: 25%;
  height: 25%;
}

.right-orange-gradient {
  background-color: var(--color--primary);
  filter: blur(83px);
  width: 400px;
  height: 400px;
  position: absolute;
  top: -16px;
  right: -68%;
}

.cta-right-image {
  max-width: 226px;
  position: absolute;
  inset: auto;
  transform: none;
}

.sticky-card-black {
  z-index: 3;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: linear-gradient(131deg, var(--color--background) 40%, var(--color--bg));
  perspective: 1000px;
  border-radius: 20px;
  flex-flow: column;
  max-height: 658px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 5%;
  overflow: clip;
}

.sticky-heading {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h3);
  letter-spacing: -.02px;
  font-weight: 500;
  line-height: 1.5;
}

.sticky-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sticky-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 38px;
  display: flex;
}

.center-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sticky-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 38px;
  display: flex;
}

.inner-card {
  background-image: linear-gradient(153deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.inner-card-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--background);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  box-shadow: 12px 12px 21px #16161640;
}

.sticky-iconwrapper {
  border: 1px solid var(--color--white);
  color: var(--color--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.sticky-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.sticky-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inner-card-holder-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--background);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  box-shadow: 12px 12px 32px #16161640;
}

.inner-card-right {
  background-image: linear-gradient(205deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.sticky-orange-black {
  z-index: 4;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--color--primary);
  perspective: 1000px;
  border-radius: 20px;
  flex-flow: column;
  max-height: 658px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 7%;
  overflow: clip;
}

.sticky-black-heading {
  font-family: var(--font-family);
  color: var(--color--bg);
  font-size: var(--text-size--h3);
  letter-spacing: -.02px;
  font-weight: 500;
  line-height: 1.5;
}

.sticky-iconwrapper-black {
  border: 1px solid var(--color--bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.sticky-icon-black {
  color: var(--color--bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.inner-card-orange {
  background-image: linear-gradient(135deg, var(--color--primary) 50%, var(--color--white) 95%);
  border-radius: 20px;
  padding: 1px;
}

.inner-card-holder-orange {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--heading-gradient);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  box-shadow: 12px 12px 32px #b9b9b940;
}

.inner-card-orange-right {
  background-image: linear-gradient(205deg, var(--color--primary) 50%, var(--color--white) 95%);
  border-radius: 20px;
  padding: 1px;
}

.sticky-orange-white {
  z-index: 5;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--color--white);
  perspective: 1000px;
  border-radius: 20px;
  flex-flow: column;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 9%;
  overflow: clip;
}

.sticky-iconwrapper-orange {
  border: 1px solid var(--color--primary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.sticky-icon-black-orange {
  color: var(--color--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.inner-card-white {
  background-image: linear-gradient(153deg, var(--color--white) 50%, var(--color--heading-gradient) 95%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.inner-card-holder-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  box-shadow: 12px 12px 32px #b9b9b940;
}

.inner-card-white-right {
  background-image: linear-gradient(205deg, var(--color--white) 50%, var(--color--heading-gradient) 95%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.white-circle {
  z-index: -999;
  background-color: var(--color--gradient-01);
  filter: blur(121px);
  width: 50%;
  height: 50%;
  position: absolute;
  inset: auto auto 10%;
  opacity: 0;
  transform: translate3d(0, 30%, 0);
  animation: glowFadeIn 1.5s ease-out 0.2s forwards;
}

@keyframes glowFadeIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.orange-circle {
  background-color: var(--color--primary);
  filter: blur(83px);
  width: 100%;
  height: 75%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-revel {
  white-space: nowrap;
}

.mask {
  background-color: #1d1d1dbf;
  position: absolute;
  inset: 0%;
}

.big-header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-text {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-18px);
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

.tab-pane-tab-1 {
  border-radius: 22px;
  overflow: hidden;
}

.faq-gradient,
.faq-gradient-02 {
  background-image: linear-gradient(90deg, var(--color--bg), var(--color--heading-gradient) 79%);
  width: 100%;
  height: 1px;
}

.faq-question-02,
.faq-question-03 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.faq-gradient-03 {
  background-image: linear-gradient(90deg, var(--color--bg), var(--color--heading-gradient) 79%);
  width: 100%;
  height: 1px;
}

.faq-question-04 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.faq-gradient-04 {
  background-image: linear-gradient(90deg, var(--color--bg), var(--color--heading-gradient) 79%);
  width: 100%;
  height: 1px;
}

.faq-question-05 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.faq-gradient-05 {
  background-image: linear-gradient(90deg, var(--color--bg), var(--color--heading-gradient) 79%);
  width: 100%;
  height: 1px;
}

.sticky-audience {
  background-image: none;
  background-color: transparent;
  border-radius: 20px;
  padding: .8px;
  transition: background-color .3s;
  position: sticky;
  top: 15vh;
}

.sticky-audience:hover {
  background-image: radial-gradient(circle at center, #EF5350, transparent 80%);
}

.sticky-2nd {
  background-image: none;
  background-color: transparent;
  border-radius: 20px;
  margin-top: 80vh;
  padding: .8px;
  transition: background-color .3s;
  position: sticky;
  top: 15vh;
}

.sticky-2nd:hover {
  background-image: radial-gradient(circle at center, #26C6DA, transparent 80%);
}

.sticky-3rd {
  background-image: none;
  background-color: transparent;
  border-radius: 20px;
  margin-top: 160vh;
  padding: .8px;
  transition: background-color .3s;
  position: sticky;
  top: 15vh;
}

.sticky-3rd:hover {
  background-image: radial-gradient(circle at center, #64B5F6, transparent 80%);
}

.stycky-4th {
  background-image: none;
  background-color: transparent;
  border-radius: 20px;
  margin-top: 240vh;
  padding: .8px;
  transition: background-color .3s;
  position: sticky;
  top: 15vh;
}

.stycky-4th:hover {
  background-image: radial-gradient(circle at center, #8D6E63, transparent 80%);
}

.big-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1440px;
  margin-top: -50px;
  align-items: stretch;
}

.big-gradient-card {
  background-image: none;
  background-color: transparent;
  border-radius: 20px;
  padding: .8px;
  transition: background-color .3s;
}

.big-gradient-card:hover:has(.renaissance-scholar) {
  background-image: radial-gradient(circle at center, #7E57C2, transparent 80%);
}

.big-gradient-card:hover:has(.casual-observer) {
  background-image: radial-gradient(circle at center, #81C784, transparent 80%);
}

.big-gradient-card:hover:has(.cultured-trendsetter) {
  background-image: radial-gradient(circle at center, #D81B60, transparent 80%);
}

.big-gradient-card:hover:has(.digital-native) {
  background-image: radial-gradient(circle at center, #FFD600, transparent 80%);
}

.tab-pane-tab-2,
.tab-pane-tab-3,
.tab-pane-tab-4,
.tab-pane-tab-5,
.tab-pane-tab-6 {
  border-radius: 22px;
  overflow: hidden;
}

.license-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.license-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-license {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.lincese-image {
  text-align: center;
}

.image-grid {
  grid-template-rows: auto;
}

.image-license-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131deg, var(--color--background) 25%, var(--color--card-gradient-02) 75%);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.license-image {
  width: 250px;
  height: 250px;
}

.lincese-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.license-link {
  font-family: var(--font-family);
  color: var(--color--heading-gradient);
  font-size: var(--text-size--paragraph-16px);
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
}

.icon-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-self: center;
}

.icon-license-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131deg, var(--color--background) 25%, var(--color--card-gradient-02) 75%);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.changelog-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.changelog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131deg, var(--color--background) 25%, var(--color--card-gradient-02) 75%, var(--color--card-gradient-02) 75%);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.changelog-header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
}

._404-image-wrapper {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.error {
  color: var(--color--heading-gradient);
}

.star-card {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131deg, var(--color--background) 40%, var(--color--card-gradient-02));
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 419.62px;
  max-width: 419.62px;
  min-height: 353.68px;
  padding: 20px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.star-text {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--h2);
  letter-spacing: -2px;
  font-weight: 500;
  line-height: 1;
}

.star-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.star {
  width: 24px;
  height: 24px;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.left-shadow {
  z-index: 10;
  background-image: linear-gradient(90deg, var(--color--bg), #1d1d1d00);
  width: 10%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-shadow {
  z-index: 10;
  background-image: linear-gradient(90deg, #1d1d1d00, var(--color--bg));
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.avatar-group-component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: .5rem;
  display: flex;
}

.avatar-group-item {
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.testimonial-rightshadow {
  background-image: linear-gradient(90deg, #1d1d1d00, var(--color--bg));
  width: 10%;
  height: 100%;
  position: absolute;
  inset: 0% -.5% 0% auto;
}

.mobile-rotate.hode-desktop,
.mobile-rotate-bottom.hide-desktop {
  display: none;
}

.first-infinity-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.vertical-wrapper-holder {
  border-radius: 20px;
  position: relative;
  overflow: clip;
}

.first-shadow {
  background-image: linear-gradient(90deg, var(--color--bg), #1d1d1d00);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 150px;
  position: absolute;
  inset: 0% auto 0% -.2%;
}

.pricing-middle-gradient {
  background-image: linear-gradient(134deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
  border-radius: 20px;
  padding: 1px;
  overflow: hidden;
}

.price-button-dark-text {
  font-family: var(--font-family);
  font-size: var(--text-size--paragraph-16px);
  letter-spacing: -.03px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

._14px-text-dark {
  font-family: var(--font-family);
  letter-spacing: -.06px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link-brand,
.footer-link-agency,
.webflow-brand {
  color: var(--color--text-color);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-2 {
  object-fit: cover;
  height: 100%;
}

.image-3 {
  object-fit: cover;
  width: 180px;
  height: 35px;
}

@media screen and (min-width: 1280px) {
  .hero-paragraph {
    padding-top: 160px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-paragraph {
    padding-top: 180px;
  }

  .first-shadow {
    width: 4%;
  }
}

@media screen and (min-width: 1920px) {
  .body-16px._1920 {
    margin-top: 32px;
  }

  .hero-paragraph {
    padding-top: 240px;
  }

  .faq-list {
    border-radius: 12px;
  }

  .big-header-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {

  .navbar-brand img {
    height: 56px !important;
  }

  .navbar-brand span {
    font-size: 22px !important;
  }

  .hero-paragraph-holder p {
    font-size: 20px !important;
  }

  .body,
  .heading-4 {
    --font-family: Inter, sans-serif;
    --color--white: white;
    --text-size--h1: 11vw;
    --text-size--h2: 42px;
    --text-size--h5: 20px;
    --color--primary: #009688;
    --color--heading-gradient: #009688;
    --color--bg: #121212;
    --color--background: #121212;
    --color--testimonial-gradient-01: #d5d5d5;
    --color--text-color-3: #595959;
  }

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

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-wrapper {
    padding: 32px 24px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-wrapper.tablet {
    border-radius: 20px;
    margin-top: 10px;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu.tablet {
    background-color: var(--color--background);
    border-radius: 20px;
    padding: 8px;
    flex-direction: column;
    display: none !important;
  }

  .nav-button-wrapper {
    width: auto;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .lottie-animation {
    width: 32px;
    height: 32px;
  }

  .hero-sticky {
    top: 12vh;
  }

  .hero-paragraph {
    padding-top: 160px;
  }

  .marque-text-two {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-right: 100px;
  }

  .rotate {
    transform: translate3d(0, 0, -400px)scale3d(2.5, 2.5, .1);
  }

  .rotate-orange {
    width: 14em;
    height: 14em;
  }

  .phone-holder {
    max-width: 20em;
  }

  .how-it-work-grid {
    grid-row-gap: 50px;
  }

  .how-it-work-card-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .how-it-work-icon-wrapper {
    min-width: 60px;
    min-height: 60px;
  }

  .how-it-work-icon {
    width: 40px;
    height: 40px;
  }

  .card-heading {
    font-size: 28px;
  }

  .body-16px.how-it {
    font-size: 15px;
  }

  .audience-grid {
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .assistants-header-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .assistant-header-holder {
    max-width: none;
  }

  .tab-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1.2fr;
  }

  /* --- TABLET MINIMALIST: PERSONA REFINEMENTS --- */
  body.minimalist-mode .audience-heading {
    font-size: 44px !important;
    letter-spacing: -1.5px !important;
  }

  body.minimalist-mode .audience-card,
  body.minimalist-mode .audience-big-card {
    text-align: center !important;
    padding: 30px !important;
    border: none !important;
  }

  body.minimalist-mode .audience-icon {
    width: 180px !important;
    height: 180px !important;
  }

  .audience-paragrapg {
    text-align: center !important;
    font-size: 15px !important;
  }

  .audience-wrapper {
    grid-row-gap: 30px !important;
  }

  .big-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
    margin-top: 0 !important;
  }

  .tabs-menu {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .tab-link-assistant-01 {
    width: 379.639px;
    min-width: 379.639px;
    max-width: 379.639px;
  }

  .tab-link-assistant-01.w--current {
    width: 379.639px;
    min-width: 379.639px;
  }

  .tab-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 300px;
    min-width: auto;
    height: 300px;
    min-height: auto;
    display: flex;
  }

  .tabs-content {
    width: 300px;
  }

  .pricing-components {
    grid-template-columns: 1fr;
  }

  .testiminial-gradient {
    width: 25%;
    height: 20%;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 2.5rem;
  }

  .faq-header {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }

  .faq-header.faq {
    font-size: 2.5rem;
  }

  .max-width-large-3 {
    padding-left: 48px;
  }

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

  .cta-center {
    width: 100%;
    max-width: 700px;
    padding: 80px 24px;
  }

  .left-gradient.tablet {
    width: 25%;
    height: 25%;
    bottom: auto;
    left: auto;
  }

  .left-orange-gradient {
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 175px;
    display: flex;
  }

  .cta-left-image {
    max-width: 150px;
    max-height: 240px;
    transform: none;
  }

  .right-white-gradient.tablet {
    width: 25%;
    height: 25%;
    top: auto;
    right: auto;
  }

  .right-orange-gradient {
    width: 175px;
    height: 175px;
  }

  .cta-right-image {
    max-width: 120px;
    max-height: 240px;
    right: 0;
    transform: none;
  }

  .sticky-card-black {
    padding: 16px;
  }

  .sticky-card-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .sticky-image {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .sticky-image.hide-mobile {
    display: none;
  }

  .center-image {
    object-fit: contain;
  }

  .sticky-orange-black,
  .sticky-orange-white {
    padding: 16px;
  }

  .tab-pane-tab-1 {
    width: 300px;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .sticky-audience {
    position: static;
  }

  .sticky-2nd,
  .sticky-3rd,
  .stycky-4th {
    margin-top: 0;
    position: static;
  }

  .tab-pane-tab-2,
  .tab-pane-tab-3,
  .tab-pane-tab-4,
  .tab-pane-tab-5 {
    width: 300px;
    min-width: auto;
    height: 300px;
    min-height: auto;
  }

  .tab-pane-tab-6 {
    width: 300px;
    min-width: auto;
    height: 300px;
    min-height: auto;
    overflow: clip;
  }

  .pricing-middle-gradient {
    background-image: linear-gradient(152deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
  }

  /* Hero responsive - tablet */
  .big-heading {
    white-space: normal;
    word-wrap: break-word;
  }

  .sticky-holder {
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .first-heading {
    animation:
      heroFadeIn 0.6s ease-out forwards,
      heroShrink 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2.7s forwards;
  }

  .mobile-holder {
    min-height: auto;
    margin-top: 120px;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    animation: glideUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 2.7s forwards;
  }
}

@media screen and (max-width: 767px) {

  .navbar-brand img {
    height: 44px !important;
  }

  .navbar-brand span {
    font-size: 20px !important;
  }

  .navbar-no-shadow-container {
    padding: 2px 4px 2px 2px !important;
  }

  .hero-paragraph-holder p {
    font-size: 16px !important;
  }

  .section,
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .body,
  .heading-4 {
    --font-family: Inter, sans-serif;
    --color--white: white;
    --text-size--h1: 11vw;
    --text-size--h2: 32px;
    --color--primary: #009688;
    --color--heading-gradient: #009688;
    --color--bg: #121212;
    --color--background: #121212;
    --color--testimonial-gradient-01: #d5d5d5;
    --color--text-color-3: #595959;
  }

  .nav-menu-wrapper.tablet.w-nav-menu,
  .nav-menu-wrapper,
  .nav-menu {
    display: none !important;
  }

  .hero-section-title {
    height: 100vh;
  }

  .hero-sticky {
    top: 12vh !important;
    margin-top: 60px !important;
  }

  .mobile-holder {
    margin-top: 160px !important;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    animation: glideUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 2.7s forwards;
  }

  .navbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .body-16px.faq {
    text-align: center;
  }

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

  .style-guide-button-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-wrapper {
    padding: 24px 12px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-button {
    padding: 8px 16px;
  }

  .nav-button-text.is-absolute,
  .nav-button-text.is-relative {
    font-size: 14px;
  }

  .nav-button-wrapper {
    width: auto;
    margin-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-menu.tablet {
    padding-bottom: 16px;
  }

  .hero-paragraph {
    padding-top: 100px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .form-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .footer-search-heading {
    text-align: center;
  }

  .footer-right-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-license-text {
    text-align: center;
    line-height: 1.8;
  }

  .sticky-holder {
    padding-top: 8px;
    padding-bottom: 0;
  }

  .big-heading {
    white-space: normal;
    word-wrap: break-word;
    letter-spacing: -0.5px;
  }

  .first-heading {
    transform: scale(1.05);
    animation:
      heroFadeIn 0.5s ease-out forwards,
      heroShrink 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2.7s forwards;
  }

  .mobile-holder {
    height: auto;
    min-height: auto;
    margin-top: 80px;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    animation: glideUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 2.7s forwards;
  }

  .mobile-image {
    max-width: 220px;
  }

  .hero-paragraph {
    padding-top: 160px;
  }

  .white-circle {
    animation: glowFadeIn 1s ease-out 0.1s forwards;
  }

  .brand-section,
  .tools-section {
    overflow: hidden;
  }

  .rotate.tab-color-change {
    display: none;
  }

  .how-it-work-card {
    min-height: 49vh;
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .how-it-work-card-holder {
    flex-flow: column;
  }

  .audience-section {
    overflow: hidden;
  }

  .audience-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .assistants-section {
    overflow: hidden;
  }

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

  .tabs-menu {
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-assistant-01 {
    width: 520px;
    min-width: 520px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-assistant-01.w--current {
    width: 520px;
    min-width: 520px;
    max-width: 520px;
  }

  .tab-image-wrapper {
    width: 520px;
    min-width: 520px;
    height: 520px;
    min-height: 520px;
  }

  .tabs-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-section {
    overflow: hidden;
  }

  .vertical-wrapper.opacity-0 {
    opacity: 0;
  }

  .pricing-section {
    overflow: hidden;
  }

  .pricing-plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-components {
    grid-template-columns: 1fr;
  }

  .pricing-component {
    margin-top: 2rem;
  }

  .faq-section {
    overflow: hidden;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .max-width-large-3 {
    padding-left: 24px;
  }

  .space-medium-2 {
    min-height: 1.5rem;
  }

  .cta-section {
    overflow: hidden;
  }

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

  .cta-left.hide-mobile {
    display: none;
  }

  .cta-center {
    z-index: 5;
    min-width: auto;
    min-height: 80vh;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: clip;
  }

  .cta-right.hide-mobile {
    display: none;
  }

  .sticky-card-black {
    max-height: none;
    position: static;
  }

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

  .sticky-left {
    padding-top: 0;
  }

  .sticky-image.hide-mobile {
    display: none;
  }

  .sticky-right {
    padding-top: 0;
  }

  .sticky-orange-black {
    max-height: none;
    padding: 16px;
    position: static;
  }

  .inner-card-holder-white {
    width: 100%;
  }

  .tab-pane-tab-1 {
    width: 520px;
    min-width: 520px;
    height: 520px;
    min-height: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-question-02,
  .faq-question-03,
  .faq-question-04,
  .faq-question-05 {
    padding: 1rem 1.25rem;
  }

  .sticky-audience {
    background-image: none;
  }

  .big-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tab-pane-tab-2,
  .tab-pane-tab-3 {
    width: 520px;
    min-width: 520px;
    height: 520px;
    min-height: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-pane-tab-4,
  .tab-pane-tab-5,
  .tab-pane-tab-6 {
    width: 520px;
    height: 520px;
    min-height: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-grid,
  .icon-grid {
    grid-template-columns: 1fr;
  }

  .icon-license-card {
    width: 100%;
  }

  ._404-wrapper {
    padding-top: 4rem;
  }

  .star-card {
    width: 100%;
    min-width: 100%;
    left: 0;
  }

  .star-text {
    letter-spacing: -6px;
    font-size: 80px;
  }

  .mobile-rotate {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .mobile-rotate.hode-desktop {
    display: block;
  }

  .cta-mobile-orange {
    background-color: var(--color--primary);
    filter: blur(83px);
    width: 120px;
    height: 120px;
  }

  .cta-mobile-white {
    background-color: var(--color--white);
    filter: blur(83px);
    width: 60%;
    height: 60%;
  }

  .mobile-rotate-bottom {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .mobile-rotate-bottom.hide-desktop {
    display: block;
  }
}

@media screen and (max-width: 479px) {

  .section,
  .container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .hero-section {
    padding-top: 60px !important;
  }

  .body {
    --font-family: Inter, sans-serif;
    --color--white: white;
    --text-size--h1: 11vw;
    --color--primary: #009688;
    --color--heading-gradient: #009688;
    --color--bg: #121212;
    --color--background: #121212;
    --color--testimonial-gradient-01: #d5d5d5;
    --color--text-color-3: #595959;
  }

  .headings {
    justify-content: space-between;
    align-items: center;
  }

  .heading-4 {
    --font-family: Inter, sans-serif;
    --color--white: white;
    --text-size--h1: 11vw;
    --color--primary: #ff8a03;
    --text-size--h2: 26px;
    --text-size--h3: 22px;
    --text-size--h4: 20px;
    --text-size--h5: 18px;
    --color--bg: #1d1d1d;
    --color--heading-gradient: #ff9a03;
    --color--card-gradient-01: #2b2b2b;
    --color--card-gradient-02: #121212;
    --color--text-color: #bdbdbd;
    --text-size--paragraph-16px: 16px;
    --text-size--paragraph-18px: 18px;
    --color--gradient-01: #d9d9d9;
    --color--text-color-2: #1a1a1a;
    --color--background: #2b2b2b;
    --color--testimonial-gradient-01: #d5d5d5;
    --color--text-color-3: #595959;
  }

  .body-16px.assistant {
    text-align: center;
  }

  .body-18px {
    font-size: var(--text-size--paragraph-16px);
  }

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

  .style-guide-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .secondary-button {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-brand.w--current {
    max-width: none;
    max-height: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image {
    width: auto;
    height: auto;
  }

  .footer-header-right {
    align-self: stretch;
  }

  .footer-logo.w--current {
    max-width: 160px;
    max-height: 30px;
  }

  .footer-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero-sticky {
    top: 12vh !important;
    margin-top: 60px !important;
  }

  .big-heading {
    font-size: var(--text-size--h1);
    letter-spacing: 0;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
  }

  .sticky-holder {
    padding-top: 4px;
    padding-bottom: 40px;
  }

  .navbar-wrapper {
    padding: 20px 8px;
  }

  .first-heading {
    transform: scale(1.04);
    animation:
      heroFadeIn 0.5s ease-out forwards,
      heroShrink 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2.7s forwards;
  }

  .mobile-holder {
    min-height: auto;
    margin-top: 160px !important;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    animation: glideUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 2.7s forwards;
  }

  .mobile-image {
    max-width: 180px;
  }

  .hero-paragraph {
    padding-top: 160px;
  }

  .hero-button-wrapper {
    flex-flow: column;
    max-width: 100%;
    align-items: stretch;
  }

  .white-circle {
    animation: glowFadeIn 1s ease-out 0.1s forwards;
  }

  .marque-text-two {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-right: 60px;
  }

  .how-it-work-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }


  .mobile-mockup-image {
    overflow: visible;
  }

  .mockup-01 {
    transform: rotate(-8deg);
  }

  .mockup-02 {
    transform: translate(50px, -110px)rotate(0);
  }

  .mockup-03 {
    transform: translate(-42px, -65px)rotate(-26deg);
  }

  .mockup-04 {
    transform: rotate(-8deg);
  }


  .audience-card-heading {
    font-size: var(--text-size--h4);
  }

  .navbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-wrapper.tablet {
    display: none !important;
  }

  .assistants-header-wrapper {
    justify-content: center;
    align-items: center;
  }

  .header-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    min-width: auto;
  }

  .iso-button {
    flex: 1;
    align-self: stretch;
  }

  .android-button {
    flex: 1;
  }

  .assistant-header {
    text-align: center;
  }

  .tabs-menu {
    width: 292px;
    min-width: 292px;
  }

  .tab-link-assistant-01,
  .tab-link-assistant-01.w--current {
    width: 292px;
    min-width: 292px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tab-link-assistant-01.bottom.w--current {
    width: 292px;
    min-width: 292px;
  }

  .right-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-24px {
    font-size: var(--text-size--h4);
  }

  .tab-image-wrapper {
    width: 292px;
    min-width: 292px;
    height: 292px;
    min-height: 292px;
  }

  .tabs-content {
    width: 292px;
    min-width: 292px;
    max-width: 292px;
    margin-left: auto;
    margin-right: auto;
  }

  .client-name {
    justify-content: center;
    align-items: center;
  }

  .max-width-large-3 {
    padding-left: 1rem;
  }

  .faq-header {
    text-align: center;
  }

  .faq-header.faq {
    font-size: 1.75rem;
  }

  .faq-answer-heading {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-icon-wrap {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .faq-icon {
    width: 1rem;
    height: 1rem;
  }

  .cta-center {
    width: 100%;
    padding: 60px 20px;
    text-align: center;
  }

  .cta-heading {
    font-size: 1.75rem;
  }

  .cta-subheading {
    font-size: 1rem;
  }

  .cta-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .sticky-card-black {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sticky-heading {
    font-size: var(--text-size--h2);
  }

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

  .sticky-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sticky-orange-black {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sticky-black-heading {
    font-size: var(--text-size--h2);
  }

  .sticky-orange-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-revel.letter-spacing {
    letter-spacing: -3px;
  }

  .big-header-wrapper {
    width: 200px;
  }

  .tab-pane-tab-1,
  .tab-pane-tab-2,
  .tab-pane-tab-3,
  .tab-pane-tab-4,
  .tab-pane-tab-5,
  .tab-pane-tab-6 {
    width: 292px;
    min-width: 292px;
    height: 292px;
    min-height: 292px;
  }

  ._404-wrapper {
    padding-top: 2rem;
  }

  .star-text {
    letter-spacing: -6px;
    font-size: 80px;
  }

  .cta-mobile-orange {
    filter: blur(65px);
    width: 95px;
    height: 75px;
  }

  .image-3 {
    width: 160px;
    height: 30px;
  }
}

#w-node-bd669916-8ab7-4c0e-0bbd-715f885dacde-ec60bde3,
#w-node-_2da7628e-d779-db53-97a4-bb21bca0fa49-ec60bde3,
#w-node-_15ea43a1-96ee-1151-7553-501f5fd90f6c-ec60bde3 {
  align-self: start;
}

#w-node-_12364568-7d22-2916-e3fa-a33231134390-ec60bde3 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_1d569cab-5d74-7bd6-dddb-c0c1ffa8b45d-ec60bde3,
#w-node-_4fc6cbf6-a555-6627-cdd1-675e43b3232f-ec60bde3,
#w-node-_2b5f28a1-6e37-87c7-b993-de947fd34caa-ec60bde3,
#w-node-_92c97b53-82be-7d93-1ae5-6883996b7784-ec60bde3 {
  align-self: start;
}

#w-node-eaaa5718-6302-b5d1-7b62-835d56596d8e-ec60bde3,
#w-node-_10582c7b-5f91-7a27-8f3e-5284cade8b8f-ec60bde3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaaa5718-6302-b5d1-7b62-835d56596d97-ec60bde3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78aaf4ff-a14c-1df4-9bae-38a18deff20e-ec60bde3 {
  align-self: start;
}

#w-node-_7293a2a5-0cc4-2e97-8ad5-d5697f66759b-ec60bde3 {
  place-self: stretch stretch;
}

#w-node-_76ff602d-e33f-7ebf-23d9-59468e8aeffb-ec60bde5,
#w-node-_5af9d6f9-5e3f-a263-f67e-5f10c073986b-ec60bde5 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-bd669916-8ab7-4c0e-0bbd-715f885dacde-ec60bde3 {
    align-self: start;
  }

  #w-node-_2da7628e-d779-db53-97a4-bb21bca0fa49-ec60bde3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: start;
  }

  #w-node-_15ea43a1-96ee-1151-7553-501f5fd90f6c-ec60bde3 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bd669916-8ab7-4c0e-0bbd-715f885dacde-ec60bde3 {
    order: 9999;
    align-self: auto;
  }

  #w-node-_2da7628e-d779-db53-97a4-bb21bca0fa49-ec60bde3,
  #w-node-_15ea43a1-96ee-1151-7553-501f5fd90f6c-ec60bde3 {
    order: 9999;
  }

  #w-node-eaaa5718-6302-b5d1-7b62-835d56596d8d-ec60bde3 {
    order: -9999;
  }

  #w-node-ea26707f-6433-0f9e-534d-00e5551f85c3-ec60bde3,
  #w-node-_630b1657-5fd8-b47d-0250-43f1ad6ac486-ec60bde3,
  #w-node-ffeabdc4-786a-8050-f4e7-9da815014fc5-ec60bde3,
  #w-node-a34c9a8d-4b8b-7a7b-e61a-25ec7bd147fd-ec60bde3,
  #w-node-f873b03c-a0ad-17bd-cb2f-7b3b4b19cbac-ec60bde3,
  #w-node-_42a60a48-bcfe-0f8b-02c3-b242b71b0a5d-ec60bde3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12364568-7d22-2916-e3fa-a33231134390-ec60bde3 {
    grid-row: span 1 / span 1;
  }

  #w-node-eaaa5718-6302-b5d1-7b62-835d56596d97-ec60bde3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ed74dfd8-ec6f-3d20-de2b-79ad2b4c7f9b-ec60bde3 {
    justify-self: stretch;
  }

  #w-node-_514cdc82-2404-bd35-eac2-e08e455f0270-455f0256 {
    justify-self: center;
  }
}

/* --- 4-BLOCK BENTO & BRIDGE STYLES --- */

.bridge-section {
  padding: 400px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color--bg);
}

.bridge-heading {
  font-size: clamp(32px, 8vw, 80px);
  font-weight: 700;
  color: var(--color--white);
  max-width: 1200px;
  line-height: 1.1;
  opacity: 0.9;
}

.bento-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 32px;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bento-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #009688;
  transform: translateY(-5px);
}

.bento-inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}

.bento-central-image {
  max-width: 85%;
  max-height: 400px;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .bridge-section {
    padding: 200px 24px;
  }

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

/* --- DYNAMIC BENTO REFINEMENTS --- */

.sticky-card-black,
.sticky-orange-black,
.sticky-orange-white {
  min-height: 85vh !important;
  max-height: 90vh !important;
  top: 5vh !important;
  justify-content: center !important;
  padding: 60px 60px 80px 60px !important;
  /* Slightly more bottom to feel balanced with overhang */
}

.bento-inner-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 24px;
  width: 100%;
  height: 680px;
  align-items: center;
}

.bento-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 600px;
}

.bento-stage {
  position: relative;
  width: 100%;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 20px;
}

.stage-screenshot {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0.95);
}

.stage-screenshot.active {
  opacity: 1;
  transform: scale(1);
}

/* Hover highlight for bento cells */
.bento-card {
  cursor: pointer;
  flex: 1;
  min-height: 0;
}

.bento-card.highlight {
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 0 20px rgba(0, 150, 136, 0.2);
}

@media screen and (max-width: 991px) {

  .sticky-card-black,
  .sticky-orange-black,
  .sticky-orange-white {
    min-height: 85vh !important;
    max-height: 90vh !important;
    top: 5vh !important;
    padding: 30px 30px 40px 30px !important;
  }

  .bento-inner-grid {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    height: 500px;
    gap: 16px;
    align-items: center;
  }

  .bento-column {
    height: 450px;
    gap: 12px;
  }

  .bento-stage {
    height: 500px;
  }

  .bento-card {
    padding: 20px;
    flex: 1;
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {

  /* Scorched earth overflow fix for parents */
  .tools-section,
  .tools-wrapper,
  .tool-sticky-card,
  .w-layout-blockcontainer,
  .container,
  .w-container {
    overflow: visible !important;
  }

  .tools-section,
  .tools-wrapper,
  .tool-sticky-card {
    padding-top: 0 !important;
    margin-bottom: 5px !important;
  }

  .sticky-card-black,
  .sticky-orange-black,
  .sticky-orange-white {
    position: sticky !important;
    min-height: 75vh !important;
    max-height: none !important;
    top: 2vh !important;
    justify-content: center !important;
    padding: 17px 10px 0px 10px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Consolidated nuclear block moved to end of file to win cascade */

  .header-wrapper {
    padding-top: 2px !important;
    margin-bottom: 5px !important;
  }

  .sticky-heading {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
  }

  .header-wrapper p {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  /* Round 63: Pure Glass Nav Option (Inspired by email field) */
}

/* PURE GLASS FEATURE FLAG */
body.pure-glass-mode .navbar-no-shadow-container,
body.pure-glass-mode .navbar {
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* GLASSMORPHIC FEATURE FLAG */
body.glassmorphic-mode .navbar-no-shadow-container {
  background-color: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3) !important;
}

/* ROUND 58: DESKTOP ALIGNMENT REFINEMENTS */
@media screen and (min-width: 992px) {

  body .sticky-card-black,
  body .sticky-orange-black,
  body .sticky-orange-white {
    padding-top: 120px !important;
  }

  body .header-wrapper {
    margin-bottom: 0px !important;
  }
}

/* ROUND 57: GLOBAL SUBTEXT DIMMING */
body .bento-card p {
  opacity: 0.6 !important;
}

/* ROUND 56: NUCLEAR MOBILE BENTO OVERRIDES */
@media screen and (max-width: 767px) {
  body .sticky-card-black {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding-top: 30px !important;
    padding-bottom: 80px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    min-height: auto !important;
  }

  body .header-wrapper {
    padding-top: 2px !important;
    margin-bottom: 40px !important;
    margin-top: 0 !important;
    text-align: center !important;
  }

  body .bento-inner-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.5fr 1fr !important;
    gap: 12px !important;
    margin-top: 0 !important;
    height: auto !important;
    align-items: flex-start !important;
  }

  body .bento-column {
    display: flex !important;
    flex-direction: column !important;
    gap: 19px !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    flex: none !important;
  }

  body .bento-stage {
    grid-column: 2 !important;
    grid-row: 1 !important;
    height: 455px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    transform: scale(1.0) !important;
    flex: none !important;
    margin-top: -71px !important;
  }

  body .bento-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 10px 12px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    height: 145px !important;
    min-height: 145px !important;
    max-height: 145px !important;
    flex: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    z-index: 10 !important;
  }

  body .bento-card h4 {
    font-size: 11px !important;
    margin: 0 0 2px 0 !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
  }

  body .bento-card p {
    font-size: 10px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    opacity: 0.6 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    z-index: 10 !important;
  }
}

/* --- MINIMALIST MODE: BALANCED PERSONA BADGES --- */

body.minimalist-mode .audience-card,
body.minimalist-mode .audience-big-card {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px !important;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  gap: 20px;
  /* Default gap */
}

body.minimalist-mode .audience-card:hover,
body.minimalist-mode .audience-big-card:hover {
  justify-content: center;
  padding-top: 15px !important;
  gap: 0 !important;
  /* Remove gap on hover to squeeze space */
}

body.minimalist-mode .audience-card-heading {
  width: 100%;
  text-align: center;
  font-size: 20px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

body.minimalist-mode .audience-icon-holder {
  margin-bottom: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

body.minimalist-mode .audience-paragrapg {
  opacity: 0;
  max-height: 0;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  margin-top: 0;
  overflow: hidden;
  pointer-events: none;
  text-align: center !important;
}

body.minimalist-mode .audience-card:hover .audience-paragrapg,
body.minimalist-mode .audience-big-card:hover .audience-paragrapg {
  opacity: 0.9;
  max-height: 250px;
  transform: translateY(-50px);
  /* Move text closer to header */
  margin-top: 0;
}

body.minimalist-mode .audience-card:hover .audience-icon-holder,
body.minimalist-mode .audience-big-card:hover .audience-icon-holder {
  transform: scale(0.4) translateY(-85px);
  /* Shrink more and move higher */
  opacity: 1;
  /* Keep brightness */
}

body.minimalist-mode .audience-card:hover .audience-card-heading,
body.minimalist-mode .audience-big-card:hover .audience-card-heading {
  transform: translateY(-70px);
  /* Lift higher */
}

/* --- MINIMALIST MODE: MOBILE OPTIMIZATIONS (< 767px) --- */

@media screen and (max-width: 767px) {

  /* Header scaling */
  body.minimalist-mode .audience-heading {
    font-size: 44px !important;
    letter-spacing: -1.5px !important;
    line-height: 1.2 !important;
  }

  body.minimalist-mode .audience-paragraph p {
    text-align: center !important;
  }


  /* Subtle glow: reduce padding on parents to hairline */
  body.minimalist-mode .sticky-audience,
  body.minimalist-mode .sticky-2nd,
  body.minimalist-mode .sticky-3rd,
  body.minimalist-mode .stycky-4th,
  body.minimalist-mode .big-gradient-card {
    padding: 0.2px !important;
  }

  body.minimalist-mode .audience-card,
  body.minimalist-mode .audience-big-card {
    height: 390px !important;
    min-height: 390px !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px 25px !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    padding-top: 20px !important;
  }

  /* Prevent hover squishing on mobile */
  body.minimalist-mode .audience-card:hover,
  body.minimalist-mode .audience-big-card:hover {
    gap: 10px !important;
    padding-top: 20px !important;
  }

  body.minimalist-mode .audience-icon-holder {
    height: 239px !important;
    width: 239px !important;
    margin-bottom: 0 !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
  }

  body.minimalist-mode .audience-icon {
    width: 239px !important;
    height: 239px !important;
  }

  body.minimalist-mode .audience-card-heading {
    font-size: 20px !important;
    margin-bottom: 0 !important;
    transform: none !important;
  }

  body.minimalist-mode .audience-paragrapg {
    opacity: 0 !important;
    max-height: 0 !important;
    transform: translateY(10px) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    display: block !important;
    pointer-events: none !important;
    margin-top: 0 !important;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
    text-align: center !important;
  }

  /* The Reveal state (triggered by Scroll/JS) */
  body.minimalist-mode .audience-card.active-reveal .audience-paragrapg,
  body.minimalist-mode .audience-big-card.active-reveal .audience-paragrapg {
    opacity: 0.9 !important;
    max-height: 250px !important;
    transform: translateY(-30px) !important;
    pointer-events: auto !important;
  }

  body.minimalist-mode .audience-card.active-reveal .audience-icon-holder,
  body.minimalist-mode .audience-big-card.active-reveal .audience-icon-holder {
    transform: scale(0.6) translateY(-20px) !important;
  }

  body.minimalist-mode .audience-card.active-reveal .audience-card-heading,
  body.minimalist-mode .audience-big-card.active-reveal .audience-card-heading {
    transform: translateY(-30px) !important;
  }

  /* Reset all hover effects on mobile to prevent "stuck" or "squished" states */
  body.minimalist-mode .audience-card:hover .audience-icon-holder,
  body.minimalist-mode .audience-big-card:hover .audience-icon-holder,
  body.minimalist-mode .audience-card:hover .audience-card-heading,
  body.minimalist-mode .audience-big-card:hover .audience-card-heading,
  body.minimalist-mode .audience-card:hover .audience-paragrapg,
  body.minimalist-mode .audience-big-card:hover .audience-paragrapg {
    /* No-op: handled by active-reveal class */
  }
}

@media screen and (max-width: 767px) {

  /* --- NUCLEAR CONSOLIDATION: HOW IT WORKS MOBILE --- */
  body .mobile-mockup {
    padding-bottom: 8em !important;
  }

  body .rotate-orange {
    width: 11em !important;
    height: 11em !important;
  }

  body .phone-holder {
    max-width: 14em !important;
  }

  body .how-it-work-grid {
    grid-row-gap: 60px !important;
  }

  body .how-it-work-card {
    min-height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  body .how-it-work-card.top {
    margin-top: 20px !important;
  }

  body .how-it-work-card-holder {
    grid-column-gap: 12px !important;
    grid-row-gap: 12px !important;
  }

  body .how-it-work-icon-wrapper {
    min-width: 50px !important;
    min-height: 50px !important;
  }

  body .how-it-work-icon {
    width: 32px !important;
    height: 32px !important;
  }

  body .card-heading {
    font-size: 24px !important;
    letter-spacing: normal !important;
  }

  body .body-16px.how-it {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
}