@font-face {
  font-family: 'Agrandir';
  src: url('/fonts/Agrandir-Regular.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Agrandir';
  src: url('/fonts/AgrandirText-Bold.otf') format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: 'Agrandir';
  src: url('/fonts/Agrandir-GrandHeavy.otf') format('opentype');
  font-weight: 800;
}
@font-face {
  font-family: 'Figtree';
  src: url('/fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Figtree';
  src: url('/fonts/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Figtree';
  src: url('/fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Figtree';
  src: url('/fonts/Figtree-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
.lp-section {
  padding: 100px 0;
  background: #ffffff;
  box-sizing: border-box;
}
.lp-section__inner {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
}
.lp-page {
  font-family: 'Figtree', sans-serif;
  color: #191919;
  background: #ffffff;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.lp-page * {
  box-sizing: border-box;
}
.lp-page h1,
.lp-page h2 {
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
}
.lp-page h3,
.lp-page h4,
.lp-page h5,
.lp-page h6 {
  font-family: 'Figtree', sans-serif;
}
.lp-hero {
  background: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f0f0f0;
}
.lp-hero__top {
  padding: 70px 0 60px;
}
.lp-hero__top-inner {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.lp-hero__col-left {
  width: 60%;
}
.lp-hero__col-right {
  width: 342px;
  height: 120px;
  padding-top: 14px;
}
.lp-hero__heading {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #191919;
  margin-bottom: 12px;
  line-height: 1.05;
  text-transform: uppercase;
}
.lp-hero__badge-red {
  display: inline-block;
  background: #E60000;
  color: #ffffff;
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 30px;
  padding: 6px 14px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.lp-hero__description {
  font-size: 14px;
  font-family: 'Figtree';
  font-weight: 500;
  font-style: normal;
  color: #191919;
  line-height: 1.55;
  margin: 0;
}
.lp-hero__track {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-hero__track-img {
  width: 100%;
  height: 300px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
.lp-hero__track-marquee {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.lp-hero__track-text {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: lpMarquee 22s linear infinite;
          animation: lpMarquee 22s linear infinite;
}
.lp-hero__track-text span {
  display: inline-block;
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 5.5rem;
  color: transparent;
  -webkit-text-stroke: 1.8px #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1;
  padding-right: 40px;
  white-space: nowrap;
}
.lp-problems__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}
.lp-problems__header-left {
  width: 50%;
}
.lp-problems__header-right {
  width: 342px;
}
.lp-problems__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.lp-problems__desc {
  font-size: 18px;
  color: #666666;
  font-family: 'Figtree';
  font-weight: 500;
  font-style: medium;
  margin: 0;
}
.lp-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 56px;
}
.lp-problems__card {
  background: #ffffff;
  border: 1.5px solid #CD0000;
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.lp-problems__card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #191919;
  line-height: 1.3;
}
.lp-problems__card p {
  font-size: 13px;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}
.lp-problems__cta-box {
  text-align: center;
  margin-top: 20px;
}
.lp-problems__cta-text {
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.02em;
  color: #191919;
  margin-bottom: 12px;
  line-height: 1.05;
  text-transform: uppercase;
}
.lp-problems__cta-highlight {
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.02em;
  color: #191919;
  line-height: 1.05;
  text-transform: uppercase;
}
.lp-problems__badge-red {
  display: inline-block;
  background: #E60000;
  color: #ffffff;
  padding: 4px 14px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.01em;
  vertical-align: middle;
}
.lp-what {
  background: #ffffff;
}
.lp-what__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.lp-what__img-wrapper {
  position: relative;
  padding-bottom: 40px;
  padding-right: 40px;
  width: 100%;
  display: flex;
}
.lp-what__img-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
  display: flex;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.lp-what__img-container img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
.lp-what__img-accent {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60%;
  height: 70%;
  background: #E60000;
  z-index: 1;
}
.lp-what__img-text {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 52px;
  color: #ffffff;
  line-height: 0.85;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  z-index: 3;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.lp-what__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp-what__lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #191919;
  margin-bottom: 24px;
}
.lp-what__highlight {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #E60000;
  margin-bottom: 24px;
}
.lp-what__sublead {
  font-size: 16px;
  color: #666666;
  margin-bottom: 32px;
  line-height: 1.6;
}
.lp-what__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-what__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #191919;
}
.lp-what__check-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #E60000;
  color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
}
.lp-what__check-circle svg {
  width: 14px;
  height: 14px;
  stroke-width: 4;
}
.lp-features__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}
.lp-features__header-left {
  width: 50%;
}
.lp-features__header-right {
  width: 342px;
}
.lp-features__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.lp-features__desc {
  font-size: 18px;
  color: #666666;
  font-family: 'Figtree';
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
.lp-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.lp-features__card {
  border: 1.5px solid #191919;
  border-radius: 12px;
  padding: 32px 24px;
  background: #ffffff;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.lp-features__card:hover {
  border-color: #E60000;
  transform: translateY(-4px);
}
.lp-features__card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #191919;
  line-height: 1.3;
}
.lp-features__card p {
  font-size: 13px;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}
.lp-features__card-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E60000;
}
.lp-features__card-icon svg,
.lp-features__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.25s ease;
}
.lp-features__card:hover .lp-features__card-icon svg,
.lp-features__card:hover .lp-features__card-icon img {
  transform: scale(1.1);
}
.lp-how {
  text-align: center;
}
.lp-how__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.lp-how__subtitle {
  font-size: 16px;
  color: #666666;
  margin-bottom: 60px;
}
.lp-how__steps {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-how__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.lp-how__step-name {
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #191919;
  width: 160px;
  flex-shrink: 0;
  text-align: left;
}
.lp-how__line {
  flex-grow: 1;
  height: 1px;
  background: rgba(230, 0, 0, 0.4);
  margin: 0 32px;
}
.lp-how__step-desc {
  font-size: 15px;
  color: #666666;
  text-align: left;
  width: 380px;
  flex-shrink: 0;
}
.lp-handle {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}
.lp-handle__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lp-handle__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-handle__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 30, 29, 0.85);
}
.lp-handle__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.lp-handle__col {
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
}
.lp-handle__col h3 {
  font-family: 'Agrandir', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.lp-handle__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.lp-handle__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.lp-handle__check-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ffffff;
  color: #E60000;
  border-radius: 50%;
  flex-shrink: 0;
}
.lp-handle__check-circle svg {
  width: 14px;
  height: 14px;
  stroke-width: 4;
}
.lp-solutions__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}
.lp-solutions__header-left {
  width: 50%;
}
.lp-solutions__header-right {
  width: 342px;
}
.lp-solutions__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.lp-solutions__desc {
  font-size: 18px;
  color: #666666;
  font-family: 'Figtree';
  font-weight: 500;
  font-style: medium;
  margin: 0;
  line-height: 1.5;
}
.lp-solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lp-solutions__card {
  border: 1.5px solid #191919;
  border-radius: 12px;
  padding: 32px 0 0 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.lp-solutions__card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #191919;
  line-height: 1.3;
  text-align: center;
  padding: 0 24px;
}
.lp-solutions__card p {
  font-size: 13px;
  color: #666666;
  margin: 0 0 32px 0;
  line-height: 1.5;
  text-align: center;
  padding: 0 24px;
  flex-grow: 1;
}
.lp-solutions__btn {
  display: block;
  width: 100%;
  background: #191919;
  color: #ffffff;
  font-family: 'Agrandir', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 18px 20px;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s;
  border: none;
  margin-top: auto;
}
.lp-solutions__btn:hover {
  background-color: #E60000;
}
.lp-why {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}
.lp-why__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lp-why__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transform: scaleX(-1);
}
.lp-why__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 30, 29, 0.7);
}
.lp-why__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
}
.lp-why__title-col {
  display: flex;
  align-items: center;
}
.lp-why__title {
  font-family: 'Agrandir', sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: #ffffff;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.lp-why__content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp-why__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
}
.lp-why__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.lp-why__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.lp-why__check-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #ffffff;
  color: #E60000;
  border-radius: 50%;
  flex-shrink: 0;
}
.lp-why__check-circle svg {
  width: 12px;
  height: 12px;
  stroke-width: 4;
}
.lp-setup {
  background: #ffffff;
}
.lp-setup__grid {
  display: grid;
  grid-template-columns: 4.5fr 7.5fr;
  gap: 60px;
  align-items: flex-start;
}
.lp-setup__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.lp-setup__desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 24px;
}
.lp-setup__highlight {
  font-size: 15px;
  font-weight: 700;
  color: #E60000;
  line-height: 1.6;
}
.lp-setup__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-setup__card {
  border: 1.5px solid #CD0000;
  border-radius: 12px;
  padding: 24px 32px;
  background: #ffffff;
}
.lp-setup__card h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #191919;
  text-transform: uppercase;
}
.lp-setup__card p {
  font-size: 13px;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}
