/* Homepage hero refresh ----------------------------------------------------
   Desktop: RTL copy on the visual right, product mockup on the visual left.
   The mockup stays inside the first viewport and fades gently at the bottom. */

/* Header states ------------------------------------------------------------
   Clear and non-sticky on the hero; full-width fixed bar after the hero. */

.nsh.nsh--hero-aware .nsh__pill {
  position: absolute;
  top: var(--ns-header-top);
  width: calc(100% - clamp(24px, 3vw, 44px));
  border-color: transparent;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

.nsh.nsh--hero-aware .nsh__pill.is-scrolled {
  border-color: transparent;
  box-shadow: none;
}

.nsh.nsh--hero-aware.nsh--past-hero .nsh__pill {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: none;
  padding-inline: clamp(18px, 3vw, 48px);
  border: 0;
  border-bottom: 1px solid rgba(220, 220, 227, 0.9);
  border-radius: 0 0 18px 18px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1);
  animation: nshStickyDrop 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes nshStickyDrop {
  from {
    opacity: 0;
    transform: translate(-50%, -115%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.banner-two.section {
  min-height: 100svh;
  padding-top: clamp(96px, 10vh, 124px) !important;
  background:
    radial-gradient(circle at 78% 34%, rgba(66, 128, 255, 0.15), transparent 31%),
    radial-gradient(circle at 43% 70%, rgba(104, 91, 255, 0.1), transparent 33%),
    #fff;
  isolation: isolate;
}

.banner-two.section .container {
  max-width: 1440px;
  padding-inline: clamp(24px, 4vw, 68px);
}

.banner-two__wrapper {
  display: flex;
  align-items: center;
  min-height: calc(100svh - clamp(96px, 10vh, 124px)) !important;
}

.banner-two__wrapper > .row {
  width: 100%;
  margin-inline: 0;
}

.banner-two__wrapper > .row > .col-12 {
  display: grid;
  direction: ltr;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  grid-template-areas: "visual copy";
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  padding-inline: 0;
}

.banner-two__content {
  grid-area: copy;
  direction: rtl;
  width: 100%;
  max-width: 650px !important;
  margin: 0 !important;
  text-align: right !important;
  z-index: 3;
}

.banner-two__content .title {
  max-width: 650px;
  margin-bottom: clamp(18px, 2.3vh, 26px) !important;
  font-size: clamp(44px, 4vw, 62px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.035em;
}

.banner-two__content .title .line-one,
.banner-two__content .title .line-two {
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: wrap;
}

.banner-two__content .title .line-one {
  gap: 10px;
}

.banner-two__content .title .line-one__span img {
  width: 1.08em;
  height: 0.82em;
  object-fit: contain;
}

.banner-two__content .title .line-two__span {
  margin-inline-start: 8px;
}

@media (min-width: 1200px) {
  .banner-two__content .title .line-two {
    display: block !important;
    white-space: nowrap;
  }
}

.banner-two__content > p {
  max-width: 620px;
  margin: 0;
  color: #30333a !important;
  font-size: clamp(16px, 1.25vw, 18px) !important;
  font-weight: 450 !important;
  line-height: 1.9 !important;
}

.banner-two__content .banner-buttons {
  justify-content: flex-start !important;
  margin-top: clamp(26px, 4vh, 40px) !important;
}

.banner-two__thumb {
  grid-area: visual;
  direction: rtl;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  margin: 0 !important;
  position: relative;
  text-align: center !important;
  z-index: 2;
}

.banner-two__thumb::before {
  position: absolute;
  inset: 10% 6% 8%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(91, 139, 255, 0.19), rgba(115, 87, 255, 0.07) 45%, transparent 72%);
  filter: blur(18px);
  content: "";
  z-index: -1;
}

.banner-two__thumb picture {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.banner-two__thumb picture > img,
.banner-two__thumb .banner-two__hero-image {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto;
  max-height: calc(100svh - 112px);
  object-fit: contain;
  object-position: center top;
  animation: none !important;
  filter: drop-shadow(0 28px 36px rgba(43, 69, 132, 0.13));
  transform: translateY(-12px);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 91%, rgba(0, 0, 0, 0.88) 94%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 91%, rgba(0, 0, 0, 0.88) 94%, transparent 100%);
}

.banner-two__float {
  position: absolute;
  display: block;
  max-width: none !important;
  height: auto;
  pointer-events: none;
  user-select: none;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  image-rendering: auto;
}

.banner-two__float--favorite {
  top: 17%;
  right: -3%;
  z-index: 2;
  width: clamp(142px, 12.5vw, 194px) !important;
  animation: hero-float-favorite 9.5s ease-in-out infinite !important;
}

.banner-two__float--staking {
  top: 55%;
  left: -4%;
  z-index: 4;
  width: clamp(122px, 10.8vw, 168px) !important;
  animation: hero-float-staking 11s ease-in-out -1.8s infinite !important;
}

@keyframes hero-float-favorite {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes hero-float-staking {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

/* The new product render already carries enough visual detail. */
.banner-two__wrapper .banner-graph,
.banner-two__wrapper .draw-svg,
.banner-two__wrapper .toots-shape {
  display: none !important;
}

.banner-two__wrapper .banner-circles,
.banner-two__wrapper .color-circle {
  opacity: 0.3 !important;
}

@media (max-width: 1199.98px) {
  .banner-two__wrapper > .row > .col-12 {
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
    gap: 28px;
  }

  .banner-two__content .title {
    font-size: clamp(42px, 4.8vw, 58px) !important;
  }
}

@media (min-width: 992px) and (max-height: 780px) {
  .banner-two.section {
    padding-top: 92px !important;
  }

  .banner-two__wrapper {
    min-height: calc(100svh - 92px) !important;
  }

  .banner-two__content .title {
    font-size: clamp(42px, 4.4vw, 58px) !important;
  }

  .banner-two__content > p {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  .banner-two__content .banner-buttons {
    margin-top: 24px !important;
  }

  .banner-two__thumb picture > img,
  .banner-two__thumb .banner-two__hero-image {
    max-height: calc(100svh - 88px);
  }
}

@media (max-width: 991.98px) {
  .banner-two.section {
    min-height: auto;
    padding-top: 112px !important;
  }

  .banner-two__wrapper {
    min-height: auto !important;
  }

  .banner-two__wrapper > .row > .col-12 {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "visual";
    gap: 28px;
  }

  .banner-two__content {
    max-width: 720px !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .banner-two__content .title {
    max-width: 720px;
    margin-inline: auto;
  }

  .banner-two__content .title .line-one,
  .banner-two__content .title .line-two,
  .banner-two__content .banner-buttons {
    justify-content: center !important;
  }

  .banner-two__content > p {
    margin-inline: auto;
  }

  .banner-two__thumb {
    align-self: auto;
    height: min(58svh, 620px);
    margin-top: 0 !important;
  }

  .banner-two__thumb picture > img,
  .banner-two__thumb .banner-two__hero-image {
    max-height: min(58svh, 620px);
    transform: none;
  }

  .banner-two__float--favorite {
    top: 14%;
    right: 9%;
    width: clamp(128px, 18vw, 158px) !important;
  }

  .banner-two__float--staking {
    top: 55%;
    left: 9%;
    width: clamp(112px, 16vw, 140px) !important;
  }
}

@media (max-width: 575.98px) {
  .banner-two.section {
    padding-top: 94px !important;
  }

  .banner-two.section .container {
    padding-inline: 18px;
  }

  .banner-two__wrapper > .row > .col-12 {
    gap: 18px;
  }

  .banner-two__content .title {
    margin-bottom: 14px !important;
    font-size: clamp(28px, 8.8vw, 35px) !important;
    line-height: 1.25 !important;
  }

  .banner-two__content .title .line-one,
  .banner-two__content .title .line-two {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .banner-two__content .title .line-one {
    gap: 7px;
  }

  .banner-two__content .title .line-two__span {
    margin-inline-start: 5px;
  }

  .banner-two__content > p {
    font-size: 14.5px !important;
    line-height: 1.75 !important;
  }

  .banner-two__content .banner-buttons {
    flex-flow: row nowrap !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 20px !important;
  }

  .banner-two__content .banner-buttons .saaslyn-3-btn {
    flex: 0 1 auto;
    width: max-content !important;
    max-width: 100%;
    gap: 6px !important;
    padding-block: 4px !important;
    padding-inline-start: 4px !important;
    padding-inline-end: 14px !important;
    font-size: 13.5px !important;
  }

  .banner-two__content .banner-buttons .btn-v3__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .banner-two__thumb {
    height: min(48svh, 480px);
  }

  .banner-two__thumb picture > img,
  .banner-two__thumb .banner-two__hero-image {
    max-height: min(48svh, 480px);
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 89%, rgba(0, 0, 0, 0.86) 93%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 89%, rgba(0, 0, 0, 0.86) 93%, transparent 100%);
  }

  .banner-two__float {
    opacity: 1;
  }

  .banner-two__float--favorite {
    top: 11%;
    right: -1%;
    width: clamp(92px, 27vw, 112px) !important;
  }

  .banner-two__float--staking {
    top: 53%;
    left: -1%;
    width: clamp(82px, 24vw, 100px) !important;
  }
}

@media (max-width: 359.98px) {
  .banner-two__content .banner-buttons {
    flex-direction: column !important;
    align-items: center;
  }
}

/* Compact desktop sections without reducing readable type or controls. */
@media (min-width: 992px) {
  .features-2.section {
    padding-top: clamp(52px, 7vh, 72px) !important;
  }

  .features-2.section .row-padding-top {
    padding-top: clamp(24px, 3.5vh, 36px) !important;
  }

  .features-2 .features-2__item-wrapper {
    gap: 18px !important;
    padding-inline-end: 24px !important;
    padding-bottom: 24px !important;
  }

  .features-2 .features-2__item-wrapper .features-2__item {
    min-height: clamp(232px, 29vh, 270px);
    padding: 20px !important;
  }

  .features-2 .features-2__item-wrapper .features-2__item:nth-of-type(even) {
    transform: translateY(18px);
  }

  .features-2 .features-2__item .item-thumb {
    margin-bottom: 14px;
    padding-inline: 8px;
  }

  .features-2 .features-2__item .item-thumb img {
    width: 100%;
    height: clamp(110px, 14vh, 136px);
    object-fit: contain;
  }

  .features-2 .features-2__item .item-content .item-title {
    margin-bottom: 7px;
    font-size: 18px;
    letter-spacing: -0.5px;
  }

  .features-2 .features-2__item .item-content p {
    font-size: 14.5px;
    line-height: 1.45;
    letter-spacing: -0.35px;
  }

  .features-2 .col-lg-5 .features-2__thumb {
    display: flex;
    height: clamp(540px, 68vh, 650px);
    justify-content: center;
    padding-inline-start: 12px;
    transform: translateX(-24px);
  }

  .features-2 .col-lg-5 .features-2__thumb img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .elementor-element-f87ff21 > .e-con-inner {
    gap: clamp(24px, 3.5vh, 36px) !important;
    padding-block: clamp(52px, 7vh, 72px) !important;
  }

  .elementor-element-f87ff21 .elementor-element-79e24d7,
  .elementor-element-f87ff21 .elementor-element-cb41433,
  .elementor-element-f87ff21 .elementor-element-cb41433 > .elementor-widget-container {
    height: 550px !important;
    min-height: 0 !important;
  }

  .elementor-element-f87ff21 .elementor-element-cb41433 > .elementor-widget-container {
    display: flex;
    justify-content: center;
    overflow: visible;
  }

  .elementor-element-f87ff21 .integration__content {
    flex: 0 0 auto;
    margin-inline: auto;
    scale: 0.75;
    transform-origin: center top;
  }

  .elementor-element-f87ff21 .integration__content .ellipse-1,
  .elementor-element-f87ff21 .integration__content .ellipse-2 {
    top: clamp(18px, 3vh, 28px);
    bottom: auto;
  }

  .elementor-element-f87ff21 .integration__content .ellipse-1 {
    left: -170px;
    opacity: 0.42;
  }

  .elementor-element-f87ff21 .integration__content .ellipse-2 {
    right: -80px;
    opacity: 0.52;
  }

  .elementor-element-9ecba5f > .e-con-inner {
    gap: clamp(20px, 3vh, 28px) 0 !important;
    padding-block: clamp(52px, 7vh, 68px) !important;
  }

  .elementor-element-9ecba5f .faq-2__accordion .accordion-item:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .elementor-element-9ecba5f .faq-2__accordion .accordion-item:not(:last-of-type):has(.accordion-button:not(.collapsed)) {
    margin-bottom: 14px;
  }

  .elementor-element-9ecba5f .faq-2__accordion .accordion-item .accordion-header .accordion-button {
    min-height: 52px;
    padding: 14px 22px;
  }

  .elementor-element-9ecba5f .faq-2__accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    padding-bottom: 10px;
  }

  .elementor-element-9ecba5f .faq-2__accordion .accordion-collapse .accordion-body {
    padding: 0 24px 20px;
    line-height: 1.55;
  }

  .elementor-element-9ecba5f .faq-2__content {
    gap: 22px;
    padding: 32px;
  }

  .bi.bi {
    padding-block: clamp(52px, 7vh, 72px);
  }

  .bi .bi__head {
    gap: 12px;
    margin-bottom: clamp(28px, 3.5vh, 38px);
  }

  .bi .bi__grid {
    align-items: stretch;
  }

  .bi .bi__figure--top {
    height: clamp(190px, 23vh, 220px);
  }

  .bi .bi__body,
  .bi .bi__body--featured {
    gap: 12px;
    padding: 14px;
  }

  .bi .bi__body-top {
    gap: 10px;
  }

  .bi .bi__card--row {
    height: 214px;
    min-height: 214px;
  }

  .bi .bi__card--row .bi__figure--side {
    width: 240px;
  }

  .bi .bi__foot {
    margin-top: 28px;
  }
}

@media (min-width: 1440px) and (max-height: 950px) {
  .elementor-element-f87ff21 .integration__content {
    scale: 0.64;
  }
}

@media (min-width: 992px) and (min-height: 951px) {
  .elementor-element-f87ff21 .elementor-element-79e24d7,
  .elementor-element-f87ff21 .elementor-element-cb41433,
  .elementor-element-f87ff21 .elementor-element-cb41433 > .elementor-widget-container {
    height: 620px !important;
  }

  .elementor-element-f87ff21 .integration__content {
    scale: 0.86;
  }
}

@media (min-width: 1440px) and (min-height: 951px) {
  .elementor-element-f87ff21 .integration__content {
    scale: 0.73;
  }
}

@media (min-width: 992px) and (max-height: 820px) {
  .elementor-element-597fcfa {
    margin-bottom: 44px !important;
  }

  .elementor-element-b51974b > .e-con-inner {
    gap: 24px 0 !important;
    padding-top: 60px !important;
  }

  .features-2.section {
    padding-top: 42px !important;
  }

  .features-2.section .row-padding-top {
    padding-top: 18px !important;
  }

  .features-2 .features-2__item-wrapper .features-2__item {
    min-height: 224px;
    padding: 18px !important;
  }

  .features-2 .features-2__item-wrapper .features-2__item:nth-of-type(even) {
    transform: translateY(12px);
  }

  .features-2 .features-2__item .item-thumb {
    margin-bottom: 10px;
  }

  .features-2 .features-2__item .item-thumb img {
    height: 100px;
  }

  .features-2 .col-lg-5 .features-2__thumb {
    height: 480px;
    transform: translateX(-34px);
  }

  .elementor-element-f87ff21 > .e-con-inner {
    gap: 18px !important;
    padding-block: 40px !important;
  }

  .elementor-element-f87ff21 .elementor-element-79e24d7,
  .elementor-element-f87ff21 .elementor-element-cb41433,
  .elementor-element-f87ff21 .elementor-element-cb41433 > .elementor-widget-container {
    height: 400px !important;
  }

  .elementor-element-f87ff21 .integration__content {
    scale: 0.56;
  }

  .elementor-element-f87ff21 .integration__content .circle-one .circle-one-inset .icon-block {
    width: 84px;
    height: 84px;
  }

  .elementor-element-9ecba5f > .e-con-inner {
    gap: 18px 0 !important;
    padding-block: 34px !important;
  }

  .elementor-element-9ecba5f .faq-2__accordion .accordion-item:not(:last-of-type) {
    margin-bottom: 6px;
  }

  .elementor-element-9ecba5f .faq-2__accordion .accordion-item:not(:last-of-type):has(.accordion-button:not(.collapsed)) {
    margin-bottom: 9px;
  }

  .elementor-element-9ecba5f .faq-2__accordion .accordion-item .accordion-header .accordion-button {
    min-height: 46px;
    padding: 11px 20px;
  }

  .elementor-element-9ecba5f .faq-2__accordion .accordion-collapse .accordion-body {
    padding: 0 22px 14px;
  }

  .elementor-element-9ecba5f .faq-2__content {
    gap: 18px;
    padding: 26px;
  }

  .benefits.section {
    padding-block: 50px !important;
  }

  .sf.sf {
    padding-block: 34px;
  }

  .bi.bi {
    padding-block: 36px;
  }

  .bi .bi__head {
    gap: 8px;
    margin-bottom: 20px;
  }

  .bi .bi__title {
    margin-bottom: 0 !important;
  }

  .bi .bi__figure--top {
    height: 180px;
  }

  .bi .bi__body,
  .bi .bi__body--featured {
    gap: 9px;
    padding: 12px;
  }

  .bi .bi__body-top {
    gap: 7px;
  }

  .bi .bi__excerpt {
    -webkit-line-clamp: 1;
  }

  .bi .bi__card--row {
    height: 180px;
    min-height: 180px;
  }

  .bi .bi__foot {
    margin-top: 20px;
  }
}

@media (min-width: 1440px) and (max-height: 820px) {
  .elementor-element-f87ff21 .integration__content {
    scale: 0.47;
  }
}

@media (min-width: 1600px) and (max-height: 820px) {
  .features-2.section > .container {
    max-width: 1760px;
    padding-inline: 32px;
  }

  .features-2.section {
    padding-top: 52px !important;
  }

  .features-2.section .row-padding-top {
    padding-top: 8px !important;
  }

  .features-2 .features-2__item-wrapper {
    gap: 22px !important;
    padding-inline-end: 0 !important;
    padding-bottom: 20px !important;
  }

  .features-2 .features-2__item-wrapper .features-2__item {
    min-height: 250px;
    padding: 18px !important;
  }

  .features-2 .features-2__item-wrapper .features-2__item:nth-of-type(even) {
    transform: translateY(10px);
  }

  .features-2 .features-2__item .item-thumb {
    margin-bottom: 10px;
    padding-inline: 0;
  }

  .features-2 .features-2__item .item-thumb img {
    height: 136px;
  }

  .features-2 .col-lg-5 .features-2__thumb {
    height: 540px;
    transform: translateX(-78px);
  }

  .features-2 .col-lg-5 .features-2__thumb img {
    transform: scale(1.14);
    transform-origin: center bottom;
  }
}

/* Two four-item integration orbits, adapted from the supplied component style. */
.elementor-element-f87ff21 {
  overflow: hidden;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.elementor-element-f87ff21 > .e-con-inner {
  gap: clamp(18px, 2.4vh, 26px) !important;
  padding-block: clamp(34px, 4.5vh, 52px) !important;
}

.elementor-element-f87ff21 .elementor-element-79e24d7,
.elementor-element-f87ff21 .elementor-element-cb41433,
.elementor-element-f87ff21 .elementor-element-cb41433 > .elementor-widget-container {
  height: auto !important;
  min-height: 0 !important;
}

.elementor-element-f87ff21 .elementor-element-cb41433 > .elementor-widget-container {
  display: flex;
  justify-content: center;
  overflow: visible;
}

.elementor-element-f87ff21 .integration-orbit {
  position: relative;
  isolation: isolate;
  flex: 0 0 auto;
  width: min(820px, 92vw, 118vh);
  height: auto;
  margin-inline: auto;
  scale: 1;
  transform: none;
}

.integration-orbit__stage {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.integration-orbit__stage::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 17%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.86) 88%);
  content: "";
  pointer-events: none;
}

.integration-orbit__glow {
  position: absolute;
  z-index: -1;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.38;
  pointer-events: none;
}

.integration-orbit__glow--blue {
  top: 8%;
  left: -10%;
  background: rgba(96, 196, 255, 0.52);
}

.integration-orbit__glow--violet {
  right: -10%;
  bottom: 4%;
  background: rgba(143, 122, 255, 0.46);
}

.integration-orbit__ring {
  position: absolute;
  top: 86%;
  left: 50%;
  border: 1px solid rgba(70, 66, 252, 0.16);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.12) 34%, rgba(255, 255, 255, 0.3));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 70px rgba(40, 60, 130, 0.06);
  transform: translate(-50%, -50%);
}

.integration-orbit__ring::before {
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, transparent 0 64%, rgba(80, 107, 255, 0.46) 76%, rgba(113, 230, 255, 0.28) 84%, transparent 94%);
  content: "";
  opacity: 0.55;
  filter: blur(0.2px);
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 2px;
  animation: integration-orbit-spin 12s linear infinite;
}

.integration-orbit__ring--outer {
  width: 92%;
  aspect-ratio: 1;
}

.integration-orbit__ring--inner {
  width: 58%;
  aspect-ratio: 1;
  border-color: rgba(70, 66, 252, 0.13);
  background: rgba(255, 255, 255, 0.26);
}

.integration-orbit__ring--inner::before {
  animation-direction: reverse;
  animation-duration: 10s;
  opacity: 0.45;
}

.integration-orbit__track {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.integration-orbit__node {
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.integration-orbit__ring--outer .integration-orbit__node:nth-child(1) {
  top: 33%;
  left: 3%;
}

.integration-orbit__ring--outer .integration-orbit__node:nth-child(2) {
  top: 4.7%;
  left: 28.9%;
}

.integration-orbit__ring--outer .integration-orbit__node:nth-child(3) {
  top: 4.7%;
  left: 71.1%;
}

.integration-orbit__ring--outer .integration-orbit__node:nth-child(4) {
  top: 33%;
  left: 97%;
}

.integration-orbit__ring--inner .integration-orbit__node:nth-child(1) {
  top: 41.3%;
  left: 0.8%;
}

.integration-orbit__ring--inner .integration-orbit__node:nth-child(2) {
  top: 9%;
  left: 21.3%;
}

.integration-orbit__ring--inner .integration-orbit__node:nth-child(3) {
  top: 9%;
  left: 78.7%;
}

.integration-orbit__ring--inner .integration-orbit__node:nth-child(4) {
  top: 41.3%;
  left: 99.2%;
}

.integration-orbit__card {
  display: flex;
  width: clamp(74px, 6vw, 96px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border: 1px solid rgba(96, 105, 150, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 14px 34px rgba(32, 48, 96, 0.12),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(12px);
  animation: integration-orbit-float 4.8s ease-in-out infinite;
  transition: transform 300ms cubic-bezier(.2, .8, .2, 1), box-shadow 300ms ease, border-color 300ms ease;
}

.integration-orbit__node:nth-child(2) .integration-orbit__card {
  animation-delay: -1.2s;
}

.integration-orbit__node:nth-child(3) .integration-orbit__card {
  animation-delay: -2.4s;
}

.integration-orbit__node:nth-child(4) .integration-orbit__card {
  animation-delay: -3.6s;
}

.integration-orbit__ring--inner .integration-orbit__card {
  width: clamp(68px, 5.2vw, 84px);
  animation-duration: 5.4s;
}

.integration-orbit__card img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  object-fit: contain;
  animation: none !important;
}

.integration-orbit__node:hover .integration-orbit__card {
  border-color: rgba(70, 66, 252, 0.34);
  box-shadow: 0 20px 44px rgba(41, 57, 126, 0.2), 0 0 0 6px rgba(70, 66, 252, 0.06);
  scale: 1.08;
}

.integration-orbit__center {
  position: absolute;
  z-index: 5;
  top: 78%;
  left: 50%;
  display: flex;
  width: clamp(118px, 8.5vw, 138px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(70, 66, 252, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 26px 70px rgba(48, 70, 155, 0.18),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
  transform: translate(-50%, -50%);
}

.integration-orbit__center-halo {
  position: absolute;
  z-index: -1;
  inset: -18%;
  border: 1px solid rgba(70, 66, 252, 0.08);
  border-radius: inherit;
  box-shadow: 0 0 45px rgba(64, 129, 255, 0.18);
}

.integration-orbit__center img {
  width: 54%;
  height: 54%;
  object-fit: contain;
}

@keyframes integration-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes integration-orbit-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 767.98px) {
  .elementor-element-f87ff21 > .e-con-inner {
    gap: 20px !important;
    padding-block: 36px !important;
  }

  .elementor-element-f87ff21 .integration-orbit {
    width: min(520px, 92vw);
  }

  .integration-orbit__ring--outer {
    width: 88%;
  }

  .integration-orbit__ring--inner {
    width: 55%;
  }

  .integration-orbit__card,
  .integration-orbit__ring--inner .integration-orbit__card {
    width: clamp(48px, 14vw, 58px);
    padding: 7px;
  }

  .integration-orbit__center {
    width: clamp(78px, 22vw, 96px);
  }

  .integration-orbit__glow {
    filter: blur(46px);
  }
}

@media (max-width: 379.98px) {
  .elementor-element-f87ff21 .integration-orbit {
    width: 88vw;
  }

  .integration-orbit__card,
  .integration-orbit__ring--inner .integration-orbit__card {
    width: 46px;
  }
}

/* Full-width animated integration waves. */
.elementor-element-f87ff21 .integration-wave {
  position: relative;
  isolation: isolate;
  width: min(1320px, 96vw);
  height: auto;
  margin-inline: auto;
  scale: 1;
  transform: none;
}

.integration-wave__stage {
  position: relative;
  width: 100%;
  height: clamp(340px, 31vw, 430px);
  overflow: hidden;
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.9) 0 10%, transparent 29%),
    linear-gradient(180deg, rgba(250, 252, 255, 0.38), rgba(250, 252, 255, 0));
  -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}

.integration-wave__stage::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: radial-gradient(rgba(94, 112, 190, 0.13) 1px, transparent 1px);
  background-position: center;
  background-size: 18px 18px;
  content: "";
  opacity: 0.2;
  -webkit-mask-image: radial-gradient(ellipse at center, #000, transparent 68%);
  mask-image: radial-gradient(ellipse at center, #000, transparent 68%);
  pointer-events: none;
}

.integration-wave__glow {
  position: absolute;
  z-index: 0;
  width: 42%;
  aspect-ratio: 1.7;
  border-radius: 50%;
  filter: blur(66px);
  opacity: 0.34;
  pointer-events: none;
  animation: integration-wave-glow 8s ease-in-out infinite alternate;
}

.integration-wave__glow--blue {
  top: 7%;
  left: 4%;
  background: rgba(83, 195, 255, 0.58);
}

.integration-wave__glow--violet {
  right: 4%;
  bottom: 7%;
  background: rgba(124, 105, 255, 0.52);
  animation-delay: -4s;
  animation-direction: alternate-reverse;
}

.integration-wave__lines {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.integration-wave__line {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-width: 1.7;
  stroke-dasharray: 12 10;
  animation: integration-wave-dash 14s linear infinite;
}

.integration-wave__line--one {
  stroke: url("#integration-wave-blue");
}

.integration-wave__line--two {
  stroke: url("#integration-wave-violet");
  animation-direction: reverse;
  animation-duration: 17s;
}

.integration-wave__line--soft {
  stroke: rgba(94, 126, 235, 0.16);
  stroke-width: 1;
  stroke-dasharray: 3 13;
  animation-duration: 22s;
}

.integration-wave__core {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: flex;
  width: clamp(126px, 9vw, 158px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(70, 66, 252, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 28px 72px rgba(38, 64, 146, 0.2),
    inset 0 1px 0 #fff,
    0 0 0 16px rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(18px);
  transform: translate(-50%, -50%);
}

.integration-wave__core-pulse {
  position: absolute;
  z-index: -1;
  inset: -20px;
  border: 1px solid rgba(70, 66, 252, 0.15);
  border-radius: inherit;
  animation: integration-wave-pulse 3.8s ease-out infinite;
}

.integration-wave__core img {
  width: 54%;
  height: 54%;
  object-fit: contain;
}

.integration-wave__item {
  --wave-x: 0px;
  --wave-y: 0px;
  --wave-opacity: 1;
  --wave-scale: 1;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  opacity: var(--wave-opacity);
  transform: translate3d(var(--wave-x), var(--wave-y), 0) translate(-50%, -50%) scale(var(--wave-scale));
  will-change: opacity, transform;
}

.integration-wave__card {
  display: flex;
  width: clamp(84px, 6.5vw, 108px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(89, 103, 165, 0.17);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 18px 44px rgba(30, 52, 120, 0.16),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
  transition: scale 280ms cubic-bezier(.2, .8, .2, 1), border-color 280ms ease, box-shadow 280ms ease;
}

.integration-wave__card img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  object-fit: contain;
  animation: none !important;
}

.integration-wave__item:hover {
  z-index: 7;
}

.integration-wave__item:hover .integration-wave__card {
  border-color: rgba(70, 66, 252, 0.38);
  box-shadow: 0 24px 56px rgba(35, 56, 132, 0.24), 0 0 0 7px rgba(70, 66, 252, 0.07);
  scale: 1.08;
}

@keyframes integration-wave-dash {
  to {
    stroke-dashoffset: -220;
  }
}

@keyframes integration-wave-glow {
  from {
    transform: translate3d(-3%, -5%, 0) scale(0.96);
  }

  to {
    transform: translate3d(8%, 7%, 0) scale(1.08);
  }
}

@keyframes integration-wave-pulse {
  0% {
    opacity: 0.65;
    transform: scale(0.86);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@media (max-width: 767.98px) {
  .elementor-element-f87ff21 .integration-wave {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }

  .integration-wave__stage {
    height: 310px;
    border-radius: 24px;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  }

  .integration-wave__card {
    width: clamp(56px, 16vw, 68px);
    padding: 7px;
  }

  .integration-wave__core {
    width: clamp(86px, 24vw, 104px);
    box-shadow: 0 20px 48px rgba(38, 64, 146, 0.18), inset 0 1px 0 #fff, 0 0 0 10px rgba(255, 255, 255, 0.42);
  }

  .integration-wave__core-pulse {
    inset: -13px;
  }

  .integration-wave__glow {
    width: 68%;
    filter: blur(45px);
  }
}

/* Animated beams: four fixed services on each side, connected to the core. */
.elementor-element-f87ff21 .integration-beam {
  position: relative;
  isolation: isolate;
  width: min(1320px, 96vw);
  height: auto;
  margin-inline: auto;
  scale: 1;
  transform: none;
}

.integration-beam__stage {
  position: relative;
  width: 100%;
  height: clamp(390px, 32vw, 470px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 10%, transparent 29%),
    radial-gradient(ellipse closest-side at 50% 50%, rgba(235, 247, 255, 0.78) 0%, rgba(240, 239, 255, 0.56) 44%, rgba(248, 249, 255, 0.16) 76%, transparent 100%);
  box-shadow: none;
}

.integration-beam__stage::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: radial-gradient(rgba(92, 112, 184, 0.14) 1px, transparent 1px);
  background-position: center;
  background-size: 18px 18px;
  content: "";
  opacity: 0.18;
  -webkit-mask-image: radial-gradient(ellipse at center, #000, transparent 72%);
  mask-image: radial-gradient(ellipse at center, #000, transparent 72%);
  pointer-events: none;
}

.integration-beam__glow {
  position: absolute;
  z-index: 0;
  width: 42%;
  aspect-ratio: 1.55;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.36;
  pointer-events: none;
  animation: integration-beam-glow 10s ease-in-out infinite alternate;
}

.integration-beam__glow--blue {
  top: 10%;
  left: 7%;
  background: rgba(81, 202, 255, 0.5);
}

.integration-beam__glow--violet {
  right: 7%;
  bottom: 8%;
  background: rgba(128, 105, 255, 0.46);
  animation-delay: -5s;
  animation-direction: alternate-reverse;
}

.integration-beam__svg {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.integration-beam__path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}

.integration-beam__path--base {
  stroke: rgba(75, 91, 151, 0.18);
  stroke-width: 1.35;
}

.integration-beam__path--glow,
.integration-beam__path--pulse {
  stroke-dasharray: 58 452;
  stroke-dashoffset: 510;
  animation: integration-beam-flow var(--beam-duration, 6.8s) cubic-bezier(.45, .05, .55, .95) var(--beam-delay, 0s) infinite;
}

.integration-beam__path--glow {
  opacity: 0.18;
  stroke-width: 11;
  filter: blur(3px);
}

.integration-beam__path--pulse {
  opacity: 0.92;
  stroke-width: 2.7;
  filter: drop-shadow(0 0 5px rgba(87, 123, 255, 0.42));
}

.integration-beam__rail {
  position: absolute;
  z-index: 4;
  top: 7%;
  bottom: 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.integration-beam__rail--left {
  left: clamp(26px, 4.8vw, 70px);
}

.integration-beam__rail--right {
  right: clamp(26px, 4.8vw, 70px);
}

.integration-beam__node {
  position: relative;
  z-index: 4;
}

.integration-beam__card {
  display: flex;
  width: clamp(78px, 6vw, 98px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  padding: 11px;
  border: 1px solid rgba(83, 97, 157, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 18px 42px rgba(36, 54, 116, 0.15),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
  animation: integration-beam-node-float 5.8s ease-in-out infinite;
  transition: scale 300ms cubic-bezier(.2, .8, .2, 1), border-color 300ms ease, box-shadow 300ms ease;
}

.integration-beam__node:nth-child(2) .integration-beam__card {
  animation-delay: -1.4s;
}

.integration-beam__node:nth-child(3) .integration-beam__card {
  animation-delay: -2.8s;
}

.integration-beam__node:nth-child(4) .integration-beam__card {
  animation-delay: -4.2s;
}

.integration-beam__rail--right .integration-beam__card {
  animation-direction: reverse;
}

.integration-beam__card img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  object-fit: contain;
  animation: none !important;
}

.integration-beam__node:hover {
  z-index: 7;
}

.integration-beam__node:hover .integration-beam__card {
  border-color: rgba(70, 66, 252, 0.4);
  box-shadow: 0 24px 56px rgba(35, 56, 132, 0.24), 0 0 0 7px rgba(70, 66, 252, 0.07);
  scale: 1.08;
}

.integration-beam__core {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  display: flex;
  width: clamp(112px, 7.5vw, 138px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(70, 66, 252, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 30px 74px rgba(36, 61, 151, 0.2),
    inset 0 1px 0 #fff,
    0 0 0 17px rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(18px);
  transform: translate(-50%, -50%);
}

.integration-beam__core-pulse {
  position: absolute;
  z-index: -1;
  inset: -20px;
  border: 1px solid rgba(70, 66, 252, 0.16);
  border-radius: inherit;
  animation: integration-beam-core-pulse 4.6s ease-out infinite;
}

.integration-beam__core img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}

@keyframes integration-beam-flow {
  from {
    stroke-dashoffset: 510;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes integration-beam-node-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes integration-beam-glow {
  from {
    transform: translate3d(-3%, -4%, 0) scale(0.97);
  }

  to {
    transform: translate3d(7%, 6%, 0) scale(1.06);
  }
}

@keyframes integration-beam-core-pulse {
  0% {
    opacity: 0.58;
    transform: scale(0.9);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.24);
  }
}

@media (max-width: 767.98px) {
  .elementor-element-f87ff21 .integration-beam {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }

  .integration-beam__stage {
    height: 390px;
    border-inline: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.88) 0 8%, transparent 25%),
      radial-gradient(ellipse closest-side at 50% 50%, rgba(235, 247, 255, 0.72) 0%, rgba(240, 239, 255, 0.48) 40%, rgba(248, 249, 255, 0.1) 70%, transparent 94%);
  }

  .integration-beam__rail {
    top: 11%;
    bottom: 11%;
  }

  .integration-beam__rail--left {
    left: 11px;
  }

  .integration-beam__rail--right {
    right: 11px;
  }

  .integration-beam__card {
    width: clamp(54px, 15vw, 64px);
    padding: 7px;
  }

  .integration-beam__core {
    width: clamp(64px, 18vw, 74px);
    box-shadow: 0 22px 50px rgba(36, 61, 151, 0.18), inset 0 1px 0 #fff, 0 0 0 10px rgba(255, 255, 255, 0.46);
  }

  .integration-beam__core img {
    width: 48%;
    height: 48%;
  }

  .integration-beam__core-pulse {
    inset: -10px;
  }

  .integration-beam__path--glow,
  .integration-beam__path--pulse {
    stroke-dasharray: 34 476;
  }

  .integration-beam__glow {
    width: 70%;
    filter: blur(48px);
  }
}

/* Cursor-driven 3D tilt for the three "how it works" cards. */
@media (hover: hover) and (pointer: fine) {
  .elementor-element-b51974b .elementor-element-e84ed19 {
    perspective: 1200px;
  }

  .elementor-element-b51974b .work__item {
    --card-rotate-x: 0deg;
    --card-rotate-y: 0deg;
    --card-lift: 0px;
    --card-light-x: 50%;
    --card-light-y: 50%;
    --card-media-x: 0px;
    --card-media-y: 0px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transform:
      perspective(1100px)
      rotateX(var(--card-rotate-x))
      rotateY(var(--card-rotate-y))
      translate3d(0, var(--card-lift), 0);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform;
    transition:
      transform 520ms cubic-bezier(.2, .8, .2, 1),
      border-color 360ms ease,
      box-shadow 520ms cubic-bezier(.2, .8, .2, 1) !important;
  }

  .elementor-element-b51974b .work__item::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
      circle 280px at var(--card-light-x) var(--card-light-y),
      rgba(255, 255, 255, 0.72),
      rgba(111, 132, 255, 0.12) 36%,
      transparent 70%
    );
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease;
  }

  .elementor-element-b51974b .work__item.is-tilting {
    --card-lift: -3px;
    border-color: rgba(90, 90, 252, 0.28);
    box-shadow: 0 24px 54px rgba(25, 38, 86, 0.14);
    transition-duration: 90ms, 220ms, 220ms !important;
  }

  .elementor-element-b51974b .work__item.is-tilting::before {
    opacity: 1;
  }

  .elementor-element-b51974b .work__item .features-2__thumb,
  .elementor-element-b51974b .work__item .item-content {
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 520ms cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
  }

  .elementor-element-b51974b .work__item .features-2__thumb {
    transform:
      translate3d(var(--card-media-x), var(--card-media-y), 34px)
      scale(1.012);
  }

  .elementor-element-b51974b .work__item .item-content {
    transform: translate3d(0, 0, 20px);
  }

  .elementor-element-b51974b .work__item.is-tilting .features-2__thumb,
  .elementor-element-b51974b .work__item.is-tilting .item-content {
    transition-duration: 90ms;
  }
}

/* Cursor parallax for the security section imagery; the cards stay anchored. */
@media (hover: hover) and (pointer: fine) {
  .sf .sf__media {
    --sf-image-x: 0px;
    --sf-image-y: 0px;
    overflow: hidden;
  }

  .sf .sf__media img,
  .sf .sf__media:hover img {
    transform: translate3d(var(--sf-image-x), var(--sf-image-y), 0) scale(1.065);
    transform-origin: center;
    transition: transform 700ms cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
  }

  .sf .sf__panel.is-parallax-active .sf__media img {
    transition-duration: 120ms;
  }
}

/* Light wallet CTA with a corner-aligned product mockup. */
.elementor-element-597fcfa {
  --cta-wallet-blue: #176ff2;
  --cta-wallet-ink: #091a35;
  --cta-wallet-muted: #53647d;
  position: relative;
  isolation: isolate;
  margin-top: clamp(100px, 8vw, 120px) !important;
  overflow: visible !important;
  border-block: 1px solid rgba(55, 107, 210, 0.12);
  background:
    radial-gradient(circle at 12% 34%, rgba(69, 124, 255, 0.2), transparent 30%),
    radial-gradient(circle at 70% 82%, rgba(106, 152, 255, 0.13), transparent 32%),
    linear-gradient(120deg, #f8fbff 0%, #edf4ff 48%, #f7f9ff 100%) !important;
}

.elementor-element-597fcfa > .e-con-inner {
  width: 100%;
  max-width: 1600px;
  min-height: 480px;
  padding: 0 32px !important;
  overflow: visible;
}

.elementor-element-597fcfa .cta-wallet {
  position: relative;
  width: 100%;
}

.elementor-element-597fcfa .cta-wallet > .row {
  min-height: 480px;
  align-items: center;
}

.elementor-element-597fcfa .cta-wallet > .row > .col-lg-7 {
  padding-inline-start: clamp(24px, 4vw, 72px);
}

.elementor-element-597fcfa .cta-2__content {
  align-items: flex-start;
  justify-content: center !important;
  gap: 28px;
  height: 100%;
  padding: 52px 0 46px !important;
  text-align: right;
}

.elementor-element-597fcfa .cta-2__content .section-header-2 {
  max-width: 650px;
}

.elementor-element-597fcfa .cta-2__content .section-title,
.elementor-element-597fcfa .cta-2__content .section-title * {
  color: var(--cta-wallet-ink) !important;
}

.elementor-element-597fcfa .cta-2__content .section-header-2 p {
  max-width: 610px;
  color: var(--cta-wallet-muted) !important;
  font-size: 17px;
  line-height: 1.8;
}

.elementor-element-597fcfa .cta-2__content .buttons {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
}

.elementor-element-597fcfa .cta-2__content .buttons .saaslyn-3-btn:not(.v2) {
  color: #fff !important;
  background: linear-gradient(135deg, #1688ff, var(--cta-wallet-blue)) !important;
  box-shadow: 0 14px 32px rgba(23, 111, 242, 0.24);
}

.elementor-element-597fcfa .cta-2__content .buttons .saaslyn-3-btn.v2 {
  color: var(--cta-wallet-ink) !important;
  border: 1px solid rgba(42, 85, 157, 0.17);
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 12px 28px rgba(45, 83, 145, 0.08) !important;
  backdrop-filter: blur(10px);
}

.elementor-element-597fcfa .cta-2__thumb {
  position: relative;
  display: block;
  height: 480px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.elementor-element-597fcfa .cta-2__thumb .thumb-wrapper {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: clamp(-4px, 1vw, 20px);
  width: clamp(620px, 35vw, 670px);
  max-width: none;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.elementor-element-597fcfa .cta-2__thumb .thumb-wrapper img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 28px 40px rgba(14, 43, 91, 0.2));
}

.elementor-element-597fcfa .cta-2__thumb .star-one,
.elementor-element-597fcfa .cta-2__thumb .star-two {
  display: none;
}

@media (min-width: 992px) {
  .elementor-element-597fcfa {
    border-block: 0;
    background: transparent !important;
  }

  .elementor-element-597fcfa .cta-2__thumb .thumb-wrapper {
    left: calc((100vw - min(100vw, 1600px)) / -2 - 32px);
  }

  .elementor-element-597fcfa::before {
    position: absolute;
    z-index: -1;
    inset: 74px 0 0;
    width: auto;
    height: auto;
    min-height: 0;
    border-block: 1px solid rgba(55, 107, 210, 0.12);
    background:
      radial-gradient(circle at 12% 34%, rgba(69, 124, 255, 0.2), transparent 30%),
      radial-gradient(circle at 70% 82%, rgba(106, 152, 255, 0.13), transparent 32%),
      linear-gradient(120deg, #f8fbff 0%, #edf4ff 48%, #f7f9ff 100%);
    content: "";
    pointer-events: none;
  }
}

@media (max-width: 991.98px) {
  .elementor-element-597fcfa {
    margin-top: 72px !important;
    overflow: hidden !important;
  }

  .elementor-element-597fcfa > .e-con-inner {
    min-height: 0;
    padding: 0 18px !important;
  }

  .elementor-element-597fcfa .cta-wallet > .row {
    min-height: 0;
  }

  .elementor-element-597fcfa .cta-wallet > .row > .col-lg-7 {
    padding-inline: 0;
  }

  .elementor-element-597fcfa .cta-2__content {
    gap: 22px;
    padding: 52px 8px 28px !important;
  }

  .elementor-element-597fcfa .cta-2__content .section-header-2,
  .elementor-element-597fcfa .cta-2__content .section-header-2 p {
    max-width: none;
  }

  .elementor-element-597fcfa .cta-2__content .buttons {
    display: flex !important;
    flex-flow: row nowrap !important;
    gap: 8px;
    width: 100%;
  }

  .elementor-element-597fcfa .cta-2__content .buttons .saaslyn-3-btn {
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
    width: auto !important;
    padding-inline-end: 10px;
    font-size: 14px;
  }

  .elementor-element-597fcfa .cta-2__thumb {
    height: min(88vw, 400px);
  }

  .elementor-element-597fcfa .cta-2__thumb .thumb-wrapper {
    left: 44%;
    width: min(112vw, 540px);
    transform: translateX(-50%);
  }
}

@media (max-width: 359.98px) {
  .elementor-element-597fcfa .cta-2__content .buttons .saaslyn-3-btn {
    gap: 4px;
    padding-inline: 5px;
    font-size: 12px;
  }

  .elementor-element-597fcfa .cta-2__content .buttons .btn-v3__icon {
    width: 2.1em;
    height: 2.1em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .integration-beam__path--glow,
  .integration-beam__path--pulse,
  .integration-beam__glow,
  .integration-beam__card,
  .integration-beam__core-pulse,
  .integration-wave__line,
  .integration-wave__glow,
  .integration-wave__core-pulse,
  .integration-orbit__track,
  .integration-orbit__card,
  .integration-orbit__ring::before {
    animation: none !important;
  }

  .nsh.nsh--hero-aware.nsh--past-hero .nsh__pill {
    animation: none;
  }

  .banner-two__thumb picture > img,
  .banner-two__thumb .banner-two__hero-image {
    transform: none;
  }

  .banner-two__float--favorite {
    animation: none !important;
    transform: none;
  }

  .banner-two__float--staking {
    animation: none !important;
    transform: none;
  }
}
