/* Page-specific styles for Finby Theme (EN) */
.main-content-coming-soon {
  overflow: hidden;
}
.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1rem;
  max-width: var(--max-width);
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2;
}
.content.coming-soon .container .row .col-md-12 {
  margin-bottom: -1rem;
}
.blur-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.coming-soon .container .row .headline-hero {
  font-size: 2.2rem;
}
.coming-soon .container .row .body-14r {
  margin-bottom: -3rem;
}
.coming-soon-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  margin-top: auto;
  position: relative;
  top: 1rem;
  overflow: hidden;
}
.coming-soon-img img {
  width: 100%;
  max-width: 33.75rem;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.coming-soon-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: url(../../../images/finby-background-logo.png) no-repeat center
    center;
  background-size: cover;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 767px) {
  .coming-soon .logo {
    max-width: 200px;
  }

  .coming-soon .container .row .headline-hero {
    font-size: 4.25rem;
  }
  .coming-soon-img {
    margin-top: 0;
    width: 83rem;
  }
  .coming-soon-img::before {
    width: 83rem;
  }
}

/* Hero Sekcia */
.hero-section {
  padding: var(--spacing-unit-mobile);
}

.hero-text .hero-body {
  margin-bottom: 2rem;
}

.group-main-wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.background-mobile {
  background-image: url(../../../images/background-logo-finby.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -2rem;
  right: -29%;
  width: 100%;
  height: 34rem;
  pointer-events: none;
  min-width: 66rem;
}

@media (min-width: 767px) {
  .hero-section {
    padding: 0 2rem;
    min-height: 45rem;
    display: flex;
    align-items: center;
  }

  .main-text-column {
    order: 0;
  }
  .hero-text {
    max-width: 35rem;
    width: 100%;
    height: auto;
  }

  .background-mobile {
    background-image: url(../../../images/background-logo-finby.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: -7rem;
    right: -23%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    min-width: 75rem;
    min-height: 39rem;
  }

  .hero-section .container .row {
    display: flex;
    flex-wrap: wrap;
  }
  .card-payment-card {
    height: 7rem;
  }
}

@media (min-width: 992px) {
  .hero-section {
    padding: 0 1rem;
  }

  .background-mobile {
    right: -4%;
  }

  .hero-section .container .row {
    flex-wrap: nowrap;
  }

  .hero-section .container .row > div {
    flex: 0 0 calc(50% - 1.5rem);
  }
}

@media (min-width: 1200px) {
  .hero-section {
    padding: 0rem 4rem 0rem 5rem;
  }

  .hero-section .container .row {
    gap: 5rem;
    flex-wrap: nowrap;
  }

  .hero-section .container .row > div {
    flex: 0 0 calc(50% - 2.5rem);
  }

  .background-mobile {
    right: 8%;
  }
}
@media (min-width: 1300px) {
  .hero-section {
    padding: 0rem 4rem 0rem 11rem;
  }
}

/* Logo Slider Sekcia */
.logo-slider-section {
  position: relative;
  min-height: 275px;
  margin-top: -8rem;
  z-index: -1;
}

.logo-slider-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.logo-slider-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../../../images/slider-background.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  z-index: -1;
  opacity: 1;
  transform: translate(-50%);
  mask-image: linear-gradient(to bottom, transparent, black 4rem);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20rem);
}

.logo-slider-section .logo-slider {
  padding: 1.5rem;
  gap: 5rem;
}
.logo-slider-section .logo-slider-wrapper .owl-stage {
  display: flex;
  align-items: center;
}

.logo-slider-section .logo-img {
  max-width: 7rem;
  object-fit: contain;
  filter: grayscale(50%) brightness(1) contrast(0);
  opacity: 0.4;
}
@media (min-width: 767px) {
  .logo-slider-section {
    margin-top: -10rem;
    min-height: 340px;
  }
  .logo-slider-section::before {
    background-size: cover;
  }
}

/* Card payment section - Mobile-first */
.card-payment-section {
  position: relative;
  padding: var(--spacing-mobile);
}

.card-payment-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 80%;
  background-image: url(../../../images/card-payment-section-tops.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  transform: translate(-50%);
}
.card-payment-left {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.card-payment-title {
  width: 100%;
  margin-bottom: 1.5rem;
}

.card-payment-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card-payment-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-payment-icon {
  width: 2rem;
  height: 2rem;
}

.card-payment-button {
  width: 100%;
  margin: 2rem 0;
}

.card-payment-logos {
  display: flex;
  gap: 1.5rem;
  display: flex;
  justify-content: center;
}

.card-payment-logo {
  max-width: 4.875rem;
  max-height: 2rem;
  object-fit: contain;
}

.card-payment-right {
  background: none;
}

.card-payment-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../../../images/union.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  max-width: 16rem;
  max-height: 20rem;
  flex-shrink: 0;
  stroke-width: 1px;
  stroke: #3d42df;
  opacity: 0.8;
  transform: translate(-50%);
  top: -2rem;
}

.card-payment-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}

.card-payment-card {
  display: flex;
  height: 6.75rem;
  padding: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: var(--border-radius-1);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(32px);
  position: relative;
}

.card-payment-section .card-payment-right .card-payment-card-1 .card-logo {
  width: 8.4375rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.card-payment-section .card-payment-right .card-logo {
  width: 8.4375rem;
  height: 2.5rem;
  flex-shrink: 0;
  object-fit: contain;
  margin: auto;
}

.card-payment-card-1::after {
  content: "";
  position: absolute;
  width: 275px;
  height: 275px;
  top: 0;
  left: 50%;
  border-radius: 21.875rem;
  opacity: 0.6;
  background: var(--Primary-blue-500);
  filter: blur(55px);
  z-index: -1;
  transform: translate(-50%);
}

.card-payment-card-2::before {
  content: "";
  position: absolute;
  width: 9.0625rem;
  height: 9.0625rem;
  flex-shrink: 0;
  background: var(--Secondary-violet-500);
  opacity: 0.4;
  filter: var(--blur-ease);
  z-index: -1;
  top: 0;
  right: 2rem;
}
.card-payment-title {
  margin-left: 0;
}
.card-payment-card-3 {
  display: block;
}
@media (min-width: 767px) {
  .card-payment-title {
    margin-left: 3rem;
  }
  .card-payment-section {
    padding: 10rem 0rem;
  }

  .card-payment-left {
    max-width: 36rem;
  }

  .card-payment-icon {
    width: 24px;
    height: 24px;
  }

  .card-payment-button {
    max-width: max-content;
  }

  .card-payment-cards {
    max-width: 28rem;
    gap: 1.5rem;
  }

  .card-payment-logo {
    max-width: 100px;
    max-height: 40px;
  }

  .card-payment-card {
    height: 100%;
    width: 100%;
    padding: 2.5rem;
  }

  .card-payment-section .card-payment-right .card-payment-card-1 .card-logo {
    max-width: 10rem;
  }

  .card-payment-section .card-payment-right .card-logo {
    height: 5rem;
  }

  .card-payment-section .container .row {
    justify-content: center;
  }

  .card-payment-section .container .row > div {
    flex: 0 0 calc(50% - 2.5rem);
  }

  .card-payment-logos {
    gap: 1rem;
    justify-content: flex-start;
  }
  .card-payment-card-3 {
    display: none;
  }
}
@media (min-width: 992px) {
  .card-payment-section {
    padding: 10rem 2rem;
  }
}
@media (min-width: 1200px) {
  .card-payment-section {
    padding: 8rem 5rem;
  }

  .card-payment-section .container .row {
    gap: 5rem;
    justify-content: flex-start;
  }

  .card-payment-card {
    height: 10rem;
    padding: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .card-payment-section {
    padding: 10rem 11rem;
  }
  .card-payment-section::before {
    height: 130%;
  }
}

/* offer-more section - Mobile-first */
.offer-more-section {
  padding: var(--spacing-mobile);
  position: relative;
}

.offer-more-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Basic-Black);
  z-index: 2;
}

.offer-more-title {
  margin-bottom: 1rem;
}

.offer-more-button {
  width: 100%;
  margin: 2rem 0;
}

.offer-more-slider {
  max-width: var(--max-width);
  margin: auto;
}

.offer-more-slider.owl-carousel {
  position: relative;
  z-index: 2;
}

.offer-more-slider::before {
  content: "";
  width: 4rem;
  height: 7.5rem;
  position: absolute;
  bottom: 0rem;
  left: -1px;
  top: -10px;
  background: linear-gradient(90deg, #16161e 0%, rgba(22, 22, 30, 0) 100%);
  z-index: 3;
}

.offer-more-slider::after {
  content: "";
  width: 4rem;
  height: 7.5rem;
  position: absolute;
  right: -3px;
  top: -10px;
  bottom: 0rem;
  background: linear-gradient(90deg, rgba(22, 22, 30, 0) 0%, #16161e 100%);
  z-index: 2;
}

.offer-more-slider .owl-stage {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 1.5rem;
  box-sizing: content-box;
  touch-action: pan-x;
}

.offer-more-slider .owl-stage::-webkit-scrollbar {
  display: none;
}

.offer-more-slider .owl-item .carousel-item {
  width: 5rem;
  height: 5rem;
  scroll-snap-align: start;
  background: var(--Basic-White);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-1);
  padding: 8px;
  position: relative;
}

.offer-more-slide-image {
  max-width: 4rem;
  max-height: 4rem;
  object-fit: contain;
}

.offer-more-slider .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  text-align: center;
}

.offer-more-slider .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.offer-more-slider .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.offer-more-slider .owl-dot.active span {
  background: var(--Primary-blue-500);
}

.offer-more-col {
  margin: auto;
  flex-direction: column;
}

.offer-more-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.offer-more-slider .owl-stage {
  gap: 1rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .offer-more-slider .owl-stage {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .offer-more-section {
    padding: 6.25rem 0rem;
    max-width: var(--max-width);
  }

  .offer-more-button {
    width: auto;
    margin: auto 0;
  }

  .offer-more-slider {
    width: 100%;
    margin: 4rem auto;
  }

  .offer-more-col {
    max-width: 53.75rem;
    gap: 1.5rem;
  }

  .offer-more-title {
    margin-bottom: 0;
  }

  .offer-more-slider::before {
    width: 16rem;
  }

  .offer-more-slider::after {
    width: 16rem;
  }
}

@media (min-width: 1400px) {
  .offer-more-section {
    margin: auto;
  }
}

/* management-section - Mobile-first */
.management-section {
  padding: 4rem 1.5rem 0 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background: var(--Gray-900, #2f2f39);
}

.management-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../images/management-section-background.png) no-repeat
    center bottom;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.management-col {
  margin: auto;
  gap: 1.5rem;
}

.management-col .management-title {
  display: flex;
  width: 100%;
}

.management-title {
  text-align: left;
}

.management-features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.management-feature {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.management-icon {
  width: 3rem;
  height: 3rem;
}

.management-image-wrapper {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.management-image {
  width: 100%;
  max-width: 68rem;
  height: auto;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

@media (min-width: 768px) {
  .management-section {
    width: 100%;
    padding: 10rem 4rem 0 4rem;
    gap: 5rem;
    align-self: center;
  }

  .management-col {
    max-width: 53.75rem;
    gap: 1.5rem;
    align-items: flex-start;
  }
}

/*digital-section*/
.digital-section {
  display: flex;
  padding: var(--spacing-mobile);
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  align-self: stretch;
  position: relative;
}
.digital-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 40%;
  background-image: url(../../../images/blur-group-108.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
  transform: translateX(-50%);
}

.digital-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 100%;
  height: 200px;
  background: url(../../../images/blur-group-101-big.png) no-repeat bottom
    center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.digital-section .row {
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
  position: relative;
}

.digital-section .digital-right {
  order: 2;
  margin-top: 2rem;
}

.digital-section .digital-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.digital-text {
  margin-bottom: 1rem;
}

.digital-video-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius-1);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(32px);
  overflow: hidden;
  padding: 0;
}

.digital-video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: var(--border-radius-1);
  object-fit: cover;
}

.digital-video {
  width: 100%;
  padding: 0;
  gap: 0.5rem;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: var(--border-radius-1);
  background: transparent;
}

@media (min-width: 992px) {
  .digital-section {
    display: flex;
    width: 100%;
    max-height: 36rem;
    padding: 5rem 0;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
  }

  .digital-section .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5rem;
    align-items: center;
  }

  .digital-section .digital-right {
    order: 0;
    margin-top: 0;
  }

  .digital-section .digital-left {
    gap: 1.5rem;
  }
  .digital-section .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    flex: 1;
    width: auto;
  }

  .digital-left {
    flex: 1;
  }

  .digital-right {
    flex: 1;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .digital-section {
    padding: 7rem 6rem;
  }
}