.lp-demo {
  background: #ffffff;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}
.lp-demo__inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}
.lp-demo__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.lp-demo__subtitle {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 36px;
}
.lp-demo__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 20px;
}
.lp-demo__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Agrandir', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s, background-color 0.2s;
}
.lp-demo__btn:hover {
  transform: translateY(-2px);
}
.lp-demo__btn--whatsapp {
  background: #191919;
  color: #ffffff;
}
.lp-demo__btn--whatsapp:hover {
  background: #25d366;
}
.lp-demo__btn--email {
  background: #ffffff;
  color: #191919;
  border: 1.5px solid #191919;
}
.lp-demo__btn--email:hover {
  background: #f5f5f5;
}
.lp-demo__notice {
  font-size: 12px;
  color: #666666;
  margin: 0;
}
.lp-app {
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
}
.lp-app__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.lp-app__left {
  display: flex;
  justify-content: center;
}
.lp-app__img-wrapper {
  position: relative;
  width: 100%;
  max-width: 440px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.lp-app__img-container {
  background: #f5f5f5;
  padding: 40px;
  position: relative;
  z-index: 2;
}
.lp-app__img-container img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-app__img-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 60%;
  background: #E60000;
  z-index: 1;
}
.lp-app__right {
  display: flex;
  flex-direction: column;
}
.lp-app__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.lp-app__desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 32px;
}
.lp-app__badges {
  display: flex;
  gap: 16px;
}
.lp-app__badges img {
  height: 48px;
  display: block;
}
@media (max-width: 1024px) {
  .lp-problems__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .lp-solutions__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-hero__track-text span {
    font-size: 4.2rem;
  }
  .lp-what__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .lp-what__img-wrapper {
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .lp-what__img-accent {
    bottom: 10px;
    right: 10px;
    width: 60%;
    height: 70%;
    background: #E60000;
  }
  .lp-what__img-text {
    font-size: 36px;
    left: 24px;
    top: 24px;
    transform: none;
  }
  .lp-what__lead {
    font-size: 14px;
  }
  .lp-what__highlight {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .lp-what__sublead {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .lp-what__list {
    gap: 10px;
  }
  .lp-what__list li {
    gap: 10px;
    font-size: 13px;
  }
  .lp-what__check-circle {
    width: 22px;
    height: 22px;
  }
  .lp-what__check-circle svg {
    width: 10px;
    height: 10px;
    stroke-width: 4;
  }
  .lp-why {
    padding: 60px 0;
  }
  .lp-why__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  .lp-why__title-col {
    justify-content: center;
  }
  .lp-why__title {
    font-size: 32px;
    line-height: 0.95;
  }
  .lp-why__content-col {
    align-items: center;
  }
  .lp-why__lead {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
  }
  .lp-why__list {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
  }
  .lp-why__list li {
    gap: 10px;
    font-size: 14px;
  }
  .lp-why__check-circle {
    width: 22px;
    height: 22px;
  }
  .lp-why__check-circle svg {
    width: 10px;
    height: 10px;
    stroke-width: 4;
  }
}
@media (max-width: 768px) {
  .lp-section {
    padding: 60px 0 10px;
  }
  .lp-hero__track-img {
    height: 190px;
  }
  .lp-hero__top {
    padding: 30px 0 20px;
  }
  .lp-hero__top-inner {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .lp-hero__col-left,
  .lp-hero__col-right {
    width: 100%;
  }
  .lp-hero__heading {
    font-size: 26px;
  }
  .lp-hero__badge-red {
    font-size: 15px;
  }
  .lp-hero__track-text {
    bottom: 12%;
    left: 4%;
  }
  .lp-hero__track-text span {
    font-size: 2.5rem;
    -webkit-text-stroke: 0.5px #ffffff;
  }
  .lp-problems__header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
  }
  .lp-problems__header-left,
  .lp-problems__header-right {
    width: 100%;
  }
  .lp-problems__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lp-problems__title {
    font-size: 18px;
  }
  .lp-problems__card {
    width: 100%;
    max-width: none;
  }
  .lp-problems__desc {
    font-size: 14px;
  }
  .lp-problems.lp-problems__card h4 {
    font-size: 14px;
  }
  .lp-problems.lp-problems__card p {
    font-size: 12px;
  }
  .lp-problems__badge-red {
    font-size: 19px;
  }
  .lp-problems__cta-highlight {
    font-size: 26px;
  }
  .lp-problems__cta-text {
    font-size: 26px;
  }
  .lp-features__header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
  }
  .lp-features__header-left,
  .lp-features__header-right {
    width: 100%;
  }
  .lp-features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .lp-features__title {
    font-size: 18px;
  }
  .lp-features__desc {
    font-size: 14px;
  }
  .lp-features__card {
    padding: 24px 16px;
  }
  .lp-features__card h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .lp-features__card p {
    font-size: 12px;
    line-height: 1.4;
  }
  .lp-features__card-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
  .lp-how__title {
    font-size: 18px;
  }
  .lp-how__steps {
    gap: 20px;
  }
  .lp-how__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .lp-how__line {
    display: none;
  }
  .lp-how__step-name {
    width: 115px;
    flex-shrink: 0;
    font-size: 16px;
    text-transform: none;
  }
  .lp-how__step-desc {
    width: auto;
    flex-shrink: 1;
    font-size: 13px;
    text-align: left;
  }
  .lp-handle {
    padding: 60px 0;
  }
  .lp-handle__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .lp-handle__col {
    align-items: center;
  }
  .lp-handle__col h3 {
    font-size: 26px;
    margin-bottom: 24px;
    text-align: center;
  }
  .lp-handle__list {
    gap: 20px;
  }
  .lp-handle__list li {
    font-size: 15px;
    font-weight: 600;
    gap: 16px;
  }
  .lp-handle__check-circle {
    width: 28px;
    height: 28px;
  }
  .lp-handle__check-circle svg {
    width: 12px;
    height: 12px;
    stroke-width: 4;
  }
  .lp-solutions__title {
    font-size: 18px;
  }
  .lp-solutions__header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
  }
  .lp-solutions__header-left,
  .lp-solutions__header-right {
    width: 100%;
  }
  .lp-solutions__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lp-solutions__card {
    padding: 24px 0 0 0;
  }
  .lp-solutions__card h4 {
    font-size: 14px;
    padding: 0 16px;
    margin-bottom: 8px;
  }
  .lp-solutions__card p {
    font-size: 12px;
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .lp-solutions__btn {
    padding: 14px 16px;
    font-size: 12px;
  }
  .lp-setup__title {
    font-size: 18px;
  }
  .lp-setup__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .lp-demo__title {
    font-size: 18px;
  }
  .lp-demo__actions {
    flex-wrap: wrap;
    gap: 12px;
  }
  .lp-demo__btn {
    width: auto;
    justify-content: center;
    padding: 12px 24px;
    font-size: 13px;
  }
  .lp-app__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .lp-app__img-wrapper {
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .lp-app__img-accent {
    bottom: 0;
    right: 0;
  }
  .lp-app__img-container {
    padding: 24px;
  }
  .lp-app__title {
    font-size: 18px;
  }
}
@-webkit-keyframes lpMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes lpMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

