:root {
  --lp__main-container-width: 1440px;
}

@keyframes lp__anim-star-diagonal {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-2000px, 2000px, 0);
  }
}

body[class*="page-template-landing-page-template"] .bg-animation #stars,
body[class*="page-template-landing-page-template"] .bg-animation #stars2,
body[class*="page-template-landing-page-template"] .bg-animation #stars3,
body[class*="page-template-landing-page-template"] .bg-animation #stars4 {
  animation-name: lp__anim-star-diagonal, twinkle;
  animation-direction: normal, normal;
}

body[class*="page-template-landing-page-template"],
body[class*="page-template-landing-page-template"] #top,
body[class*="page-template-landing-page-template"] #container,
body[class*="page-template-landing-page-template"] #content,
body[class*="page-template-landing-page-template"] #lp__main {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body[class*="page-template-landing-page-template"] #content,
body[class*="page-template-landing-page-template"] #lp__main {
  padding: 0;
}

body.lp__modal-open {
  overflow: hidden;
}

html.lp__reveal-ready .lp__reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

html.lp__reveal-ready .lp__reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html.lp__reveal-ready .lp__reveal,
  html.lp__reveal-ready .lp__reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .lp__chip,
  .trust-badges img,
  .experience-item,
  .experience-item .item-icon,
  .lp__hero-form-card,
  .lp__hero-form-card .wpcf7-form-control:not(.wpcf7-submit),
  .lp__problem-callout,
  .lp__problem-content-right-card,
  .card-footer,
  .lp__solution-card,
  .lp__solution-card-icon,
  .card-checkmark-design,
  .lp__solution-cta-card,
  .cta-card-svg,
  .lp__results-card,
  .lp__results-card-icon,
  .lp__results-footer,
  .lp__difference-means-card,
  .means-list li,
  .means-icon,
  .partner-glow-circle,
  .partner-content,
  .lp__audit-card,
  .lp__audit-means-container,
  .lp__audit-item,
  .lp__cta-bottom-icon,
  .lp__cta-bottom-badge,
  .lp__scaling-chip {
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      border-color 0.3s ease,
      background 0.3s ease,
      background-color 0.3s ease,
      opacity 0.3s ease,
      filter 0.3s ease;
  }

  .lp__chip:hover {
    transform: translateY(-2px);
    border-color: rgba(173, 70, 255, 0.45);
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.18);
  }

  .trust-badges img:hover {
    opacity: 1;
    transform: translateY(-3px) scale(1.03);
    filter: drop-shadow(0 8px 20px rgba(173, 70, 255, 0.2));
  }

  .experience-item:hover {
    transform: translateY(-4px);
  }

  .experience-item:hover .item-icon {
    transform: scale(1.08);
  }

  .lp__hero-form-card:hover {
    transform: translateY(-6px);
    border-color: rgba(173, 70, 255, 0.55);
    box-shadow: 0 0 90px -20px rgba(173, 70, 255, 0.6);
  }

  .lp__hero-form-card .wpcf7-form-control:not(.wpcf7-submit):hover {
    border-color: rgba(173, 70, 255, 0.3);
    box-shadow: 0 0 0 3px rgba(173, 70, 255, 0.08);
  }

  .lp__problem-callout:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);
  }

  .lp__problem-content-right-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 100, 103, 0.22);
    box-shadow: 0 32px 70px -20px rgba(0, 0, 0, 0.45);
  }

  .lp__problem-content-right-card:hover .card-footer {
    border-color: rgba(173, 70, 255, 0.45);
    background: rgba(89, 22, 139, 0.3);
  }

  .lp__solution-card:hover {
    transform: translateY(-6px);
    border-color: rgba(173, 70, 255, 0.28);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
  }

  .lp__solution-card:hover .lp__solution-card-icon {
    transform: scale(1.08) rotate(-4deg);
  }

  .lp__solution-card:hover .card-checkmark-design {
    opacity: 0.2;
    transform: scale(1.06);
  }

  .lp__solution-cta-card:hover {
    transform: translateY(-6px);
    border-color: rgba(173, 70, 255, 0.42);
    box-shadow: 0 25px 55px rgba(49, 44, 133, 0.25);
  }

  .lp__solution-cta-card:hover .cta-card-svg {
    transform: scale(1.05);
    box-shadow: 0 0 28px rgba(255, 255, 255, 0.25);
  }

  .lp__results-card:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  }

  .lp__results-card:hover .lp__results-card-icon {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.08);
  }

  .lp__results-footer:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);
  }

  .lp__difference-means-card:hover {
    transform: translateY(-5px);
    border-color: rgba(173, 70, 255, 0.32);
    box-shadow: 0 18px 40px rgba(49, 44, 133, 0.18);
  }

  .means-list li:hover {
    transform: translateX(6px);
  }

  .means-list li:hover .means-icon {
    background: rgba(173, 70, 255, 0.16);
    box-shadow: 0 0 18px rgba(173, 70, 255, 0.18);
  }

  .partner-glow-circle:hover {
    transform: scale(1.02);
  }

  .partner-glow-circle:hover .partner-content {
    border-color: rgba(173, 70, 255, 0.45);
    box-shadow: 0 0 70px rgba(89, 22, 139, 0.6);
  }

  .lp__audit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(173, 70, 255, 0.42);
    box-shadow: 0 0 120px -20px rgba(89, 22, 139, 0.58);
  }

  .lp__audit-card:hover .lp__audit-means-container {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
  }

  .lp__audit-item:hover {
    transform: translateY(-3px);
    border-color: rgba(173, 70, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
  }

  .lp__cta-bottom-icon:hover {
    transform: translateY(-4px) scale(1.04);
    border-color: rgba(173, 70, 255, 0.35);
    box-shadow: 0 0 24px rgba(173, 70, 255, 0.2);
  }

  .lp__cta-bottom-badge:hover {
    box-shadow: 0 12px 24px rgba(0, 212, 146, 0.12);
  }

  .lp__scaling-chip:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 68, 68, 0.35);
    box-shadow: 0 0 24px rgba(255, 68, 68, 0.15);
  }

  html.lp__reveal-ready .lp__chip.lp__reveal,
  html.lp__reveal-ready .experience-item.lp__reveal,
  html.lp__reveal-ready .lp__hero-form-card.lp__reveal,
  html.lp__reveal-ready .lp__problem-content-right-card.lp__reveal,
  html.lp__reveal-ready .lp__solution-card.lp__reveal,
  html.lp__reveal-ready .lp__solution-cta-card.lp__reveal,
  html.lp__reveal-ready .lp__results-card.lp__reveal,
  html.lp__reveal-ready .lp__results-footer.lp__reveal,
  html.lp__reveal-ready .lp__audit-card.lp__reveal {
    transition:
      opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0s),
      transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0s),
      box-shadow 0.3s ease,
      border-color 0.3s ease,
      background 0.3s ease,
      background-color 0.3s ease,
      filter 0.3s ease;
  }
}