@media (min-width: 1400px) {
  .digital-section {
    padding: 10rem 11rem;
  }
}

/*spotlight-section*/
.spotlight-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: var(--spacing-mobile);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.spotlight-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../images/top-center-circle-blur.png) no-repeat top
    center;
  z-index: 0;
  pointer-events: none;
  background-size: contain;
}

.spotlight-background {
  background: linear-gradient(
      270deg,
      rgba(22, 22, 30, 0.29) 15.47%,
      rgba(22, 22, 30, 0.9) 100%
    ),
    url("https://devfinbycom.wpenginepowered.com/wp-content/uploads/2025/05/finby-spotlight-section.png")
      center center / cover no-repeat;
  border-radius: var(--border-radius-1);
  width: 94%;
  max-width: 100%;
  position: relative;
  margin: auto;
  height: auto;
  min-height: 13rem;
  background-size: cover;
  background-position: center;
}

.spotlight-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.spotlight-title {
  margin-bottom: 1rem;
}

.spotlight-text {
  margin-bottom: 1.5rem;
  text-align: left;
}

.spotlight-button {
  width: 100%;
}

.spotlight-image-wrapper {
  position: absolute;
  z-index: 1;
}

@media (min-width: 767px) {
  .spotlight-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/top-left-circle-blur.png) no-repeat top left;
    z-index: 0;
    pointer-events: none;
  }
  .spotlight-section {
    padding: 10rem 4rem 3rem 4rem;
  }

  .spotlight-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .spotlight-content .row {
    margin-left: 19rem;
  }

  .spotlight-background {
    z-index: 1;
    width: 100%;
    max-width: 82rem;
    min-height: 36rem;
    background-size: cover;
  }

  .spotlight-button {
    width: auto;
  }
}

/* find-assist section */
.find-assist-section {
  display: flex;
  position: relative;
  padding: var(--spacing-mobile);
}
.find-assist-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: url(../../../images/top-left-circle-blur.png) no-repeat top left;
  background-size: 200px auto;
  z-index: 0;
  pointer-events: none;
}
.find-assist-section .container .row {
  justify-content: center;
}
.find-assist-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 21rem;
}

.find-assist-button {
  width: 100%;
}
@media (min-width: 768px) {
  .find-assist-section {
    display: flex;
    padding: 10rem 4rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .find-assist-section::before {
    background: url(../../../images/blur-group-101-big.png) no-repeat top center;
    background-size: contain;
  }
  .find-assist-col {
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    max-width: 53rem;
  }

  .find-assist-button {
    width: auto;
  }
}

/* Page-specific styles for homepage-layout */

/* Page-specific styles for card-payment-layout */

.global-card {
  width: 100%;
  max-width: var(--max-width);
  align-self: center;
  position: relative;
  background-color: var(--Basic-Black);
  align-items: flex-start;
  gap: 0.5rem;
}

.global-card .container .row .column-left {
  gap: 1rem;
  padding: var(--spacing-mobile, 1rem);
}

.global-card .logos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(3rem, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}

.global-card .logos-grid .card-payment-logo {
  max-width: 4.7rem;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.global-card .image-overlay-container {
  width: 100%;
}

.global-card .card-payment-image {
  width: 100%;
  max-width: 8rem;
}

.global-card .image-overlay-container {
  margin: 0 auto;
  text-align: center;
}

.global-card .primary-image-card-payment,
.global-card .secondary-image-card-payment {
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 0;
  transform: scale(0) rotate(0deg);
  transform-origin: center;
}

.global-card .column-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../../../images/card-payment-map.png) no-repeat center center;
  background-size: cover;
  transform: translateX(-50%);
  z-index: 1;
}

.global-card .column-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--Basic-Black);
  transform: translateX(-50%);
  z-index: 1;
  mask-image: linear-gradient(
    to bottom,
    var(--Basic-Black) 0%,
    transparent 15rem,
    transparent calc(100% - 15rem),
    var(--Basic-Black) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    var(--Basic-Black) 0%,
    transparent 15rem,
    transparent calc(100% - 15rem),
    var(--Basic-Black) 100%
  );
}

.global-card .primary-image-card-payment {
  left: 3rem;
  top: -1rem;
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  animation: spinAndGrow-primary 0.8s forwards 0.5s;
}

.global-card .secondary-image-card-payment {
  top: 3rem;
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  animation: spinAndGrow-secondary 0.7s forwards 0.6s;
}

.visa-images::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.3rem;
  height: 8.3rem;
  background: var(--Primary-blue-500);
  filter: blur(40px);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  animation: switch-animate 1.5s ease-in-out forwards 0.6s;
}
@keyframes spinAndGrow-primary {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes spinAndGrow-secondary {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2) rotate(-25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes switch-animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  .global-card {
    padding: 5rem 3rem;
  }
  .global-card .column-right::before,
  .global-card .column-right::after {
    display: none;
  }
  .global-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url(../../../images/card-payment-map.png) no-repeat center
      center;
    background-size: contain;
    transform: translateX(-50%);
    z-index: 0;
    opacity: 0.8;
  }

  .global-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: var(--Basic-Black);
    transform: translateX(-50%);
    z-index: 0;
    mask-image: linear-gradient(
      to bottom,
      var(--Basic-Black) 0%,
      transparent 15rem,
      transparent calc(100% - 15rem),
      var(--Basic-Black) 100%
    );
    -webkit-mask-image: linear-gradient(
      to bottom,
      var(--Basic-Black) 0%,
      transparent 15rem,
      transparent calc(100% - 15rem),
      var(--Basic-Black) 100%
    );
  }
  .global-card .card-payment-image {
    max-width: 33rem;
  }
  .global-card .secondary-image-card-payment {
    top: 8rem;
    left: -2rem;
  }
  .visa-images::before {
    z-index: 0;
    width: 11.5rem;
    height: 11.5rem;
    filter: blur(60px);
  }
  .visa-images::after {
    content: "";
    position: absolute;
    top: 53%;
    left: 80%;
    width: 100%;
    height: 100%;
    background: url(../../../images/union.png) no-repeat center center;
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: 1;
    animation: switch-animate 0.5s ease-in-out forwards 0.6s;
    background-size: contain;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .visa-images::after {
    left: 73%;
  }
}
@media (min-width: 1200px) {
  .global-card {
    padding: 5rem 4rem 5rem 11rem;
  }
  .visa-images::after {
    left: 62%;
  }
}
.support-section-card-payment > * {
  position: relative;
  z-index: 1;
}

.support-section-card-payment {
  position: relative;
  padding: 4rem 1.5rem 0rem 1.5rem;
}
.support-section-card-payment .tags-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
  gap: 0.5rem;
  justify-items: center;
  align-items: stretch;
  max-width: 100%;
}

.support-section-card-payment .support-section-column {
  gap: 1.5rem;
}

.support-section-card-payment .tag {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--Gray-900, #2f2f39);
  background: transparent;
  color: var(--Gray-300);
  white-space: nowrap;
  color: var(--Gray-300, #ababbd);
}

/*card payment*/
.cards-payments-section {
  position: relative;
  width: 100%;
  align-self: center;
  padding: 2.5rem 1.5rem;
}
.card-payments.demoshop-section {
  padding: 4rem 1.5rem 0.0625rem 1.5rem;
  background: var(--Gray-900, #2f2f39);
}
.card-payments.demoshop-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../images/blur-group-138.png) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.card-payments.demoshop-section .card-payment-image-mobile {
  width: 525px;
  max-width: 100%;
}
.card-payments.demoshop-section .card-payment-image-desktop {
  border-radius: 2rem 0rem 0rem 2rem;
  box-shadow: 0px 0px 160px -8px rgba(0, 0, 0, 0.48);
}
.card-payments.demoshop-section .column-right::before {
  content: "";
  position: absolute;
  bottom: -7rem;
  left: 25%;
  width: 50%;
  height: 100%;
  background: url(../../../images/union.png) no-repeat center bottom;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
  transform: rotate(180deg);
}
.card-payments.demoshop-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../images/ellipse-25.png) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.card-payments.demoshop-section .container .row {
  justify-content: center;
}
.demoshop-wrapper {
  max-width: var(--max-width);
  margin: auto;
}
.card-payments.demoshop-section .column-left {
  gap: 2rem;
}
.card-payments.payment-link-section {
  padding: 4rem 1.5rem 0.0625rem 1.5rem;
  background: var(--Basic-Black, #16161e);
}

.card-payments.payment-link-section .text-payment-link-subtitles {
  gap: 1rem;
}

.needs-payment-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../../../images/blur-group-101.png) no-repeat top center;
  z-index: 0;
  pointer-events: none;
  background-size: contain;
}

.card-payments.payment-link-section .row {
  gap: 3rem;
}

.card-payments.payment-link-section .header-text-payment-link-section {
  gap: 1rem;
}

.cards-payments-section .card-payments-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.cards-payments-section .card-payments-column .btn-secondary-small {
  display: block;
  width: 100%;
}

.cards-payments-section .card-payment-card {
  width: 100%;
  height: auto;
  padding: 1.5rem;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--Gray-900, #2f2f39);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(32px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.cards-payments-section .card-payment-card .card-text {
  gap: 0.5rem;
}

.card-payments.payment-link-section .column-left {
  order: 1;
}

@media (min-width: 767px) {
  .cards-payments-section {
    padding: 6.25rem 0;
  }
  .cards-payments-section .card-payments-column {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    padding: 0 2rem;
  }

  .cards-payments-section .btn-secondary-small {
    display: none;
  }

  .card-payments.demoshop-section {
    padding: 4rem;
  }

  .card-payments.demoshop-section .column-left {
    gap: 1.5rem;
    align-items: flex-start;
    justify-content: center;
  }

  .card-payments.payment-link-section {
    padding: 0;
  }

  .card-payments.payment-link-section .row {
    gap: 0;
    align-items: flex-end;
  }

  .card-payments.payment-link-section .column-left {
    order: 0;
  }

  .card-payments.payment-link-section .column-right {
    align-items: flex-start;
    height: 40rem;
  }

  .card-payments.payment-link-section .header-text-payment-link-section {
    gap: 1.5rem;
  }

  .card-payments.payment-link-section .text-payment-link-subtitles {
    gap: 0.5rem;
  }

  .card-payments.payment-link-section .column-left::before {
    content: "";
    position: absolute;
    top: 23%;
    left: 20%;
    width: 46%;
    height: 46%;
    background: var(--Primary-blue-500);
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    filter: blur(60px);
    border-radius: 100%;
  }

  .card-payments.payment-link-section .column-left::after {
    content: "";
    position: absolute;
    left: -7%;
    bottom: 10%;
    width: 100%;
    height: 100%;
    background: url(../../../images/union.png) no-repeat center;
    background-size: inherit;
    z-index: 1;
    pointer-events: none;
  }

  .card-payments.demoshop-section::before,
  .card-payments.demoshop-section::after {
    display: none;
  }

  .card-payments.demoshop-section .column-right::before {
    transform: rotate(90deg);
    bottom: 0;
    left: -6%;
  }

  .card-payments.demoshop-section .column-right::after {
    content: "";
    position: absolute;
    top: 16%;
    left: -17%;
    width: 52%;
    height: 70%;
    background: var(--Primary-blue-500);
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    filter: blur(60px);
    border-radius: 100%;
  }
}
@media (min-width: 992px) {
  .cards-payments-section .card-payment-card {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .card-payments.demoshop-section {
    padding: 10rem 0rem 10rem 11rem;
  }

  .card-payments.payment-link-section .header-text-payment-link-section {
    gap: 1.5rem;
  }
}

.needs-section-card-payments .card-payments-heading {
  margin-bottom: 1rem;
}

.needs-section-card-payments .needs-card-payment-column {
  gap: 1.5rem;
}

.section-blur-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../../../images/needs-section-card-payments-small.png)
    no-repeat center top;
  background-size: contain;
  transform: translateX(-50%);
  z-index: -2;
  opacity: 1;
}
.needs-section-card-payments {
  padding: var(--spacing-mobile);
}
@media (min-width: 767px) {
  .needs-section-card-payments {
    padding: 6.25rem 4rem;
    align-self: center;
    width: 100%;
  }
  .needs-section-card-payments::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url(../../../images/needs-section-card-payments-small.png)
      no-repeat center center;
    background-size: cover;
    transform: translateX(-50%);
    z-index: -3;
    opacity: 1;

    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 0%,
      black 0%,
      transparent 100%
    );
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 0%,
      black 0%,
      transparent 100%
    );
  }
  .needs-section-card-payments .card-payments-button {
    max-width: max-content;
    align-self: center;
  }
  body.page-template-page-card-payments .blur-container-bottom {
    display: none;
  }
  .blur-top-side {
    position: absolute;
    top: 0;
    right: 0;
    height: 160vh;
    width: 100vw;
    max-width: 61rem;
    background: url(../../../images/top-side-blur.png) no-repeat top right;
    background-size: contain;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
  }
}

