:root {
    --main-font-family: "Poppins", sans-serif;
}

body.vercly-editor-bg .editor-styles-wrapper {
  background: #181818;
  min-height: 100vh;
}

body.vercly-editor-bg h1 {
    color: white;
}

body.vercly-editor-bg .block-editor-writing-flow,
body.vercly-editor-bg .block-editor-block-list__layout {
  background: #181818;
}

html body.vercly-editor-bg :where(.wp-block) {
    max-width: calc(100% - 50px);
}

body.vercly-editor-bg .block-editor-writing-flow {
  background: #181818;
}

body.vercly-editor-bg .block-editor-rich-text__editable,
body.vercly-editor-bg .wp-block-paragraph {
  color: #ffffff;
}

body.vercly-editor-bg .block-editor-rich-text__editable:empty::before {
  color: rgba(255,255,255,0.5);
}

body.vercly-editor-bg .block-editor-block-list__block.is-selected {
  outline-color: rgba(255,255,255,0.35);
}


/*
▄▀▀ ██▀ ▄▀▀ ▀█▀ █ ▄▀▄ █▄ █    █▄█ ██▀ ▄▀▄ █▀▄ ██▀ █▀▄ 
▄█▀ █▄▄ ▀▄▄  █  █ ▀▄▀ █ ▀█    █ █ █▄▄ █▀█ █▄▀ █▄▄ █▀▄ 
*/

.c-section-header {
    position: relative;
}

.c-section-header__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: auto;
    z-index: -2;
}

.c-section-header__title {
    font-family: var(--main-font-family);
    color: white;
    font-size: 72px;
    text-align: center;
    max-width: 1050px;
    line-height: 80px;
    margin: auto;
    font-weight: 600;
}