.lp__highlight {
  background: var(
    --Gradient-Text-1,
    linear-gradient(90deg, #c27aff 0%, #7c86ff 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Glacial Indifference";
  /* font-size: 48px; */
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.lp__main {
  overflow: hidden;
  height: fit-content;
}

.lp__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.lp__mobile-sticky-cta {
  display: none;
}

.lp__modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.lp__modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lp__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 20, 0.78);
  backdrop-filter: blur(10px);
}

.lp__modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
}

.lp__modal-content {
  position: relative;
}

.lp__modal-form-card {
  width: 100%;
  max-height: min(88vh, 820px);
  overflow-y: auto;
}

.lp__modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.lp__modal-close:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: scale(1.04);
}

.lp__hero {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px !important;
  overflow: visible;
  min-height: 100vh;
  height: fit-content;
}

@media (max-width: 600px) {
  .lp__hero {
    padding-top: 180px !important;
  }
}

.lp__hero-rocket-mobile {
  display: none;
}

.lp__hero-container {
  max-width: var(--lp__main-container-width);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  padding: 0 48px;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
  min-height: 70vh;
}

.lp__hero-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 80px;
  align-items: flex-start;
  text-align: left;
}

.lp__hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
}

.lp__hero-right {
  /* flex: 0 0 450px; */
  position: absolute;
  right: 0;
  left: 0;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding-right: 48px;
  justify-content: flex-end;
  width: 100%;
  /* transform: translateX(50%); */
  /* bottom: -48px; */
}

.lp__hero-rocket-desktop {
  position: absolute;
  /* top: -120px; */
  right: 0;
  top: -250px;
  /* transform: translateX(50%); */
  z-index: 2;
  pointer-events: none;
}

.lp__hero-rocket-desktop img {
  width: 500px;
  height: auto;
  transform: rotate(-45deg);
  filter: drop-shadow(0 20px 50px rgba(173, 70, 255, 0.4));
}