/*local-payment-method page*/

/* Existujúce CSS pre .payment-methods-grid a ďalšie elementy */

.hero-subtitle {
  max-width: 40rem;
  width: 100%;
  align-self: center;
  margin: auto;
  padding-bottom: 2rem;
}

.hero-payment-methods {
  margin: 4rem 0;
}
.post-type-archive-local_payment_method .main-wrapper {
  margin-top: 0;
}
.local-payment-methods {
  gap: 1.5rem;
}
.payment-methods-grid {
  display: grid;
  width: 100%;
  column-gap: 2rem;
  row-gap: 1.5rem;
  background: transparent;
  transition: transform 0.2s ease;
  grid-template-columns: repeat(1, 1fr);
}

.container-payment-methods {
  padding: 6.25rem 4rem;
  padding: var(--spacing-mobile);
}

.local-payment-methods .new-markets-section {
  max-width: 55rem;
  gap: 1.5rem;
  padding: 2.5rem 4rem;
}

.payment-methods-grid .payment-method-box {
  border-radius: 1rem;
  border: 1px solid var(--Gray-900);
  padding: 2.5rem;
  padding: 1.5rem;
}
.payment-methods-grid .payment-method-box.coming-soon {
  background: var(--Gray-700);
}
.payment-methods-grid .payment-method-box:hover {
  transform: scale(1.02);
}

.payment-methods-grid .logo-container,
.popup .logo-container {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: var(--Basic-White, #fff);
  max-width: 5rem;
  max-height: 5rem;
}

.payment-method-logo {
  height: 4rem;
  flex: 1 0 0;
  object-fit: contain;
}

.payment-methods-grid .payment-method-title {
  margin: 1.5rem 0 0.5rem 0;
}

.payment-methods-grid .no-results {
  text-align: center;
  padding: 2rem;
}

.search-input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  padding: 0;
}

.search-input::placeholder {
  color: #ccc;
  opacity: 1;
}

.multiselect-open .search-input {
  border: none;
}

#checkboxes {
  margin-top: 0;
}

.search-bar {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  background: var(--Gray-900, #2f2f39);
  max-width: 40rem;
  margin: auto;
}

.search-bar.multiselect-open {
  border-radius: 0.5rem;
  border: 2px solid var(--Primary-blue-600, #3337bb);
  background: var(--Gray-900, #2f2f39);
  box-shadow: 0px 2px 24px 0px rgba(61, 66, 223, 0.64);
}

.multiselect {
  width: 100%;
  position: relative;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  appearance: none;
  cursor: pointer;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

#checkboxes {
  display: none;
  background: var(--Gray-800, #444452);
  border: 1px solid #555;
  border-radius: 0.5rem;
  max-height: 20rem;
  overflow-y: auto;
  position: absolute;
  z-index: 10;
  max-width: 40rem;
  width: 100%;
  margin-top: 1.5rem;
  left: 0;
}

/* Scrollbar styling */
#checkboxes::-webkit-scrollbar {
  width: 0.25rem;
  background: transparent;
}

#checkboxes::-webkit-scrollbar-track {
  background: transparent;
}

#checkboxes::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background: var(--Gray-700, #59596b);
}

#checkboxes {
  scrollbar-width: thin;
  scrollbar-color: var(--Gray-700, #59596b) transparent;
  -ms-overflow-style: none;
}

#checkboxes::-ms-scrollbar {
  width: 0.25rem;
  background: transparent;
}

#checkboxes::-ms-thumb {
  border-radius: 0.5rem;
  background: var(--Gray-700, #59596b);
}

#checkboxes .checkarea {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  position: relative;
}

#checkboxes .checkarea:hover {
  background-color: #555;
}

