.hero-app,
.navbar-holder,
.partner-grid {
  width: 100%;
}
.card-image-holder,
.colored-block,
.container,
.cta-logo,
.cta-logo-holder,
.cta-wrapper,
.hero-app,
.hero-app-holder,
.hero-button-holder,
.hero-section,
.partner-item,
.questions-cta,
.section,
.w-nav,
.w-nav-menu,
.w-tab-content,
.w-tab-menu,
.w-tabs {
  position: relative;
}
a,
p {
  color: var(--paragraph-text-color);
}
.w-inline-block,
img {
  display: inline-block;
  max-width: 100%;
}
h1,
h2,
p {
  margin: 0 0 10px;
}
body,
h1,
h2 {
  color: var(--heading-text-color);
}
.bold-text-10,
.bold-text-2,
.bold-text-4,
.bold-text-7,
.bold-text-9,
.grid-heading,
.title,
.title-small,
h1,
h2 {
  font-weight: 500;
}
.nav-link,
body {
  font-size: 14px;
}
.answer-holder,
.logo-band,
.logo-marquee,
.partner-item,
.w-tab-content {
  overflow: hidden;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body {
  margin: 0;
  background: var(--page-color);
  font-family: var(--main-font);
  line-height: 1.4;
}
img {
  height: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
p {
  font-size: 16px;
  line-height: 1.3;
}
.w-button {
  cursor: pointer;
  border: 0;
  line-height: inherit;
}
.w-nav-button {
  display: none;
}
.w--tab-active,
.w-tab-content {
  display: block;
}
h1,
h2 {
  line-height: 1.2;
}
h1 {
  font-size: 62px;
  line-height: 1.1;
}
h2 {
  font-size: 42px;
  margin-top: 20px;
}
.bold-text,
.bold-text-3,
.bold-text-5,
.bold-text-6,
.button,
.nav-link,
p {
  font-weight: 400;
}
.white-text {
  color: var(--page-color);
}
.white-link {
  color: #000000f2;
  text-decoration: underline;
  transition: color 375ms;
}
.white-link:hover {
  color: #a1a1a1;
}
.container {
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--container-pad-y) var(--container-pad-x);
}
.navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-backdrop-filter: saturate(1.2) blur(8px);
  backdrop-filter: saturate(1.2) blur(8px);
  border-bottom: 1px solid #00000010;
}
.container.nav-container-wrapper {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.cta-wrapper,
.section.dark-section {
  background: var(--black-section-color);
}
.section.blow-hero-section {
  z-index: 1;
  margin-top: -140px;
}
.w-layout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.brand {
  display: inline-block;
}
.footer-divider,
.nav-menu,
.nav-menu-link-holder,
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-holder {
  flex: none;
}
.menu-cart-holder,
.nav-links {
  align-items: center;
  display: flex;
}
.menu-cart-holder {
  grid-column-gap: 20px;
}
.nav-links {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}
.nav-link {
  bottom: -1px;
  color: #1f1f1fa1;
  border-bottom: 3px solid #0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-link.w--current,
.nav-link:hover {
  color: #000;
}
.nav-link.w--current {
  font-weight: 600;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--button-color);
  color: #fff;
  border-radius: 8px;
  padding: 11px 36px;
  font-size: 18px;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    background-color 0.45s;
  box-shadow: 0 2px 8px #0003, inset 0 0.5px 0.5px #fff3,
    inset 0 0.5px 0.5px #0003;
}
.button:hover {
  transform: scale(1.04);
  box-shadow: 0 2px 10px #00000054, inset 0 0.5px 0.5px #fff3,
    inset 0 0.5px 0.5px #0003;
}
.button.hero-button {
  position: relative;
  z-index: 2;
}
.hero-section {
  padding-bottom: var(--hero-bottom-pad);
}
.hero-section-center-holder {
  perspective: 1500px;
  perspective-origin: 80% 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 40px;
}
.hero-center-text,
.section-center-text {
  flex-direction: column;
  text-align: center;
  display: flex;
}
.hero-center-text {
  align-items: center;
  justify-content: flex-start;
  max-width: 830px;
  margin: 16px 0 24px;
}
.center-hero-paragraph-holder {
  text-align: center;
  max-width: 620px;
}
.hero-button-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 38px;
}
.hero-app-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}
.hero-app-holder {
  width: 100%;
  margin: var(--hero-screenshot-gap) 0 0;
}
.hero-app {
  z-index: 1;
}
.dropshadow-background {
  position: absolute;
  inset: 0;
  display: flex;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 244.4px 85.5px #00000008, 0 147.1px 51.5px #00000008,
    0 97px 34px #00000008, 0 66.5px 23.3px #00000008, 0 46.3px 16.2px #00000008,
    0 32.5px 11.4px #00000008, 0 22.7px 7.9px #00000008,
    0 15.7px 5.5px #00000008;
}
.section-center-text {
  align-items: center;
  justify-content: flex-start;
  padding-top: var(--section-title-pad-top);
}
.section-title.xl {
  max-width: 800px;
}
.section-paragraph {
  max-width: 520px;
}
.section-paddings {
  padding: 50px 0;
}
.section-tag {
  background: var(--accent-dim);
  color: var(--accent);
  text-transform: uppercase;
  border-radius: 190px;
  padding: 6px 25px 6px 26px;
  font-weight: 500;
}
.grey-text {
  color: #ffffff80;
}
.card-grid-holder {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.card-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.45fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.card-grid.reverse {
  grid-template-columns: 2.2fr 1fr;
}
.colored-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--elements-stroke);
  background: var(--elements-bg);
  border-radius: 12px;
  z-index: 10;
  box-shadow: 0 40px 40px -24px #684b2514, 0 4px 6px #5f4a2e0a,
    0 1px 2px #5f4a2e14, 0 2px 5px #e3e1de66;
}
.card-content-holder {
  padding: 17px 37px 0;
}
.card-image-holder {
  z-index: 10;
  margin-top: 0;
}
.card-image {
  padding: 0;
}
.feature-grid-content-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin: 24px 0 32px;
}
.feature-grid-content-holder.card-feature {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin: 8px 0 0;
}
.feature-grid-title {
  color: #000000e6;
  font-size: 20px;
  font-weight: 500;
}
.grid-features-holder {
  display: flex;
  flex-direction: column;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: var(--grid-features-pad-top) 0 var(--grid-features-pad-bottom);
}
.grid-features-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 91%;
  margin: 0 auto;
}
.grid-feature-icon-holder {
  display: flex;
  flex-direction: column;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.grid-feature-title-holder {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.grid-feature-icon {
  width: 22px;
  height: 18px;
}
.grid-paragraph {
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.3;
}
.dark-section-features {
  padding-top: 64px;
}
.left-tabs-holder {
  padding-top: 36px;
}
.left-tabs-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 516px;
}
.left-tabs-link {
  background: #0000;
  border-left: 3px solid #424242;
}
.left-tabs-link.w--current {
  background: #0000;
  border-left-color: var(--accent);
}
.left-tabs-text-holder {
  display: flex;
  flex-direction: column;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.iphone-holder.clean,
.tabs {
  align-items: center;
  height: auto;
}
.left-tabs-heading {
  color: var(--elements-bg);
  font-size: 18px;
  font-weight: 500;
}
.left-tabs-paragraph {
  color: #959998;
  font-size: 16px;
}
.tabs {
  display: flex;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  min-height: 0;
}
.tab-content-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.tab-image {
  width: 100%;
  border: 1px solid #242424;
  border-radius: 12px;
}
.dark-card-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}
.dark-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.dark-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background: #141312;
  border: 1px solid #242424;
  border-radius: 8px;
  padding: 24px;
}
.dark-card.paddings {
  padding-bottom: 24px;
}
.dark-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
.iphone-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.iphone-holder.clean {
  overflow: visible;
  display: flex;
  justify-content: center;
  padding: 8px 0 6px;
}
.iphone-holder.clean .iphone-visual {
  width: min(320px, 86%);
  height: auto;
  display: block;
  border-radius: 22px;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 28px;
  padding: 8px 2px 2px;
  margin-top: 14px;
}
.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  background: #181716;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  overflow: hidden;
}
.partner-item,
.partner-item::after,
.partner-item::before {
  background-image: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  filter: none !important;
}
.partner-item img {
  max-height: 56px;
  max-width: 78%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: none !important;
}
.questions-holder {
  display: flex;
  flex-direction: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 42px;
}
.questions-container {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background: #fff;
  border: 2px solid var(--elements-stroke);
  border-radius: 12px;
  padding: 20px;
  transition: background-color 325ms;
}
.question {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
}
.question-text {
  font-size: 18px;
  font-weight: 500;
}
.question-icon {
  width: 24px;
  min-width: 24px;
  transition: transform 0.25s;
}
.questions-container .question[aria-expanded="true"] .question-icon {
  transform: rotate(45deg);
}
.answer-holder {
  display: block;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s, opacity 0.25s;
  will-change: max-height, opacity;
  max-width: 750px;
}
.answer-holder.open {
  max-height: 1000px;
  opacity: 1;
}
.answer-text {
  max-width: 93%;
  padding-top: 3px;
  font-size: 16px;
  color: var(--paragraph-text-color);
}
.questions-cta {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  grid-row-gap: 84px;
}
.heading-and-supporting-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 410px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.small-cta-heading {
  font-size: 20px;
  font-weight: 500;
}
.paragraph-l {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
.cta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 60px 0;
}
.cta-form-holder,
.cta-heading-holder {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cta-form-holder {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 460px;
}
.cta-heading-holder {
  z-index: 2;
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding: 24px 0 32px;
  grid-row-gap: 4px;
}
.cta-heading {
  color: var(--elements-bg);
  font-size: 40px;
  font-weight: 600;
}
.cta-paragraph-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
}
.cta-logo-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.cta-logo {
  z-index: 1;
  border-radius: 14px;
  width: 70px;
}
.orange-dot {
  position: absolute;
  top: -6px;
  width: 12px;
  height: 12px;
  background: var(--accent);
  border-radius: 20px;
}
.cta-line {
  position: absolute;
  bottom: 70px;
  width: 4px;
  height: 110px;
  background-image: linear-gradient(135deg, #e0602400, var(--accent));
  opacity: 0.5;
}
.flow-stage,
.flow-step,
.flow-steps {
  position: relative;
}
.app-image {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 8px;
  width: 100%;
}
.cta-app-holder {
  min-width: 100%;
}
.logo-band {
  width: 100%;
  background: var(--page-color) !important;
  padding-block: 24px;
  margin-block: var(--logo-gap);
}
.logo-band__container {
  background: 0 0 !important;
  padding-inline: 0;
}
.logo-band__title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--heading-text-color);
}
.logo-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: 36s linear infinite logo-marquee;
}
.logo-track:hover {
  animation-play-state: paused;
}
.logo-band img {
  height: var(--logo-size);
  width: auto;
  flex: 0 0 auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.9;
  transition: filter 0.2s, opacity 0.2s;
}
.logo-band img:hover {
  filter: grayscale(0);
  transform: scale(1.02);
  transition: transform 0.2s;
}
@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.animate-on-load-02,
.animate-on-load-03,
.animate-on-load-04,
.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s, transform 0.35s;
}
.animate-on-load-02.in,
.animate-on-load-03.in,
.animate-on-load-04.in,
.fade-in-on-scroll.in {
  opacity: 1;
  transform: none;
}
.logo-band,
body,
html {
  background: var(--page-color) !important;
}
body,
body::after,
body::before,
html {
  background-image: none !important;
}
body::after,
body::before {
  content: none !important;
}
@media (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
  .footer-content,
  .footer-wrapper {
    grid-column-gap: 60px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 38px;
  }
  .footer-heading {
    font-size: 24px;
  }
  .container.nav-container-wrapper {
    width: 90%;
  }
  .navbar-container {
    justify-content: flex-end;
  }
  .footer-wrapper,
  .left-tabs-menu,
  .nav-links,
  .nav-menu-link-holder,
  .tabs {
    flex-direction: column;
  }
  .nav-menu-link-holder {
    background: var(--elements-bg);
    padding: 20px 0;
  }
  .footer-wrapper {
    grid-row-gap: 60px;
  }
  .cta-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .menu-button {
    border: 1px solid #0000;
    border-radius: 6px;
    margin: 8px 0;
    padding: 13px;
    transition: border-color 0.25s, background-color 0.35s;
  }
  .menu-cart-holder {
    margin-left: 24px;
  }
  .colored-block {
    border-radius: 6px;
  }
  .card-content-holder {
    padding: 12px;
  }
  .brand-holder {
    flex: 1;
    margin-right: 0;
  }
  .grid-features-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 100%;
  }
  .grid-features-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 44px 0 60px;
  }
  .left-tabs-link {
    border-top: 3px solid #424242;
    border-left-style: none;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  .left-tabs-link.w--current {
    border-top-color: var(--accent);
  }
  .dark-card-holder {
    width: 70%;
  }
  .dark-card-grid {
    display: flex;
    flex-direction: column;
  }
  .dark-card {
    align-items: center;
  }
  .hero-section {
    padding-bottom: 96px;
  }
  .hero-app-holder {
    margin: 36px 0 0;
  }
  .section-center-text {
    padding-top: 48px;
  }
  .logo-band__title {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .footer-content {
    grid-template-columns: 1fr;
    text-align: left;
    margin-top: 40px;
  }
  h1 {
    margin-top: 5px;
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-right: 0;
  }
  .footer-block {
    align-items: flex-start;
    text-align: left;
  }
  .footer-divider {
    margin-top: 60px;
  }
  .cta-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .brand {
    max-width: 110px;
    padding-left: 0;
  }
  .hero-button-holder {
    margin-top: 24px;
  }
  .questions-cta {
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .card-grid {
    display: flex;
    flex-direction: column;
  }
  .grid-features-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .dark-card-holder {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .animate-on-load-04,
  .container,
  .nav-menu-link-container {
    width: 100%;
  }
  h1 {
    font-size: 30px;
    font-weight: 400;
  }
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer-divider {
    flex-direction: column;
    grid-row-gap: 20px;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }
  .cta-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px 0;
  }
  .cta-form-holder {
    min-width: 0;
  }
  .menu-cart-holder {
    margin-left: 12px;
  }
  .hero-section-center-holder {
    align-items: flex-start;
    padding-top: 0;
  }
  .center-hero-paragraph-holder,
  .hero-center-text {
    text-align: left;
  }
  .hero-button-holder {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-app-holder {
    margin: 28px 0 0;
  }
  .hero-app {
    border-radius: 0;
  }
  .section-paddings {
    padding: 50px 0;
  }
  .feature-grid-content-holder {
    margin: 12px 0;
  }
  .questions-cta {
    padding: 18px;
  }
  .cta-app-holder {
    border-color: #ffffff26;
    border-radius: 9px;
    padding: 2px;
  }
  .grey-link {
    font-size: 14px;
  }
  .grid-features-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .grid-feature-title-holder {
    flex-direction: column;
    align-items: flex-start;
  }
  .grid-paragraph {
    font-size: 13px;
  }
  .grid-features-holder {
    padding: 36px 0 48px;
  }
}
body,
html {
  overflow-x: hidden;
}
.dark-card-grid {
  align-items: stretch;
}
.dark-card {
  height: 100%;
}
.dark-card .iphone-holder {
  height: 420px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.dark-card .iphone-holder .iphone-visual,
.dark-card .iphone-holder img {
  width: min(400px, 100%);
  height: auto;
  object-fit: cover;
  object-position: top;
  border-radius: 22px;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
}
.cta-app-holder {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cta-wrapper .app-image {
  display: block;
  width: 100%;
  max-width: 880px;
  height: auto;
}
footer img {
  max-width: 160px;
  height: auto;
  display: block;
}
footer .button {
  display: inline-flex;
  white-space: nowrap;
}
footer .footer-divider {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
  padding-top: 48px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.footer-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.footer-wrapper img:not(.footer-brand-image),
.footer-wrapper svg:not(.footer-brand-image) {
  max-width: 100%;
  height: auto;
}
.footer-content {
  align-items: flex-start;
  gap: 10px;
}
.footer-content a:not(.button) {
  display: block;
  margin-top: 6px;
  line-height: 1.55;
}
.footer-content .button {
  align-self: flex-start;
  width: auto !important;
  margin-top: 12px;
  padding-inline: 22px;
}
.footer-brand .footer-heading,
.footer-brand h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
  margin: 6px 0 8px;
}
.footer-brand img,
.footer-brand svg,
.footer-brand-image {
  width: 160px;
  max-width: 160px !important;
  height: auto;
  display: block;
}
.footer-divider {
  width: 100%;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.footer-wrapper .footer-heading,
.footer-wrapper h2 {
  color: #0a0a0a;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0 16px;
  max-width: 520px;
}
.footer-brand {
  max-width: 560px;
}
.footer-wrapper .title-small {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #0a0a0a;
  margin-bottom: 12px;
}
.footer-wrapper .footer-block a,
.footer-wrapper .footer-block p {
  line-height: 1.55;
}
.footer-wrapper .button {
  width: auto !important;
  display: inline-flex;
  padding-inline: 22px;
  margin-top: 12px;
}
.cta-wrapper .cta-app-holder {
  margin-right: calc(-1 * var(--container-pad-x));
  width: calc(100% + var(--container-pad-x));
  overflow: visible;
}
.cta-wrapper .cta-app-holder .app-image,
.cta-wrapper .cta-app-holder img {
  display: block;
  object-fit: contain;
  box-shadow: none;
  width: 80% !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  border-radius: 8px;
}
.container.nav-container-wrapper,
.navbar-container,
.navbar-holder,
.w-nav {
  overflow: visible !important;
}
.logo-band img,
.logo-band img:hover {
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
.section:has(.calendly-inline-widget) .cta-container {
  justify-content: flex-start;
  gap: 0;
}
.section:has(.calendly-inline-widget) .cta-form-holder {
  flex: 0 0 500px;
}
.section:has(.calendly-inline-widget) .cta-app-holder {
  flex: 1 1 auto;
  min-width: 0 !important;
  width: auto !important;
}
.cta-wrapper .cta-container {
  justify-content: flex-start !important;
  gap: clamp(24px, 4vw, 56px) !important;
}
.cta-wrapper .cta-app-holder {
  margin-left: -100px !important;
  flex: 1 1 680px;
}
@media (max-width: 1200px) {
  .cta-wrapper .cta-app-holder {
    margin-left: -24px !important;
  }
}
@media (max-width: 991px) {
  .footer-content .button,
  .footer-wrapper .button {
    align-self: flex-start;
  }
  .footer-wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .cta-wrapper .cta-app-holder {
    margin-right: 0;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .cta-wrapper .cta-app-holder .app-image,
  .cta-wrapper .cta-app-holder img {
    border-radius: 8px;
  }
  .cta-wrapper .cta-container {
    justify-content: center !important;
    gap: 28px !important;
  }
  .colored-block {
    border-radius: var(--feature-card-radius) !important;
  }
}
@media (max-width: 767px) {
  .cta-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 28px 0 24px;
  }
  .cta-wrapper .cta-app-holder {
    order: 2;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin: 8px 0 0;
    transform: translateX(-50%);
  }
  @supports (width: 100dvw) {
    .cta-wrapper .cta-app-holder {
      width: 100dvw;
    }
  }
  .cta-wrapper .cta-app-holder .app-image,
  .cta-wrapper .cta-app-holder img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }
}
.between-cta,
.cta-block {
  padding-bottom: 0 !important;
}
.between-cta,
.between-cta .hero-button-holder,
.between-cta .hero-button-holder > * {
  margin-bottom: 0 !important;
}
.section-title h2.title strong {
  font-weight: 700;
  letter-spacing: -0.01em;
}
.section-center-text,
.section-title {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section-title .title.white-text,
.section-title h2.title {
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-align: center;
  text-wrap: balance;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
}
.dark-section-features .section-title .title.white-text,
.dark-section-features .section-title h2.title {
  max-width: 1200px !important;
}
@media (max-width: 1200px) {
  .section-title .title.white-text,
  .section-title h2.title {
    max-width: 90vw !important;
  }
}
@media (max-width: 768px) {
  .section-title .title.white-text,
  .section-title h2.title {
    max-width: 92vw !important;
    line-height: 1.2;
  }
}
.dark-section-features .grey-paragraph {
  color: rgba(255, 255, 255, 0.9) !important;
}
.cta-block + .section,
.cta-block + div.section,
.cta-block + section {
  margin-top: 0 !important;
}
.between-cta {
  display: flow-root;
}
.ds2 .row,
.flow-grid,
.flow-step {
  display: grid;
  display: grid;
}
.between-cta + *,
.between-cta + .section {
  margin-top: -40px !important;
  padding-top: 0 !important;
}
.ds2 {
  font: inherit;
  color: inherit;
  max-width: clamp(680px, 76vw, 940px);
  padding: clamp(18px, 2vw, 26px) clamp(18px, 2.4vw, 28px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  --ds2-max: 960px;
  --ds2-min: 680px;
  --ds2-pad-x: clamp(16px, 2.2vw, 28px);
  --ds2-pad-y: clamp(16px, 2vw, 22px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  max-width: clamp(var(--ds2-min), 76vw, var(--ds2-max));
  margin: clamp(36px, 4vw, 56px) auto clamp(4px, 0.6vw, 8px);
  padding: calc(var(--ds2-pad-y) + 4px) var(--ds2-pad-x);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
  margin-bottom: var(--calc-gap);
}
.ds2 input[type="number"] {
  all: unset;
  flex: 1;
  appearance: textfield;
}
.ds2 .eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 6px;
}
.ds2 .h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.ds2 .howto {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 14px;
}
.ds2 .row {
  gap: 12px;
  align-items: stretch;
}
.ds2 .row.inputs {
  margin-bottom: 12px;
}
.ds2 .row.outputs {
  margin-top: 6px;
}
@media (min-width: 900px) {
  .dark-card .iphone-holder {
    height: 420px;
  }
  .ds2 .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(14px, 2vw, 24px);
  }
}
.ds2 .badge,
.ds2 .card {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
}
.ds2 label {
  font-size: 0.85rem;
  opacity: 0.7;
  display: block;
  margin-bottom: 8px;
}
.ds2 .field {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ds2 input[type="number"] {
  all: unset;
  flex: 1;
  min-width: 0;
  text-align: right;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-feature-settings: "tnum" 1;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 10px 12px;
  caret-color: #333;
}
.ds2 input::-webkit-inner-spin-button,
.ds2 input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ds2 input:focus {
  outline: 0;
  border-color: rgba(224, 96, 36, 0.35);
  box-shadow: 0 0 0 3px rgba(224, 96, 36, 0.12);
}
.ds2 .unit {
  font-size: 0.9rem;
  opacity: 0.65;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.ds2 .cap {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-bottom: 4px;
}
.ds2 .num {
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.ds2 .u {
  font-size: 0.95rem;
  opacity: 0.7;
}
.ds2 .foot {
  margin-top: 10px;
  font-size: 0.8rem;
  opacity: 0.65;
}
@media (max-width: 640px) {
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-item {
    height: 84px;
  }
  .partner-item img {
    max-height: 48px;
  }
  .ds2 {
    padding: 16px 14px;
  }
}
.between-cta + .ds2 {
  margin-top: var(--calc-gap) !important;
  padding-top: clamp(16px, 2vw, 24px) !important;
}
.ds2 + .section .container {
  padding-top: 0;
}
.ds2 + .section .section-center-text {
  padding-top: var(--calc-gap);
}
.flow-wrapper {
  margin: clamp(36px, 6vw, 72px) auto;
}
.flow-grid {
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(18px, 3vw, 36px);
  align-items: start;
  margin-top: clamp(18px, 2.6vw, 28px);
}
@media (max-width: 980px) {
  .flow-grid {
    grid-template-columns: 1fr;
  }
}
.flow-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flow-step {
  grid-template-columns: auto 1fr;
  gap: 12px 14px;
  align-items: start;
  margin-bottom: 12px;
  border: 1px solid #242424;
  border-radius: 10px;
  background: #141312;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, transform 0.12s ease-out;
}
.flow-step:hover {
  border-color: #353535;
  transform: translateY(-1px);
}
.flow-step.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent);
  background: #161514;
}
.flow-step__index {
  inline-size: 28px;
  block-size: 28px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-weight: 600;
  color: #fff;
  background: var(--accent);
  user-select: none;
  margin-top: 2px;
}
.flow-step__body {
  display: grid;
  gap: 4px;
}
.flow-step__title {
  color: #fff;
  line-height: 1.35;
  font-weight: 600;
  margin: 0;
}
.flow-step__text {
  color: #959998;
  margin: 0;
}
.flow-panel {
  margin: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.28s ease-out;
}
.flow-panel.is-active {
  display: block;
  opacity: 1;
}
.flow-panel[hidden] {
  display: none !important;
}
.flow-caption {
  font-size: 13px;
  opacity: 0.85;
  margin-top: 12px !important;
  text-align: center;
  font-size: clamp(13px, 0.95rem, 15px) !important;
  line-height: 1.35;
  color: #d0d0d0;
  opacity: 0.95;
}
.flow-step:focus {
  outline: 0;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 55%, transparent);
}
@media (min-width: 981px) {
  .flow-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: stretch;
  }
}
.flow-stage {
  border: 1px solid #242424;
  background: #10100f;
  border-radius: 12px;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(12px, 1.6vw, 18px) !important;
  min-height: clamp(340px, 36vw, 440px) !important;
}
.flow-panel {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flow-panel img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(86%, 520px);
  max-height: clamp(260px, 34vw, 380px);
  object-fit: contain;
  margin-inline: auto;
  border-radius: 8px;
}
.flow-step {
  padding: 16px 16px 16px 20px !important;
}
.flow-step__title {
  font-size: 17px !important;
}
.flow-step__text {
  font-size: 15.5px !important;
  line-height: 1.45;
}
.flow-visual img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.flow-visual .caption {
  opacity: 0.85;
  font-size: 15px;
  line-height: 1.35;
  opacity: 0.9;
  margin-top: 10px;
}
.flow-card {
  padding: 16px 18px;
}
.flow-card h4 {
  font-size: 16px;
  letter-spacing: 0.2px;
}
.flow-card p {
  font-size: 14.5px;
  line-height: 1.45;
}
.flow-card:hover {
  background: #161816;
  border-color: #2b2b2b;
}
@media (max-width: 900px) {
  .flow-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .flow-visual figure {
    max-width: 100%;
    aspect-ratio: 16/10;
  }
}
.flow-visual figure {
  aspect-ratio: 16/10;
  margin-inline: auto;
  max-width: 520px;
  min-height: 320px;
  aspect-ratio: 16/10;
}
.flow-grid {
  grid-template-columns: 1.05fr 0.95fr;
  column-gap: 40px;
  row-gap: 24px;
  align-items: start;
}
.flow-card.is-active {
  box-shadow: 0 0 0 2px #f26a2a, inset 0 0 0 1px #f26a2a33;
}
.flow-card:focus-visible {
  outline: #f26a2a solid 2px;
  outline-offset: 3px;
}
.card-grid-holder {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3.5vw, 56px);
}
.card-grid {
  grid-column-gap: clamp(20px, 2vw, 30px);
  grid-row-gap: clamp(20px, 2vw, 30px);
}
:root {
  --page-color: #fff;
  --main-font: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
  --heading-text-color: #37322f;
  --paragraph-text-color: #696969f2;
  --button-color: #333;
  --elements-stroke: #0000001a;
  --elements-bg: #fafafa;
  --black-section-color: #09120f;
  --accent: #e06024;
  --accent-dim: #e060241a;
  --container-pad-x: 2em;
  --container-pad-y: 3em;
  --hero-bottom-pad: 140px;
  --hero-screenshot-gap: 48px;
  --section-title-pad-top: 64px;
  --grid-features-pad-top: 56px;
  --grid-features-pad-bottom: 72px;
  --logo-gap: 48px;
  --logo-size: 40px;
  --calc-gap: clamp(28px, 4vw, 48px);
  --feature-card-radius: 12px;
  --nav-safe: clamp(64px, 6vw, 84px);
}
.card-grid .colored-block {
  border-radius: var(--feature-card-radius) !important;
}
.card-grid .card-image-holder {
  border-radius: inherit;
  overflow: hidden;
}
.card-grid .card-image,
.card-grid .card-image-holder img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.card-grid-holder,
.cta-wrapper,
.dark-card-holder,
.questions-holder {
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}
:where(a, button, .flow-step, .question) {
  outline: 0;
}
:where(a, button, .flow-step, .question):focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 78%, #fff);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent);
}
.navbar,
.w-nav.navbar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 3000;
  margin-top: 0;
  -webkit-backdrop-filter: saturate(1.2) blur(8px);
  backdrop-filter: saturate(1.2) blur(8px);
  background: color-mix(in srgb, #fff 82%, transparent);
  border-bottom: 1px solid #00000010;
  transition: background-color 0.25s, box-shadow 0.25s, border-color 0.25s;
  transform: none !important;
  filter: none !important;
  perspective: none !important;
  will-change: auto !important;
}
.container.nav-container-wrapper {
  background-color: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  border-radius: 0 !important;
  padding: 8px 18px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: fit-content;
  -webkit-backdrop-filter: saturate(1.2) blur(10px);
  backdrop-filter: saturate(1.2) blur(10px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.5) inset;
  overflow: visible !important;
}
.container.nav-container-wrapper,
.navbar .container.nav-container-wrapper,
.w-nav .container.nav-container-wrapper {
  display: flex !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.55) inset;
}
.navbar {
  padding: 0;
  margin-top: 0 !important;
}
.brand-image {
  display: block;
  width: 100%;
  height: auto;
}
.nav-links,
.nav-menu,
.navbar-container,
.navbar-holder {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-link {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .container.nav-container-wrapper {
    max-width: min(94vw, 680px);
    padding: 10px 12px;
  }
  .w-nav[data-collapse="medium"] .w-nav-menu.is-open {
    display: block !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    width: min(94vw, 680px);
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  }
  .w-nav[data-collapse="medium"] .w-nav-menu.is-open .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    order: 2;
  }
}
.container.nav-container-wrapper {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: max-content;
  max-width: min(92vw, 720px);
  margin: 0 auto;
  -webkit-backdrop-filter: saturate(1.2) blur(10px);
  backdrop-filter: saturate(1.2) blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.brand-holder {
  margin-right: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none !important;
  }
  .animate-on-load-02,
  .animate-on-load-03,
  .animate-on-load-04,
  .fade-in-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .container.nav-container-wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
.navbar,
.w-nav,
.w-nav.navbar {
  position: fixed !important;
  top: clamp(12px, 2.2vw, 22px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  height: auto !important;
  background: 0 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 5000 !important;
  pointer-events: none;
}
.navbar .container.nav-container-wrapper,
.w-nav .container.nav-container-wrapper {
  pointer-events: auto;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: max-content !important;
  max-width: min(92vw, 720px) !important;
  margin: 0 auto !important;
  padding: 10px 14px !important;
  -webkit-backdrop-filter: saturate(1.2) blur(10px);
  backdrop-filter: saturate(1.2) blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: visible !important;
}
.nav-menu,
.nav-menu-link-holder,
.navbar-container,
.navbar-holder {
  width: auto !important;
  margin: 0 !important;
}
.brand {
  width: 132px !important;
  max-width: 132px !important;
}
.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 8px 10px;
  border: 0;
  border-radius: 10px;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    border-color 0.2s;
}
.nav-link:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
.nav-link[data-cta-id="cta_nav_primary"] {
  font-weight: 600;
  padding: 8px 14px;
  background: linear-gradient(180deg, #fff, #f7f7f7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
.nav-link[data-cta-id="cta_nav_primary"]:hover {
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 3px rgba(224, 96, 36, 0.12) inset;
}
@media (min-width: 992px) {
  .nav-menu.w-nav-menu,
  .w-nav-menu {
    display: flex !important;
  }
  .menu-cart-holder,
  .w-nav-button {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .container.nav-container-wrapper {
    max-width: min(94vw, 680px);
    padding: 10px 12px;
  }
  .w-nav[data-collapse="medium"] .w-nav-menu.is-open {
    display: block !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    width: min(94vw, 680px);
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  }
  .w-nav-menu.is-open .nav-links,
  .w-nav[data-collapse="medium"] .w-nav-menu.is-open .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  .w-nav-menu.is-open {
    display: block !important;
    position: fixed !important;
    left: 50%;
    transform: translateX(-50%);
    top: calc(clamp(12px, 2.2vw, 22px) + 52px);
    width: min(94vw, 680px);
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
    z-index: 5001;
  }
}
.hero-section,
.section:first-of-type {
  scroll-margin-top: var(--nav-safe);
}
.navbar .container.nav-container-wrapper,
.w-nav.navbar .container.nav-container-wrapper {
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-backdrop-filter: saturate(1.2) blur(12px) !important;
  backdrop-filter: saturate(1.2) blur(12px) !important;
  border-radius: 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.55) inset !important;
  padding: 10px 14px !important;
}
/* ====== iPhone / Mobile Navbar & Spacing Fixes ===================== */

/* Variablen für Safe-Area und Pill-Höhe */
:root {
  --nav-top: max(8px, env(safe-area-inset-top, 0px));
  --nav-pill-h: clamp(46px, 10vw, 56px);
  --nav-pill-radius: 18px;
}

/* iPhone/Smartphone */
@media (max-width: 767px) {
  /* Sticky-Träger sitzt knapp unter der Statusleiste */
  .navbar {
    position: sticky !important;
    top: var(--nav-top) !important;
    z-index: 4000 !important;
    margin-top: 0 !important;
    background: transparent !important;
  }

  /* Die sichtbare „Pill“ – kompakt, weich, ~80% Opazität */
  .container.nav-container-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    height: var(--nav-pill-h);
    max-width: min(94vw, 600px);
    margin: 0 auto;
    padding: 8px 12px !important;

    background: rgba(255, 255, 255, 0.88) !important; /* ~88% */
    -webkit-backdrop-filter: saturate(1.1) blur(10px);
    backdrop-filter: saturate(1.1) blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--nav-pill-radius) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15),
      0 1px 0 rgba(255, 255, 255, 0.55) inset;
  }

  /* Inhalt der Pill kompakt halten */
  .brand {
    width: 128px !important;
    max-width: 128px !important;
  }
  .brand-holder {
    margin-right: 6px !important;
  }
  .nav-links,
  .nav-menu-link-holder,
  .menu-cart-holder {
    display: none !important;
  } /* auf Mobile nur Logo/ Burger */

  /* Hero unten nicht vom Sticky überdecken: Clearance einrechnen */
  .hero-section,
  .section:first-of-type {
    /* Abstand = Pill-Höhe + Safe-Area + etwas Luft */
    padding-top: calc(var(--nav-pill-h) + var(--nav-top) + 12px) !important;
  }

  /* Typografie/Abstände etwas reduzieren */
  h1 {
    font-size: clamp(28px, 8.2vw, 36px) !important;
    line-height: 1.15 !important;
    margin-top: 0 !important;
  }
  h2 {
    font-size: clamp(22px, 6.6vw, 30px) !important;
    line-height: 1.2 !important;
  }

  .section-paddings {
    padding: 32px 0 !important;
  }
  .section-center-text {
    padding-top: 32px !important;
  }
  .card-grid-holder {
    margin-top: 28px !important;
  }

  /* Ggf. große Lücken verhindern: content-visibility auf sichtbar */
  .card-grid-holder,
  .dark-card-holder,
  .questions-holder,
  .cta-wrapper {
    content-visibility: visible !important;
    contain-intrinsic-size: auto !important;
  }

  /* Logo-Band & Hero Bottom etwas kompakter */
  .logo-band {
    margin-block: 20px !important;
  }
  .hero-section {
    padding-bottom: 72px !important;
  }

  /* Webflow-Mobile-Menü (falls vorhanden) als Dropdown unter der Pill */
  .w-nav[data-collapse="medium"] .w-nav-menu.is-open {
    display: block !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    width: min(94vw, 600px);
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  }
  .w-nav[data-collapse="medium"] .w-nav-menu.is-open .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
}

/* iPhone 6/7/8 Plus o.ä. – etwas mehr Luft für die Pill */
@media (max-width: 380px) {
  :root {
    --nav-pill-h: clamp(44px, 11vw, 52px);
  }
  .container.nav-container-wrapper {
    max-width: 92vw;
  }
}
/* === FLOW: Mobile = 1 Spalte, nur Text (Bilder/Stage ausblenden) === */
@media (max-width: 900px) {
  .flow-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  /* rechte Bildbühne komplett verstecken */
  .flow-stage {
    display: none !important;
  }

  /* Steps schön lesbar zentrieren */
  .flow-steps {
    max-width: 680px;
    margin-inline: auto;
  }

  /* Karten etwas kompakter */
  .flow-step {
    padding: 14px 16px !important;
    margin-bottom: 10px !important;
    border-radius: 12px !important;
    border-color: #2b2b2b !important;
    background: #141312 !important;
  }
  .flow-step.is-active {
    box-shadow: none !important;
    border-color: var(--accent) !important;
    background: #171615 !important;
  }

  /* Typo leicht runter skalieren */
  .flow-step__title {
    font-size: clamp(16px, 4.3vw, 18px) !important;
    line-height: 1.35 !important;
  }
  .flow-step__text {
    font-size: clamp(14px, 3.9vw, 16px) !important;
    line-height: 1.45 !important;
  }

  /* Deko-Linie entfernen */
  .flow-list::before {
    display: none !important;
  }
}
/* ==== Calendly-Section: Mobile ohne Grafik, nur Formular ==== */
@media (max-width: 900px) {
  /* Grafik rechts ausblenden */
  .section:has(.calendly-inline-widget) .cta-app-holder {
    display: none !important;
  }

  /* Formular über volle Breite, keine Lücken unten */
  .section:has(.calendly-inline-widget) .cta-form-holder {
    min-width: 0 !important;
    width: 100% !important;
  }
  .section:has(.calendly-inline-widget) .cta-container {
    gap: 0 !important;
    padding-bottom: clamp(12px, 4vw, 20px) !important;
  }
  .section:has(.calendly-inline-widget) .container {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 900px) {
  .calendly-section .cta-app-holder {
    display: none !important;
  }
  .calendly-section .cta-form-holder {
    min-width: 0 !important;
    width: 100% !important;
  }
  .calendly-section .cta-container {
    gap: 0 !important;
    padding-bottom: clamp(12px, 4vw, 20px) !important;
  }
  .calendly-section .container {
    padding-bottom: 0 !important;
  }
}
/* Mobile: Calendly-Section ohne die große Grafik rechts */
@media (max-width: 900px) {
  /* Fallback über eigene Section-Klasse */
  .calendly-section .cta-app-holder {
    display: none !important;
  }
  .calendly-section .cta-form-holder {
    min-width: 0 !important;
    width: 100% !important;
  }
  .calendly-section .cta-container {
    gap: 0 !important;
    padding-bottom: clamp(12px, 4vw, 20px) !important;
  }
  .calendly-section .container {
    padding-bottom: 0 !important;
  }
}

/* Optional (modern, zusätzlich zum Fallback – wo :has unterstützt wird) */
@media (max-width: 900px) {
  .section:has(.calendly-inline-widget) .cta-app-holder {
    display: none !important;
  }
  .section:has(.calendly-inline-widget) .cta-form-holder {
    min-width: 0 !important;
    width: 100% !important;
  }
  .section:has(.calendly-inline-widget) .cta-container {
    gap: 0 !important;
    padding-bottom: clamp(12px, 4vw, 20px) !important;
  }
  .section:has(.calendly-inline-widget) .container {
    padding-bottom: 0 !important;
  }
}