.lp__hero-eybrow {
  font-family: "Glacial Indifference";
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(90deg, #ed6aff 0%, #fb64b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  margin-bottom: 8px;
}

.lp__hero-main-title {
  font-family: "Glacial Indifference";
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -4.8px;
  color: #fff;
}

.lp__hero-main-title .highlight-purple {
  background: linear-gradient(90deg, #ad46ff 0%, #615fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp__hero-main-title .highlight-leads {
  display: block;
  background: linear-gradient(90deg, #fff 0%, #e0e7ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.95;
}

.lp__hero-subtitle {
  color: #cad5e2;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 550px;
  text-align: left;
}

.lp__hero-subtitle strong {
  color: #fff;
  font-weight: 700;
}

.lp__hero-main-btn {
  display: inline-flex;
  padding: 20px 40px;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #fff;
  color: #1e1a4d !important;
  text-decoration: none;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  width: fit-content;
}

.lp__hero-main-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 50px rgba(255, 255, 255, 0.3);
  background: linear-gradient(90deg, #c27aff 0%, #7c86ff 100%);
  color: #1e1a4d;
}

/* Chip Designs */
.lp__chip {
  display: flex;
  padding: 6px 14px;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  width: fit-content;
  font-family: "IBM Plex Sans";
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  border: 1px solid rgba(173, 70, 255, 0.3);
  background: rgba(173, 70, 255, 0.1);
  backdrop-filter: blur(8px);
  margin-bottom: 24px;
  text-transform: capitalize;
}

.lp__chip .chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ad46ff;
  box-shadow: 0 0 12px rgba(173, 70, 255, 1);
  display: block;
}

/* Form Styles */
.lp__hero-form-wrapper {
  width: 40%;
  position: relative;
  z-index: 3;
}

.lp__hero-form-card {
  padding: 48px 32px 32px;

  border-radius: 14px;
  border: 1px solid rgba(173, 70, 255, 0.4);
  background: var(
    --Gradient-Card,
    linear-gradient(135deg, #1c0836 0%, #0f0518 100%)
  );
  box-shadow: 0 0 80px -12px rgba(88, 28, 135, 0.3);
}

.lp__form-title {
  color: #ad46ff;
  background: var(
    --Gradient-Text-1,
    linear-gradient(90deg, #c27aff 0%, #7c86ff 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Glacial Indifference";
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

/* Internal Form Controls */
.lp__hero-form-card .wpcf7-form p {
  margin-bottom: 16px;
}

.lp__hero-form-card .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #1a1a1a;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 500;
}

.lp__hero-form-card .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: #aaa;
}

.lp__hero-form-card .wpcf7-submit {
  width: 100%;
  padding: 18px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ad46ff 0%, #615fff 100%);
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(173, 70, 255, 0.3);
  transition: all 0.3s ease;
  margin-top: 10px;
}

.lp__hero-form-card .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(173, 70, 255, 0.4);
  filter: brightness(1.1);
}

.trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

.trust-badges img {
  /* height: 40px; */
  width: 25%;
  opacity: 0.8;
}

/* Experience Section Refinement */
.lp__hero-experience {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  min-height: 50vh;
  height: fit-content;
  /* position: absolute; */
  bottom: 48px;
  left: 0;
  position: relative;
}

.lp__hero-experience-container {
  margin: 0 auto;
  width: 100%;

  padding: 40px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(3px);
}

.lp__hero-experience-container-inner {
  max-width: 1440px;
  margin: 0 auto;
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.experience-eyebrow {
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  opacity: 0.6;
}

.experience-eyebrow .line {
  width: 32px;
  height: 1px;
  background: #fff;
}

.experience-grid {
  display: flex;
  gap: 48px;
}

@media screen and (width >= 1000px) {
  .experience-grid {
    margin-left: 48px;
  }
}

.experience-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.experience-item .item-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.experience-item .item-text {
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.experience-cta {
  margin-top: 8px;
}

.experience-btn {
  display: inline-flex;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid rgba(173, 70, 255, 0.4);
  background: rgba(173, 70, 255, 0.05);
  color: #fff;
  text-decoration: none;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.experience-btn:hover {
  background: rgba(173, 70, 255, 0.15);
  border-color: #ad46ff;
  box-shadow: 0 0 20px rgba(173, 70, 255, 0.2);
}

@media (max-width: 1200px) {
  .lp__hero-right {
    right: 0;
  }
}

/* Mobile Responsive */
/* Mobile Responsive Refinements for New Structure */
@media (max-width: 1024px) {
  .lp__hero {
    gap: 32px;
  }

  .lp__hero-container {
    min-height: auto;
    padding: 0 24px;
    margin-bottom: 150px;
    gap: 0;
    align-items: center;
  }

  .lp__hero-left {
    align-items: flex-start;
    text-align: left;
    padding-bottom: 40px;
    gap: 40px;
  }
  .lp__hero-content {
    align-items: flex-start;
  }
  .lp__hero-main-title {
    font-size: 64px;
  }
  .lp__hero-subtitle {
    max-width: 100%;
  }

  .lp__hero-experience {
    width: 100%;
    gap: 32px;
    min-height: auto;
  }

  .lp__hero-right {
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 24px;
    justify-content: center;
  }

  .lp__hero-form-wrapper {
    width: 100%;
    max-width: 560px;
  }

  .lp__hero-rocket-desktop {
    display: none;
  }

  .lp__hero-experience-container {
    padding: 40px 24px;
  }

  .experience-grid {
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  body[class*="page-template-landing-page-template"],
  body[class*="page-template-landing-page-template"] #top,
  body[class*="page-template-landing-page-template"] #container,
  body[class*="page-template-landing-page-template"] #content,
  body[class*="page-template-landing-page-template"] #lp__main {
    overflow-x: hidden;
    overflow-x: clip;
  }

  body[class*="page-template-landing-page-template"] header.site {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .lp__hero {
    padding-top: 40px;
    gap: 24px;
  }

  .lp__modal {
    padding: 16px;
    align-items: flex-end;
  }

  .lp__modal-dialog {
    width: 100%;
  }

  .lp__modal-form-card {
    max-height: min(84vh, 760px);
    border-radius: 20px;
    padding: 40px 20px 24px;
  }

  .lp__modal-close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }

  body[class*="page-template-landing-page-template"] #lp__main {
    padding-bottom: 112px;
  }

  .lp__hero-rocket-mobile {
    display: block;
    width: 100%;
    padding: 0 24px;
    margin-bottom: 0;
  }

  .lp__hero-rocket-mobile .rocket-img {
    width: min(280px, 78vw);
    height: auto;
    display: block;
    margin: 0 auto;
    transform: rotate(-45deg);
    filter: drop-shadow(0 20px 50px rgba(173, 70, 255, 0.35));
  }

  .lp__hero-container {
    padding: 0 20px;
  }

  .lp__hero-left {
    width: 100%;
    padding-bottom: 0;
  }

  .lp__hero-main-title {
    font-size: 42px;
  }

  .lp__hero-subtitle {
    font-size: 18px;
  }

  .lp__hero-right {
    padding: 0 20px;
  }

  .lp__hero-form-wrapper {
    max-width: 100%;
  }

  .lp__hero-form-card {
    padding: 36px 24px 24px;
  }

  .lp__hero-experience {
    gap: 24px;
  }

  .lp__hero-experience-container {
    padding: 32px 20px;
  }

  .experience-grid {
    gap: 24px;
  }

  .experience-item .item-icon {
    width: 44px;
    height: 44px;
  }

  .lp__mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: block;
    padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
    background: rgba(6, 7, 28, 0.94);
    border-top: 1px solid rgba(81, 162, 255, 0.14);
    backdrop-filter: blur(14px);
  }

  .lp__mobile-sticky-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 72px;
    padding: 18px 20px;
    border-radius: 12px;
    border: 2px solid #ad46ff;
    background: rgba(27, 14, 58, 0.88);
    box-shadow: 0 0 0 1px rgba(173, 70, 255, 0.08) inset;
    color: #dbc4f6;
    text-align: center;
    text-decoration: none;
    font-family: "IBM Plex Sans";
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
}

/* Cleaning up deprecated Hero styles */
.lp__hero-stats-cta-buttons .wp-block-button__link {
  color: #fff;
  font-weight: 700;
}

.lp__hero-stats-cta-buttons .wp-block-button::after {
  background: rgba(173, 70, 255, 0.1);
}

@keyframes rocket-fly {
  0% {
    transform: rotate(-43deg) translateY(0);
  }
  50% {
    transform: rotate(-45deg) translateY(-10px);
  }
  100% {
    transform: rotate(-43deg) translateY(0);
  }
}

.lp__hero-rocket-desktop img {
  animation: rocket-fly 3s ease-in-out infinite;
}

.lp__hero-form {
  z-index: 10;
  padding: 33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(173, 70, 255, 0.4);
  background: var(
    --Gradient-Card,
    linear-gradient(135deg, #1c0836 0%, #0f0518 100%)
  );
  box-shadow: 0 0 80px -12px rgba(88, 28, 135, 0.3);
}

/**
 *    ▗▄▄▖ ▗▄▄▖  ▗▄▖ ▗▄▄▖ ▗▖   ▗▄▄▄▖▗▖  ▗▖
 *    ▐▌ ▐▌▐▌ ▐▌▐▌ ▐▌▐▌ ▐▌▐▌   ▐▌   ▐▛▚▞▜▌
 *    ▐▛▀▘ ▐▛▀▚▖▐▌ ▐▌▐▛▀▚▖▐▌   ▐▛▀▀▘▐▌  ▐▌
 *    ▐▌   ▐▌ ▐▌▝▚▄▞▘▐▙▄▞▘▐▙▄▄▖▐▙▄▄▖▐▌  ▐▌
 *                                        
 *                                        
 *                                        
 */

.lp__problem {
  max-width: var(--lp__main-container-width);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin-top: 200px;
  padding: 0 24px;
}

@media (max-width: 900px) {
  .lp__problem {
    flex-direction: column;
    margin-top: 100px;
  }
}

.lp__problem-content-left {
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
  width: 50%;
}

@media (max-width: 900px) {
  .lp__problem-content-left {
    width: 100%;
  }

  .lp__problem-content-right {
    width: 100%;
  }
}

.lp__problem-chip {
  border-radius: 33554400px;
  border: 1px solid rgba(251, 44, 54, 0.2);
  background: rgba(251, 44, 54, 0.1);
  box-shadow: 0 0 10px 0 rgba(248, 113, 113, 0.1);
  margin-bottom: 24px;
}

.lp__problem-main-title {
  font-family: "Glacial Indifference";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 34px;
  /* 52.8px */
}

.lp__problem-subtitle {
  color: var(--Text-Medium, #cad5e2);
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 32.5px; /* 162.5% */
}

.lp__problem-subtitle-2 {
  color: var(--Text-Medium, #cad5e2);
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 34px;
  line-height: 32.5px; /* 162.5% */
}

.lp__problem-callout {
  display: flex;
  padding: 25px 25px 25px 25px;
  flex-direction: column;
  align-items: flex-start;
  height: fit-content;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.lg__problem-callout span {
  color: var(--Text-Light, #fff);
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}

.lp__problem-content-right {
  width: 50%;
}

@media (max-width: 900px) {
  .lp__problem-content-right {
    width: 100%;
  }
}

.lp__problem-content-right-card {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0310;
  display: flex;
  justify-content: space-between;
  padding: 41px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  /* Card Shadow */
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.card-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-title .card-title-text {
  color: var(--Text-Light, #fff);
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}

.card-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-content ul li {
  color: var(--Text-Light, #fff);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  gap: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  display: flex;
  align-items: center;
}

.card-content ul li .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: 10;
  background-color: rgba(255, 100, 103, 0.8);
  box-shadow: 0 0 8px rgba(248, 113, 113, 0.8);
}

.card-footer {
  display: flex;
  width: 100%;
  height: fit-content;
  padding: 16px;
  align-items: flex-start;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid rgba(173, 70, 255, 0.3);
  background: rgba(89, 22, 139, 0.2);
}

.card-footer span {
  color: #e9d4ff;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

/**
 *     ▗▄▄▖ ▗▄▖ ▗▖   ▗▖ ▗▖▗▄▄▄▖▗▄▄▄▖ ▗▄▖ ▗▖  ▗▖
 *    ▐▌   ▐▌ ▐▌▐▌   ▐▌ ▐▌  █    █  ▐▌ ▐▌▐▛▚▖▐▌
 *     ▝▀▚▖▐▌ ▐▌▐▌   ▐▌ ▐▌  █    █  ▐▌ ▐▌▐▌ ▝▜▌
 *    ▗▄▄▞▘▝▚▄▞▘▐▙▄▄▖▝▚▄▞▘  █  ▗▄█▄▖▝▚▄▞▘▐▌  ▐▌
 *                                             
 *                                             
 *                                             
 */

.lp__solution {
  max-width: var(--lp__main-container-width);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 96px;
  padding: 0 24px;
  align-items: center;
}

.lp__solution-chip {
  border: 1px solid rgba(173, 70, 255, 0.3);
  background: rgba(173, 70, 255, 0.1);
  box-shadow: 0 0 15px 0 rgba(168, 85, 247, 0.2);
  margin: 0 auto;
}

.lp__solution-title {
  color: var(--Text-Light, #fff);
  font-family: "Glacial Indifference";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
}

.lp__solution-subtitle {
  color: var(--Text-Medium, #cad5e2);
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.5px; /* 162.5% */
  max-width: 900px;
}

.lp__solution-cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
  margin-top: 96px;
}

@media (max-width: 900px) {
  .lp__solution {
    align-items: flex-start;
  }

  .lp__solution-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp__solution-card {
    min-height: 300px;
  }
}

@media (max-width: 600px) {
  .lp__solution-cards-container {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }

  .lp__solution-card {
    min-height: 250px;
    /* width: 100%; */
  }
}

.lp__solution-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  position: relative;
}

.lp__solution-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp__solution-card-title {
  color: var(--Text-Light, #fff);
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.5px; /* 137.5% */
  margin-bottom: 36px;
}

.card-checkmark-design {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
}

.checkmark-border-svg {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.checkmark-svg {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}

.lp__solution-cta-card {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(173, 70, 255, 0.3);
  background: linear-gradient(
    90deg,
    rgba(89, 22, 139, 0.4) 0%,
    rgba(49, 44, 133, 0.4) 100%
  );
  max-width: 900px;
  width: 100%;
  height: fit-content;
  padding: 57px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
}

@media (width <=468px) {
  .lp__solution-cta-card {
    flex-direction: column;
    text-align: center;
  }
}

.lp__solution-cta-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 24px;
  opacity: 0.3;
}

.lp__solution-cta-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.cta-card-svg {
  border-radius: 33554400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.2);
  display: flex;
  width: 74px;
  height: 74px;
  padding: 17px 17px 1px 17px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.lp__solution-cta-card-title {
  color: var(--Text-Light, #fff);
  font-family: "Glacial Indifference";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
}

.lp__solution-cta-card-subtitle {
  color: #dab2ff;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}

/**
 *    ▗▄▄▖ ▗▄▄▄▖ ▗▄▄▖▗▖ ▗▖▗▖   ▗▄▄▄▖ ▗▄▄▖
 *    ▐▌ ▐▌▐▌   ▐▌   ▐▌ ▐▌▐▌     █  ▐▌   
 *    ▐▛▀▚▖▐▛▀▀▘ ▝▀▚▖▐▌ ▐▌▐▌     █   ▝▀▚▖
 *    ▐▌ ▐▌▐▙▄▄▖▗▄▄▞▘▝▚▄▞▘▐▙▄▄▖▗▄█▄▖▗▄▄▞▘
 *                                       
 *                                       
 *                                       
 */

.lp__results {
  width: 100%;
  padding: 120px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .lp__results {
    padding: 80px 20px;
  }
}

/* Subtle star effect */
.lp__results::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(white 1px, transparent 0);
  background-size: 100px 100px;
  background-position:
    0 0,
    50px 50px;
  opacity: 0.05;
  pointer-events: none;
}

.lp__results-content {
  max-width: var(--lp__main-container-width);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.lp__results-title {
  color: #fff;
  font-family: "Glacial Indifference";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 24px;
}

.lp__results-highlight {
  background: linear-gradient(90deg, #e12afb 0%, #f6339a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp__results-subtitle {
  color: #cad5e2;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 80px;
  max-width: 600px;
}

.lp__results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  margin-bottom: 64px;
}

@media (max-width: 1024px) {
  .lp__results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lp__results {
    align-items: flex-start;
  }

  .lp__results-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .lp__results-title {
    font-size: 40px;
  }
}

.lp__results-card {
  display: flex;
  padding: 48px 32px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  border: 1px solid rgba(173, 70, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.lp__results-card:hover {
  transform: translateY(-5px);
  border-color: rgba(173, 70, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

.lp__results-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.lp__results-card-number {
  color: #fff;
  text-align: center;
  font-family: "Glacial Indifference";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.12px;
}

.lp__results-card-label {
  color: white;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lp__results-card-description {
  color: #fff;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.lp__results-footer {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.lp__results-footer-text {
  color: #cad5e2;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lp__results-footer-text strong {
  color: #fff;
  font-weight: 700;
}

/**
 *    ▗▄▄▄▖ ▗▄▄▖▗▄▄▄▖▗▄▄▄▖▗▄▄▄▖▗▄▄▄▖▗▄▄▄▖▗▖  ▗▖ ▗▄▄▖▗▄▄▄▖
 *    ▐▌  █   █  ▐▌   ▐▌   ▐▌   ▐▌  █ ▐▌   ▐▛▚▖▐▌▐▌   ▐▌   
 *    ▐▌  █   █  ▐▛▀▀▘▐▛▀▀▘▐▛▀▀▘▐▛▀▀▘ █   ▐▌ ▝▜▌▐▌   ▐▛▀▀▘
 *    ▐▙▄▄▀ ▗▄█▄▖▐▌   ▐▌   ▐▙▄▄▖▐▌  ▗▄█▄▖▐▌  ▐▌ ▝▄▄▞▘▐▙▄▄▖
 *                                                           
 *                                                           
 *                                                           
 */

.lp__difference {
  padding: 120px 48px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .lp__difference {
    padding: 80px 20px;
  }
}

.lp__difference-container {
  max-width: var(--lp__main-container-width);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

@media (max-width: 1024px) {
  .lp__difference-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.lp__difference-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lp__difference-title {
  color: #fff;
  font-family: "Glacial Indifference";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .lp__difference-title {
    font-size: 36px;
  }
}

.lp__difference-subtitle {
  color: #cad5e2;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 48px;
  max-width: 600px;
}

.lp__difference-means-card {
  padding: 32px;
  border-radius: 24px;
  background: rgba(49, 44, 133, 0.1);
  border: 1px solid rgba(173, 70, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.lp__difference-means-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #ad46ff 0%, #615fff 100%);
  box-shadow: 0 0 15px rgba(173, 70, 255, 0.6);
}

.means-label {
  color: #ad46ff;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.means-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.means-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
}

.means-icon {
  width: 36px;
  height: 36px;
  background: rgba(173, 70, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Partner Side */
.lp__difference-partner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.partner-glow-circle {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(173, 70, 255, 0.15) 0%,
    transparent 70%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.partner-rings {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(173, 70, 255, 0.1);
}

.partner-rings::before,
.partner-rings::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(173, 70, 255, 0.05);
}

.partner-rings::before {
  width: 120%;
  height: 120%;
}

.partner-rings::after {
  width: 150%;
  height: 150%;
}

.partner-content {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(49, 44, 133, 0.4) 0%,
    rgba(89, 22, 139, 0.4) 100%
  );
  border: 1px solid rgba(173, 70, 255, 0.6);
  box-shadow: 0 0 50px rgba(89, 22, 139, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  z-index: 2;
}

.partner-icon {
  margin-bottom: 20px;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));
}

.partner-text-small {
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.partner-text-large {
  color: #fff;
  font-family: "Glacial Indifference";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 500px) {
  .partner-glow-circle {
    width: 320px;
    height: 320px;
  }
  .partner-content {
    width: 260px;
    height: 260px;
    padding: 20px;
  }
  .partner-text-large {
    font-size: 24px;
  }
}

@media (max-width: 375px) {
  .partner-glow-circle {
    width: 280px;
    height: 280px;
  }
  .partner-content {
    width: 220px;
    height: 220px;
    padding: 15px;
  }
  .partner-text-large {
    font-size: 20px;
  }
}

/**
 *     ▗▄▖ ▗▖ ▗▖▗▄▄▄▖▗▄▄▄▖▗▄▄▄▖
 *    ▐▌ ▐▌▐▌ ▐▌▐▌  █  █    █  
 *    ▐▛▀▜▌▐▌ ▐▌▐▌  █  █    █  
 *    ▐▌ ▐▌▝▚▄▞▘▐▙▄▄▀▗▄█▄▖  █  
 *                             
 *                             
 *                             
 */

.lp__audit {
  padding: 120px 48px;
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(
    0deg,
    rgba(30, 8, 48, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

@media (max-width: 768px) {
  .lp__audit {
    padding: 80px 20px;
  }
}

.lp__audit-card {
  max-width: 900px;
  width: 100%;
  padding: 64px;
  border-radius: 32px;
  border: 1px solid rgba(173, 70, 255, 0.3);
  background: linear-gradient(135deg, #1c0836 0%, #0f0518 100%);
  box-shadow: 0 0 100px -20px rgba(89, 22, 139, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

@media (max-width: 768px) {
  .lp__audit-card {
    padding: 40px 24px;
  }
}

@media (max-width: 480px) {
  .lp__audit-card {
    padding: 30px 16px;
    border-radius: 20px;
  }
}

.lp__audit-chip {
  margin-bottom: 24px;
  border: 1px solid rgba(173, 70, 255, 0.3);
  background: rgba(173, 70, 255, 0.1);
  color: #fff;
}

.lp__audit-title {
  color: #fff;
  font-family: "Glacial Indifference";
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .lp__audit-title {
    font-size: 32px;
  }
}

.lp__audit-subtitle {
  color: #cad5e2;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 48px;
  max-width: 600px;
}

.lp__audit-means-container {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 48px;
}

.lp__audit-means-container .means-label {
  color: rgba(255, 255, 255, 0.5);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.lp__audit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 600px) {
  .lp__audit-grid {
    grid-template-columns: 1fr;
  }
}

.lp__audit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.audit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp__audit-cta {
  width: 100%;
  display: flex;
  justify-content: center;
}

.lp__audit-btn {
  display: flex;
  padding: 16px 32px;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ad46ff 0%, #615fff 100%);
  color: #fff;
  text-decoration: none;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 30px -10px rgba(173, 70, 255, 0.5);
  transition: all 0.3s ease;
}

.lp__audit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px -10px rgba(173, 70, 255, 0.6);
  filter: brightness(1.1);
}

.lp__audit-btn svg {
  transition: transform 0.3s ease;
}

.lp__audit-btn:hover svg {
  transform: translateX(4px);
}

/**
 *    ▗▄▄▖▗▄▄▄▖ ▗▄▄▖   ▗▄▄▄▖ ▗▄▖ ▗▄▄▄▖▗▄▄▄▖ ▗▄▖ ▗▖  ▗▖
 *    ▐▌   █    ▐▌ ▐▌   ▐▌  █▐▌ ▐▌  █    █  ▐▌ ▐▌▐▛▚▖▐▌
 *    ▐▌   █    ▐▛▀▚▖   ▐▛▀▀▘▐▌ ▐▌  █    █  ▐▌ ▐▌▐▌ ▝▜▌
 *    ▝▚▄▄▖█    ▐▌ ▐▌   ▐▙▄▄▝▚▄▞▘  █    █  ▝▚▄▞▘▐▌  ▐▌
 *                                                         
 *                                                         
 *                                                         
 */

.lp__cta-bottom {
  padding: 120px 48px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .lp__cta-bottom {
    padding: 80px 20px;
  }
}

.lp__cta-bottom-container {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp__cta-bottom-icon {
  width: 64px;
  height: 64px;
  background: rgba(173, 70, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  position: relative;
  color: #ad46ff;
  border: 1px solid rgba(173, 70, 255, 0.2);
}

.lp__cta-bottom-icon .icon-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(
    circle,
    rgba(173, 70, 255, 0.2) 0%,
    transparent 70%
  );
  filter: blur(10px);
  z-index: -1;
}

.lp__cta-bottom-title {
  color: #fff;
  font-family: "Glacial Indifference";
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .lp__cta-bottom {
    align-items: flex-start;
  }

  .lp__cta-bottom-title {
    text-align: left;
  }

  .lp__cta-bottom-description {
    text-align: left;
  }

  .lp__cta-bottom-title {
    font-size: 36px;
  }
}

.lp__cta-bottom-title .highlight-pink {
  color: #ff6bff;
}

.lp__cta-bottom-title .highlight-purple {
  color: #ad46ff;
}

.lp__cta-bottom-description {
  color: #cad5e2;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 700px;
  text-align: center;
}

.lp__cta-bottom-description strong {
  color: #fff;
  font-weight: 700;
}

.lp__faq-list {
  width: 100%;
  max-width: 760px;
  margin: 0 0 40px;
  display: grid;
  gap: 12px;
}

.lp__faq-item {
  border: 1px solid rgba(173, 70, 255, 0.22);
  background: rgba(173, 70, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.lp__faq-item--open {
  border-color: rgba(194, 122, 255, 0.55);
  background: rgba(173, 70, 255, 0.12);
}

button.lp__faq-question {
  appearance: none;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
  color: #fff;
  font-family: "Glacial Indifference", ui-sans-serif, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding: 20px 24px;
  position: relative;
  padding-right: 56px;
  background: transparent;
  border: 0;
  text-align: left;
}

button.lp__faq-question:focus-visible {
  outline: 2px solid #c27aff;
  outline-offset: 3px;
}

.lp__faq-question::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #c27aff;
  font-size: 28px;
  font-weight: 700;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp__faq-item--open .lp__faq-question::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

.lp__faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp__faq-item--open .lp__faq-panel {
  grid-template-rows: 1fr;
}

.lp__faq-panel-inner {
  min-height: 0;
  overflow: hidden;
}

.lp__faq-answer {
  color: #cad5e2;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  line-height: 1.6;
  padding: 0 24px 22px;
}

@media (prefers-reduced-motion: reduce) {
  .lp__faq-panel,
  .lp__faq-question::after {
    transition-duration: 0.01ms;
    transition-timing-function: linear;
  }
}

@media (max-width: 768px) {
  button.lp__faq-question {
    font-size: 20px;
    padding: 16px 18px;
    padding-right: 44px;
  }

  .lp__faq-question::after {
    right: 16px;
    font-size: 24px;
  }

  .lp__faq-answer {
    font-size: 16px;
    padding: 0 18px 16px;
  }
}

.lp__cta-bottom-badge {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: rgba(0, 212, 146, 0.05);
  border: 1px solid rgba(0, 212, 146, 0.2);
  color: #00d492;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.lp__cta-bottom-badge:hover {
  background: rgba(0, 212, 146, 0.1);
  border-color: rgba(0, 212, 146, 0.4);
  transform: scale(1.05);
}

/**
 *     ▗▄▄▖ ▗▄▄▖ ▗▄▖ ▗▖   ▗▄▄▄▖▗▖  ▗▖ ▗▄▄▖
 *    ▐▌   ▐▌   ▐▌ ▐▌▐▌     █  ▐▛▚▖▐▌▐▌   
 *     ▝▀▚▖▐▌   ▐▛▀▜▌▐▌     █  ▐▌ ▝▜▌▐▌▝▜▌
 *    ▗▄▄▞▘▝▚▄▄▖▐▌ ▐▌▐▙▄▄▖▗▄█▄▖▐▌  ▐▌▝▚▄▞▘
 *                                         
 *                                         
 *                                         
 */

.lp__scaling {
  padding: 120px 48px;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #0a0312;
}

@media (max-width: 768px) {
  .lp__scaling {
    padding: 80px 20px;
  }
}

.lp__scaling-container {
  max-width: 900px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp__scaling-chip {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: rgba(255, 68, 68, 0.05);
  border: 1px solid rgba(255, 68, 68, 0.2);
  color: #ff4444;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 32px;
  box-shadow: 0 0 20px rgba(255, 68, 68, 0.1);
}

.lp__scaling-title {
  color: #fff;
  font-family: "Glacial Indifference";
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .lp__scaling-title {
    font-size: 40px;
  }

  .lp__scaling-title {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .lp__scaling-title {
    font-size: 32px;
  }
}

.lp__scaling-title .highlight-gradient {
  background: linear-gradient(90deg, #ad46ff 0%, #615fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp__scaling-subtitle {
  color: #cad5e2;
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 56px;
}

.lp__scaling-subtitle u {
  text-decoration-color: #ad46ff;
  text-underline-offset: 8px;
}

.lp__scaling-btn {
  display: flex;
  padding: 20px 40px;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #fff;
  color: #0c0414 !important;
  text-decoration: none;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.lp__scaling-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 50px rgba(255, 255, 255, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 15px 50px rgba(255, 255, 255, 0.3);
  background: linear-gradient(90deg, #c27aff 0%, #7c86ff 100%);
  color: #fff;
}

.lp__scaling-btn svg {
  transition: transform 0.3s ease;
}

.lp__scaling-btn:hover svg {
  transform: translateX(6px);
}

/* seo content 

*/

.lp__seo-content {
  padding: 120px 48px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  display: none;
}

.lp__seo-content > * {
  width: 100%;
  max-width: var(--lp__main-container-width);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
