.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.btn-neo {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  --tw-shadow: 4px 4px 0 0 #fff;
  --tw-shadow-colored: 4px 4px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-neo:hover {
  --tw-translate-x: 0.25rem;
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-neo:active {
  --tw-translate-x: 5px;
  --tw-translate-y: 5px;
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-neo svg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-neo:hover svg {
  --tw-translate-y: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-neo-sm {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .btn-neo-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 15px;
  }
}

.header-download-btn {
  width: 240px;
  height: 54px;
  border-radius: 32px;
  gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
}

.btn-neo-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 15px;
}

@media (min-width: 768px) {
  .btn-neo-lg {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.mobile-menu-btn {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  background-color: rgb(255 255 255 / 0.02);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .mobile-menu-btn {
    display: none;
  }
}

.mobile-menu-btn__lines {
  position: relative;
  height: 1rem;
  width: 1.25rem;
}

.mobile-menu-btn__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}

.mobile-menu-btn__line:nth-child(1) {
  top: 1px;
}

.mobile-menu-btn__line:nth-child(2) {
  top: 7px;
}

.mobile-menu-btn__line:nth-child(3) {
  top: 13px;
}

.mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.mobile-menu-btn.is-open {
  opacity: 0;
  pointer-events: none;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  background: #06090f;
  transition: opacity 0.28s ease, transform 0.32s ease;
}

.mobile-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-menu__panel {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 1.75rem;
  min-height: 100dvh;
  background: #06090f;
}

.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu__close {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: #11151f;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.mobile-menu__nav {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}

.mobile-menu__nav a {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1.55rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-menu__nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(232 77 138 / var(--tw-text-opacity, 1));
}

.mobile-menu__nav a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.mobile-menu__nav a:last-child {
  border-bottom: 0;
}

.mobile-menu__download {
  margin-top: 2rem;
}

.site-header {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background-color 220ms ease, backdrop-filter 220ms ease, -webkit-backdrop-filter 220ms ease;
  width: min(100%, 1920px);
  left: 0;
  right: 0;
  margin-inline: auto;
  transform: none;
}

.site-header.is-scrolled {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

@media (min-width: 1024px) {
  #site-header nav[aria-label="Main navigation"] a {
    font-size: 20px !important;
    line-height: 1.2;
  }
}

.page-shell {
  width: min(100%, 1920px);
  margin-inline: auto;
}

.about-gradient-text,
            .why-choose__heading-gradient,
            .how-we-work__heading-gradient,
            .footer-title-gradient {
  background: linear-gradient(180deg, #FFE866 0%, #EF5197 58%, #536EFD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.about-hero {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: calc(100dvh - var(--site-header-height,96px));
  align-items: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .about-hero {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .about-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.hero-main__glow {
  position: absolute;
  right: -20%;
  bottom: -60%;
  width: clamp(360px, 42vw, 700px);
  height: clamp(360px, 42vw, 700px);
  background: linear-gradient(112.62deg, #FFD900 0%, #FF0071 48.56%, #0028FF 100%), #D9D9D9;
  opacity: 0.62;
  filter: blur(220px);
  pointer-events: none;
  z-index: 0;
}

.about-hero__grid {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  max-width: 1440px;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 640px) {
  .about-hero__grid {
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .about-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }
}

@media (min-width: 1280px) {
  .about-hero__grid {
    gap: 4rem;
  }
}

.about-hero__content {
  order: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 1024px) {
  .about-hero__content {
    order: 1;
    text-align: left;
  }
}

.about-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 181px;
  height: 62px;
  margin-bottom: 20px;
  padding: 12px 24px;
  border-radius: 9999px;
  border: 1px solid #FFB0CD33;
  opacity: 1;
  background: #FFB0CD1A;
  align-self: center;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #FFFFFF;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .about-hero__badge {
    margin-bottom: 24px;
    align-self: flex-start;
  }
}

.about-hero__title {
  margin-bottom: 20px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 93px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}

.about-hero__title-line {
  display: block;
}

.about-hero__desc {
  margin-bottom: 28px;
  max-width: 520px;
  margin-inline: auto;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .about-hero__title {
    margin-bottom: 24px;
  }

  .about-hero__desc {
    margin-bottom: 32px;
    margin-inline: 0;
  }
}

@media (max-width: 767px) {
  .about-hero__title {
    font-size: clamp(2.5rem, 9vw, 80px);
    line-height: 1.16;
  }

  .about-hero__desc {
    font-size: clamp(1rem, 4vw, 24px);
    line-height: 1.54;
  }
}

.about-hero__visual {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .about-hero__visual {
    order: 2;
  }
}

.about-hero__visual img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 560px;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {
  .about-hero__visual img {
    border-radius: 28px;
  }
}

@media (min-width: 1024px) {
  .about-hero__visual img {
    max-width: none;
    border-radius: 32px;
  }
}

.who-we-are {
  position: relative;
  z-index: 5;
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .who-we-are {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .who-we-are {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.who-we-are__inner {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1440px;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .who-we-are__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .who-we-are__inner {
    gap: 5rem;
  }
}

.who-we-are__visual img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {
  .who-we-are__visual img {
    border-radius: 28px;
  }
}

@media (min-width: 1024px) {
  .who-we-are__visual img {
    border-radius: 32px;
  }
}

.who-we-are__title {
  margin-bottom: 20px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  letter-spacing: -2.2px;
  color: #FFFFFF;
  vertical-align: middle;
}

.who-we-are__intro {
  margin-bottom: 32px;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #FFFFFF;
  vertical-align: middle;
}

.who-we-are__list {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .who-we-are__list {
    margin-bottom: 2.5rem;
    gap: 1.75rem;
  }

  .who-we-are__title {
    margin-bottom: 24px;
  }

  .who-we-are__intro {
    margin-bottom: 40px;
  }
}

.who-we-are__item {
  display: flex;
  gap: 1rem;
}

.who-we-are__item-title {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 16.8px;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  vertical-align: middle;
}

.who-we-are__item-text {
  margin-top: 0.25rem;
  font-size: 14px;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.55);
}

@media (min-width: 768px) {
  .who-we-are__item-text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .who-we-are__title {
    font-size: clamp(1.85rem, 6vw, 48px);
    line-height: 1.1;
  }

  .who-we-are__item-title {
    font-size: clamp(1.125rem, 4vw, 24px);
    line-height: 1.2;
  }
}

.mission-vision {
  position: relative;
  z-index: 5;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .mission-vision {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .mission-vision {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.mission-vision__grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1440px;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .mission-vision__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

.mission-vision__card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 28px;
  border: 1px solid #FFB0CD1A;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 1.75rem;
}

@media (min-width: 768px) {
  .mission-vision__card {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .mission-vision__card {
    padding: 2.5rem;
  }
}

.mission-vision__card > * {
  position: relative;
  z-index: 1;
}

.mission-vision__card--mission {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 700px;
  height: 368px;
  padding: 40px 48px;
  border-radius: 32px;
  border: 1px solid #FFB0CD1A;
  opacity: 1;
  background-color: #131B2E;
  background-image:
                    linear-gradient(90deg, transparent 0%, rgba(255, 176, 205, 0.04) 38%, rgba(255, 176, 205, 0.1) 62%, rgba(255, 176, 205, 0.05) 88%, transparent 100%),
                    radial-gradient(ellipse 140% 55% at 0% 0%, rgba(255, 176, 205, 0.32) 0%, rgba(255, 176, 205, 0.12) 35%, transparent 70%),
                    linear-gradient(0deg, rgba(23, 31, 51, 0.4), rgba(23, 31, 51, 0.4)),
                    linear-gradient(135deg, #FFB0CD1A 0%, rgba(255, 176, 205, 0.08) 42%, #131B2E 78%, #131B2E00 100%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mission-vision__card--mission::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(255, 176, 205, 0.14) 0%, rgba(255, 176, 205, 0.06) 38%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.mission-vision__card--mission .mission-vision__icon {
  margin-bottom: 0;
}

.mission-vision__card--mission .mission-vision__title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mission-vision__card--mission {
    height: auto;
    min-height: 320px;
    padding: 32px 28px;
  }
}

.mission-vision__card--vision {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 700px;
  height: 368px;
  padding: 40px 48px;
  border-radius: 32px;
  border: 1px solid #D0BCFF1A;
  opacity: 1;
  background-color: #131B2E;
  background-image:
                    radial-gradient(ellipse 140% 55% at 100% 0%, rgba(208, 188, 255, 0.32) 0%, rgba(208, 188, 255, 0.12) 35%, transparent 70%),
                    linear-gradient(0deg, rgba(23, 31, 51, 0.4), rgba(23, 31, 51, 0.4)),
                    linear-gradient(225deg, #D0BCFF1A 0%, #131B2E 50%, #131B2E00 100%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mission-vision__card--vision::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(315deg, rgba(208, 188, 255, 0.14) 0%, rgba(208, 188, 255, 0.06) 38%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.mission-vision__card--vision .mission-vision__icon {
  margin-bottom: 0;
  color: #D0BCFF;
}

.mission-vision__card--vision .mission-vision__title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mission-vision__card--vision {
    height: auto;
    min-height: 320px;
    padding: 32px 28px;
  }
}

.mission-vision__title {
  margin-bottom: 0;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 41.2px;
  letter-spacing: 0;
  color: #FFFFFF;
  vertical-align: middle;
}

.mission-vision__text {
  margin-bottom: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #FFFFFF;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .mission-vision__title {
    font-size: clamp(1.75rem, 6vw, 48px);
    line-height: 1.1;
  }

  .mission-vision__text {
    font-size: clamp(1rem, 4vw, 24px);
    line-height: 1.5;
  }
}

.why-choose {
  position: relative;
  z-index: 5;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .why-choose {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .why-choose {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.why-choose {
  background: #FFFFFF1F;
}

.why-choose__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.why-choose__heading {
  margin-bottom: 40px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 41.2px;
  letter-spacing: 0;
  color: #FFFFFF;
}

.why-choose__heading-gradient {
  background: linear-gradient(90deg, #FFB0CD 0%, #D0BCFF 52%, #536EFD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.why-choose__grid {
  display: grid;
  justify-content: center;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .why-choose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .why-choose__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.why-choose-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 464px;
  height: 192px;
  padding: 32px;
  border-radius: 16px;
  opacity: 1;
  background: #000000;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.why-choose-card__icon {
  display: block;
  margin-bottom: 0;
  line-height: 0;
}

.why-choose-card__title {
  margin-bottom: 0;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}

.why-choose-card__text {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 767px) {
  .why-choose__heading {
    margin-bottom: 28px;
    font-size: clamp(1.85rem, 6vw, 48px);
    line-height: 1.1;
  }

  .why-choose-card {
    height: auto;
    min-height: 192px;
    max-width: 100%;
  }

  .why-choose-card__title {
    font-size: 20px;
  }

  .why-choose-card__text {
    font-size: 15px;
    line-height: 24px;
  }
}

.how-we-work {
  position: relative;
  z-index: 5;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .how-we-work {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .how-we-work {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.how-we-work__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.how-we-work__heading {
  margin-bottom: 56px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 41.2px;
  letter-spacing: 0;
  color: #FFFFFF;
}

.how-we-work__heading-gradient {
  background: linear-gradient(90deg, #FFB0CD 0%, #D0BCFF 52%, #536EFD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.how-we-work__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 32px;
}

.how-we-work__divider {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 1440px;
  height: 2px;
  margin-inline: auto;
  opacity: 1;
  background: linear-gradient(90deg, rgba(255, 176, 205, 0) 0%, #FFB0CD 33.33%, #D0BCFF 66.67%, rgba(208, 188, 255, 0) 100%);
}

.how-we-work__circle {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background: #000000;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
}

.how-we-work__circle--1 {
  border: 1px solid #FFB0CD;
}

.how-we-work__circle--2 {
  border: 1px solid #D0BCFF;
}

.how-we-work__circle--3 {
  border: 1px solid #536EFD;
}

.how-we-work__circle--4 {
  border: 1px solid #FFB0CD;
}

.how-we-work__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.how-we-work__step-title {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}

.how-we-work__step-text {
  max-width: 260px;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1023px) {
  .how-we-work__track {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .how-we-work__divider {
    display: none;
  }

  .how-we-work__circle:nth-child(1) {
    order: 1;
  }

  .how-we-work__circle:nth-child(2) {
    order: 3;
  }

  .how-we-work__circle:nth-child(3) {
    order: 5;
  }

  .how-we-work__circle:nth-child(4) {
    order: 7;
  }

  .how-we-work__step:nth-of-type(1) {
    order: 2;
  }

  .how-we-work__step:nth-of-type(2) {
    order: 4;
  }

  .how-we-work__step:nth-of-type(3) {
    order: 6;
  }

  .how-we-work__step:nth-of-type(4) {
    order: 8;
  }
}

@media (max-width: 767px) {
  .how-we-work__heading {
    margin-bottom: 40px;
    font-size: clamp(1.85rem, 6vw, 48px);
    line-height: 1.1;
  }

  .how-we-work__track {
    row-gap: 20px;
  }

  .how-we-work__step-text {
    max-width: 320px;
  }
}

.about-stats {
  position: relative;
  z-index: 5;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .about-stats {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .about-stats {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.about-stats {
  background: #FFFFFF1F;
}

.about-stats__inner {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1440px;
  gap: 2.5rem;
}

@media (min-width: 640px) {
  .about-stats__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .about-stats__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

.about-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.about-stats__value {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2.75rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.about-stats__value--pink {
  color: #FFB0CD;
}

.about-stats__value--purple {
  color: #D0BCFF;
}

.about-stats__value--blue {
  color: #8EADFF;
}

.about-stats__label {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.9);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer-link {
    font-size: 15px;
  }
}

.footer-social {
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-social:hover {
  opacity: 0.85;
}

@media (min-width: 768px) {
  .footer-social {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.footer-cta {
  width: 100%;
  max-width: 1440px;
  height: auto;
  min-height: 334px;
  border-radius: 50px;
  opacity: 1;
  background: linear-gradient(112.62deg, #FFE866 0%, #EF5197 48.56%, #536EFD 100%);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .footer-cta {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .footer-cta {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .footer-cta {
    height: 334px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .footer-cta {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.footer-cta__phone {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 150px;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

@media (min-width: 640px) {
  .footer-cta__phone {
    width: 170px;
  }
}

@media (min-width: 1024px) {
  .footer-cta__phone {
    position: absolute;
    bottom: 0px;
    left: 2.5rem;
    margin-left: 0px;
    margin-right: 0px;
    width: 272px;
  }
}

@media (min-width: 1280px) {
  .footer-cta__phone {
    left: 3.5rem;
  }
}

.footer-cta__phone {
  height: 155px;
}

@media (min-width: 640px) {
  .footer-cta__phone {
    height: 175px;
  }
}

@media (min-width: 1024px) {
  .footer-cta__phone {
    height: 292px;
  }
}

.footer-cta__phone img {
  display: block;
  height: auto;
  width: 100%;
  max-width: none;
}

@media (min-width: 1024px) {
  .footer-cta__phone img {
    width: 272px;
  }
}

.footer-cta__phone img {
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.28));
}

.footer-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .footer-cta__inner {
    grid-template-columns: 1fr auto;
    gap: 3rem;
    padding-left: 290px;
  }
}

@media (min-width: 1280px) {
  .footer-cta__inner {
    gap: 4rem;
    padding-left: 320px;
  }
}

.footer-cta__content {
  text-align: center;
}

@media (min-width: 1024px) {
  .footer-cta__content {
    text-align: left;
  }
}

.footer-cta__heading {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.125rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .footer-cta__heading {
    white-space: nowrap;
    font-size: 2.125rem;
    line-height: 1.15;
  }
}

.footer-cta__checks {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.5rem;
}

@media (min-width: 1024px) {
  .footer-cta__checks {
    margin-top: 1.25rem;
    justify-content: flex-start;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.footer-cta__check {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer-cta__check {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.footer-cta__check svg {
  color: #8dff9f;
}

.footer-cta__sep {
  display: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.5);
}

@media (min-width: 1024px) {
  .footer-cta__sep {
    display: inline;
  }
}

.footer-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .footer-cta__actions {
    align-items: center;
    padding-right: 0.25rem;
  }
}

@media (min-width: 1280px) {
  .footer-cta__actions {
    padding-right: 1rem;
  }
}

.footer-cta__download {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 15px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  --tw-shadow: 4px 4px 0 0 #fff;
  --tw-shadow-colored: 4px 4px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.footer-cta__download:hover {
  --tw-translate-x: 0.25rem;
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.footer-cta__download:active {
  --tw-translate-x: 5px;
  --tw-translate-y: 5px;
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.footer-cta__store {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .footer-cta__store {
    align-items: center;
  }
}

.btn-neo,
            .footer-cta__download {
  height: 54px;
  border-width: 2px;
  padding-left: 16px;
  padding-right: 16px;
  gap: 8px;
  border-radius: 32px;
  opacity: 1;
  mix-blend-mode: difference;
  box-sizing: border-box;
}

.btn-neo {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  --tw-shadow: 4px 4px 0 0 #fff;
  --tw-shadow-colored: 4px 4px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-neo:hover {
  --tw-translate-x: 0.25rem;
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-neo:active {
  --tw-translate-x: 5px;
  --tw-translate-y: 5px;
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-neo svg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-neo:hover svg {
  --tw-translate-y: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-neo-sm {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .btn-neo-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 15px;
  }
}

.header-download-btn {
  width: 240px;
  height: 54px;
  border-radius: 32px;
  gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
}

.btn-neo-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 15px;
}

@media (min-width: 768px) {
  .btn-neo-lg {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.mobile-menu-btn {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  background-color: rgb(255 255 255 / 0.02);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .mobile-menu-btn {
    display: none;
  }
}

.mobile-menu-btn__lines {
  position: relative;
  height: 1rem;
  width: 1.25rem;
}

.mobile-menu-btn__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}

.mobile-menu-btn__line:nth-child(1) {
  top: 1px;
}

.mobile-menu-btn__line:nth-child(2) {
  top: 7px;
}

.mobile-menu-btn__line:nth-child(3) {
  top: 13px;
}

.mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.mobile-menu-btn.is-open {
  opacity: 0;
  pointer-events: none;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  background: #06090f;
  transition: opacity 0.28s ease, transform 0.32s ease;
}

.mobile-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-menu__panel {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 1.75rem;
  min-height: 100dvh;
  background: #06090f;
}

.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu__close {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: #11151f;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.mobile-menu__nav {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}

.mobile-menu__nav a {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1.55rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-menu__nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(232 77 138 / var(--tw-text-opacity, 1));
}

.mobile-menu__nav a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.mobile-menu__nav a:last-child {
  border-bottom: 0;
}

.mobile-menu__download {
  margin-top: 2rem;
}

.site-header {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background-color 220ms ease, backdrop-filter 220ms ease, -webkit-backdrop-filter 220ms ease;
  width: min(100%, 1920px);
  left: 0;
  right: 0;
  margin-inline: auto;
  transform: none;
}

.site-header.is-scrolled {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

@media (min-width: 1024px) {
  #site-header nav[aria-label="Main navigation"] a {
    font-size: 20px !important;
    line-height: 1.2;
  }
}

.page-shell {
  width: min(100%, 1920px);
  margin-inline: auto;
}

.about-gradient-text,
            .features-heading-gradient,
            .comparison-section__title-accent,
            .detail-section__title-gradient,
            .footer-title-gradient {
  background: linear-gradient(180deg, #FFE866 0%, #EF5197 58%, #536EFD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.about-hero {
  position: relative;
  z-index: 5;
  display: flex;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .about-hero {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.about-hero {
  align-items: flex-start;
  padding-top: calc(var(--site-header-height, 72px) + 1.25rem);
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .about-hero {
    padding-top: calc(var(--site-header-height, 88px) + 1.75rem);
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .about-hero {
    align-items: center;
    min-height: 100dvh;
    padding-top: calc(var(--site-header-height, 96px) + clamp(1rem, 2vh, 1.75rem));
    padding-bottom: clamp(2.5rem, 5vh, 4rem);
  }
}

.hero-main__glow {
  position: absolute;
  right: -20%;
  bottom: -60%;
  width: clamp(360px, 42vw, 700px);
  height: clamp(360px, 42vw, 700px);
  background: linear-gradient(112.62deg, #FFD900 0%, #FF0071 48.56%, #0028FF 100%), #D9D9D9;
  opacity: 0.62;
  filter: blur(220px);
  pointer-events: none;
  z-index: 0;
}

.about-hero__grid {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  max-width: 1440px;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 640px) {
  .about-hero__grid {
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .about-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }
}

@media (min-width: 1280px) {
  .about-hero__grid {
    gap: 4rem;
  }
}

.about-hero__content {
  order: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 1024px) {
  .about-hero__content {
    order: 1;
    text-align: left;
  }
}

.about-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 181px;
  height: 62px;
  margin-bottom: 20px;
  padding: 12px 24px;
  border-radius: 9999px;
  border: 1px solid #FFB0CD33;
  opacity: 1;
  background: #FFB0CD1A;
  align-self: center;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #FFFFFF;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .about-hero__badge {
    margin-bottom: 24px;
    align-self: flex-start;
  }
}

.about-hero__title {
  margin-bottom: 20px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 93px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}

.about-hero__title-line {
  display: block;
}

.about-hero__desc {
  margin-bottom: 28px;
  max-width: 520px;
  margin-inline: auto;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .about-hero__title {
    margin-bottom: 24px;
  }

  .about-hero__desc {
    margin-bottom: 32px;
    margin-inline: 0;
  }
}

@media (max-width: 767px) {
  .about-hero__title {
    font-size: clamp(2.5rem, 9vw, 80px);
    line-height: 1.16;
  }

  .about-hero__desc {
    font-size: clamp(1rem, 4vw, 24px);
    line-height: 1.54;
  }
}

.about-hero__visual {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .about-hero__visual {
    order: 2;
  }
}

.about-hero__visual img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 560px;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {
  .about-hero__visual img {
    border-radius: 28px;
  }
}

@media (min-width: 1024px) {
  .about-hero__visual img {
    max-width: none;
    border-radius: 32px;
  }
}

.features-showcase {
  position: relative;
  z-index: 5;
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .features-showcase {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .features-showcase {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.features-showcase__inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1440px;
  flex-direction: column;
  gap: 4rem;
}

@media (min-width: 768px) {
  .features-showcase__inner {
    gap: 5rem;
  }
}

@media (min-width: 1024px) {
  .features-showcase__inner {
    gap: 7rem;
  }
}

.features-row {
  display: grid;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .features-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .features-row {
    gap: 5rem;
  }
}

.features-row__content {
  order: 1;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .features-row__content {
    order: 1;
  }
}

.features-row__visual {
  order: 2;
  overflow: hidden;
  border-radius: 24px;
}

@media (min-width: 640px) {
  .features-row__visual {
    border-radius: 28px;
  }
}

@media (min-width: 1024px) {
  .features-row__visual {
    order: 2;
    border-radius: 32px;
  }
}

.features-row__visual img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .features-row--reverse .features-row__content {
    order: 2;
  }

  .features-row--reverse .features-row__visual {
    order: 1;
  }
}

.features-badge {
  margin-bottom: 1.25rem;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-start;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .features-badge {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.features-badge {
  font-family: Poppins, system-ui, sans-serif;
}

.features-heading {
  margin-bottom: 20px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  letter-spacing: -2.2px;
  color: #FFFFFF;
}

.features-heading-gradient {
  background: linear-gradient(90deg, #FFB0CD 0%, #D0BCFF 52%, #536EFD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.features-desc {
  margin-bottom: 28px;
  max-width: 520px;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.85);
}

.features-checklist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .features-checklist {
    gap: 1.25rem;
  }
}

.features-check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.features-check__text {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.features-share-cards {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .features-share-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.features-share-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.45);
}

.features-share-card__label {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  color: #FFFFFF;
}

.features-quote {
  padding: 24px 28px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid;
  border-image-source: linear-gradient(112.62deg, #FFE866 0%, #EF5197 48.56%, #536EFD 100%);
  border-image-slice: 0 0 0 1;
}

.features-quote__text {
  margin-bottom: 16px;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.9);
}

.features-quote__author {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .features-heading {
    font-size: clamp(1.85rem, 6vw, 48px);
    line-height: 1.1;
  }
}

.comparison-section {
  position: relative;
  z-index: 5;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .comparison-section {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .comparison-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.comparison-section__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.comparison-section__title {
  margin-bottom: 40px;
  text-align: left;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 3.5vw, 48px);
  line-height: 1.15;
  letter-spacing: -2.2px;
  color: #FFFFFF;
}

.comparison-section__title-accent {
  background: linear-gradient(90deg, #FFB0CD 0%, #EF5197 48%, #D0BCFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.comparison-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

.comparison-card {
  overflow: hidden;
  border-radius: 32px;
}

.comparison-card img {
  display: block;
  height: auto;
  width: 100%;
}

.detail-section {
  position: relative;
  z-index: 5;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .detail-section {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .detail-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.detail-section__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.detail-section__title {
  margin-bottom: 40px;
  text-align: left;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 3.5vw, 48px);
  line-height: 1.15;
  letter-spacing: -2.2px;
  color: #FFFFFF;
}

.detail-section__title-gradient {
  background: linear-gradient(90deg, #FFB0CD 0%, #EF5197 48%, #D0BCFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (min-width: 640px) {
  .detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width: 1024px) {
  .detail-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }
}

.detail-card {
  display: flex;
  min-height: 120px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 12px;
  border-radius: 12px;
  background: #141414;
  text-align: center;
}

@media (min-width: 768px) {
  .detail-card {
    min-height: 132px;
    padding: 24px 14px;
    border-radius: 14px;
  }
}

.detail-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.detail-card__label {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .detail-card__label {
    font-size: 14px;
  }
}

.footer-title-gradient {
  background: linear-gradient(180deg, #FFE866 0%, #EF5197 58%, #536EFD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.footer-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.9);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer-link {
    font-size: 15px;
  }
}

.footer-social {
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-social:hover {
  opacity: 0.85;
}

@media (min-width: 768px) {
  .footer-social {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.footer-cta {
  width: 100%;
  max-width: 1440px;
  height: auto;
  min-height: 334px;
  border-radius: 50px;
  opacity: 1;
  background: linear-gradient(112.62deg, #FFE866 0%, #EF5197 48.56%, #536EFD 100%);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .footer-cta {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .footer-cta {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .footer-cta {
    height: 334px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .footer-cta {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.footer-cta__phone {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 150px;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

@media (min-width: 640px) {
  .footer-cta__phone {
    width: 170px;
  }
}

@media (min-width: 1024px) {
  .footer-cta__phone {
    position: absolute;
    bottom: 0px;
    left: 2.5rem;
    margin-left: 0px;
    margin-right: 0px;
    width: 272px;
  }
}

@media (min-width: 1280px) {
  .footer-cta__phone {
    left: 3.5rem;
  }
}

.footer-cta__phone {
  height: 155px;
}

@media (min-width: 640px) {
  .footer-cta__phone {
    height: 175px;
  }
}

@media (min-width: 1024px) {
  .footer-cta__phone {
    height: 292px;
  }
}

.footer-cta__phone img {
  display: block;
  height: auto;
  width: 100%;
  max-width: none;
}

@media (min-width: 1024px) {
  .footer-cta__phone img {
    width: 272px;
  }
}

.footer-cta__phone img {
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.28));
}

.footer-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .footer-cta__inner {
    grid-template-columns: 1fr auto;
    gap: 3rem;
    padding-left: 290px;
  }
}

@media (min-width: 1280px) {
  .footer-cta__inner {
    gap: 4rem;
    padding-left: 320px;
  }
}

.footer-cta__content {
  text-align: center;
}

@media (min-width: 1024px) {
  .footer-cta__content {
    text-align: left;
  }
}

.footer-cta__heading {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.125rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .footer-cta__heading {
    white-space: nowrap;
    font-size: 2.125rem;
    line-height: 1.15;
  }
}

.footer-cta__checks {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.5rem;
}

@media (min-width: 1024px) {
  .footer-cta__checks {
    margin-top: 1.25rem;
    justify-content: flex-start;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.footer-cta__check {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer-cta__check {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.footer-cta__check svg {
  color: #8dff9f;
}

.footer-cta__sep {
  display: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.5);
}

@media (min-width: 1024px) {
  .footer-cta__sep {
    display: inline;
  }
}

.footer-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .footer-cta__actions {
    align-items: center;
    padding-right: 0.25rem;
  }
}

@media (min-width: 1280px) {
  .footer-cta__actions {
    padding-right: 1rem;
  }
}

.footer-cta__download {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 15px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  --tw-shadow: 4px 4px 0 0 #fff;
  --tw-shadow-colored: 4px 4px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.footer-cta__download:hover {
  --tw-translate-x: 0.25rem;
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.footer-cta__download:active {
  --tw-translate-x: 5px;
  --tw-translate-y: 5px;
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.footer-cta__store {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .footer-cta__store {
    align-items: center;
  }
}

@media (max-width: 1023px) {
  .btn-neo,
            .footer-cta__download {
    height: 54px;
    border-width: 2px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 8px;
    border-radius: 32px;
    opacity: 1;
    mix-blend-mode: difference;
    box-sizing: border-box;
  }

  .btn-neo {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    --tw-shadow: 4px 4px 0 0 #fff;
    --tw-shadow-colored: 4px 4px 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .btn-neo:hover {
    --tw-translate-x: 0.25rem;
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .btn-neo:active {
    --tw-translate-x: 5px;
    --tw-translate-y: 5px;
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .btn-neo svg {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .btn-neo:hover svg {
    --tw-translate-y: 0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .btn-neo-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  @media (min-width: 768px) {
    .btn-neo-sm {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      font-size: 15px;
    }
  }

  .header-download-btn {
    width: 240px;
    height: 54px;
    border-radius: 32px;
    gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }

  .mobile-menu-btn {
    display: inline-flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.15);
    background-color: rgb(255 255 255 / 0.02);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  @media (min-width: 1024px) {
    .mobile-menu-btn {
      display: none;
    }
  }

  .mobile-menu-btn__lines {
    position: relative;
    height: 1rem;
    width: 1.25rem;
  }

  .mobile-menu-btn__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.5px;
    border-radius: 999px;
    background: #ffffff;
    transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
  }

  .mobile-menu-btn__line:nth-child(1) {
    top: 1px;
  }

  .mobile-menu-btn__line:nth-child(2) {
    top: 7px;
  }

  .mobile-menu-btn__line:nth-child(3) {
    top: 13px;
  }

  .mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }

  .mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }

  .mobile-menu-btn.is-open {
    opacity: 0;
    pointer-events: none;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
    background: #06090f;
    transition: opacity 0.28s ease, transform 0.32s ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-menu__panel {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
    padding-top: 1.75rem;
    min-height: 100dvh;
    background: #06090f;
  }

  .mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-menu__close {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background: #11151f;
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  .mobile-menu__nav {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
  }

  .mobile-menu__nav a {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1.55rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile-menu__nav a:hover {
    --tw-text-opacity: 1;
    color: rgb(232 77 138 / var(--tw-text-opacity, 1));
  }

  .mobile-menu__nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-family: "Space Grotesk", system-ui, sans-serif;
  }

  .mobile-menu__nav a:last-child {
    border-bottom: 0;
  }

  .mobile-menu__download {
    margin-top: 2rem;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open main,
            body.mobile-menu-open section,
            body.mobile-menu-open footer {
    pointer-events: none;
  }

  .site-header {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background-color 220ms ease, backdrop-filter 220ms ease, -webkit-backdrop-filter 220ms ease;
    width: min(100%, 1920px);
    left: 0;
    right: 0;
    margin-inline: auto;
  }

  .site-header.is-scrolled {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  @media (min-width: 1024px) {
    #site-header nav[aria-label="Main navigation"] a {
      font-size: 20px !important;
      line-height: 1.2;
    }
  }

  .page-shell {
    width: min(100%, 1920px);
    margin-inline: auto;
  }

  .pricing-hero {
    position: relative;
    z-index: 5;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.5rem;
    padding-top: 6rem;
    text-align: center;
  }

  @media (min-width: 768px) {
    .pricing-hero {
      padding-left: 3rem;
      padding-right: 3rem;
      padding-bottom: 3rem;
      padding-top: 7rem;
    }
  }

  @media (min-width: 1024px) {
    .pricing-hero {
      padding-bottom: 3.5rem;
      padding-top: 8rem;
    }
  }

  .pricing-hero__glow {
    position: absolute;
    top: -10%;
    right: -8%;
    width: clamp(280px, 36vw, 520px);
    height: clamp(280px, 36vw, 520px);
    background: linear-gradient(112.62deg, #FFD900 0%, #FF0071 48.56%, #0028FF 100%);
    opacity: 0.45;
    filter: blur(180px);
    pointer-events: none;
  }

  .pricing-hero__inner {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }

  .pricing-hero__title {
    margin-bottom: 16px;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(2.25rem, 5.5vw, 64px);
    line-height: 1.12;
    letter-spacing: -0.04em;
    color: #FFFFFF;
  }

  .pricing-hero__title-gradient {
    background: linear-gradient(90deg, #FFB0CD 0%, #EF5197 48%, #D0BCFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .pricing-hero__desc {
    font-family: Poppins, system-ui, sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 20px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
  }

  .pricing-plans {
    position: relative;
    z-index: 5;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  @media (min-width: 768px) {
    .pricing-plans {
      padding-left: 3rem;
      padding-right: 3rem;
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }

  @media (min-width: 1024px) {
    .pricing-plans {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  }

  .pricing-plans {
    background: #121212;
  }

  .pricing-plans__inner {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 1440px;
    gap: 1.5rem;
  }

  @media (min-width: 1024px) {
    .pricing-plans__inner {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 2rem;
    }
  }

  .pricing-card {
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    padding: 32px 28px 36px;
  }

  @media (min-width: 768px) {
    .pricing-card {
      padding: 40px 36px 40px;
      border-radius: 32px;
    }
  }

  .pricing-card--free {
    background: #f2f2f2;
    color: #000000;
  }

  .pricing-card--premium {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .pricing-card__head {
    margin-bottom: 24px;
  }

  .pricing-card__title-row {
    margin-bottom: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
  }

  .pricing-card__title {
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw, 28px);
    line-height: 1.2;
  }

  .pricing-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #FFB0CD 0%, #EF5197 48%, #D0BCFF 100%);
    font-family: Poppins, system-ui, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
  }

  .pricing-card__subtitle {
    font-family: Poppins, system-ui, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
  }

  .pricing-card--free .pricing-card__subtitle {
    color: rgba(0, 0, 0, 0.55);
  }

  .pricing-card--premium .pricing-card__subtitle {
    color: rgba(255, 255, 255, 0.55);
  }

  .pricing-card__price {
    margin-bottom: 28px;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(2.75rem, 5vw, 56px);
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .pricing-card__price-period {
    font-family: Poppins, system-ui, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.45);
  }

  .pricing-card__features {
    margin-bottom: 2rem;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 1rem;
  }

  .pricing-card__feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .pricing-card__check {
    margin-top: 0.125rem;
    display: flex;
    height: 19px;
    width: 17px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
  }

  .pricing-card__feature-text {
    font-family: Poppins, system-ui, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.45;
  }

  .pricing-card--free .pricing-card__feature-text {
    color: #1a1a1a;
  }

  .pricing-card--premium .pricing-card__feature-text {
    color: rgba(255, 255, 255, 0.9);
  }

  .pricing-card__feature-text--muted {
    font-weight: 600;
    color: #4B5563;
  }

  .pricing-card--free .pricing-card__feature-text--muted {
    color: #4B5563;
  }

  .pricing-card__lock {
    margin-top: 0.125rem;
    display: flex;
    height: 19px;
    width: 17px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
  }

  .pricing-card__btn {
    margin-top: auto;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 2px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    text-align: center;
    font-weight: 600;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    font-family: Poppins, system-ui, sans-serif;
    font-size: 16px;
    box-sizing: border-box;
  }

  .pricing-card__btn--free {
    border-color: #000000;
    background: #FFFFFF;
    color: #000000;
    box-shadow: 4px 4px 0 0 #000000;
  }

  .pricing-card__btn--free:hover {
    --tw-translate-x: 0.25rem;
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .pricing-card__btn--free:active {
    --tw-translate-x: 5px;
    --tw-translate-y: 5px;
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .pricing-card__btn--premium {
    border-color: #FFFFFF;
    background: transparent;
    color: #FFFFFF;
    box-shadow: 4px 4px 0 0 #ffffff;
  }

  .pricing-card__btn--premium:hover {
    --tw-translate-x: 0.25rem;
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .pricing-card__btn--premium:active {
    --tw-translate-x: 5px;
    --tw-translate-y: 5px;
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .footer-title-gradient {
    background: linear-gradient(180deg, #FFE866 0%, #EF5197 58%, #536EFD 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .footer-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(255 255 255 / 0.9);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .footer-link:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  @media (min-width: 768px) {
    .footer-link {
      font-size: 15px;
    }
  }

  .footer-social {
    display: inline-flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .footer-social:hover {
    opacity: 0.85;
  }

  @media (min-width: 768px) {
    .footer-social {
      height: 2.5rem;
      width: 2.5rem;
    }
  }

  .footer-cta {
    width: 100%;
    max-width: 1440px;
    min-height: 334px;
    border-radius: 50px;
    background: linear-gradient(112.62deg, #FFE866 0%, #EF5197 48.56%, #536EFD 100%);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  @media (min-width: 640px) {
    .footer-cta {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

  @media (min-width: 768px) {
    .footer-cta {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  @media (min-width: 1024px) {
    .footer-cta {
      height: 334px;
      padding-left: 3rem;
      padding-right: 3rem;
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

  @media (min-width: 1280px) {
    .footer-cta {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }

  .footer-cta__phone {
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 150px;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }

  @media (min-width: 640px) {
    .footer-cta__phone {
      width: 170px;
    }
  }

  @media (min-width: 1024px) {
    .footer-cta__phone {
      position: absolute;
      bottom: 0px;
      left: 2.5rem;
      margin-left: 0px;
      margin-right: 0px;
      width: 272px;
    }
  }

  @media (min-width: 1280px) {
    .footer-cta__phone {
      left: 3.5rem;
    }
  }

  .footer-cta__phone {
    height: 155px;
  }

  @media (min-width: 640px) {
    .footer-cta__phone {
      height: 175px;
    }
  }

  @media (min-width: 1024px) {
    .footer-cta__phone {
      height: 292px;
    }
  }

  .footer-cta__phone img {
    display: block;
    height: auto;
    width: 100%;
    max-width: none;
  }

  @media (min-width: 1024px) {
    .footer-cta__phone img {
      width: 272px;
    }
  }

  .footer-cta__phone img {
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.28));
  }

  .footer-cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    height: 100%;
    align-items: center;
    gap: 1.5rem;
  }

  @media (min-width: 1024px) {
    .footer-cta__inner {
      grid-template-columns: 1fr auto;
      gap: 3rem;
      padding-left: 290px;
    }
  }

  @media (min-width: 1280px) {
    .footer-cta__inner {
      gap: 4rem;
      padding-left: 320px;
    }
  }

  .footer-cta__content {
    text-align: center;
  }

  @media (min-width: 1024px) {
    .footer-cta__content {
      text-align: left;
    }
  }

  .footer-cta__heading {
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(1.55rem, 2.5vw, 2.125rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  @media (min-width: 1280px) {
    .footer-cta__heading {
      white-space: nowrap;
      font-size: 2.125rem;
      line-height: 1.15;
    }
  }

  .footer-cta__checks {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 0.5rem;
  }

  @media (min-width: 1024px) {
    .footer-cta__checks {
      margin-top: 1.25rem;
      justify-content: flex-start;
      -moz-column-gap: 0px;
           column-gap: 0px;
    }
  }

  .footer-cta__check {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  @media (min-width: 768px) {
    .footer-cta__check {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }

  .footer-cta__check svg {
    color: #8dff9f;
  }

  .footer-cta__sep {
    display: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(255 255 255 / 0.5);
  }

  @media (min-width: 1024px) {
    .footer-cta__sep {
      display: inline;
    }
  }

  .footer-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }

  @media (min-width: 1024px) {
    .footer-cta__actions {
      align-items: center;
      padding-right: 0.25rem;
    }
  }

  @media (min-width: 1280px) {
    .footer-cta__actions {
      padding-right: 1rem;
    }
  }

  .footer-cta__download {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 15px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    --tw-shadow: 4px 4px 0 0 #fff;
    --tw-shadow-colored: 4px 4px 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .footer-cta__download:hover {
    --tw-translate-x: 0.25rem;
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .footer-cta__download:active {
    --tw-translate-x: 5px;
    --tw-translate-y: 5px;
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .footer-cta__store {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  @media (min-width: 1024px) {
    .footer-cta__store {
      align-items: center;
    }
  }

  .btn-neo,
            .footer-cta__download {
    height: 54px;
    border-width: 2px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 8px;
    border-radius: 32px;
    mix-blend-mode: difference;
    box-sizing: border-box;
  }

  .btn-neo {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    --tw-shadow: 4px 4px 0 0 #fff;
    --tw-shadow-colored: 4px 4px 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .btn-neo:hover {
    --tw-translate-x: 0.25rem;
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .btn-neo:active {
    --tw-translate-x: 5px;
    --tw-translate-y: 5px;
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .btn-neo-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  @media (min-width: 768px) {
    .btn-neo-sm {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      font-size: 15px;
    }
  }

  .header-download-btn {
    width: 240px;
    height: 54px;
    border-radius: 32px;
    gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }

  .mobile-menu-btn {
    display: inline-flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.15);
    background-color: rgb(255 255 255 / 0.02);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  @media (min-width: 1024px) {
    .mobile-menu-btn {
      display: none;
    }
  }

  .mobile-menu-btn__lines {
    position: relative;
    height: 1rem;
    width: 1.25rem;
  }

  .mobile-menu-btn__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.5px;
    border-radius: 999px;
    background: #ffffff;
    transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
  }

  .mobile-menu-btn__line:nth-child(1) {
    top: 1px;
  }

  .mobile-menu-btn__line:nth-child(2) {
    top: 7px;
  }

  .mobile-menu-btn__line:nth-child(3) {
    top: 13px;
  }

  .mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }

  .mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-btn.is-open .mobile-menu-btn__line:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }

  .mobile-menu-btn.is-open {
    opacity: 0;
    pointer-events: none;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
    background: #06090f;
    transition: opacity 0.28s ease, transform 0.32s ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-menu__panel {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
    padding-top: 1.75rem;
    min-height: 100dvh;
    background: #06090f;
  }

  .mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-menu__close {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background: #11151f;
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  .mobile-menu__nav {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
  }

  .mobile-menu__nav a {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1.55rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile-menu__nav a:hover {
    --tw-text-opacity: 1;
    color: rgb(232 77 138 / var(--tw-text-opacity, 1));
  }

  .mobile-menu__nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-family: "Space Grotesk", system-ui, sans-serif;
  }

  .mobile-menu__nav a:last-child {
    border-bottom: 0;
  }

  .mobile-menu__download {
    margin-top: 2rem;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open main,
            body.mobile-menu-open section,
            body.mobile-menu-open footer {
    pointer-events: none;
  }

  .site-header {
    background: transparent;
    width: min(100%, 1920px);
    left: 0;
    right: 0;
    margin-inline: auto;
    transition: background-color 220ms ease, -webkit-backdrop-filter 220ms ease;
    transition: background-color 220ms ease, backdrop-filter 220ms ease;
    transition: background-color 220ms ease, backdrop-filter 220ms ease, -webkit-backdrop-filter 220ms ease;
  }

  .site-header.is-scrolled {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  @media (min-width: 1024px) {
    #site-header nav[aria-label="Main navigation"] a {
      font-size: 20px !important;
      line-height: 1.2;
    }
  }

  .page-shell {
    width: min(100%, 1920px);
    margin-inline: auto;
  }

  .blog-hero {
    position: relative;
    z-index: 5;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.5rem;
    padding-top: 6rem;
    text-align: center;
  }

  @media (min-width: 768px) {
    .blog-hero {
      padding-left: 3rem;
      padding-right: 3rem;
      padding-bottom: 3rem;
      padding-top: 7rem;
    }
  }

  @media (min-width: 1024px) {
    .blog-hero {
      padding-bottom: 3.5rem;
      padding-top: 8rem;
    }
  }

  .blog-hero__glow {
    position: absolute;
    top: -10%;
    right: -8%;
    width: clamp(280px, 36vw, 520px);
    height: clamp(280px, 36vw, 520px);
    background: linear-gradient(112.62deg, #FFD900 0%, #FF0071 48.56%, #0028FF 100%);
    opacity: 0.45;
    filter: blur(180px);
    pointer-events: none;
  }

  .blog-hero__title {
    position: relative;
    z-index: 1;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(2.25rem, 5.5vw, 64px);
    line-height: 1.12;
    letter-spacing: -0.04em;
    color: #FFFFFF;
  }

  .hero-title-gradient {
    background: linear-gradient(180deg, #FFE866 0%, #EF5197 58%, #536EFD 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .blog-section {
    background: #1F1F1F;
  }

  .blog-card {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px 32px;
    border-radius: 20px;
    background: #1F1F1F;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: visible;
  }

  .blog-card > *:not(.blog-card__link) {
    position: relative;
    z-index: 1;
  }

  .blog-card__visual {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 1rem;
  }

  .blog-card__visual img {
    display: block;
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  @media (min-width: 640px) {
    .blog-card__visual img {
      height: 210px;
    }
  }

  .blog-card__body {
    display: flex;
    min-height: 0px;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 0.75rem;
  }

  .blog-card__badge {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 9999px;
    background: #1F1F1F;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
  }

  .blog-card__badge::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    padding: 1px;
    background: linear-gradient(180deg, #FFE866 53.85%, #EF5197 77.89%, #536EFD 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  .blog-card__title {
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .blog-card__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 15px;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .blog-card__link {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 20;
    display: inline-flex;
    height: 44px;
    width: 72px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 9999px;
    background: #1F1F1F;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    transform: translateY(50%);
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .blog-card__link:hover {
    border-color: rgba(255, 255, 255, 0.35);
  }

  .blog-grid {
    display: grid;
    gap: 1.5rem;
    padding-bottom: 2.5rem;
  }

  @media (min-width: 640px) {
    .blog-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 1024px) {
    .blog-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
      padding-bottom: 3rem;
    }
  }

  .footer-title-gradient {
    background: linear-gradient(180deg, #FFE866 0%, #EF5197 58%, #536EFD 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .footer-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(255 255 255 / 0.9);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .footer-link:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  @media (min-width: 768px) {
    .footer-link {
      font-size: 15px;
    }
  }

  .footer-social {
    display: inline-flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .footer-social:hover {
    opacity: 0.85;
  }

  @media (min-width: 768px) {
    .footer-social {
      height: 2.5rem;
      width: 2.5rem;
    }
  }

  .footer-cta {
    width: 100%;
    max-width: 1440px;
    min-height: 334px;
    border-radius: 50px;
    background: linear-gradient(112.62deg, #FFE866 0%, #EF5197 48.56%, #536EFD 100%);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  @media (min-width: 640px) {
    .footer-cta {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

  @media (min-width: 768px) {
    .footer-cta {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  @media (min-width: 1024px) {
    .footer-cta {
      height: 334px;
      padding-left: 3rem;
      padding-right: 3rem;
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

  @media (min-width: 1280px) {
    .footer-cta {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }

  .footer-cta__phone {
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 150px;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }

  @media (min-width: 640px) {
    .footer-cta__phone {
      width: 170px;
    }
  }

  @media (min-width: 1024px) {
    .footer-cta__phone {
      position: absolute;
      bottom: 0px;
      left: 2.5rem;
      margin-left: 0px;
      margin-right: 0px;
      width: 272px;
    }
  }

  @media (min-width: 1280px) {
    .footer-cta__phone {
      left: 3.5rem;
    }
  }

  .footer-cta__phone {
    height: 155px;
  }

  @media (min-width: 640px) {
    .footer-cta__phone {
      height: 175px;
    }
  }

  @media (min-width: 1024px) {
    .footer-cta__phone {
      height: 292px;
    }
  }

  .footer-cta__phone img {
    display: block;
    height: auto;
    width: 100%;
    max-width: none;
  }

  @media (min-width: 1024px) {
    .footer-cta__phone img {
      width: 272px;
    }
  }

  .footer-cta__phone img {
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.28));
  }

  .footer-cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    height: 100%;
    align-items: center;
    gap: 1.5rem;
  }

  @media (min-width: 1024px) {
    .footer-cta__inner {
      grid-template-columns: 1fr auto;
      gap: 3rem;
      padding-left: 290px;
    }
  }

  @media (min-width: 1280px) {
    .footer-cta__inner {
      gap: 4rem;
      padding-left: 320px;
    }
  }

  .footer-cta__content {
    text-align: center;
  }

  @media (min-width: 1024px) {
    .footer-cta__content {
      text-align: left;
    }
  }

  .footer-cta__heading {
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(1.55rem, 2.5vw, 2.125rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  @media (min-width: 1280px) {
    .footer-cta__heading {
      white-space: nowrap;
      font-size: 2.125rem;
      line-height: 1.15;
    }
  }

  .footer-cta__checks {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 0.5rem;
  }

  @media (min-width: 1024px) {
    .footer-cta__checks {
      margin-top: 1.25rem;
      justify-content: flex-start;
      -moz-column-gap: 0px;
           column-gap: 0px;
    }
  }

  .footer-cta__check {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  @media (min-width: 768px) {
    .footer-cta__check {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }

  .footer-cta__check svg {
    color: #8dff9f;
  }

  .footer-cta__sep {
    display: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(255 255 255 / 0.5);
  }

  @media (min-width: 1024px) {
    .footer-cta__sep {
      display: inline;
    }
  }

  .footer-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }

  @media (min-width: 1024px) {
    .footer-cta__actions {
      align-items: center;
      padding-right: 0.25rem;
    }
  }

  @media (min-width: 1280px) {
    .footer-cta__actions {
      padding-right: 1rem;
    }
  }

  .footer-cta__download {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 15px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    --tw-shadow: 4px 4px 0 0 #fff;
    --tw-shadow-colored: 4px 4px 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .footer-cta__download:hover {
    --tw-translate-x: 0.25rem;
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .footer-cta__download:active {
    --tw-translate-x: 5px;
    --tw-translate-y: 5px;
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .footer-cta__store {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  @media (min-width: 1024px) {
    .footer-cta__store {
      align-items: center;
    }
  }

  .btn-neo, .footer-cta__download {
    height: 54px;
    border-width: 2px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 8px;
    border-radius: 32px;
    mix-blend-mode: difference;
    box-sizing: border-box;
  }
}