.c-section-header__title span {
    font-family: var(--main-font-family);
    color: #D1AA34;
    background: linear-gradient(135deg, #BF9B30 0%, #D1AA34 65%, #AA8517 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.c-section-header__desc {
    font-family: var(--main-font-family);
    font-size: 18px;
    line-height: 26px;
    color: white;
    max-width: 1050px;
    margin: 30px auto 0;
    text-align: center;
    font-weight: 400;
}

.c-section-header__actions {
    display: flex;
    margin: 50px auto 0;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.c-section-header__actions a {
    text-decoration: none;
    color: white;
    border-radius: 50px;
    height: 60px;
    padding: 0 30px;
    background-color: #BF9B30;
    background: linear-gradient(135deg, #BF9B30 0%, #D1AA34 65%, #AA8517 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}

.c-section-header__actions a svg {
    fill: white;
    margin-left: 10px;
    display: block;
}

.c-section-header__actions a.c-btn--secondary {
    background: transparent;
    border: 1px solid #D1AA34;
}

@media (max-width: 1024px){
    .c-section-header__inner{
        padding: 0 24px 50px;
    }

    .c-section-header__title{
        font-size: 52px;
        line-height: 60px;
        max-width: 820px;
        padding: 0 10px;
    }

    .c-section-header__desc{
        font-size: 16px;
        line-height: 24px;
        max-width: 820px;
        margin-top: 22px;
        padding: 0 10px;
    }

    .c-section-header__actions{
        margin-top: 36px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .c-section-header__actions a{
        height: 56px;
        padding: 0 24px;
        font-size: 14px;
    }

    .c-section-header__bg {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 767px){
  .c-section-header__inner{
    padding: 0 16px 50px;
  }

  .c-section-header__title{
    font-size: 42px;
    line-height: 46px;
    max-width: 100%;
    padding: 0;
  }

  .c-section-header__desc{
    font-size: 15px;
    line-height: 22px;
    max-width: 100%;
    margin-top: 16px;
    padding: 0;
  }

  .c-section-header__actions{
    margin-top: 26px;
    flex-direction: column;
    gap: 12px;
  }

  .c-section-header__actions a{
    height: 54px;
    padding: 0 18px;
    font-size: 14px;
  }

  .c-section-header__actions a svg{
    margin-left: 8px;
  }
}

@media (max-width: 360px){
  .c-section-header__title{
    font-size: 30px;
    line-height: 36px;
  }
}

/*
█ █ ██▀ █▀▄ ▄▀▀ █   ▀▄▀    █▀ ██▀ ▄▀▄ ▀█▀ █ █ █▀▄ ██▀    █▄ ▄█ ▄▀▄ █▀▄ ▄▀▄ █ █ ██▀ ██▀ 
▀▄▀ █▄▄ █▀▄ ▀▄▄ █▄▄  █     █▀ █▄▄ █▀█  █  ▀▄█ █▀▄ █▄▄    █ ▀ █ █▀█ █▀▄ ▀▄█ ▀▄█ █▄▄ █▄▄ 
*/

.c-vercly-feature-marquee {
  background-color: #fff;
  border-radius: 50px;
  max-width: 1355px;
  width: calc(100% - 50px);
  margin: 110px auto 70px;
}

.c-vfm__top{
  display: flex;
  gap: 30px;
  padding: 0 60px;
}

.c-vfm__left {
  padding-top: 50px;
  display: flex;
  align-items: flex-end;
}

.c-vfm__title {
  font-family: var(--main-font-family);
  font-size: 36px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.c-vfm__title span {
  background: linear-gradient(135deg, #BF9B30 0%, #D1AA34 65%, #AA8517 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.c-vfm__right {
  background-color: rgba(65, 65, 65, 0.7);
  margin-top: -40px;
  border-radius: 25px;
  backdrop-filter: blur(20px);
  position: relative;
  display: flex;
  max-width: 520px;
  width: 100%;
}

.c-vfm__content {
  padding: 30px 10px 10px 30px;
	max-width: 360px;
}

.c-vfm__content h2,
.c-vfm__content h3,
.c-vfm__content h4,
.c-vfm__content h5 {
  font-family: var(--main-font-family);
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px 0;
}

.c-vfm__content h2 span,
.c-vfm__content h3 span,
.c-vfm__content h4 span,
.c-vfm__content h5 span {
  color: #DBB33E;
}

.c-vfm__content p,
.c-vfm__content a {
  font-family: var(--main-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}

.c-vfm__image {
  margin-top: -35px;
  height: calc(100% + 60px);
  max-width: 70%;
}

.c-vfm__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.c-vfm__right-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 25px;
}

.c-vfm__right-background svg {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}

.c-vfm__bottom{
  padding: 60px 0;
}

.c-vfm__bottom-title {
  margin: 0 auto;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  width: 100%;
  max-width: calc(100% - 120px);
}

.c-vfm__bottom-title b {
  font-weight: 600;
}

.hypercon-carousel {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.hypercon-carousel__track {
  display: flex;
  align-items: center;
  gap: 10px;
  will-change: transform;
  transform: translate3d(0,0,0);
}

.hypercon-carousel__item {
  flex: 0 0 auto;
  width: auto;
}

.c-vfm__card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 30px;
  background: #EFEFEF;
  white-space: nowrap;
  width: fit-content;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}

.c-vfm__icon svg{
  width: 18px;
  height: 18px;
  display: block;
}

.c-vfm__text{
  margin: 0;
}

@media (max-width: 1300px) {
    .c-vfm__top {
        justify-content: space-between;
    }
    .c-vfm__image {
        max-width: 45%;
    }
    .c-vfm__left {
        max-width: 500px;
    }
    .c-vfm__title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (max-width: 1085px){
  .c-vercly-feature-marquee{
    border-radius: 36px;
    width: calc(100% - 32px);
    margin: 80px auto 50px;
  }

  .c-vfm__top{
    flex-direction: column-reverse;
    padding: 0 24px;
    gap: 30px;
  }

  .c-vfm__left{
    padding-top: 0;
    max-width: 100%;
  }

  .c-vfm__title{
    font-size: 42px;
    line-height: 50px;
  }

  .c-vfm__right{
    border-radius: 28px;
    margin-right: 0;
    max-width: 100%;
  }

  .hypercon-carousel{
    margin-top: 40px;
  }
  .c-vfm__bottom-title {
    max-width: calc(100% - 32px);
  }
  .c-vfm__content h2,
    .c-vfm__content h3,
    .c-vfm__content h4,
    .c-vfm__content h5 {
        font-size: 26px;
        line-height: 32px;
    }
    .c-vfm__content p,
    .c-vfm__content a {
        font-size: 16px;
        line-height: 20px;
    }
    .c-vfm__image {
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 800px) {
    .c-vfm__image {
        width: 100%;
        max-width: 40%;
    }
}

@media (max-width: 767px){
  .c-vercly-feature-marquee{
    border-radius: 28px;
    width: calc(100% - 24px);
    margin: 60px auto 40px;
  }

  .c-vfm__top{
    padding: 0 16px;
    gap: 30px;
  }

  .c-vfm__title{
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .c-vfm__right{
    border-radius: 22px;
  }

  .c-vfm__image img{
    max-width: 100%;
    height: auto;
  }

  .hypercon-carousel{
    margin-top: 28px;
  }

  .hypercon-carousel__item{
    min-width: 160px;
  }

  .c-vfm__bottom-title {
    text-align: center;
  }

  .c-vfm__bottom {
    padding: 30px 0 40px;
  }

  .c-vfm__card p.c-vfm__text {
    font-size: 14px;
    line-height: 15px;
  }
}

@media (max-width: 630px) {
    .c-vfm__right{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .c-vfm__image {
        margin-top: -35px;
        height: auto;
        max-width: calc(100% - 32px);
        width: 250px;
    }
    .c-vfm__content {
        padding: 16px 16px 30px;
        text-align: center;
    }
}

@media (max-width: 360px){
  .c-vfm__title{
    font-size: 24px;
    line-height: 30px;
  }
}


/* 
    █ █ ██▀ █▀▄ ▄▀▀ █   ▀▄▀    █▄ ▄█ ▄▀▄ █▀▄ █ █ █   ██▀ ▄▀▀    ▄▀▄ ▄▀▀ ▄▀▀ ▄▀▄ █▀▄ █▀▄ █ ▄▀▄ █▄ █ 
    ▀▄▀ █▄▄ █▀▄ ▀▄▄ █▄▄  █     █ ▀ █ ▀▄▀ █▄▀ ▀▄█ █▄▄ █▄▄ ▄█▀    █▀█ ▀▄▄ ▀▄▄ ▀▄▀ █▀▄ █▄▀ █ ▀▄▀ █ ▀█ 
*/

.c-vma {
  max-width: 1100px;
  width: calc(100% - 50px);
  margin: 110px auto;
}

.c-vma__header {
  text-align: center;
}

.c-vma__dots {
  display: inline-block;
  color: #DBB33E;
  margin-bottom: 18px;
}

.c-vma__dots circle {
  r: 3px;
}

.c-vma__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 40px;
  color: white;
}

.c-vma__item {
  border-top: 1px solid #4E4E4D;
}

.c-vma__item:last-child {
  border-bottom: 1px solid #4E4E4D;
}

.c-vma__trigger {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.c-vma__bar-left {
  display: flex;
  align-items: center;
}

.c-vma__bar-title {
  font-family: var(--main-font-family);
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-left: 20px;
}

.c-vma__panel {
  overflow: hidden;
  height: 0;
  transition: height .32s ease;
}

.c-vma__panel[hidden] {
  display: block;
}

.c-vma__content {
  padding: 10px 0;
}

.c-vma__content--bullets ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.c-vma__content--bullets li {
  position: relative;
  padding-left: 28px;
  margin: 6px 0;
  line-height: 1.5;
}

.c-vma__content--bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/vercly/vercly-blocks-assets/shield-trust.svg") no-repeat center / contain;
  opacity: 0.95;
}

.c-vma__panel-inner {
  display: grid;
  grid-template-columns: minmax(0, 300px) 1fr;
  gap: 25px;
  align-items: start;
  padding-bottom: 25px;
}

.c-vma__media {
  height: 100%;
}

.c-vma__media img {
  width: 100%;
  max-width: 300px;
  height: 100%;
  display: block;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}

.c-vma__content h2,
.c-vma__content h3,
.c-vma__content h4,
.c-vma__content h5 {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px;
}

.c-vma__content p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin: 10px 0;
}

.c-vma__toggle {
  position: relative;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #4E4E4D;
  flex: 0 0 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-vma__toggle::before,
.c-vma__toggle::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: transform .22s ease, opacity .22s ease;
}

.c-vma__toggle::before {
  transform: rotate(0deg) scaleX(1);
}

.c-vma__toggle::after {
  transform: rotate(90deg) scaleX(1);
}

.c-vma__trigger[aria-expanded="true"] .c-vma__toggle::after {
  transform: rotate(90deg) scaleX(0);
  opacity: 0;
}

.c-vma__trigger:hover .c-vma__toggle {
  filter: brightness(1.1);
  transition: filter .15s ease;
}

.c-vma__accordion.is-dimming .c-vma__bar-title {
  opacity: 0.3;
  transition: opacity .15s ease;
}

.c-vma__accordion.is-dimming .c-vma__item.is-hovered .c-vma__bar-title {
  opacity: 1;
}

@media (max-width: 768px) {
  .c-vma__panel-inner {
    grid-template-columns: 1fr;
  }

  .c-vma__media img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
	
	.c-vma__icon img {
  width: 28px;
  height: 28px;
  max-width: none;
}
}

@media screen and (max-width: 600px) {
  .c-vma__bar-title {
    font-size: 18px;
    line-height: 20px;
    margin-left: 15px;
  }

  .c-vma__toggle {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .c-vma__toggle::before,
  .c-vma__toggle::after {
    width: 10px;
    height: 2px;
  }
}

/*
    ▄▀  █▀▄ ▄▀▄ █▀▄ █ ██▀ █▄ █ ▀█▀    ██▄ ▄▀     █   █ █▀▄ ▄▀▄ █▀▄ █▀▄ ██▀ █▀▄ 
    ▀▄█ █▀▄ █▀█ █▄▀ █ █▄▄ █ ▀█  █     █▄█ ▀▄█    ▀▄▀▄▀ █▀▄ █▀█ █▀  █▀  █▄▄ █▀▄ 
*/
.c-vgs {
  border-radius: 50px;
  padding: 64px;
  max-width: 1355px;
  width: calc(100% - 64px);
  margin: 70px auto 70px;
	border: 1px solid #4e4e4d;
}

.c-vgs__inner {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 32px;
  align-items: stretch;
}

.c-vgs__media {
  width: 100%;
  overflow: hidden;
}

.c-vgs__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.c-vgs__content {
  display: flex;
  align-items: center;
  padding: 10px 16px;
}

.c-vgs__content-inner {
  width: 100%;
}

.c-vgs__content-inner h1,
.c-vgs__content-inner h2,
.c-vgs__content-inner h3,
.c-vgs__content-inner h4,
.c-vgs__content-inner h5 {
  font-size: 36px;
  line-height: 44px;
  margin-top: 0;
  color: #fff;
  font-weight: 400;
}

.c-vgs__content-inner h2 span,
.c-vgs__content-inner h3 span,
.c-vgs__content-inner h4 span,
.c-vgs__content-inner h5 span {
  color: #DBB33E;
}

.c-vgs__content-inner * strong {
  font-weight: 600;
}

.c-vgs__content-inner p,
.c-vgs__content-inner li {
  font-size: 16px;
  line-height: 28px;
  margin-top: 0;
  color: #fff;
	opacity: 0.6;
  font-weight: 400;
}

.c-vgs__content ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.c-vgs__content li {
  position: relative;
  padding-left: 28px;
  margin: 7px 0;
  line-height: 1.5;
}

.c-vgs__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18.184 20'%3E%3Cpath d='M17.642.77a.964.964,0,0,1,.447,1.284l-8.306,17.2a1.89,1.89,0,0,1-.423.582,1.125,1.125,0,0,1-.632.147H7.193a1.125,1.125,0,0,1-.632-.147,1.89,1.89,0,0,1-.423-.582L.089,6.834A.776.776,0,0,1,0,6.485a.433.433,0,0,1,.12-.322.541.541,0,0,1,.392-.144h2.5a.911.911,0,0,1,.57.144,1.051,1.051,0,0,1,.333.466l4.033,9.077L14.932.548A.972.972,0,0,1,16.237.082l1.4.685Z' transform='translate(0 0.015)' fill='%23DBB33E'/%3E%3C/svg%3E") no-repeat center / contain;
}

.c-vgs__content p + ul {
  margin-top: 13px;
}

.c-vgs__content ul + p {
  margin-bottom: 13px;
}

.c-vgs__content-inner p.text-dark,
.c-vgs__content-inner li.text-dark {
  color: #000;
  opacity: 0.7;
}

.vercly-icon-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 30px;
  background: #EFEFEF;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 12px;
  opacity: 1;
}

.vercly-icon-label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 15.998 16'%3E%3Cpath d='M15.418,6.579h0L13.984,5.143V4A2,2,0,0,0,11.99,2H10.846L9.412.565a2.041,2.041,0,0,0-2.821,0L5.157,2H4.013A2,2,0,0,0,2.019,4V5.143L.585,6.579a2,2,0,0,0,0,2.823l1.434,1.436v1.145a2,2,0,0,0,1.994,2H5.157l1.434,1.435a1.993,1.993,0,0,0,2.821,0l1.434-1.435h1.144a2,2,0,0,0,1.994-2V10.838L15.418,9.4a2,2,0,0,0,0-2.823Zm-3.281.229-3.369,3.33a2.117,2.117,0,0,1-2.973,0L4.061,8.473A.667.667,0,1,1,5,7.526L6.732,9.191a.78.78,0,0,0,1.1,0L11.2,5.861a.667.667,0,1,1,.939.947Z' fill='%23bf9b30'/%3E%3C/svg%3E") no-repeat center / contain;
}

.c-vgs__content-inner .vercly-icon-label {
  color: #000;
  opacity: 1;
}

@media (max-width: 900px) {
  .c-vgs__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .c-vgs {
    border-radius: 28px;
    width: calc(100% - 24px);
    margin: 60px auto 40px;
    padding: 32px 16px;
  }
	
	.c-vgs__content {
		padding: 8px;
	}

  .c-vgs__inner {
    gap: 20px;
  }

  .c-vgs__media {
    border-radius: 22px;
  }
}

@media screen and (max-width: 450px) {
    .c-vgs__content-inner h1,
    .c-vgs__content-inner h2,
    .c-vgs__content-inner h3,
    .c-vgs__content-inner h4,
    .c-vgs__content-inner h5 {
        font-size: 28px;
        line-height: 32px;
    }
}

/*
   ▄▀▀ █ █▄ ▄█ █▀▄ █   ██▀    ▀█▀ ██▀ ▀▄▀ ▀█▀    ▄▀▀ ██▀ ▄▀▀ ▀█▀ █ ▄▀▄ █▄ █ 
   ▄█▀ █ █ ▀ █ █▀  █▄▄ █▄▄     █  █▄▄ █ █  █     ▄█▀ █▄▄ ▀▄▄  █  █ ▀▄▀ █ ▀█ 
*/

.c-vcta {
  text-align: center;
  margin: 110px auto;
}

.c-vcta__title {
  max-width: 880px;
  margin: 0 auto 24px;
  font-family: var(--main-font-family);
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.c-vcta__title span {
  font-family: var(--main-font-family);
  background: linear-gradient(135deg, #BF9B30 0%, #D1AA34 65%, #AA8517 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.c-section-header__actions a,
.c-vcta__btn {
  text-decoration: none;
  color: white;
  border-radius: 50px;
  height: 60px;
  padding: 0 30px;
  background-color: #BF9B30;
  background: linear-gradient(135deg, #BF9B30 0%, #D1AA34 65%, #AA8517 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}

.c-section-header__actions a svg,
.c-vcta__btn svg {
  fill: white;
  margin-left: 10px;
  display: block;
}

@media (max-width: 1024px){
  .c-vcta{
    margin: 80px auto 50px;
    padding: 0 24px;
  }

  .c-vcta__title{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
    max-width: 720px;
  }

  .c-vcta__btn{
    height: 56px;
    padding: 0 24px;
    font-size: 14px;
  }
}

@media (max-width: 767px){
  .c-vcta{
    margin: 60px auto 40px;
    padding: 0 16px;
  }

  .c-vcta__title{
    font-size: 28px;
    line-height: 34px;
    max-width: 100%;
  }
}

@media (max-width: 360px){
  .c-vcta__title{
    font-size: 24px;
    line-height: 30px;
  }
}

/*
   █▀ ▄▀▄ ▄▀▄ 
   █▀ █▀█ ▀▄█ 
*/

.c-vfaq {
  max-width: 800px;
  width: calc(100% - 50px);
  margin: 110px auto;
}

.c-vfaq__header {
  text-align: center;
}

.c-vfaq__dots {
  display: inline-block;
  color: #DBB33E;
  margin-bottom: 18px;
}

.c-vfaq__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 40px;
  color: white;
}

.c-vfaq__item {
  border-top: 1px solid #4E4E4D;
}

.c-vfaq__item:last-child {
  border-bottom: 1px solid #4E4E4D;
}

.c-vfaq__trigger {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.c-vfaq__bar-left {
  display: flex;
  align-items: center;
}

.c-vfaq__bar-title {
  font-family: var(--main-font-family);
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-left: 20px;
}

.c-vfaq__panel {
  overflow: hidden;
  height: 0;
  transition: height .32s ease;
}

.c-vfaq__panel[hidden] {
  display: block;
}

.c-vfaq__panel-inner {
  padding-bottom: 25px;
}

.c-vfaq__content {
  padding: 10px 0;
}

.c-vfaq__content--bullets ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.c-vfaq__content--bullets li {
  position: relative;
  padding-left: 28px;
  margin: 6px 0;
  line-height: 1.5;
}

.c-vfaq__content--bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/vercly/vercly-blocks-assets/shield-trust.svg") no-repeat center / contain;
  opacity: 0.95;
}

.c-vfaq__content h2,
.c-vfaq__content h3,
.c-vfaq__content h4,
.c-vfaq__content h5 {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px;
}

.c-vfaq__content p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin: 10px 0;
}

.c-vfaq__toggle {
  position: relative;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #4E4E4D;
  flex: 0 0 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-vfaq__toggle::before,
.c-vfaq__toggle::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: transform .22s ease, opacity .22s ease;
}

.c-vfaq__toggle::after {
  transform: rotate(90deg) scaleX(1);
}

.c-vfaq__trigger[aria-expanded="true"] .c-vfaq__toggle::after {
  transform: rotate(90deg) scaleX(0);
  opacity: 0;
}

.c-vfaq__trigger:hover .c-vfaq__toggle {
  filter: brightness(1.1);
  transition: filter .15s ease;
}

.c-vfaq__accordion.is-dimming .c-vfaq__bar-title {
  opacity: 0.3;
  transition: opacity .15s ease;
}

.c-vfaq__accordion.is-dimming .c-vfaq__item.is-hovered .c-vfaq__bar-title {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .c-vfaq__bar-title {
    font-size: 18px;
    line-height: 20px;
    margin-left: 15px;
  }

  .c-vfaq__toggle {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .c-vfaq__toggle::before,
  .c-vfaq__toggle::after {
    width: 10px;
    height: 2px;
  }
}


/* ============================================================
   VERCLY – PRODUCT HERO BLOCK
   BEM prefix: c-product-hero  (left copy)
               c-php-*         (pipeline nodes)
   ============================================================ */

.c-product-hero {
  --ph-bg:        #181818;
  --ph-gold:      #D1AA34;
  --ph-gold-mid:  #BF9B30;
  --ph-gold-dark: #AA8517;
  --ph-gold-lt:   #E8C84A;
  --ph-border:    #4e4e4d;
  --ph-text:      #ffffff;
  --ph-dim:       rgba(255,255,255,0.6);
  --ph-hint:      rgba(255,255,255,0.35);
  --ph-font:      'Poppins', sans-serif;
  --ph-max-w:     1355px;

  --ph-grad-btn:
    linear-gradient(115deg,
      #AA8517 0%, #BF9B30 20%, #D1AA34 40%,
      #E8C84A 55%, #D1AA34 70%, #BF9B30 85%, #AA8517 100%);

  --ph-grad-gold:
    linear-gradient(135deg,
      rgb(191,155,48) 0%, rgb(209,170,52) 65%, rgb(170,133,23) 100%);
}

/* ── SECTION ── */
.c-product-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 24px;
  background: var(--ph-bg);
}

/* ── WAVE BACKGROUND ── */
.c-product-hero__waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden; /* contain waves within section */
}
.c-product-hero__waves img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  min-width: 1200px;
  opacity: 0.18;
  object-fit: cover;
}

/* ── INNER GRID ── */
.c-product-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--ph-max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr); /* minmax(0) prevents overflow */
  gap: 0 56px;
  align-items: center;
}

/* ── LEFT ── */
.c-product-hero__left {
  min-width: 0; /* prevents grid blowout */
}

/* PILL */
.c-product-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(191,155,48,.35);
  background: rgba(191,155,48,.08);
  border-radius: 40px;
  padding: 5px 16px;
  font-family: var(--ph-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ph-gold);
  margin-bottom: 24px;
}
.c-product-hero__pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ph-gold);
  flex-shrink: 0;
  animation: ph-blink 2s ease-in-out infinite;
}
@keyframes ph-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: .3; }
}

/* H1 */
.c-product-hero__h1 {
  font-family: var(--ph-font);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.025em;
  color: var(--ph-text);
  margin: 0 0 14px;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* H2 */
.c-product-hero__h2 {
  font-family: var(--ph-font);
  font-size: clamp(20px, 2.6vw, 36px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.015em;
  color: var(--ph-text);
  opacity: .8;
  margin: 0 0 24px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.c-product-hero__h2 mark {
  background-image: var(--ph-grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font: inherit;
}

/* LEAD */
.c-product-hero__lead {
  font-family: var(--ph-font);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 300;
  line-height: 1.8;
  color: var(--ph-dim);
  margin: 0 0 36px;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* BUTTONS */
.c-product-hero__actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 52px;
  padding: 4px;
  overflow: visible;
}

.c-product-hero__actions .c-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 0 30px;
  border-radius: 50px;
  text-decoration: none;
  font-family: var(--ph-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
}
.c-product-hero__actions .c-btn .c-btn__label,
.c-product-hero__actions .c-btn .c-btn__icon {
  position: relative;
  z-index: 1;
}
.c-product-hero__actions .c-btn .c-btn__icon {
  display: inline-flex;
  align-items: center;
}
.c-product-hero__actions .c-btn .c-btn__icon svg {
  display: block;
  fill: currentColor;
}

/* Primary */
.c-product-hero__actions .c-btn--primary {
  border: none;
  color: #fff;
  background: var(--ph-grad-btn);
  background-size: 220% 100%;
  background-position: 0% 50%;
  transition:
    background-position .65s cubic-bezier(.4,0,.2,1),
    transform .15s ease,
    box-shadow .25s ease;
}
.c-product-hero__actions .c-btn--primary:hover {
  background-position: 100% 50%;
  box-shadow: 0 6px 28px rgba(209,170,52,.35);
  transform: translateY(-2px);
  color: #fff;
}
.c-product-hero__actions .c-btn--primary:active {
  transform: scale(.97) translateY(0);
  box-shadow: none;
  background-position: 50% 50%;
}
.c-product-hero__actions .c-btn--primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.36) 50%, transparent 100%);
  transform: skewX(-18deg);
  pointer-events: none;
}
.c-product-hero__actions .c-btn--primary:hover::after {
  animation: ph-shimmer .6s ease forwards;
}
@keyframes ph-shimmer {
  from { left: -100%; }
  to   { left: 160%;  }
}

/* Secondary */
.c-product-hero__actions .c-btn--secondary {
  background: transparent;
  border: 1px solid var(--ph-gold);
  color: var(--ph-text);
  transition: transform .15s ease, border-color .22s ease;
}
.c-product-hero__actions .c-btn--secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--ph-grad-btn);
  transform: translateY(102%);
  transition: transform .3s cubic-bezier(.22,1,.36,1);
  border-radius: 50px;
  pointer-events: none;
}
.c-product-hero__actions .c-btn--secondary:hover {
  transform: translateY(-2px);
  border-color: transparent;
  color: #fff;
}
.c-product-hero__actions .c-btn--secondary:hover::before {
  transform: translateY(0);
}
.c-product-hero__actions .c-btn--secondary:active {
  transform: scale(.97) translateY(0);
}

/* COUNTERS */
.c-product-hero__counters {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.c-product-hero__counter-number {
  font-family: var(--ph-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var(--ph-gold);
  margin-bottom: 4px;
  font-variant-numeric: tabular-nums;
}
.c-product-hero__counter-label {
  font-family: var(--ph-font);
  font-size: 11px;
  font-weight: 400;
  color: var(--ph-hint);
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* DIVIDER */
.c-product-hero__divider {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(to bottom,
    transparent,
    var(--ph-border) 20%,
    var(--ph-border) 80%,
    transparent);
}

/* RIGHT */
.c-product-hero__right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  min-width: 0; /* prevents grid blowout */
}

.c-product-hero__right-html { width: 100%; }
.c-product-hero__right-image { margin: 0; width: 100%; }
.c-product-hero__right-image img { width: 100%; height: auto; display: block; }

/* PIPELINE */
.c-product-hero__pipeline {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.c-php-track {
  position: absolute;
  left: 27px;
  top: 28px;
  bottom: 32px;
  width: 2px;
  background: rgba(191,155,48,.15);
  border-radius: 2px;
  overflow: hidden;
  z-index: 0;
}
.c-php-track-fill {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  background: linear-gradient(to bottom, #D1AA34, rgba(191,155,48,.25));
  height: 0%;
  border-radius: 2px;
  animation: ph-fill-track 2.2s cubic-bezier(.4,0,.2,1) .3s forwards;
}
@keyframes ph-fill-track { to { height: 100%; } }

.c-php-node {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 24px 0;
  opacity: 0;
  transform: translateX(12px);
  animation: ph-node-in .45s ease-out forwards;
  cursor: default;
}
.c-php-node:first-of-type { padding-top: 0; }
.c-php-node:nth-child(2) { animation-delay: .1s;  }
.c-php-node:nth-child(3) { animation-delay: .65s; }
.c-php-node:nth-child(4) { animation-delay: 1.2s; }
@keyframes ph-node-in { to { opacity: 1; transform: translateX(0); } }

.c-php-dot {
  position: relative;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  z-index: 1;
}
.c-php-dot-inner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #181818;
  border: 1.5px solid rgba(191,155,48,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.c-php-node.is-active .c-php-dot-inner,
.c-php-node:hover     .c-php-dot-inner {
  border-color: var(--ph-gold);
  background: #1e1b10;
  box-shadow: 0 0 0 8px rgba(191,155,48,.08), 0 0 22px rgba(191,155,48,.2);
}
.c-php-dot-inner svg {
  width: 22px;
  height: 22px;
  stroke: rgba(191,155,48,.28);
  transition: stroke .3s;
}
.c-php-node.is-active .c-php-dot-inner svg,
.c-php-node:hover     .c-php-dot-inner svg { stroke: var(--ph-gold); }

.c-php-dot-inner {
  font-family: var(--ph-font);
  font-size: 18px;
  font-weight: 700;
  color: rgba(191,155,48,.35);
  transition: color .3s;
}

.c-php-node.is-active .c-php-dot-inner,
.c-php-node:hover     .c-php-dot-inner {
  color: var(--ph-gold);
}

.c-php-ring {
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid transparent;
  pointer-events: none;
}
.c-php-node.is-active:not(.is-paused) .c-php-ring {
  border-color: rgba(209,170,52,.2);
  animation: ph-ring-pulse 2.5s ease-out infinite;
}
@keyframes ph-ring-pulse {
  0%   { transform: scale(1);   opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

.c-php-text { min-width: 0; }

.c-php-tag {
  display: block;
  font-family: var(--ph-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(209,170,52,.5);
  margin-bottom: 6px;
  transition: color .3s;
}
.c-php-node.is-active .c-php-tag,
.c-php-node:hover     .c-php-tag { color: var(--ph-gold); }

.c-php-title {
  font-family: var(--ph-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255,255,255,.5);
  transition: color .3s;
}
.c-php-node.is-active .c-php-title,
.c-php-node:hover     .c-php-title { color: var(--ph-text); }

.c-php-legend {
  display: none; /* flex aby przywrócić */
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(78,78,77,.45);
}
.c-php-legend-box {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: rgba(191,155,48,.08);
  border: 1px solid rgba(191,155,48,.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ph-font);
  font-size: 13px;
  font-weight: 700;
  color: var(--ph-gold);
  flex-shrink: 0;
}
.c-php-legend-word {
  font-family: var(--ph-font);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,.35);
  letter-spacing: .04em;
}
.c-php-legend-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(191,155,48,.35);
  flex-shrink: 0;
}

/* ── RESPONSIVE ── */

@media (max-width: 960px) {
  .c-product-hero__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .c-product-hero__waves img {
    width: 100%;
    min-width: 0;
  }
  .c-product-hero__divider { display: none; }
  .c-product-hero__right   { justify-content: flex-start; }
  .c-product-hero__pipeline { max-width: 480px; }
}

@media (max-width: 600px) {
  .c-product-hero { padding: 52px 16px; }

  .c-product-hero__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .c-product-hero__pill  { align-self: center; }
  .c-product-hero__h1    { text-align: center; font-size: 36px; }
  .c-product-hero__h2    { text-align: center; font-size: 22px; }
  .c-product-hero__lead  { text-align: center; font-size: 15px; max-width: 100%; }

  .c-product-hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .c-product-hero__actions .c-btn {
    justify-content: center;
    width: 100%;
  }
  .c-product-hero__counters { justify-content: center; gap: 24px; }
  .c-product-hero__right    { justify-content: center; }
  .c-php-legend             { justify-content: center; }
}

@media (max-width: 380px) {
  .c-product-hero__h1 { font-size: 28px; }
  .c-product-hero__h2 { font-size: 18px; }
}


/* =============================================================================
   Vercly Blocks — vercly-blocks.css
   Ścieżka: assets/css/vercly-blocks.css
   Obsługuje: blok vercly-job-offers
   ============================================================================= */

/* ── SEKCJA WRAPPER ──────────────────────────────────────────────────────────── */
.vercly-job-offers {
    background: transparent;
    padding: 80px 24px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.vjo-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* ── NAGŁÓWEK SEKCJI ─────────────────────────────────────────────────────────── */
.vjo-section-tag {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #d1aa34;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
}

.vjo-section-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 8px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.vjo-section-title mark {
    background: none;
    background-image: linear-gradient(135deg, #bf9b30 0%, #d1aa34 65%, #aa8517 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vjo-section-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 48px;
    max-width: 560px;
    font-family: 'Poppins', sans-serif;
}

/* ── LISTA KART ──────────────────────────────────────────────────────────────── */
.vjo-job-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* ── KARTA ───────────────────────────────────────────────────────────────────── */
.vjo-job-card {
    background: #161616;
    border: 1px solid #4e4e4d;
    border-radius: 24px;
    padding: 48px 40px 40px 40px;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.vjo-job-card:hover {
    background: #1e1b10;
    border-color: rgba(191, 155, 48, 0.35);
    box-shadow:
        0 0 0 4px rgba(191, 155, 48, 0.08),
        0 0 22px rgba(191, 155, 48, 0.18);
}

/* ── NAGŁÓWEK KARTY ──────────────────────────────────────────────────────────── */
.vjo-card-head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

/* ── IKONA ───────────────────────────────────────────────────────────────────── */
.vjo-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 14px;
    background: rgba(191, 155, 48, 0.12);
    border: 1px solid rgba(191, 155, 48, 0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vjo-job-card:hover .vjo-icon {
    background: rgba(191, 155, 48, 0.2);
    border-color: #d1aa34;
    box-shadow: 0 0 0 3px rgba(209, 170, 52, 0.12);
}

.vjo-icon svg {
    width: 24px;
    height: 24px;
    stroke: #d1aa34;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
}

/* ── META: DZIAŁ + STANOWISKO ────────────────────────────────────────────────── */
.vjo-card-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
}

.vjo-dept {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(209, 170, 52, 0.7);
    font-family: 'Poppins', sans-serif;
}

.vjo-job-name {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* ── OPIS ────────────────────────────────────────────────────────────────────── */
.vjo-job-desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 780px;
    font-family: 'Poppins', sans-serif;
}

/* ── DIVIDER ─────────────────────────────────────────────────────────────────── */
.vjo-divider {
    height: 1px;
    background: #4e4e4d;
    margin-bottom: 28px;
    transition: background 0.2s ease;
}

.vjo-job-card:hover .vjo-divider {
    background: rgba(191, 155, 48, 0.3);
}

/* ── FOOTER KARTY ────────────────────────────────────────────────────────────── */
.vjo-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

/* ── PILLSY ──────────────────────────────────────────────────────────────────── */
.vjo-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vjo-pill {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 14px;
    border-radius: 50px;
    border: 1px solid rgba(191, 155, 48, 0.32);
    color: rgba(255, 255, 255, 0.6);
    transition: border-color 0.2s ease, color 0.2s ease;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
}

.vjo-job-card:hover .vjo-pill {
    border-color: rgba(191, 155, 48, 0.5);
    color: rgba(255, 255, 255, 0.8);
}

/* ── PRZYCISKI CTA ───────────────────────────────────────────────────────────── */

/* Wspólna baza */
.vjo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    height: 60px;
    padding: 0 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition:
        background-position 0.65s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.15s ease,
        box-shadow 0.25s ease;
}

/* Shimmer overlay (oba style) */
.vjo-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none;
}

.vjo-btn:hover::after {
    animation: vjo-shimmer 0.6s ease forwards;
}

@keyframes vjo-shimmer {
    from { left: -100%; }
    to   { left: 160%; }
}

.vjo-btn:active {
    transform: scale(0.97) translateY(0);
    box-shadow: none;
}

/* ── Primary — złoty gradient ── */
.vjo-btn--primary {
    color: #fff;
    background: linear-gradient(
        115deg,
        #aa8517 0%,
        #bf9b30 20%,
        #d1aa34 40%,
        #e8c84a 55%,
        #d1aa34 70%,
        #bf9b30 85%,
        #aa8517 100%
    );
    background-size: 220% 100%;
    background-position: 0% 50%;
}

.vjo-btn--primary:hover {
    background-position: 100% 50%;
    box-shadow: 0 6px 28px rgba(209, 170, 52, 0.35);
    transform: translateY(-2px);
    color: #fff;
}

/* ── Secondary — złota obwódka, transparentne tło ── */
.vjo-btn--secondary {
    color: #d1aa34;
    background: transparent;
    border: 1px solid rgba(191, 155, 48, 0.5);
    box-shadow: none;
}

.vjo-btn--secondary:hover {
    background: rgba(191, 155, 48, 0.08);
    border-color: #d1aa34;
    box-shadow: 0 0 0 3px rgba(209, 170, 52, 0.1);
    transform: translateY(-2px);
    color: #e8c84a;
}

/* ── STOPKA SEKCJI ───────────────────────────────────────────────────────────── */
.vjo-section-bottom {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.vjo-bottom-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Poppins', sans-serif;
}

.vjo-bottom-link {
    font-size: 16px;
    font-weight: 600;
    color: #d1aa34;
    text-decoration: none;
    border-bottom: 1px solid rgba(209, 170, 52, 0.4);
    padding-bottom: 1px;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.vjo-bottom-link:hover {
    color: #e8c84a;
    border-color: #e8c84a;
}

/* ── RESPONSIVE ──────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .vercly-job-offers {
        padding: 56px 20px;
    }

    .vjo-section-title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 640px) {
    .vercly-job-offers {
        padding: 48px 16px;
    }

    .vjo-section-title {
        font-size: 32px;
        line-height: 40px;
    }

    .vjo-section-subtitle {
        font-size: 16px;
    }

    .vjo-job-card {
        padding: 32px 24px 28px;
    }

    .vjo-job-name {
        font-size: 22px;
    }

    .vjo-card-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .vjo-btn {
        width: 100%;
    }
	
	.vjo-icon { display:none; }
}