.checkarea input {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

.customcheck {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  position: relative;
  z-index: 1;
  background: var(--Gray-700, #59596b);
}

.checkarea input:checked ~ .customcheck {
  background: var(--Primary-blue-500);
  background-image: url(../../../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 2px 12px 0px rgba(61, 66, 223, 0.64);
}

.checkarea input:checked ~ .customcheck:after {
  display: block;
}

.country-name {
  color: #fff;
}

.search-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.selected-countries {
  margin: 0.5rem auto;
  max-width: 40rem;
  gap: 0.25rem;
  align-items: center;
}

.selected-countries-list {
  flex-wrap: wrap;
  gap: 0.25rem;
}

.selected-country {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--Gray-900);
  color: var(--Basic-White);
}

@media (min-width: 767px) {
  .hero-title {
    margin-bottom: 1.5rem;
  }
  .hero-subtitle {
    padding-bottom: 2.5rem;
  }
  .payment-methods-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .container-payment-methods {
    padding: 6.25rem 4rem;
  }
  .hero-payment-methods {
    margin: 1.25rem 0 6.25rem 0;
  }
}
@media (min-width: 1200px) {
  .payment-methods-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .payment-methods-grid .payment-method-box {
    border-radius: 1rem;
    border: 1px solid var(--Gray-900);
    padding: 2.5rem;
  }
}
/*Business account page*/
.business-accounts-hero {
  padding: 4rem 1.5rem 0rem 1.5rem;
}
.business-accounts-hero .business-accounts-hero-text {
  gap: 1rem;
}
.business-accounts-hero .column-right {
  align-items: center;
}
.business-accounts-hero .btn-primary {
  width: 100%;
  margin: 2rem 0;
}
.business-accounts-hero .business-accounts-currencies {
  gap: 0.5rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.business-accounts-hero .currencie-field {
  padding: 0.5rem 1rem;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--Gray-900);
  color: var(--Gray-300);
}
.business-accounts-hero .available-in-business-accounts {
  gap: 0.5rem;
}
.business-accounts-alternative {
  padding: var(--spacing-mobile);
}
.business-accounts-alternative .business-account-alternative-text {
  gap: 1rem;
}
.business-accounts-alternative .business-accounts-alternative-column {
  gap: 2rem;
}
.business-accounts-alternative .account-cards {
  gap: 1rem;
  flex-direction: column;
}
.business-additional-accounts {
  padding: var(--spacing-mobile);
  background: var(--Gray-900, #2f2f39);
}
.business-additional-accounts .business-aditional-accounts-col {
  gap: 2rem;
}
.business-additional-accounts .business-aditional-accounts-text {
  gap: 1rem;
}
.features-section {
  padding: var(--spacing-mobile);
}
.features-section .features-section-column {
  gap: 2rem;
}
.features-section .row {
  gap: 2rem;
}
.features-section .feature-cards {
  gap: 1rem;
}
.features-section .feature-cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../images/union.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
  opacity: 1;
  transform: rotate(180deg);
  top: 10rem;
}
.features-section .feature-cards::after {
  content: "";
  width: 17rem;
  height: 17rem;
  flex-shrink: 0;
  border-radius: 17rem;
  background: var(--Primary-blue-500, #3d42df);
  filter: blur(60px);
  position: absolute;
  z-index: -1;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 767px) {
  .features-section {
    padding: 10rem 4rem;
  }
  .features-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url(../../../images/blur-group-109.png) no-repeat left center;
    background-size: contain;
    z-index: -1;
    opacity: 1;
  }
  .features-section .row {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .features-section .feature-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .features-section .feature-cards::before {
    transform: rotate(0);
    top: -3rem;
  }
  .features-section .features-section-column {
    gap: 2.5rem;
    text-align: center;
    max-width: 33rem;
    order: 1;
  }
  .features-section .features-section-column .btn-primary {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .features-section .row {
    flex-direction: row;
  }
  .features-section .features-section-column {
    text-align: left;
  }
}
.manage-your-account {
  padding: var(--spacing-mobile);
  background: var(--Gray-900, #2f2f39);
  min-height: 38rem;
}

.manage-your-account .row {
  height: 27rem;
  padding: 1.5rem;
  border-radius: 2rem;
}
.manage-your-account .manage-your-account-column {
  gap: 1rem;
}
.manage-your-account .option-cards {
  gap: 1rem;
}
.ready-bussiness-account {
  padding: var(--spacing-mobile);
}
.ready-bussiness-account .ready-bussiness-account-column {
  gap: 2rem;
}
@media (max-width: 400px) {
  .manage-your-account {
    height: 100%;
  }
  .manage-your-account .row {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .manage-your-account-column {
    max-width: 18rem;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .business-accounts-hero {
    padding: 3.25rem 0rem 5.25rem 2rem;
  }
  .business-accounts-hero .column-left {
    justify-content: center;
    max-width: 38rem;
  }
  .business-accounts-hero .business-accounts-hero-text {
    gap: 1.5rem;
  }
  .business-accounts-hero .btn-primary {
    max-width: 12.5rem;
  }
  .business-accounts-hero .available-in-business-accounts {
    gap: 1.5rem;
  }
  .business-accounts-alternative .business-account-alternative-text {
    gap: 1.5rem;
  }
  .business-accounts-alternative .business-accounts-alternative-column {
    gap: 2.5rem;
  }
  .business-accounts-alternative .account-cards {
    flex-direction: row;
  }
  .business-additional-accounts {
    padding: 6.15rem 4rem;
  }
  .business-additional-accounts .blur-offer-wrapper {
    display: none;
  }
  .business-additional-accounts .business-aditional-accounts-col {
    max-width: 54rem;
    gap: 1.5rem;
  }
  .business-additional-accounts .container .row {
    justify-content: center;
  }
  .business-additional-accounts .btn-primary {
    max-width: 12.3rem;
    margin: auto;
  }

  .manage-your-account {
    padding: 6.25rem 8rem 6.25rem 4rem;
  }
  .manage-your-account .row {
    min-height: 30rem;
    justify-content: space-between;
  }
  .manage-your-account .manage-your-account-column {
    justify-content: center;
    align-items: flex-end;
  }
  .manage-your-account .left-column {
    max-width: 28rem;
  }
  .manage-your-account .right-column {
    position: relative;
    right: -7rem;
    top: 0rem;
  }
  .manage-your-account .option-cards {
    gap: 2rem;
  }
  .ready-bussiness-account {
    padding: 6.25rem 4rem;
  }
  .ready-bussiness-account .ready-bussiness-account-column {
    gap: 1.5rem;
  }
  .ready-bussiness-account .ready-bussiness-account-column .btn-primary {
    margin: auto;
    max-width: 12.3rem;
  }
}
@media (min-width: 1200px) {
  .business-accounts-hero {
    padding: 6.25rem 0rem 6.25rem 11rem;
  }
  .manage-your-account .left-column {
    margin-left: 2rem;
  }
}
@media (min-width: 1400px) {
  .manage-your-account .left-column {
    margin-left: 7rem;
  }
}
/*pages industries we server ( retail, subscriptions, digital goods ) */
.custom-card-grid-wrapper {
  gap: 1rem;
}

.industrie-we-serve-image-hero {
  margin: auto;
  display: block;
}

.industries-we-serve-cards {
  background: var(--Gray-900, #2f2f39);
  padding: var(--spacing-mobile);
  position: relative;
}

.industries-we-serve-cards .blur-offer-wrapper {
  display: block;
}

.industries-we-serve-cards .custom-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  z-index: 1;
  flex-direction: column-reverse;
}

.industries-we-serve-cards .industry-card-wrapper {
  width: 100%;
}

.industries-we-serve-cards::after {
  content: "";
  width: 17rem;
  height: 17rem;
  flex-shrink: 0;
  border-radius: 17rem;
  background: var(--Primary-blue-500, #3d42df);
  filter: blur(60px);
  position: absolute;
  z-index: 0;
  top: 38%;
  left: 50%;
  transform: translate(-50%);
}

.industries-we-serve-cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  height: 100%;
  background-image: url(../../../images/union-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
  opacity: 1;
}
.industries-we-serve-hero-section {
  padding: var(--spacing-mobile);
}
.industries-we-serve-hero-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 200px;
  width: 100%;
  background: url(../../../images/blur-group-110.png) no-repeat left center;
  background-size: cover;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.industries-we-serve-hero .container .row {
  justify-content: center;
}

.industries-we-serve-see-who {
  padding: var(--spacing-mobile);
  max-width: var(--max-width);
  margin: auto;
}

.industries-we-serve-see-who .row {
  gap: 2rem;
}

.industries-we-serve-see-who-left-column {
  gap: 2rem;
}

.industries-we-serve-see-who-right-column .responsive-image {
  margin: auto;
}

.industries-we-server-hero-column-left {
  gap: 1rem;
}

.industries-we-server-hero-column-right .background-mobile-industries {
  display: none;
}

.page-template-page-industries-we-serve .blur-container-bottom {
  display: block;
}
.industries-we-serve-see-who .industries-we-serve-see-who-right-column::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 70%;
  width: 28rem;
  height: 25rem;
  background-image: url(../../../images/union-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.industries-we-serve-see-who .industries-we-serve-see-who-right-column::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 20%;
  width: 17.6rem;
  height: 17.6rem;
  border-radius: 17.6rem;
  background: var(--Primary-blue-500, #3d42df);
  filter: blur(60px);
  z-index: -1;
}
.page-id-275
  .industries-we-serve-see-who
  .industries-we-serve-see-who-right-column::after {
  background: var(--Secondary-violet-500);
  filter: blur(40px);
  top: 45%;
}
.industries-we-serve-see-who-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  background: url(../../../images/blur-group-108.png) no-repeat bottom center;
  background-size: cover;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
  transform: rotate(180deg);
}
.industry-card-wrapper.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.logo-flex-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.logo-column {
  gap: 0.5rem;
}
.logo-column-second {
  margin-top: 2.5rem;
}
.logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .custom-card-grid-wrapper {
    gap: 2rem;
  }

  .industrie-we-serve-image-hero {
    display: none;
  }

  .industries-we-serve-cards {
    padding: 5rem 2rem;
  }

  .industries-we-serve-cards .blur-offer-wrapper {
    display: none;
  }

  .industries-we-serve-cards .custom-card-grid {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 2rem;
  }

  .industries-we-serve-hero {
    padding: 0.5rem 2rem 8rem 2rem;
  }

  .industries-we-serve-hero .container .row {
    justify-content: flex-start;
  }

  .industries-we-serve-see-who {
    padding: 2.5rem 5rem 4.25rem 5rem;
  }

  .industries-we-serve-see-who .row {
    gap: 0;
  }

  .industries-we-serve-see-who .industries-we-serve-see-who-button {
    max-width: 15.5rem;
  }

  .industries-we-serve-see-who-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 27%;
    width: 100%;
    background: url(../../../images/blur-group-142.png) no-repeat top center;
    background-size: contain;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
  }

  .industries-we-server-hero-column-right .background-mobile-industries {
    background-image: url(../../../images/group-120.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 39rem;
    height: 100%;
    pointer-events: none;
    display: block;
  }
  .industries-we-serve-cards::before {
    top: 6rem;
    left: 40%;
    width: 24%;
    height: 33rem;
    background-image: url(../../../images/union.png);
    transform: rotate(180deg);
    background-size: contain;
  }

  .page-id-197 .industries-we-serve-main::before /*digital-goods*/ {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 230vh;
    background: url(../../../images/blur-group-110-left.png) no-repeat left
      center;
    background-size: contain;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
    transform-origin: top left;
  }

  .page-id-197 .industries-we-serve-see-who::before {
    content: "";
    position: absolute;
    top: -10rem;
    left: 0;
    width: 100%;
    height: 440px;
    background: url(../../../images/blur-group-102.png) no-repeat left center;
    background-size: contain;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
    transform: rotate(180deg);
  }

  .page-id-198 .industries-we-serve-hero::before /*subscription*/ {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 160px;
    margin: auto;
    width: 100vw;
    background: url(../../../images/blur-group-110.png) no-repeat left center;
    background-size: cover;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
    transform: translate(-50%);
  }
  .page-id-275 /*predplatne*/
  .industries-we-serve-see-who
  .industries-we-serve-see-who-right-column::after {
    background: var(--Secondary-violet-500);
    filter: blur(60px);
    top: 25%;
  }
  .page-template-page-industries-we-serve .blur-container-bottom {
    display: none;
  }
  .logo-column {
    gap: 2rem;
  }
  .logo-flex-wrapper {
    gap: 2rem;
  }
  .industries-we-serve-see-who
    .industries-we-serve-see-who-right-column::before {
    top: 45%;
    left: 80%;
    width: 35rem;
    height: 40rem;
  }
  .logo-item img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 992px) {
  .industries-we-serve-cards {
    padding: 6rem 4rem;
  }

  .industries-we-serve-cards .industry-card-wrapper.w-40 {
    flex: 0 0 40%;
  }

  .industries-we-serve-cards .industry-card-wrapper.w-60 {
    flex: 0 0 60%;
  }

  .industries-we-serve-hero {
    padding: 5.5rem 2rem 8rem 2rem;
  }

  .industries-we-serve-see-who {
    padding: 6.25rem 11rem;
  }
  .industries-we-server-hero-column-right .background-mobile-industries {
    width: 55rem;
  }
}

@media (min-width: 1200px) {
  .industries-we-serve-hero {
    max-width: var(--max-width);
    margin: auto;
    padding: 12.5rem 4rem;
  }

  .industries-we-server-hero-column-right .background-mobile-industries {
    width: 70rem;
  }
  .industries-we-serve-see-who-section::before {
    height: 40%;
  }
  .see-who-title {
    max-width: 80%;
  }
}
/*homepage sk- - only-sk. onlysk */
/*online bankove prevody sekcia */

.online-banks-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../images/blur-group-130.png) no-repeat center bottom;
  background-size: inherit;
  z-index: 1;
  pointer-events: none;
}

.online-banks-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  row-gap: 3rem;
  width: 100%;
  height: auto;
  position: relative;
  pointer-events: none;
}

.online-banks-text-section {
  grid-row: 1;
  pointer-events: auto;
  position: static;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  margin: 0 auto;
  max-width: 36rem;
}

.bank-logos {
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
}

.logo-wrap-1,
.logo-wrap-4 {
  background: url(../../../images/union-group-182.png) no-repeat center;
  right: 1rem;
}

.logo-wrap-2,
.logo-wrap-5 {
  background: url(../../../images/circle-group-107.png) no-repeat center;
}

.logo-wrap-3,
.logo-wrap-6 {
  background: url(../../../images/union-group-184.png) no-repeat center;
  left: 1rem;
}
.bank-logo-wrapper {
  width: 100%;
  height: 6rem;
}
.bank-logo-wrapper .bank-logo {
  filter: brightness(0) invert(1);
  max-width: 3.125rem;
  max-height: 2rem;
  object-fit: contain;
}

.logo-wrap-1 .bank-logo {
  right: 4px;
  bottom: 3px;
}

.logo-wrap-2 .bank-logo {
  bottom: 3px;
}

.logo-wrap-3 .bank-logo {
  left: 3px;
}

.logo-wrap-4 .bank-logo {
  right: 3px;
  bottom: 2px;
}
.logo-wrap-6 .bank-logo {
  left: 4px;
}
@media (min-width: 767px) {
  .online-banks-section {
    padding-top: 3rem;
  }
  .online-banks-text-section {
    gap: 0.5rem;
    grid-column: 2;
    grid-row: 2;
    position: relative;
    z-index: 1;
    top: 1rem;
  }
  .online-banks-grid {
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: 13rem 16rem 15rem;
    justify-items: center;
    height: 50rem;
  }
  .bank-logos {
    display: contents;
  }
  .logo-wrap-1,
  .logo-wrap-3,
  .logo-wrap-5 {
    width: 48rem;
    height: 17rem;
    background-image: url(../../../images/instant-bank-background-for-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .logo-wrap-2,
  .logo-wrap-4,
  .logo-wrap-6 {
    width: 36rem;
    height: 17rem;
    background-image: url(../../../images/instant-bank-background-for-logo-rotate.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .bank-logo-wrapper .bank-logo {
    max-width: 5rem;
    max-height: 3rem;
  }
  .logo-wrap-1 {
    grid-column: 3;
    grid-row: 1;
    margin-left: -13rem;
  }
  .logo-wrap-1 .bank-logo {
    top: -1.7rem;
    left: -0.8rem;
  }
  .logo-wrap-2 {
    grid-column: 3;
    grid-row: 2;
    margin-left: -10rem;
  }
  .logo-wrap-2 .bank-logo {
    left: 6.2rem;
    top: -1.3rem;
  }
  .logo-wrap-3 {
    grid-column: 3;
    grid-row: 3;
    margin-right: 15rem;
  }
  .logo-wrap-3 .bank-logo {
    right: 0.8rem;
    bottom: 1.3rem;
    left: auto;
  }
  .logo-wrap-4 {
    grid-column: 1;
    grid-row: 1;
    margin-left: 4rem;
  }
  .logo-wrap-4 .bank-logo {
    left: 6rem;
    bottom: 0.8rem;
  }
  .logo-wrap-5 {
    grid-column: 1;
    grid-row: 2;
    margin-left: -1rem;
  }
  .logo-wrap-5 .bank-logo {
    bottom: 1.5rem;
    right: 0.7rem;
  }
  .logo-wrap-6 {
    grid-column: 1;
    grid-row: 3;
    margin-left: 5rem;
  }
  .logo-wrap-6 .bank-logo {
    left: 6rem;
    bottom: 1rem;
  }
  .online-banks-button {
    max-width: 8.4rem;
    margin: auto;
  }

  @keyframes move-left {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-30px);
    }
    100% {
      transform: translateX(0);
    }
  }

  @keyframes move-right {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(30px);
    }
    100% {
      transform: translateX(0);
    }
  }

  .logo-wrap-1 {
    animation: move-left 6s ease-in-out infinite;
  }

  .logo-wrap-4 {
    animation: move-right 6s ease-in-out infinite;
  }

  .logo-wrap-2 {
    animation: move-right 4s ease-in-out infinite;
  }

  .logo-wrap-5 {
    animation: move-left 4s ease-in-out infinite;
  }

  .logo-wrap-3 {
    animation: move-left 7s ease-in-out infinite;
  }

  .logo-wrap-6 {
    animation: move-right 7s ease-in-out infinite;
  }
}
@media (min-width: 870px) {
  .online-banks-text-section {
    top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .logo-wrap-1 {
    margin-left: -20rem;
  }
  .logo-wrap-4 {
    margin-left: 12rem;
  }
}
@media (min-width: 1200px) {
  .logo-wrap-3 {
    margin-right: 28rem;
  }
  .logo-wrap-6 {
    margin-left: 19rem;
  }
}
@media (min-width: 1300px) {
  .logo-wrap-2 {
    margin-left: -5rem;
  }
}
/*online bankove prevody sekcia */
/*referencie sekcia*/
.references-slider-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.references-slider {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  gap: 2rem;
  cursor: grab;
}
.slider-slide {
  flex: 0 0 100%;
}
.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
}
.slider-dots {
  display: flex;
  gap: 0.5rem;
}
.slider-dot svg {
  width: 0.375rem;
  height: 0.375rem;
}
.slider-dot.active svg circle {
  opacity: 1;
}
.slider-arrow {
  background: none;
  border: none;
  cursor: pointer;
}
.slider-arrow-left svg,
.slider-arrow-right svg {
  width: 1.25rem;
  height: 1.25rem;
}
.slider-arrow.slider-arrow-left {
  transform: rotate(180deg);
}
.references-slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.slider-dots .owl-dots {
  display: flex;
  gap: 0.5rem;
}
.slider-dots .owl-dot span {
  width: 0.375rem;
  height: 0.375rem;
  background: var(--Basic-White);
  opacity: 0.24;
  border-radius: 50%;
  display: block;
}
.slider-dots .owl-dot.active span {
  opacity: 1;
}

.references-section {
  background: var(--Gray-900, #2f2f39);
  padding: var(--spacing-mobile);
  position: relative;
}
.references-section .section-header {
  max-width: 54rem;
  margin: auto;
}
.references-section .section-header .references-button {
  margin: 2rem 0 3rem 0;
  width: 100%;
}
.references-section .blur-offer-wrapper {
  display: block;
}

.references-section .custom-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.references-section .industry-card-wrapper {
  width: 100%;
}

.references-section::after {
  content: "";
  width: 17rem;
  height: 17rem;
  flex-shrink: 0;
  border-radius: 17rem;
  background: var(--Primary-blue-500, #3d42df);
  filter: blur(60px);
  position: absolute;
  z-index: 0;
  top: 38%;
  left: 50%;
  transform: translate(-50%);
}

.references-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  height: 100%;
  background-image: url(../../../images/union-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
  opacity: 1;
}
.references-section .company-text {
  color: var(--Gray-400, #9797ae);
}

.references-section .reference-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.references-section .reference-author-info {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
  order: 2;
}

.references-section .reference-image {
  width: 70px;
  max-height: 2rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
  order: 1;
}

.references-section .reference-text {
  margin-top: 0.5rem;
  order: 3;
}

@media (min-width: 768px) {
  .references-section {
    padding: 5rem 2rem;
  }
  .references-section .section-header .references-button {
    margin: 2.5rem 0;
    width: auto;
  }
  .references-section::before {
    top: 37rem;
    width: 100%;
    height: 30%;
    transform: rotate(270deg);
  }
  .references-section .reference-author-info {
    flex-direction: row;
  }
  .references-section .blur-offer-wrapper {
    display: none;
  }

  .references-section .custom-card-grid {
    flex-wrap: nowrap;
    gap: 2rem;
  }

  .references-section .industry-card-wrapper.w-40 {
    flex: 0 0 40%;
  }

  .references-section .industry-card-wrapper.w-60 {
    flex: 0 0 60%;
  }

  .references-section .reference-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }

  .references-section .reference-author-info {
    order: 2;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .references-section .reference-image {
    order: 1;
    margin-right: 1rem;
  }

  .references-section .reference-text {
    margin-top: 1rem;
    order: 3;
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .references-section {
    padding: 10rem 4rem;
  }
}
/*okamžite bankove prevody*/
.page-id-243 .blur-container-bottom {
  display: none;
}
.instant-bank-transfers .map-layout-wrapper {
  align-items: flex-start;
  flex-wrap: wrap;
}

.instant-bank-transfers .country-buttons {
  gap: 0.5rem;
  width: 100%;
}

.instant-bank-transfers .country-button {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  width: 100%;
  color: var(--Basic-White);
  border: 1px solid var(--Gray-900, #2f2f39);
}

.instant-bank-transfers .country-button.active,
.instant-bank-transfers .country-button:hover {
  background: var(--Gray-50, #dcdce4);
  color: black;
}

.instant-bank-transfers .map-container {
  width: 100%;
  min-height: 500px;
  flex: 1;
}
.instant-bank-transfers .map-container.map--poland {
  aspect-ratio: 1 / 1;
}
.instant-bank-transfers .map-container svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.instant-bank-transfers .map-container svg.active {
  opacity: 1;
}

.instant-bank-transfers .map-container svg [id] {
  transition: transform 0.2s ease;
  cursor: pointer;
}

.instant-bank-transfers .map-container svg [id]:hover {
  transform: scale(1.05);
}

@media (min-width: 767px) {
  .instant-bank-transfers .map-layout-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .instant-bank-transfers .country-buttons {
    width: 26rem;
  }
  .instant-bank-transfers .country-button {
    padding: 2.5rem;
  }
  .instant-bank-transfers .map-container {
    min-height: 500px;
  }

  .instant-bank-transfers {
    position: relative;
    overflow: hidden;
  }

  .instant-bank-transfers::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -70px;
    width: 300px;
    height: 100%;
    background: url(../../../images/blur-group-109.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    transform: rotate(180deg);
    transform-origin: center;
    pointer-events: none;
  }

  .instant-bank-transfers::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 440px;
    height: 640px;
    background: url(../../../images/blur-group-110-right.png) no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: -3;
    pointer-events: none;
  }
}
.header-instant-bank-transfer {
  max-width: 53rem;
  margin: auto;
  gap: 1.5rem;
}
.instat-bank-transfer-layout {
  gap: 5rem;
  padding: 3rem 0 6.25rem 0;
}
/*API page , api stranka*/
/* File: assets/dist/sk/finby_sk.css */
.api-intro {
  padding: 4rem 1.5rem 0rem 1.5rem;
}
.page-template-page-api .main-wrapper {
  margin-top: 0;
}
.api-intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 65%;
  width: 100%;
  background: url(../../../images/blur-group-108.png) no-repeat bottom center;
  background-size: cover;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
  transform: rotate(180deg);
}
.api-intro_left-column {
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}
.api-intro_left-column_hero-text {
  gap: 1rem;
}
.api-intro-image {
  position: sticky;
  bottom: 0;
  max-width: 100%;
  right: 2rem;
}
.api-intro_right-column {
  position: relative;
  right: 2rem;
}
.api-intro_buttons {
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}
/* Free Plugins Section */
.free-plugins {
  padding: var(--spacing-mobile);
}
.free-plugins::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 27%;
  width: 100%;
  background: url(../../../images/blur-group-142.png) no-repeat top center;
  background-size: contain;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.free-plugins::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  right: 0;
  height: 100%;
  width: 100%;
  background: url(../../../images/blur-group-138.png) no-repeat bottom center;
  background-size: contain;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.free-plugins_flex {
  gap: 2rem;
}
.free-plugins_hero-text {
  margin: auto;
  gap: 2rem;
}
.free-plugins .plugins-grid {
  display: grid;
  grid-template-columns: auto;
  gap: 2rem;
  justify-content: center;
}
.free-plugins .plugin-card {
  align-items: flex-start;
  gap: 0.25rem;
  align-self: stretch;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--Gray-900, #2f2f39);
}
.free-plugins .card-image {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
  margin-bottom: 1.5rem;
}
.free-plugins .plugin-card-image {
  height: 100%;
  width: 100%;
  max-width: 5rem;
  max-height: 4rem;
  object-fit: contain;
}
.free-plugins .plugin-item {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  background: #2f2f39;
  width: 100%;
}
.free-plugins .plugin-item svg {
  width: 1.25rem;
  height: 1.25rem;
}
.free-plugins .plugin-name {
  text-align: start;
}
/* Creators E-shop Section */
.creators-eshop {
  padding: var(--spacing-mobile);
  background: var(--Gray-900, #2f2f39);
}

.creators-eshop_title {
  gap: 1rem;
  margin-bottom: 2rem;
}

.creators-eshop_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.creators-eshop-image {
  width: 10rem;
  height: 4rem;
  object-fit: contain;
  margin: 0 auto;
}
.creators-eshop_grid {
  gap: 2.5rem;
}

/* Accounts Systems Section */

.accounts-systems {
  padding: var(--spacing-mobile);
}
.accounts-systems .row {
  gap: 2rem;
}
.accounts-systems_title {
  gap: 1rem;
}
.accounts-systems .card-only-image img {
  width: 100%;
  max-height: 4rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.accounts-systems::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../../../images/blur-group-101-big.png) no-repeat top center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.accounts-systems .accounts-systems-right-column::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  right: -4rem;
  width: 28rem;
  height: 22rem;
  background-image: url(../../../images/union-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
  opacity: 1;
}
.accounts-systems .accounts-systems-right-column::after {
  content: "";
  position: absolute;
  top: 3rem;
  right: 20%;
  width: 12.6rem;
  height: 12.6rem;
  border-radius: 17.6rem;
  background: var(--Secondary-violet-500);
  filter: blur(60px);
  z-index: -1;
}
@media (min-width: 767px) {
  .api-intro {
    padding: 0 4rem;
  }
  .api-intro_left-column_hero-text {
    gap: 1.5rem;
  }

  .api-intro_buttons {
    flex-direction: row;
    width: auto;
    gap: 1rem;
  }
  .free-plugins {
    padding: 10rem 0;
  }
  .free-plugins::after {
    bottom: 0;
    background: url(../../../images/blur-group-110.png) no-repeat bottom center;
    background-size: contain;
  }
  .free-plugins_flex {
    gap: 6.25rem;
  }
  .free-plugins .plugins-grid {
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  }
  .free-plugins_hero-text {
    max-width: 53rem;
    margin: auto;
    gap: 1.5rem;
  }
  .free-plugins .plugin-card {
    padding: 2.5rem;
  }
  .free-plugins .card-image {
    margin-bottom: 2rem;
  }
  .creators-eshop {
    padding: 6rem 4rem;
  }
  .creators-eshop_title {
    gap: 1.5rem;
    align-items: center;
    max-width: 53rem;
    margin: auto;
    text-align: center;
  }
  .creators-eshop_flex {
    gap: 2rem;
  }

  .eshop-card[data-row-size="3"] {
    width: calc((100% - 2 * 2rem) / 3);
  }

  .eshop-card[data-row-size="4"] {
    width: calc((100% - 3 * 2rem) / 4);
  }
  .accounts-systems {
    padding: 6rem 2rem;
  }
  .accounts-systems_title {
    gap: 1.5rem;
  }
  .accounts-systems::before {
    background: url(../../../images/blur-group-142.png) no-repeat top center;
    background-size: contain;
  }
  .accounts-systems .row {
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .accounts-systems {
    padding: 10rem 11rem;
  }
}
@media (min-width: 1400px) {
  .accounts-systems .accounts-systems-right-column::before {
    top: 0.4rem;
    right: -4rem;
    width: 28rem;
    background-image: url(../../../images/union-right.png);
    background-size: contain;
  }
}
/*career page  - kariera*/
.career-hero-section {
  overflow: hidden;
}
.video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
}
.video-overlay.is-hidden {
  display: none !important;
}
.video-cover.is-hidden {
  display: none !important;
}
.video-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-play {
  width: 88px;
  height: 88px;
  pointer-events: none;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
  transition: transform 0.2s ease;
}
.video-overlay:hover .video-play,
.video-overlay:focus .video-play {
  transform: scale(1.06);
}
.video-pause-layer {
  position: absolute;
  inset: 0;
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.video-sound-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: saturate(1.2) blur(2px);
}
.video-sound-toggle:focus {
  outline: 2px solid #ffffff55;
  outline-offset: 2px;
}
.career-hero-section::before {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../../../images/blur-group-138.png) no-repeat bottom center;
  background-size: contain;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.career-hero-section .career-hero-video::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  height: 29%;
  width: 100%;
  background: url(../../../images/group-120-mobile.png) no-repeat bottom center;
  background-size: cover;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.career-hero-video {
  padding: 2.5rem 1.5rem;
}
.career-position {
  padding: var(--spacing-mobile);
  gap: 2rem;
  overflow: hidden;
  align-items: center;
}
.career-position .career-position_flex {
  gap: 2rem;
}
.career-position_headline {
  max-width: 100%;
}
.career-position .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.career-position::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../../../images/blur-group-101.png) no-repeat top center;
  background-size: contain;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.career-position::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../../../images/blur-group-138.png) no-repeat bottom center;
  background-size: contain;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.send-cv-button {
  color: var(--Basic-White);
  min-width: 5.75rem;
  text-decoration: none;
}
.career-box-footer {
  margin-top: 1.5rem;
}
.career-hero_left-column {
  padding: 4rem 1.5rem 0rem 1.5rem;
  gap: 2rem;
}
.career-hero-content {
  gap: 1rem;
}
.career-details-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: clamp(0.5rem, 4vw, 1.5rem);
  row-gap: 0.5rem;
  align-items: baseline;
  color: var(--Basic-White);
}

.career_single-field {
  display: contents;
}
.value {
  word-break: break-word;
  overflow-wrap: anywhere;
}
.career-position_buttons {
  gap: 1rem;
  flex-wrap: wrap;
}
.career-position_buttons-right {
  position: relative;
  left: -0.5rem;
}
.career-hero-section .row {
  padding: 0;
  align-items: center;
}
.career-box {
  width: 100%;
  max-width: 100%;
}

.faces-behind-finby {
  padding: var(--spacing-mobile);
}
.faces-behind-finby::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../../../images/blur-group-101.png) no-repeat top center;
  background-size: contain;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.faces-behindy-finby_header-title {
  gap: 1rem;
}
.faces-behind-finby_flex {
  gap: 2rem;
}
@media (max-width: 400px) {
  .career-details-grid {
    display: flex;
    flex-direction: column;
  }
  .career-position_buttons-right {
    left: -1rem;
  }
}
@media (min-width: 768px) {
  .career-hero-section {
    padding: 0 1rem;
  }
  .blur-container-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 230vh;
    background: url(../../../images/blur-group-110-left.png) no-repeat left
      center;
    background-size: contain;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
    transform-origin: top left;
  }
  .blur-container-right::before {
    content: "";
    position: absolute;
    top: 0;
    right: -2rem;
    height: 120rem;
    width: 35rem;
    background: url(../../../images/blur-group-109-right.png) no-repeat right
      center;
    background-size: contain;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
  }
  .career-hero_left-column {
    padding: 0rem 1.5rem 0rem 1.5rem;
  }
  .career-hero-section .row {
    padding: 5rem 0;
  }
  .career-hero-section::before {
    background: none;
  }

  .career-position {
    padding: 10rem 1.5rem;
  }
  .career-position .career-position_flex {
    gap: 2.5rem;
  }
  .career-position_headline {
    max-width: 53rem;
    margin: auto;
  }
  .career-position .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .career-position_buttons-right {
    padding-left: 2.5rem;
  }
  .career-position::before {
    background: none;
  }
  .career-position::after {
    bottom: 0;
    right: 0;
    height: 200px;
    background: url(../../../images/blur-group-110.png) no-repeat bottom center;
    background-size: cover;
  }
  .faces-behind-finby {
    padding: 10rem 4rem 10rem 4rem;
  }
  .faces-behind-finby::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../../../images/blur-group-102-reverse.png) no-repeat top
      center;
    background-size: contain;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
  }
  .faces-behind-finby_flex {
    gap: 2.5rem;
  }
  .faces-behindy-finby_header-title {
    gap: 1.5rem;
    max-width: 40rem;
  }
}
@media (min-width: 992px) {
  .career-hero-section {
    padding: 5rem 1rem;
  }
  .career-hero-video {
    padding: 0;
  }

  .career-hero-section .career-hero-video::before {
    top: -2rem;
    right: -5rem;
    height: 40rem;
    background: url(../../../images/group-120.png) no-repeat bottom center;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .career-hero-section .career-hero-video::before {
    top: 0;
  }
  .career-position .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .career-box {
    width: 100%;
    max-width: 26rem;
  }
}
/* company page - about us*/
/* Base (Mobile-first) */
.blur-side-company {
  position: absolute;
  top: 0;
  right: 0;
  height: 160vh;
  width: 100vw;
  max-width: 61rem;
  background: url(../../../images/blur-group-138-right.png) no-repeat top right;
  background-size: contain;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.company-hero {
  position: relative;
  width: 100%;
  min-height: 100vh; /* Full viewport height */
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}

.company-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 200px;
  background: url(../../../images/blur-group-110.png) no-repeat bottom center;
  background-size: cover;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.company-hero .hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
      90deg,
      transparent,
      var(--Basic-Black) 10ex,
      var(--Basic-Black) calc(100% - 25ex),
      transparent
    ),
    linear-gradient(
      180deg,
      transparent,
      var(--Basic-Black) 10ex,
      var(--Basic-Black) calc(100% - 10ex),
      transparent
    );
  -webkit-mask-composite: intersect;
  mask-composite: intersect;
  mask-image: linear-gradient(
      90deg,
      transparent,
      var(--Basic-Black) 0ex,
      var(--Basic-Black) calc(100% - 25ex),
      transparent
    ),
    linear-gradient(
      180deg,
      transparent,
      var(--Basic-Black) 10ex,
      var(--Basic-Black) calc(100% - 10ex),
      transparent
    );
}

.company-hero .hero-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.company-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
  z-index: 1;
}

.company-hero .hero-content {
  position: relative;
  z-index: 2;
  color: white;
  width: 100%;
}

.company-hero .hero-content_flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.company-hero .hero-content_text {
  padding: var(--spacing-mobile);
  margin-top: 16rem;
}

@media (min-width: 767px) {
  .company-hero {
    height: auto;
    padding-bottom: 5rem;
  }

  .company-hero .hero-content_text {
    padding: 0 4rem;
    margin-top: 26rem;
  }
  .company-hero .hero-content_flex {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .company-hero .hero-content_text {
    padding: 0 7rem;
  }
}
@media (min-width: 1200px) {
  .company-hero .hero-content_text {
    padding: 0 11rem;
  }
  .company-hero .hero-content_flex {
    gap: 2rem;
  }
}
.company-roadmap {
  padding: 4rem 0;
}
.company-roadmap .roadmap-content_flex {
  display: none;
}
.roadmap-content_hero {
  gap: 1rem;
  align-items: flex-start;
  padding: 0 1.5rem;
}
.mobile-roadmap {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  padding: var(--spacing-mobile);
}

.m-row {
  width: min(170px, 90%);
  top: -2px;
}
.m-row svg {
  width: 100%;
  height: 0;
  display: block;
}
.m-row line {
  stroke: #925dff;
  stroke-width: 2;
  opacity: 0.18;
}

.m-node,
.m-dot.mid {
  position: absolute;
  top: 0;
  transform: translate(-20%, -10%);
  z-index: 2;
}
.m-node {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-node[data-idx="0"] {
  left: 0;
  z-index: 1;
}
.m-node[data-idx="1"] {
  right: 0;
  z-index: 1;
}
.m-dot,
.m-dot.mid {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: var(--Secondary-violet-500, #7c42cd);
  filter: drop-shadow(0px 0px 6px #7c42cd);
  cursor: pointer;
  transition: transform 0.25s, opacity 0.25s;
}

.m-curve.right {
  margin-left: 5rem;
  margin-top: -2px;
}
.m-curve.left {
  margin-right: 5rem;
  margin-top: -2px;
}
.m-curve.right .m-dot.mid {
  background: var(--Primary-blue-500, #3d42df);
  position: relative;
}
.m-curve.right .m-year {
  color: var(--Primary-blue-500, #3d42df);
}
.m-curve.left .m-dot.mid {
  background: var(--Secondary-violet-500, #7c42cd);
  position: relative;
}
.m-curve.left .m-year,
.m-row .m-year {
  color: var(--Secondary-violet-500, #7c42cd);
}
.m-curve svg {
  pointer-events: none;
  width: 100%;
  height: auto;
  display: block;
}
.m-curve.right .m-node.mid {
  right: 15px;
  gap: 0.5rem;
  top: 50%;
  transform: translate(50%, -50%);
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
}

.m-curve.left .m-node.mid {
  left: 19px;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: baseline;
}

.mobile-roadmap .item-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: min(160px, 90vw);
  max-width: 160px;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06) 4.5%,
    rgba(255, 255, 255, 0) 93%
  );
  backdrop-filter: blur(32px);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  z-index: 10000;
  box-sizing: border-box;
}

.m-node.is-open .item-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.m-curve.right .m-node.is-open .item-content {
  transform: translate(-100%, -50%) scale(1);
}

.m-curve.left .m-node.is-open .item-content {
  transform: translate(0%, -50%) scale(1);
}

.m-dot:hover,
.m-dot:focus {
  transform: translate(-50%, -50%) scale(1.35);
}
.page-template-page-company .blur-container-bottom {
  display: block;
}
.roadmap-arrow {
  display: none;
}
@media (min-width: 767px) {
  .mobile-roadmap {
    display: none;
  }
  .roadmap-wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative; /* pre pozicionovanie šípok */
    margin-top: 2rem;
  }

  /* Šípky: zobraz, umiestni a sprístupni */
  .roadmap-arrow {
    display: flex; /* bolo: none */
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(12px);
    cursor: pointer;
    z-index: 4;
    padding: 0;
  }
  .roadmap-arrow.left {
    left: -2.5rem;
  }
  .roadmap-arrow.right {
    right: -2.5rem;
  }

  .roadmap-arrow img {
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
  }

  .roadmap-arrow:focus-visible {
    outline: 2px solid var(--brand-purple);
    outline-offset: 2px;
  }
  .company-roadmap {
    padding: 10rem 0;
    --dot-size: 12px;
    --line-height: 2px;
    --brand-purple: var(--Secondary-violet-500, #925dff);
    --bg-dark: #0f0d21;
    --timeline-length: 110%;
    position: relative;
  }

  .company-roadmap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
    width: 100%;
    background: url(../../../images/blur-group-102-top.png) no-repeat top center /
      cover;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
  }
  .company-roadmap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 14rem;
    height: 95%;
    width: 100%;
    background: url(../../../images/group-120.png) no-repeat center center /
      contain;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
  }

  .roadmap-content {
    gap: 4.5rem;
  }
  .roadmap-content_hero {
    gap: 1.5rem;
    align-items: center;
  }

  /* SCROLLER */
  .company-roadmap .roadmap-content_flex {
    display: block;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;

    --popup-space: 265px;
    padding-top: var(--popup-space);
    margin-top: calc(var(--popup-space) * -1);

    scrollbar-width: thin;
    scrollbar-color: var(--Gray-700, #59596b) transparent;
    overscroll-behavior-x: contain;
    cursor: grab;
  }
  .company-roadmap .roadmap-content_flex.is-dragging {
    cursor: grabbing;
  }

  /* vodorovný scrollbar (webkit) */
  .roadmap-content_flex::-webkit-scrollbar {
    height: 0.25rem;
    background: transparent;
  }
  .roadmap-content_flex::-webkit-scrollbar-track {
    background: transparent;
  }
  .roadmap-content_flex::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background: var(--Gray-700, #59596b);
  }

  .company-roadmap .roadmap-items {
    display: inline-flex;
    position: relative;
    align-items: center;
    width: max-content;
    gap: 0;
  }
  .company-roadmap .roadmap-items::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--timeline-length);
    height: var(--line-height);
    transform: translate(-50%, -50%);
    background: linear-gradient(
      to right,
      transparent 0,
      rgba(146, 93, 255, 0.12) 5%,
      #925dff 22%,
      #925dff 78%,
      rgba(146, 93, 255, 0.12) 92%,
      transparent 100%
    );
    z-index: 0;
    pointer-events: none;
  }

  .company-roadmap .roadmap-item {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 4rem;
    scroll-snap-align: center;
    pointer-events: auto;
    cursor: pointer;
  }
  .company-roadmap .roadmap-item::before {
    content: "";
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 50%;
    background: var(--brand-purple);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
    z-index: 2;
  }
  .company-roadmap .roadmap-item:hover::before,
  .company-roadmap .roadmap-item:focus-within::before,
  .company-roadmap .roadmap-item.active::before {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.25);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  }

  .company-roadmap .roadmap-item .year {
    font-size: 0.75rem;
    color: #bfbff6;
    margin-top: 2.2rem;
  }
  .roadmap-item_extra-image {
    width: 6rem;
    object-fit: contain;
    max-height: 2rem;
  }

  .company-roadmap .roadmap-item .item-content {
    position: absolute;
    bottom: calc(100% - 1rem);
    left: 50%;
    transform: translateX(-50%) scale(0.85);
    width: 220px;
    max-width: 70vw;
    padding: 1.25rem;
    border-radius: 1rem;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06) 4.5%,
      rgba(255, 255, 255, 0) 93%
    );
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    backdrop-filter: blur(32px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .company-roadmap .roadmap-item .item-content_flex {
    gap: 0.5rem;
  }
  .company-roadmap .roadmap-item .item-content h3 {
    color: var(--Basic-White);
    margin: 0 0 0.35rem;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 150%;
  }
  .company-roadmap .roadmap-item .item-content p {
    margin: 0;
    font-size: 0.875rem;
    opacity: 0.8;
  }

  .company-roadmap .roadmap-item:hover .item-content,
  .company-roadmap .roadmap-item:focus-within .item-content,
  .company-roadmap .roadmap-item.active .item-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) scale(1);
  }

  .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (min-width: 767px) and (max-width: 1399px) {
  .company-roadmap
    .roadmap-items
    > .roadmap-item:nth-child(-n + 2)
    > .item-content {
    left: 7.5rem;
  }

  .company-roadmap .roadmap-items > .roadmap-item:last-child > .item-content {
    left: -2rem;
  }
}
@media (min-width: 1400px) {
  .roadmap-wrapper {
    width: 100%;
    margin: 0;
    overflow: visible; /* nech nestrihá pop-upy */
    margin-top: 0;
  }

  .company-roadmap {
    overflow-x: visible; /* PC bez horizontálneho scrollu */
  }

  .company-roadmap .roadmap-content_flex {
    display: flex;
    overflow-x: hidden;
    justify-content: center;
  }

  .roadmap-arrow {
    display: none; /* PC bez šípok */
  }
}
@media (max-width: 300px) {
  .m-row {
    width: min(90px, 90%);
  }
  .item-content {
    width: min(120px, 85vw);
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}
/*contact page- kontakt page*/
.page-template-page-contact .main-content {
  margin-top: 0;
}
.page-template-page-contact .blur-container-bottom {
  display: none;
}
.form-control {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: var(--Basic-Black, #16161e);
  width: 100%;
  border: 1px solid transparent;
  color: var(--Gray-600, #6e6e85);
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover,
select:-webkit-autofill {
  appearance: menulist-button;
  background-image: none !important;
  background-color: var(--Basic-Black, #16161e) !important;
  color: var(--Gray-600, #6e6e85) !important;
  -webkit-text-fill-color: var(--Gray-600, #6e6e85) !important;
  transition: background-color 5000s ease-in-out 0s;
}
.form-control::placeholder,
.selected {
  color: var(--Gray-600, #6e6e85);
}
.contact-form {
  gap: 0.5rem;
}
.contact-form .row {
  width: 100%;
  gap: 0.5rem;
}
.contact-form .row > * {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.contact-finby__content {
  gap: 1rem;
  margin: auto;
}
.contact-page .contact-page_row .contact-finby__right {
  background: var(--Gray-900, #2f2f39);
}
.contact-page .contact-page_row .contact-finby__left {
  padding: var(--spacing-mobile);
}
.contact-finby__form-wrapper {
  padding: var(--spacing-mobile);
  flex-direction: column;
  gap: 1.5rem;
}
.contact-finby__form-wrapper_title {
  margin-left: 0.5rem;
}

.info_email {
  color: var(--Primary-blue-400);
}
.contact-finby__info {
  gap: 1rem;
}
.contact-form textarea.form-control {
  resize: vertical;
  overflow: auto;
  min-height: 8rem;
}
.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}
.custom-select-trigger {
  cursor: pointer;
}

.custom-select-placeholder {
  color: var(--Gray-600, #6e6e85);
  white-space: inherit;
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
  display: block;
}
.custom-select-arrow {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  pointer-events: none;
}
.custom-select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #18182c;
  border-radius: 0.5rem;
  margin-top: 4px;
  padding: 0.5rem 0;
  z-index: 10;
}
.custom-select-wrapper.open .custom-select-options {
  display: block;
}
.custom-select-option {
  padding: 0.75rem 1rem;
  color: #fff;
  cursor: pointer;
  white-space: normal;
  transition: background 0.15s;
  border-radius: 0;
  word-break: break-word;
}
.custom-select-option:hover {
  background: #22223c;
}
.custom-select-option.selected {
  background: #22223c;
}
.contact-form .error-message {
  color: #16161e;
  background: #e02756;
  padding: 0.5rem 1rem;
  margin-top: 0.25rem;
  transition: opacity 0.3sease;
  border-radius: 0.5rem;
}
.contact-form .form-control.error {
  border-color: #d32f2f;
  box-shadow: 0 0 5px rgba(211, 47, 47, 0.3);
}
.contact-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.contact-page .contact-page_row {
  flex-direction: column;
}
.btn-submit-form {
  width: 100%;
}
.contact-finby__info-contact {
  justify-content: space-between;
}
.contact-finby__addresses {
  justify-content: space-between;
}
@media (min-width: 500px) {
  .contact-finby__content {
    max-width: 30rem;
  }
}
@media (min-width: 767px) {
  .contact-page .contact-page_row .contact-finby__right {
    align-items: center;
    display: block;
    width: 100%;
    background: transparent;
  }
  .contact-page .contact-page_row .contact-finby__left {
    padding: 0;
  }
  .contact-finby {
    padding: 4.5rem 10rem 0 10rem;
    overflow: visible;
    height: calc(40rem + 10rem * 2);
  }
  .contact-finby__info {
    gap: 3rem;
  }
  .contact-finby__content {
    gap: 2.5rem;
    max-width: 100%;
  }
  .contact-form .row {
    gap: 0;
  }
  .contact-finby__form-wrapper {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(32px);
    padding: 1.5rem;
  }
  .contact-finby__right {
    position: relative;
    overflow: visible;
  }
  .btn-submit-form {
    width: auto;
  }

  .contact-finby__right::before {
    content: "";
    position: absolute;
    top: -8rem;
    bottom: 0;
    left: -5rem;
    right: 0;
    width: 48rem;
    height: 47rem;
    background: url(../../../images/blur-group-112.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    transform-origin: 50% 50%;
    will-change: transform, opacity;
    animation: contact-finby_rotate_primary 30s linear infinite;
  }

  .contact-finby__right::after {
    content: "";
    position: absolute;
    top: -8rem;
    bottom: 0;
    left: -8rem;
    right: 0;
    width: 48rem;
    height: 47rem;
    background: url(../../../images/blur-group-111.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    will-change: transform, opacity;
    animation: contact-finby_rotate_secondary 40s linear infinite reverse,
      contact-finby_pulse 12s ease-in-out infinite;
  }
  @keyframes contact-finby_rotate_primary {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes contact-finby_rotate_secondary {
    from {
      transform: rotate(-90deg);
    }
    to {
      transform: rotate(270deg);
    }
  }
  @keyframes contact-finby_pulse {
    0% {
      opacity: 0.7;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.7;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .contact-finby__right::before,
    .contact-finby__right::after {
      animation: none !important;
    }
  }
}
@media (min-width: 992px) {
  .contact-finby {
    padding: 12.5rem 5rem 0 5rem;
    height: calc(40rem + 8rem * 2);
  }
  .contact-page .contact-page_row {
    gap: 0;
    flex-direction: row;
  }
  .contact-page .contact-page_row .contact-finby__right {
    display: flex;
    justify-content: center;
  }
  .contact-finby__form-wrapper {
    max-width: 33rem;
    display: flex;
  }
  .contact-finby::before {
    content: "";
    position: absolute;
    bottom: -20rem;
    left: 0;
    height: 69%;
    width: 100%;
    background: url(../../../images/blur-group-113.png) no-repeat bottom left;
    background-size: contain;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
  }
  .contact-finby__right::before {
    left: -4rem;
  }
}

/*case study - case-study page*/

.case-study-card_image img {
  max-width: 9rem;
  width: 100%;
  height: 5rem;
  max-height: 100%;
  object-fit: contain;
}

.case-study-card_layout-text {
  flex: 1;
  gap: 0.5rem;
}
.case-study-card_button {
  margin-top: auto;
  align-self: flex-start;
  color: var(--Basic-White);
}
.case-study-hero_layout {
  gap: 1rem;
}

@media (min-width: 767px) {
  .case-study-list::before {
    content: "";
    position: absolute;
    top: 15rem;
    right: -2rem;
    height: 88rem;
    width: 35rem;
    background: url(../../../images/blur-group-109-right.png) no-repeat right
      center;
    background-size: contain;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
  }
  .case-study-hero_layout {
    gap: 1.5rem;
  }
  .case-study-page {
    gap: 6.25rem;
    padding: 6.25rem 0 5rem 0;
  }
}
/*case study single blog - single-blog case-study*/
.single-blog-finby_hero {
  height: 23rem;
  max-width: 100%;
  border-radius: 0;
  background: var(--Gray-900, #2f2f39);
  box-shadow: 0 48px 128px -24px rgba(0, 0, 0, 0.24);
  padding: 1.5rem;
  align-items: flex-end;
}
.case-study-blog_image {
  max-width: 20rem;
}
.case-study-blog_post-meta {
  gap: 0.5rem;
}
.case-study-blog_follow-in {
  gap: 0.5rem;
}
.case-study-blog_follow-in img {
  max-width: 1rem;
  max-height: 1rem;
}
.case-study-contact-block {
  padding: var(--spacing-mobile);
  gap: 2rem;
}
.case-study-contact-block_button {
  color: var(--Basic-White);
}
.single-blog-case-study-layout em {
  color: var(--Primary-blue-100);
}
@media (min-width: 767px) {
  .case-study-blog_post-meta {
    gap: 1.5rem;
  }
  .single-blog-finby_hero {
    height: 40rem;
    max-width: 80rem;
    padding: 2.5rem 5rem 2.5rem 2.5rem;
    border-radius: 2rem;
  }
  .case-study-contact-block {
    padding: 1.5rem 4rem 6.25rem 4rem;
    gap: 1.5rem;
  }
  .single-blog-case-study-layout .single-blog-finby__flex {
    padding: 1.5rem 4rem 6.25rem 4rem;
  }
}

/*dokumenty documents page*/
.documents-finby {
  gap: 1rem;
  padding: 0;
  margin: auto;
}
.documents-list {
  gap: 0.5rem;
  padding: 0 1.5rem;
}
.documents-list-other {
  padding-bottom: 4rem;
}
.documents-list_header {
  gap: 1rem;
}
.document-item {
  justify-content: space-between;
  border-radius: 1rem;
  background: var(--Gray-900);
  padding: 1rem 1.5rem;
}
.documents-genera_layout {
  gap: 0;
}
.documents-list_items {
  gap: 0.5rem;
}
.download-document {
  height: 1.25rem;
  width: 1.25rem;
}
.documents-finby_title {
  padding: var(--spacing-mobile);
}
.document-name {
  max-width: 85%;
}
.documents-finby_title {
  gap: 1rem;
}
@media (min-width: 767px) {
  .documents-page::before {
    content: "";
    position: absolute;
    top: 10rem;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/blur-group-109-right.png) no-repeat right
      center;
    background-size: contain;
    z-index: -1;
    opacity: 1;
  }
  .document-item {
    padding: 1.5rem 2.5rem;
  }
  .documents-list {
    padding: 0;
  }
  .documents-list-other {
    padding-bottom: 0;
  }
  .documents-finby {
    gap: 4rem;
    padding: 5rem;
    max-width: var(--max-width);
  }
  .documents-general_layout {
    gap: 6.25rem;
  }
  .documents-list_header {
    gap: 2rem;
  }
  .documents-finby_title {
    padding: 0;
  }
  .document-name {
    max-width: 95%;
  }
  .documents-finby_title {
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .documents-finby {
    padding: 10rem 11rem;
  }
}
/*licences licenses page*/
.licences-section {
  gap: 2rem;
  width: 100%;
}

.licences-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.licences-content_title {
  padding: var(--spacing-mobile);
}

.malta-subtitle-mobile {
  display: block;
  margin-top: 0.5rem;
}

.licences-wrapper {
  gap: 2rem;
  padding: 0 1.5rem 4rem 1.5rem;
}
.licence-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.licence-text {
  line-height: 1.6;
}

.malta-section .licence-item_subtitle {
  display: none;
}

.slovakia-section .licence-item_subtitle {
  display: none;
}
.malta-section,
.slovakia-section {
  gap: 1rem;
}

@media (min-width: 768px) {
  .licences-section {
    padding: 6rem 4rem;
    gap: 3rem;
  }
  .licences-section::before {
    content: "";
    position: absolute;
    top: 10rem;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/blur-group-109-right.png) no-repeat right
      center;
    background-size: contain;
    z-index: -1;
    opacity: 1;
  }
  .licences-content {
    gap: 4rem;
  }

  .licences-content_title {
    padding: 0;
  }

  .licences-wrapper {
    padding: 0;
    gap: 4rem;
  }

  .licence-items {
    gap: 0.5rem;
  }

  .malta-subtitle-mobile {
    display: none;
  }

  .malta-section .licence-item_subtitle,
  .slovakia-section .licence-item_subtitle {
    display: block;
  }

  .malta-section,
  .slovakia-section {
    gap: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .licences-section {
    max-width: var(--max-width);
    margin: auto;
    padding: 10rem 11rem;
  }
}

/*neziskovky page*/

.neziskovky-hero .hero-inner {
  padding-left: 0;
  gap: 0;
  flex-direction: column;
}
.neziskovky-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
  background: url(../../../images/blur-group-110.png) no-repeat bottom center;
  background-size: contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.neziskovky-hero > .container {
  padding-left: 0;
  padding-right: 0;
}
.neziskovky-hero .hero-copy {
  gap: 1rem;
  padding: 4rem 1.5rem 0 1.5rem;
}
.neziskovky-hero .hero-media {
  flex: 0 0 auto;
}
.neziskovky-hero .hero-image {
  width: 40.13138rem;
  height: 26.86425rem;
  max-width: 100%;
  height: auto;
}
.neziskovky-second {
  background: var(--Gray-900);
  padding: var(--spacing-mobile);
}
.neziskovky-second .blur-offer-wrapper {
  height: 80%;
}
.neziskovky-second .second-wrap {
  width: var(--max-width);
  align-items: center;
  max-width: 100%;
  flex-direction: column;
  top: 3rem;
}
.neziskovky-second .second-title-wrap {
  max-width: 100%;
}
.neziskovky-second .second-overlay-card .editor-content {
  gap: 0;
}
.neziskovky-second .second-bg-block {
  width: 100%;
  max-width: 62rem;
  height: 20rem;
  border-radius: 2rem;

  background: linear-gradient(
      270deg,
      rgba(22, 22, 30, 0.24) 8.71%,
      rgba(22, 22, 30, 0.72) 100%
    ),
    url(../../../images/neziskovky-background.png) center center / cover
      no-repeat;
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  overflow: hidden;
}
.neziskovky-second .second-overlay-card {
  position: relative;
  padding: 1.5rem;
  gap: 0.5rem;
  top: -5rem;
  align-self: stretch;
  border-radius: 1rem;
  background: rgba(22, 22, 30, 0.56);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  width: 90%;
  margin: auto;
}
.neziskovky-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../../../images/blur-group-102-reverse.png) no-repeat top
    center;
  background-size: contain;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.neziskovy-gallery_layout {
  gap: 2rem;
}
.neziskovy-gallery_layout .gallery-header {
  text-align: center;
  padding: 4rem 0 0 0;
}
.owl-carousel-neziskovky .neziskovky-gallery-image {
  max-height: 7rem;
  object-fit: contain;
}
.owl-carousel-neziskovky .owl-stage {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.owl-carousel-neziskovky .owl-stage-outer {
  margin: 0 auto;
}
.gallery-slider-wrapper {
  position: relative;
  max-width: 100%;
  margin: auto;

  /* maskovanie obsahu */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  padding-bottom: 6rem;
}

@media (min-width: 767px) {
  .neziskovky-hero .hero-copy {
    gap: 1.5rem;
  }
  .neziskovky-hero .hero-image {
    width: 100%;
    height: auto;
  }
  .neziskovky-second {
    padding: 6.25rem 4rem;
  }
  .neziskovky-second .blur-offer-wrapper {
    height: 100%;
  }
  .neziskovky-second .second-bg-block {
    flex-direction: column;
    padding-left: 4rem;
    align-items: flex-start;
    justify-content: center;
  }
  .neziskovky-second .second-wrap {
    padding: 2rem 1rem;
    height: auto;
    aspect-ratio: auto;
    top: 0;
  }
  .neziskovky-second .second-title-wrap {
    max-width: 28rem;
  }
  .neziskovky-second .second-overlay-card {
    top: -2rem;
  }
  .neziskovky-second .second-overlay-card .editor-content {
    gap: 1rem;
  }
  .neziskovy-gallery_layout {
    gap: 4rem;
  }
  .neziskovky-gallery {
    padding: 6.25rem 0 11rem 0;
  }
  .neziskovy-gallery_layout .gallery-header {
    padding: 0;
  }
  .gallery-slider-wrapper {
    padding-bottom: 0;
    max-width: 46rem;
  }
  .owl-carousel-neziskovky .owl-stage {
    gap: 4rem;
  }
}

@media (min-width: 1200px) {
  .neziskovky-hero .hero-copy {
    max-width: 40rem;
  }
  .neziskovky-hero .hero-inner {
    padding-left: 11rem;
    gap: 0;
    flex-direction: row;
  }
  .neziskovky-second .second-overlay-card {
    position: absolute;
    right: -3%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 30rem;
  }
  .neziskovky-second .second-bg-block {
    padding-left: 6.8rem;
    justify-content: center;
  }
  .neziskovky-gallery::before {
    top: -5rem;
  }
}
@media (min-width: 1350px) {
  .neziskovky-second .second-overlay-card {
    max-width: 40rem;
  }
}

/*podcasty podcasty-page*/
.podcast-buttons {
  flex-direction: column;
  gap: 0.5rem;
}
.podcast-section-hero_left {
  padding: 4rem 1.5rem 0 1.5rem;
  gap: 2rem;
}
.podcast-section-hero-text {
  gap: 1rem;
}
.podcast-buttons .btn-secondary .button {
  color: var(--Basic-White);
  text-decoration: none;
  gap: 0.5rem;
}
.podcast-buttons .btn-secondary .button-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.podcast-section-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
  background: url(../../../images/blur-group-110.png) no-repeat bottom center;
  background-size: contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
#podcasty-epizody {
  padding: var(--spacing-mobile);
  overflow: hidden;
}
.podcasty-epizody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../../../images/blur-group-102-reverse.png) no-repeat top
    center;
  background-size: contain;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.podcasty-epizody::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../images/blur-group-138.png) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.container-podcast {
  max-width: var(--max-width);
  margin: auto;
}
.podcasty-epizody_wrapper {
  gap: 2rem;
}
.podcast-episode {
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(32px);
  gap: 1.5rem;
  flex-direction: column;
}

.episode-thumb {
  position: relative;
  flex-shrink: 0;
  max-width: max-content;
}
.episode-thumb img {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  object-fit: cover;
}

.episode-play-button {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  margin: 0;
  border-radius: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  width: 2.5rem;
  height: 2.5rem;
}
.episode-play-button img {
  fill: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  width: 1.2rem;
  height: 1.2rem;
}

.episode-meta {
  flex: 1;
  gap: 0.5rem;
}
.episode-date {
  display: block;
  font-size: 0.875rem;
}
.episode-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
.episode-title a {
  text-decoration: none;
  color: inherit;
}
.podcasty-epizody-layout {
  flex-wrap: wrap;
  gap: 0.5rem;
}
.podcast-extra {
  padding: var(--spacing-mobile);
  text-align: center;
}
.podcast-extra::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../../../images/blur-group-101.png) no-repeat top center;
  z-index: 0;
  pointer-events: none;
  background-size: contain;
}
.podcast-extra_contact-btn {
  color: var(--Basic-White);
}
.podcast-extra_wrapper {
  gap: 2rem;
}
@media (min-width: 767px) {
  #podcasty-epizody {
    padding: 10rem 4rem;
  }
  .podcasty-epizody::after {
    content: none;
  }
  .podcast-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .podcast-section-hero_left {
    padding: 0;
    justify-content: center;
    padding-left: 5rem;
  }
  .podcast-section-hero-text {
    gap: 1.5rem;
  }
  .podcast-section-hero_right {
    padding: 6.8rem 2.5rem 5.8rem 2.5rem;
  }
  .podcast-extra_wrapper {
    gap: 1.5rem;
  }
  .podcast-extra {
    padding: 10rem 4rem;
  }
}
@media (min-width: 992px) {
  .podcasty-epizody-layout .podcasty-epizody-layout_col {
    flex: 1 1 calc(50% - 2rem);
  }
  .podcasty-epizody-layout {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .podcast-section-hero_left {
    padding-left: 11rem;
  }
  .podcast-buttons {
    flex-wrap: nowrap;
  }
  .podcast-episode {
    flex-direction: row;
    align-items: center;
  }

  .episode-thumb img {
    width: 7.5rem;
    height: 7.5rem;
  }
  .episode-play-button {
    right: 0.5rem;
    bottom: 0.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .episode-play-button img {
    width: 1.7rem;
    height: 1.7rem;
  }
  .podcasty-epizody_wrapper {
    gap: 2.5rem;
  }
}
/*FAQS - faqs-page*/
.faqs-wrap {
  margin: auto;
}
.faqs-wrap_flex {
  gap: 2rem;
  padding: var(--spacing-mobile);
}
.faqs-layout {
  padding: 0;
  gap: 0;
}
.faqs-head_layout {
  gap: 1rem;
}
.faqs-accordion {
  width: 100%;
  max-width: 50rem;
  padding: 0 1.5rem 4rem 1.5rem;
  margin: auto;
}

.faqs-cats-list {
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.faqs-cat[role="presentation"] {
  padding: 0;
  width: 100%;
}

.faqs-cat .faqs-cat_btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--Gray-900);
  color: var(--Gray-300);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  width: 100%;
  justify-content: center;
}
.faqs-cat.is-active .faqs-cat_btn {
  background: var(--Gray-50, #dcdce4);
  border: none;
  color: var(--Basic-Black);
}
.faqs-cat .faqs-cat_btn:focus-visible {
  outline: 2px solid #888;
  outline-offset: 2px;
}

/* --- Tabbodies (obsah pre každú kategóriu) --- */
.faqs-tabpanel {
  gap: 0.5rem;
}
.faqs-tabpanel[hidden] {
  display: none;
}

/* --- Accordion --- */
.faq-item {
  border-radius: 1rem;
  border: 1px solid var(--Gray-800);
  overflow: hidden;
}
.faq-btn {
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1.5rem;
  cursor: pointer;
}
.faq-btn[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.04);
}
.faq-icon {
  display: inline-flex;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.faq-item.is-open .faq-icon {
  transform: rotate(180deg);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.faq-panel-inner {
  padding: 0 1.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  gap: 1rem;
}
.faqs-cats .faqs-cats-list li::before {
  display: none;
}
/* Optional: reduce motion */
@media (prefers-reduced-motion: reduce) {
  .faq-icon,
  .faq-panel {
    transition: none;
  }
}
@media (min-width: 767px) {
  .faqs-layout {
    padding: 3rem 0;
    gap: 3rem;
  }
  .faqs-head_layout {
    gap: 0.5rem;
  }
  .faqs-cats-list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.25rem;
  }
  .faqs-cat .faqs-cat_btn {
    width: auto;
  }
  .faqs-cat[role="presentation"] {
    width: auto;
  }
  .faqs-wrap {
    padding: 0 4rem;
    width: 100%;
    max-width: 82rem;
    margin: auto;
  }
  .faqs-wrap_flex {
    padding: 0;
  }
  .faqs-accordion {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .faqs-layout {
    padding: 6.25rem 0;
    gap: 5rem;
  }
}
/*Press release page - tlacova-sprava*/
.press-release {
  padding: 0;
}
.blog_content {
  max-width: 47rem;
  margin: auto;
  gap: 1rem;
  padding: var(--spacing-mobile);
}
.back-tp-link {
  width: auto;
  margin: 2rem auto;
  color: var(--Basic-White);
}
@media (min-width: 767px) {
  .blog_content {
    padding: 4rem 0;
  }
}

/*legal page - legalpage*/

.legal-page {
  padding: 0;
  box-sizing: border-box;
}
.legal-finby {
  max-width: 68rem;
  margin: auto;
}

.tab-nav {
  display: flex;
  justify-content: center;
}

.tab-nav_button {
  padding: 0.75rem 1rem;
  cursor: pointer;
  border: none;
  background: transparent;
  transition: all 0.3s ease;
  min-width: 10rem;
  flex: 1;
  text-align: center;
  margin: 0 1.5rem;
}

.tab-nav_button.active {
  background: rgba(255, 255, 255, 0.08);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1.5rem 4rem 1.5rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
}

.documents-columns,
.documents-annual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.documents-list_items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.document-item {
  border-radius: 0.75rem;
}

.document-name {
  margin: 0;
}

@media (min-width: 769px) {
  .legal-page {
    padding: 6.25rem 5rem 10rem 5rem;
  }
  .tab-nav_button {
    flex: 0;
    min-width: inherit;
    margin: 0;
  }

  .tab-content.active {
    padding: 2rem;
    border-radius: 2rem;
    gap: 1.5rem;
  }
  .documents-columns,
  .documents-annual {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .legal-page {
    padding: 6.25rem 11rem 10rem 11rem;
  }
  .tab-content.active {
    padding: 4rem;
  }
}
/* ———————————————————————————————————————————— */
