html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.cky-btn-revisit-wrapper {
    display: none !important;
}

p {
    line-height: 1.5;
}

.packages-slider .swiper-custom-nav {
    margin-top: 24px;
}

.package-preferences > ul {
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.wp-block-separator {
    color: #c4c4c4;
}

.partners {
  max-width: 1210px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.partners__item {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 10px;
}

.partners__item img {
  width: 59%;
}

@media screen and (max-width: 640px) {
  .partners {
    max-width: 1210px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .partners__item {
    padding: 20px;
  }

  .partners__item img {
    width: 80%;
  }
}

.promotion-block {
  background: #f8f8f8;
}

.contacts-block {
  background: #f8f8f8;
}

.contacts-items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}

.contacts-items-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.contacts-items-social strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  color: #282828;
  margin-bottom: 20px;
}

.contacts-items-social p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  text-align: center;
  color: #282828;
}

.contacts-items-social img {
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}

.contacts-items-other {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contacts-items-other strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  color: #282828;
}

.contacts-items-socials {
  display: flex;
  gap: 20px;
}

.contacts-items-item {
  text-decoration: none;
}

.contacts-items-item img {
  width: 100px;
  margin-bottom: 20px;
}

.form {
  width: 100%;
  max-width: 1070px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 44px;
}

.form-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

.form-right, .form-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.default-input {
  display: flex;
  flex-direction: column;
}

.default-input__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #282828;
  margin-bottom: 12px;
}

.default-input input, .default-input textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #282828;
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  padding: 16px;
}

.default-input textarea {
  resize: vertical;
  height: auto;
}

/* Настройка цвета контейнера */
.select2-container .select2-selection--single {
  height: 57px;
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  padding: 6px 12px;
  font-size: 16px;
  color: #333;
}

/* Настройка стрелки */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

/* Ховер и фокус */
.select2-container .select2-selection--single:hover {
  border-color: #0056b3;
}
.select2-container--default .select2-selection--single:focus {
  border-color: #0056b3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 42px;
}

.form-submit {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 24px 36px;
  border-radius: 15px;
  background: #23af66;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  width: 100%;
  max-width: 320px;
}

.form-submit:hover {
  opacity: 0.7;
}

input, textarea {
  font-family: "Montserrat", sans-serif;
}

#top-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 20;
  cursor: pointer;
  display: none;
}

#top-button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1100px) {

  .contacts-items {
    flex-direction: column;
    align-items: center;
    gap: 60px
  }
}

@media screen and (max-width: 640px) {
  .contacts-items {
    margin-top: 16px;
    gap: 30px;
  }

  .contacts-items-social img {
    margin-bottom: 16px;
    width: 70px;
    height: 70px;
  }

  .contacts-items-social strong {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .contacts-items-social p {
    font-size: 16px;
  }

  .contacts-items-item img {
    width: 60px;
  }

  .contacts-items-socials {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
  }

  .contacts-items-item img {
    margin-bottom: 0;
  }

  .contacts-items-other strong {
    font-size: 18px;
  }

  .form-wrapper {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .form-right, .form-left {
    width: 100%;
  }

  .form {
    margin-top: 24px;
  }

  .default-input__label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .form-submit {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 20px;
  }

  #top-button img {
    width: 40px;
    height: 40px;
  }

  #top-button {
    bottom: 45px;
    right: 15px;
    padding: 0;
  }
}

.not-found-block {
  padding: 20px;
  width: 100%;
  text-align: center;
  font-size: 24px;
}

.icon-button:disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.3;
}

.just-validate-error-label {
  margin-top: 8px;
}

.quote {
  border: 1px solid #23af66;
  border-radius: 10px;
  padding: 40px;
  margin-right: 20px;
}

.quote-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.quote-author__avatar {
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin-right: 10px;
}

.quote-author-info {
  display: flex;
  flex-direction: column;
}

.quote-author__name {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #282828;
  margin-bottom: 10px;
}

.quote-author__position {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  color: #282828;
}

.quote-icon {
  width: 60px;
  margin-bottom: 20px;
}

.quote-body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  color: #282828;
}

.prices {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}

.wp-block-lazyblock-price-section {
  margin-bottom: 40px;
}

.prices-item {
  background: #23af66;
  border-radius: 10px;
  padding: 20px;
  min-height: 214px;
  display: flex;
  flex-direction: column;
}

.prices-item__icon {
  width: 40px !important;
}

.prices-item__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 5px;
  margin-top: auto;
}

.prices-item__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
}


/*menu*/

/* ── DESKTOP ── */
.header-nav {
    display: flex;
    align-items: center;
   /* gap: 4px;*/
}

.header-nav__item {
    position: relative;
}

.header-nav__item > a {
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}

/* Стрілка вниз */
.header-nav__item.has-dropdown > a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -4px;
    opacity: 1;
    transition: transform 0.2s;
}

/* Dropdown */
.header-nav__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
box-shadow: 0px -3px 10px rgba(100, 100, 100, 0.36);
    padding: 6px;
    z-index: 999;
}

.header-nav__item.has-dropdown:hover .header-nav__dropdown {
    display: block;
}

.header-nav__dropdown-item {
    display: block;
    padding: 6px 6px;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
    transition: background 0.15s;
}

.header-nav__dropdown-item:hover {
  color: #25ae66;
}

	
/* ── BURGER ── */
/*
 * .burger-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1001;
    flex-shrink: 0;
}

.burger-line {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}

.burger-menu.is-active .burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.burger-menu.is-active .burger-line:nth-child(2) {
    opacity: 0;
}
.burger-menu.is-active .burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

	*/
/* ── MOBILE ── */
@media (max-width: 768px) {
   /* .burger-menu {
        display: flex;
    }
*/
.sidebar {
    overflow-y: auto;
    padding-bottom: 70px;
}	
	/*
.outline-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
    border-radius: 0;
    text-align: center;
    padding: 16px;
}*/
	
	

.sidebar-nav__item {
    width: 100%;
    position: relative;
}

/* Рядок з посиланням і кнопкою */
.sidebar-nav__item > a {
    display: block;
   /* padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08); /* заміни під свій колір */
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    /* місце для кнопки-стрілки */
    padding-right: 36px;
}

/* Кнопка-стрілка */
.sidebar-nav__toggle {
    position: absolute;
    top: 8px;
    right: 0;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
}

.sidebar-nav__toggle::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s;
    margin-top: -4px;
}

.sidebar-nav__item.is-open .sidebar-nav__toggle::after {
    transform: rotate(-135deg);
    margin-top: 4px;
}

/* Dropdown */
.sidebar-nav__dropdown {
    display: none;
    flex-direction: column;
    padding: 4px 0 8px 16px;
}

.sidebar-nav__item.is-open .sidebar-nav__dropdown {
    display: flex;
}

.sidebar-nav__dropdown-item {
   display: block;
        padding: 9px 0;
        font-size: 15px;
        color: #ffffff;
        text-decoration: none;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
        opacity: 1;
        transition: opacity 0.15s;
}

.sidebar-nav__dropdown-item:hover {
    opacity: 1;
}	
	
@media screen and (max-width: 640px) {
    .sidebar-nav .outline-button {
        background: #282828;
    }
}	
	
	
	
	
	
	
	
	
	
	
	
	
    .header-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        background: #fff; /* ← заміни на колір свого хедера */
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 80px 32px 40px;
        gap: 0;
        z-index: 1000;
        overflow-y: auto;
    }

    .header-nav.is-open {
        display: flex;
    }

    /* Мобільний пункт меню */
    .header-nav__item {
        width: 100%;
    }

    .header-nav__item > a {
        font-size: 20px;
        font-weight: 600;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0,0,0,0.07);
    }

    /* Стрілка на мобілці — вказує вправо, розкривається вниз */
    .header-nav__item.has-dropdown > a::after {
        float: right;
        transform: rotate(-45deg);
        top: 0;
    }

    .header-nav__item.has-dropdown.is-open > a::after {
        transform: rotate(45deg);
    }

    /* Dropdown на мобілці — inline, не абсолютний */
    .header-nav__dropdown {
        position: static;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0 0 0 16px;
        background: transparent;
        display: none;
    }

    .header-nav__item.has-dropdown.is-open .header-nav__dropdown {
        display: block;
    }

    .header-nav__dropdown-item {
        padding: 10px 0;
        font-size: 16px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
}

body.no-scroll {
    overflow: hidden;
}
</style>






@media screen and (max-width: 1600px) {

  .quote-body {
    font-size: 16px;
  }

  .quote {
    padding: 24px;
    margin-right: 16px;
  }
  
  .services-list .card__image {
      height: 300px;
  }

  .quote-author, .quote-icon {
    margin-bottom: 16px;
  }

  .quote-icon {
    width: 48px;
  }

  .quote-author__name {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .quote-author__position {
    font-size: 16px;
  }

  .prices-item {
    padding: 16px;
    min-height: 180px;
  }

  .prices-item__icon {
    width: 32px !important;
  }

  .prices-item__value {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 4px;
  }

  .prices-item__price {
    font-size: 16px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 900px) {
  .content .container {
    grid-template-columns: 1fr;
  }
}

.content-aside {
  position: static !important;
}

.content-article>img:last-child, .content-article>p:last-child {
  margin-bottom: 0 !important;
}

.wp-block-list {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style-position: inside;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

ul.wp-block-list {
  list-style: disc;
}

ol.wp-block-list {
  list-style: decimal;
}

.wp-block-list {
  margin-bottom: 0.5em;
  margin-bottom: 16px;
}

.wp-block-separator {
  margin-bottom: 30px;
  margin-top: 30px;
}

.content-article p a {    
    word-break: word-break;
}

.toggle-button {
  margin-top: 16px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #23af66;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.header {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #282828;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 12px 0;
}

.header--fixed.header--light {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.team-member__image {
    object-fit: cover;
    object-position: center;
}

.hidden {
    display: none;
}

.awards-list {
    display: flex;
}

.hero-block {
    position: relative;
    background-size: cover !important;
}

.hero-block__image {
    position: absolute;
    width: 940px;
    right: 0px;
    top: 50%;
    transform: translateY(-40%);
}


.hero-block .button, .preview-block .button {
    background: #fff;
    color: #23af66;
}

.hero-block .button:hover {
    background: #fff;
    color: #000;
    transform: scale(1.01);
} 

@media screen and (max-width: 1920px) {
    .hero-block__image {
        width: 45%;
    }
}

@media screen and (max-width: 1000px) {
    .hero-block__image {
        width: 70%;
        bottom: 16px;
        top: auto;
        transform: none;
    }
    
    .hero-block {
        padding-top: 150px;
        padding-bottom: 220px;
    }
    
    .block__title {
        font-size: 20px;
    }
}

.content-article ul {
    line-height: 1.6;
    list-style: disc;
    padding-left: 24px;
}

.socials-mobile {
    margin-top: 32px;
    display: flex;
    padding: 0 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.socials-mobile-item {
    text-decoration: none;
}

.socials-mobile-item img {
    width: 48px;
}

.block__title {
    color: #282828;
    font-family: Micra, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 16px;
}

.content__title {
    margin-bottom: 48px;
}

.package.active .toggle-button {
    color: #fff;
}

.faq-items-item__header:after {
    position: absolute;
    right: 16px;
}

.faq-items-item__header {
    padding-right: 20px;
}

.ill-block .container {
    position: relative;
}

.ill-block-image {
    position: absolute;
    bottom: 0;
    right: 66px;
    width: 50%;
}

.ill-block-main {
    width: 100%;
    background: #23af66;
    padding: 56px 80px;
    color: #fff;
    margin-bottom: 128px;
}

.ill-block-main__sub {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 20px;
}

.ill-block-main__title {
    font-family: "Micra", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
    max-width: 50%;
}

.ill-block-main__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55556;
    color: #fff;
    max-width: 45%;
}

.plates-block {
    background: #F8F8F8;
}

.plates {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px 20px;
}

.plates-item:nth-child(2) {
  grid-row: span 2; /* Растянуть на две колонки */
  align-self: center; /* Отцентрировать внутри колонки */
}

.plates-item {
    border-radius: 10px;
    padding: 40px;
    background: #fff;
}

.plates-item strong {
    font-family: "Micra", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #23af66;
    margin-bottom: 20px;
    display: block;
}

.plates-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33333;
    color: #282828;
}

.partnership .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.partnership-aside {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
    color: #282828;
    align-self: start;
}

.partnership-item {
    background: #f8f8f8;
    padding: 40px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.partnership-item strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #282828;
    margin-bottom: 20px;
    display: block;
}

.partnership-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33333;
    color: #282828;
}

.items-block {
    background: #f8f8f8;
}

.items-block .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: unset;
}

.items-block-item {
    border-radius: 10px;
    padding: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.items-block-item__image {
    width: 80px;
    margin-bottom: 60px;
}

.items-block-item__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.875;
    color: #282828;
    margin-bottom: 60px;
}

.items-block-item__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33333;
    color: #282828;
}

@media screen and (max-width: 1600px) {
    .items-block .container {
        gap: 16px;
    }
    
    .items-block-item {
        border-radius: 8px;
        padding: 20px;
    }
    
    .items-block-item__image {
        width: 50px;
        margin-bottom: 30px;
    }
    
    .items-block-item__title {
        font-size: 18px;
        line-height: 1.475;
        color: #282828;
        margin-bottom: 30px;
    }
    
    .items-block-item__text {
        font-size: 16px;
    }
    
    .partnership-aside {
        padding-right: 13.3%;
    }
    
    .partnership-aside {
        font-weight: 400;
        font-size: 20px;
    }
}

@media screen and (max-width: 900px) {
    .ill-block-main__title, .ill-block-main__text {
        max-width: 100%;
    }
    
    .ill-block-main {
        padding-bottom: 100px;
    }
    
    .plates {
        grid-gap: 16px;
    }

    .plates-item:nth-child(2) {
      grid-row: auto; /* Растянуть на две колонки */
      align-self: auto; /* Отцентрировать внутри колонки */
    }
    
    .partnership-aside {
        padding-right: 0;
    }
    
    .partnership .container {
        grid-template-columns: 1fr;
    }
    
    .items-block .container {
        grid-template-columns: 1fr 1fr;
    }
    
}

.cards-item {
    position: relative;
}

.cards-item-arrow {
    width: 32px;
    transform: translateY(25%);
    margin-left: 8px;
}

@media screen and (max-width: 640px) {

  .cards-item {
    aspect-ratio: auto !important;
  }
    
    .awards-list {
        display: grid !important;
    }
    
  .cards {
      width: 100%;
  }    

  .quote {
    margin-right: 0px;
  }

  .quote-author__avatar {
    width: 72px;
    height: 72px;
  }

  .content-article h1 {
    font-size: 36px;
  }

  .content-article h2 {
    font-size: 30px;
  }

  .content-article h3 {
    font-size: 24px;
  }

  .content-article h4 {
    font-size: 16px;
  }

  .content-article h5 {
    font-size: 18px;
  }

  .content-article h6 {
    font-size: 14px;
  }

  .prices {
    grid-template-columns: 1fr 1fr;
  }

  .wp-block-lazyblock-price-section {
    margin-bottom: 32px;
  }
  
  .ill-block-main {
    padding: 36px 24px;
    margin-bottom: 16px;
  }
  
  .ill-block-main__sub {
      font-size: 16px;
      margin-bottom: 10px;
  }
  
  .ill-block-main__title {
      font-size: 22px;
      margin-bottom: 10px;
  }
  
  .ill-block-main__text {
      font-size: 16px;
  }
  
  .ill-block-image {
      position: static;
      width: 80%;
      right: 0;
  }
  
  .plates {
      grid-template-columns: 1fr;
  }
  
  .plates-item {
      padding: 24px;
  }
  
  .plates-item strong {
      font-size: 22px;
  }
  
  .plates-item p {
      font-size: 16px;
  }
  
  .partnership-aside {
      font-size: 16px;
  }
  
  .partnership .container {
      gap: 24px;
  }
  
  .partnership-item {
      padding: 24px;
  }
  
  .partnership-item strong {
      font-size: 18px;
  }
  
  .partnership-item p {
      font-size: 16px;
  }
 
    .items-block .container {
        grid-template-columns: 1fr;
    }

    .cards-item__arrow {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 36px;
    }
    
    .card .outline-button {
        width: 100%;
        text-align: center;
    }
}

.awards-list__item img {
    max-width: 200px;
}

.wp-block-list li {
    margin-bottom: 8px;
}

.copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-decoration: none;
    margin-top: 20px;
}

.hero-article {
    height: 90vh;
}

.hero-article .breadcrumbs__item {
    color: #fff;
}

.hero-article .breadcrumbs {
    margin-bottom: 40px;
}

.hero-block__subtitle {
    font-family: "Micra", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: #fff;
    width: 100%;
    max-width: 1000px;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 1560px) {
    .hero-block__subtitle {
        font-size: 40px;
        max-width: 800px;
    }
}

@media screen and (max-width: 640px) {
    .hero-block__subtitle {
        font-size: 28px;
        max-width: 900px;
    }
    
    .hero-article .breadcrumbs {
        margin-bottom: 24px;
    }
    
    .hero-article {
        height: 70vh;
    }
}

.preview-block .container {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
}

.preview-block__title {
    text-align: left;
}

.preview-block__image {
    width: 100%;
    border-radius: 10px;
}

.preview-block {
    height: 90vh;
}

.content .container {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
}

.content-aside {
    border: 1px solid #23af66;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 4px 4px 0 0 #23af66;
    background: #fff;
    gap: 20px;
    height: fit-content;
}

.content-aside__link {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #282828;
}


/* HERO */
.web3-hero {
  position: relative;
  min-height: 360px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: url(../images/web3hero.jpg);

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 60px;
}

.web3-hero__content {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.web3-hero__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
}

.web3-hero__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 20px;
}

.web3-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  color: #23af66;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 15px;
}

/* OTHER ITEMS */
.web3__heading {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #282828;
}

.web3-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.web3-item {
  display: block;
  padding: 10px 15px;
  border: 1px solid #23af66;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #282828;
  box-shadow: 4px 4px 0 0 #23af66;
  background: #fff;
}

.wp-block-group__inner-container > * {
    margin-bottom: 20px;
}

/* ===== New Contact block ===== */
.contacts-block {
  padding: 80px 0;
}

/* TOP */
.contacts-top {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  border-bottom: 1px solid #23af66;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.contacts-top-title,
.contacts-newsletter-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #282828;
  margin-bottom: 20px;
}

.contacts-top-socials {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contacts-social-icon img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.contacts-social-icon:hover {
  background: #ececec;
  transform: translateY(-1px);
}

/* Newsletter form */
.contacts-newsletter {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 16px;
  align-items: center;
  margin-bottom: 10px;
}

.contacts-newsletter-field input {
  width: 100%;
  height: 76px;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 18px 26px;
  outline: none;

  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #282828;
}

.contacts-newsletter-field input:focus {
  border-color: #bdbdbd;
}

.contacts-newsletter-btn {
  height: 76px;
  border: 0;
  font-family: Montserrat, sans-serif;
  border-radius: 12px;
  padding: 0 18px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .02em;
  cursor: pointer;
  background: #1fb065; /* зелений як на скріні */
  color: #fff;
  transition: transform .15s ease, filter .15s ease;
}

.contacts-newsletter-btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.97);
}

.contacts-newsletter-note {
  margin: 0;
  font-size: 12px;
  color: #6b6b6b;
}

.contacts-newsletter-link {
  color: #6b6b6b;
  text-decoration: underline;
}

/* BOTTOM */
.contacts-bottom {
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 50px;
  align-items: start;
}

/* Left contact rows */
.contact-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}

.contact-row-icon img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.contact-row-title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #282828;
  margin-bottom: 10px;
}

.contact-row-value {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #282828;
  text-decoration: none;
}

.contact-row-value:hover {
  text-decoration: underline;
}

/* Offices */
.contacts-bottom-right {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.office-card-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.office-card-title strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #282828;
}

.office-flag {
  font-size: 20px;
  line-height: 1;
}

.office-card-address {
  margin: 0;

  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #282828;
}

/* =========================
   <= 1600px – compact scale
========================= */
@media (max-width: 1600px) {
  /* Загальний масштаб тексту */
  .contacts-block {
    font-size: 15px;
  }

  /* Заголовки */
  .contacts-block .contacts-top-title,
  .contacts-block .contacts-newsletter-title,
  .contacts-block .contact-row-title,
  .contacts-block .office-card-title strong {
    font-size: 22px;
    line-height: 115%;
  }

  /* Текст */
  .contacts-block .contact-row-value,
  .contacts-block .office-card-address {
    font-size: 14px;
    line-height: 140%;
  }

  /* Верхній блок */
  .contacts-block .contacts-top {
    gap: 28px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .contacts-block .contacts-top-socials {
    gap: 16px;
  }

  /* Іконки */
  .contacts-block .contacts-social-icon img,
  .contacts-block .contact-row-icon img {
    width: 64px;
    height: 64px;
  }

  /* Newsletter */
  .contacts-block .contacts-newsletter {
    grid-template-columns: 1fr 140px;
    gap: 14px;
  }

  .contacts-block .contacts-newsletter-field input,
  .contacts-block .contacts-newsletter-btn {
    height: 68px;
  }

  .contacts-block .contacts-newsletter-field input {
    padding: 16px 22px;
    font-size: 15px;
  }

  /* Нижній блок */
  .contacts-block .contacts-bottom {
    gap: 40px;
  }

  .contacts-block .contact-row {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }

  /* Офіси */
  .contacts-block .contacts-bottom-right {
    gap: 18px;
  }

  .contacts-block .office-card-title {
    margin-bottom: 16px;
  }
}


/* =========================
   Responsive: <= 1600px
========================= */
@media screen and (max-width: 1600px) {
  .contacts-top {
    gap: 28px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .contacts-bottom {
    gap: 36px;
  }

  .contacts-newsletter {
    grid-template-columns: 1fr 140px; /* щоб кнопка не стискалась */
  }

  .contacts-social-icon img {
    width: 68px;
    height: 68px;
  }

  .contacts-newsletter-field input,
  .contacts-newsletter-btn {
    height: 68px;
  }

  .contact-row {
    grid-template-columns: 68px 1fr;
    gap: 16px;
  }

  .contact-row-icon img {
    width: 68px;
    height: 68px;
  }

  .contacts-bottom-right {
    gap: 16px;
  }
}

/* =========================
   Tablet: <= 1024px
========================= */
@media (max-width: 1024px) {
  .contacts-block {
    padding: 64px 0;
  }

  .contacts-top {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 44px;
    margin-bottom: 44px;
  }

  .contacts-top-title,
  .contacts-newsletter-title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .contacts-top-socials {
    gap: 16px;
  }

  .contacts-social-icon img {
    width: 60px;
    height: 60px;
  }

  .contacts-newsletter {
    grid-template-columns: 1fr 160px;
    gap: 14px;
  }

  .contacts-newsletter-field input {
    height: 64px;
    padding: 16px 20px;
    font-size: 15px;
  }

  .contacts-newsletter-btn {
    height: 64px;
  }

  .contacts-bottom {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-row {
    grid-template-columns: 60px 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .contact-row-icon img {
    width: 60px;
    height: 60px;
  }

  .contact-row-title {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .contact-row-value {
    font-size: 16px;
    text-align: left; /* на планшеті краще читабельно */
  }

  .contacts-bottom-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .office-card-title strong {
    font-size: 22px;
  }

  .office-card-address {
    font-size: 16px;
  }
}

/* =========================
   Mobile: <= 640px
========================= */
@media (max-width: 640px) {
  .contacts-block {
    padding: 48px 0;
  }

  .contacts-top {
    padding-bottom: 32px;
    margin-bottom: 32px;
    gap: 18px;
  }

  .contacts-top-title,
  .contacts-newsletter-title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .contacts-top-socials {
    gap: 12px;
  }

  .contacts-social-icon img {
    width: 52px;
    height: 52px;
  }

  .contacts-newsletter {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contacts-newsletter-field input {
    height: 56px;
    padding: 14px 16px;
    font-size: 14px;
  }

  .contacts-newsletter-btn {
    height: 56px;
    width: 100%;
  }

  .contacts-newsletter-note {
    font-size: 11px;
    line-height: 1.4;
  }

  .contacts-bottom {
    gap: 26px;
  }

  .contact-row {
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }

  .contact-row-icon img {
    width: 52px;
    height: 52px;
  }

  .contact-row-title {
    font-size: 20px;
  }

  .contact-row-value {
    font-size: 14px;
    text-align: left;
  }

  .contacts-bottom-right {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .office-card-title {
    margin-bottom: 12px;
  }

  .office-card-title strong {
    font-size: 20px;
  }

  .office-card-address {
    font-size: 14px;
  }

  .contacts-top {
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
  }

  .bottom-footer .container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .contacts-block .contacts-bottom {
    gap: 16px;
  }

  .preview-block .container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .content-aside__title {
    margin-bottom: 16px !important;
  }

  .content-aside {
    margin-bottom: 24px;
  }

  .content-aside {
    border-radius: 10px;
    padding: 16px;
    gap: 12px;
  }

  .content-aside__link {
    font-size: 16px !important;
  }

  .content-aside__title {
    margin-bottom: 0;
    font-size: 18px;
  }

  .web3-hero {
    margin-bottom: 24px;
  }

  .web3__heading {
    margin-bottom: 16px;
  }
}

.bottom-footer {
  background: #282828;
}

.bottom-footer .container {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6d6d6d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #3f3f3f;
}

.bottom-footer__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.bottom-footer__nav_link {
  color: #6d6d6d;
  text-decoration: none;
}

.content-aside{
  position: relative;
  gap: 0;
  max-width: 520px; /* опціонально */
}

.content-aside__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}

.content-aside__btn {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items:center;
  justify-content:center;
  border: 2px solid #23af66;
  background: #fff;
  border-radius: 8px;
  cursor:pointer;
}

.content-aside__title {
  margin-bottom: 40px;
}

.content-aside__icon{
  color: #23af66;
  transition: transform .25s ease;
}

/* body з анімацією висоти */
.content-aside__body{
  overflow:hidden;
  transition: height .25s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.content-aside__link:hover{
  text-decoration: underline;
}

.content-aside__link {
  margin-bottom: 12px;
}

/* стан "закрито" */
.content-aside.is-collapsed .content-aside__icon{
  transform: rotate(-90deg); /* іконка повертається як “згорнути” */
}

.package-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.package-stats__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
}

.package-stats__icon {}

.package-stats__icon img {
  width: 34px;
  height: 34px;
  display: block;
}

.package-stats__content {
  display: flex;
  flex-direction: column;
}

.package-stats__label {
  font-weight: 400;
  line-height: 110%;
  color: #282828;
  margin-bottom: 5px;
}

.package-stats__value {
  font-weight: 700;
  line-height: 110%;
  color: #282828;
}

.package-preferences__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #282828;
  margin: 20px 0;
}

.package__button {
  margin-top: 32px;
  margin-bottom: 0;
}

.package__button--invert {
  background: #23af66;
  color: #fff;
}

.package__button--invert:hover {
  background: transparent;
  color: #000;
  border: 1px solid #23af66 !important;
}

.package.active .package__button--invert {
  border: 1px solid #fff;
}

.package.active .package__button--invert:hover {
  background: #fff;
}

.package.active .package-stats__value, .package.active .package-stats__label, .package.active .package-preferences__title {
  color: #fff !important;
}

.package.active .package-stats__icon img {
  filter: brightness(0) invert(1) !important;
}

@media screen and (max-width: 1600px) {
  .package-stats__item {
    font-size: 14px;
  }
  .package-stats__icon img {
    width: 24px;
    height: 24px;
  }
}

/* ===== WHY BLOCK ===== */
.why-block {

}

.why-block__head {
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-block__head .default-title {
  max-width: none;
}

.why-block__head .default-desc {
  margin-bottom: 0;
}

.why-block__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

/* ===== CARD ===== */
.why-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px 18px;
  background: #fff;
  min-height: 170px;
}

.why-card__row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 18px;
}

.why-card__icon-img {
  width: 60px;
  height: 60px;
  display: block;
}

.why-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #282828;
}

.why-card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #282828;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1600px) {
  .why-card__icon-img {
    width: 40px;
    height: 40px;
  }

  .why-card__title {
    font-size: 16px;
  }

  .why-card__text {
    font-size: 14px;
  }

  .why-card__row {
    margin-bottom: 24px;
  }
}


@media (max-width: 1100px) {
  .why-block__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {

  .why-block__list {
    grid-template-columns: 1fr;
  }

  .why-card {
    min-height: auto;
  }

  .why-block__head .default-title {
    overflow-wrap: break-word; /* стандарт */
    word-wrap: break-word;     /* для старых браузеров */
    word-break: break-all;
    hyphens: auto;
  }

  .why-block__head {
    margin-bottom: 24px;
  }
}

/* ===== KPI ELEMENT ===== */
.kpi {
  width: 100%;
  border-radius: 10px;
  padding: 30px;
  background: #fff;
}

/* Layout */
.kpi__row {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  column-gap: 48px;
  row-gap: 24px;
}

/* Left info */
.kpi__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #282828;
  margin-bottom: 10px;
}

.kpi__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #282828;
}

/* Lists */
.kpi__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
}

.kpi__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kpi__item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.kpi__item + .kpi__item {
  margin-top: 14px;
}

/* CHECK ICON */
.kpi__check {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: block;
}

/* Text */
.kpi__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #282828;
}

/* Bottom note */
.kpi__note {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
}

.kpi__note-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: block;
}

.kpi__note-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #282828;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .kpi__row {
    grid-template-columns: 1fr;
  }

  .kpi__lists {
    grid-template-columns: 1fr;
  }

  .swiper-custom-nav-next, .swiper-custom-nav-prev {
    width: 40px !important;
    height: 40px !important;
  }

  .swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-block__buttons {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }

  .hero-block__buttons .outline-button {
    font-size: 20px !important;
    padding: 24px 36px !important;
  }
}

@media (max-width: 480px) {
  .kpi {
    padding: 24px 20px 20px;
  }

  .kpi__title {
    font-size: 14px;
  }

  .kpi__text {
    font-size: 13px;
  }


}

.swiper-custom-nav-next, .swiper-custom-nav-prev {
  width: 60px;
  height: 60px;
}

.swiper-custom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 100;
}

/* Area Stats */

.area-stats__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.area-stats__item {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 25px 20px;
  backdrop-filter: blur(14px);
  background: rgba(35, 175, 102, 0.8);
  display: grid;
  grid-template-columns: min(100px) 1fr;
  grid-gap: 20px;
}

.area-stats__value {
  font-weight: 700;
  font-size: 24px;
  line-height: 90%;
  color: #fff;
  font-family: Micra, sans-serif;
}

.area-stats__label {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
}

.preview-block--area .preview-block__title {
  margin-bottom: 40px;
}

.preview-block--area .hero-block__text {
  margin-bottom: 40px;
  max-width: none;
  font-size: 18px;
}

.preview-block--area .button {
  display: inline-block;
  font-size: 14px;
  border-radius: 15px;
  padding: 20px 40px;
}

.content-article h1, .content-article h2, .content-article h3, .content-article h4, .content-article h5, .content-article h6, .content-article p {
  margin-bottom: 20px;
}

.content-article .wp-block-columns {
  padding-top: 60px;
  border-top: 1px solid #23AF66;
}

.wp-element-button {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 15px;
  padding: 20px;
  width: fit-content;
  display: block;
  background: #23af66;
}

.wp-block-image img {
  border-radius: 15px;
}

.accordion {
  max-width: 560px;
}

.accordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.accordion__item {
  overflow: hidden;
  border-radius: 10px;
  background: #f8f8f8;
}

.accordion__trigger {
  width: 100%;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  text-align: left;
}

.accordion__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #282828;
}

.accordion__header {
  margin-bottom: 0 !important;

}

.accordion__chevron {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  opacity: 0.7;
  position: relative;
}

.accordion__chevron::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}

.accordion__panel {
  padding: 0 18px 16px;
}

.accordion__content {
  padding-top: 4px;
}

.accordion__text {
  margin: 0;
  font: 400 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: rgba(17, 24, 39, 0.8);
}

/* MOD: open */
.accordion__item--open .accordion__chevron {
  opacity: 1;
}

.accordion__item--open .accordion__chevron::before {
  transform: rotate(-135deg);
}

/* focus */
.accordion__trigger:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
  border-radius: 12px;
}

.content-article ul {
  padding-left: 0;
}

.content-article ul li {
  list-style: none;
  position: relative;
  padding-left: 34px;
}

.content-article ul li:before {
  background-image: url(../images/done.svg);
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.why-block__button {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .area-stats__list {
    gap: 8px;
  }

  .preview-block {
    height: auto;
  }

  .area-stats__label {
    font-size: 14px;
  }

  .area-stats__value {
    font-size: 18px;
  }

  .area-stats__item {
    grid-template-columns: min(80px) 1fr;
  }

  .preview-block--area .button {
    padding: 16px;
  }

  .preview-block--area .preview-block__title {
    margin-bottom: 16px;
  }

  .preview-block--area .hero-block__text {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .content-article .wp-block-columns {
    padding-top: 24px;
  }

  p {
    font-size: 14px;
  }
}

.hero-block__buttons {
  display: flex;
  align-items: center;
  gap: 34px;
}

.hero-block__buttons .outline-button {
  font-size: 24px;
  border-radius: 15px;
  padding: 30px 40px;
}

@media screen and (max-width: 1600px) {
  .hero-block__buttons .outline-button {
    font-size: 20px;
    padding: 24px 36px;
  }
}

@media screen and (max-width: 640px) {
  .hero-block__buttons .outline-button {
    font-size: 16px !important;
    padding: 16px 24px !important;
  }
}

.package-preferences ul {
  position: relative;
}

.package-preferences ul li {
  display: none;
}

.package-preferences ul li:nth-child(1),
.package-preferences ul li:nth-child(2),
.package-preferences ul li:nth-child(3){
  display: block;
}

.package-preferences ul li:nth-child(3){
  filter: blur(3px);
}

.packages-slider__wrapper, .c-slider__wrapper {
  width: calc(100% + 160px);
  position: relative;
  padding: 0 80px;
  margin: 0 -80px;
}

.preview-block--mini {
  height: 60vh !important;
}

.content--package .container {
  grid-template-columns: 3fr 1fr;
  font-size: 18px;
}

.content-package__title {
  font-family: 'Micra', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #282828;
  margin-bottom: 40px;
}

.content-package__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #282828;
  margin-bottom: 40px;
}

.package-opts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 40px;
}

.package-opts__item {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 25px 20px;
  background: #f8f8f8;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #282828;
  display: flex;
  flex-direction: column;
}

.package-opts__item strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 90%;
  color: #282828;
  font-family: 'Micra', sans-serif;
  margin-bottom: 20px;
}

.content-package .package-stats {
  gap: 40px;
  margin-bottom: 40px;
}

.content-package .package-stats__item {
  justify-content: flex-start;
  gap: 30px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0px 0px 20px;
}

.content-package .package-stats__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  width: 100%;
  font-size: 18px;
}

.content-package .package-stats__label {
  margin-bottom: 0;
}

.content-package-list ul {
  margin-bottom: 40px;
}

.content-package-list ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0px;
  font-weight: 700;
  line-height: 133%;
  color: #282828;
}

.content-package-list ul li strong {
  font-weight: 400;
}

.package-price__price {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #23af66;
  margin-bottom: 5px;
}

.package-price__bonus {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #282828;
  margin-bottom: 20px;
}

.package-price__calc {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #282828;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.package-price__btn {
  border-radius: 15px;
  padding: 20px 40px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .content-package__text, .content-package, .content-package .package-stats__content {
    font-size: 16px !important;
  }

  .content-package__title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .package-price__price {
    font-size: 28px;
    margin-bottom: 4px;
  }

  .package-price__bonus {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .package-price__calc {
    font-size: 16px;
    gap: 8px;
    margin-bottom: 16px;
  }

  .package-price__btn {
    padding: 16px 32px;
    font-size: 13px;
    border-radius: 12px;
  }
}

@media screen and (max-width: 768px) {
  .package-opts {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }

  .content-package__text {
    margin-bottom: 24px !important;
  }

  .package-opts__item {
    padding: 20px 16px;
    font-size: 14px;
  }

  .package-opts__item strong {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .content-package__text, .content-package, .content-package .package-stats__content {
    font-size: 14px !important;
  }

  .package-price {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-bottom: 0 !important;
    z-index: 99999;
    border: 1px solid #23af66 !important;
    border-radius: 10px 10px 0 0 !important;
  }

  .package-price__price {
    font-size: 18px;
  }

  .package-price__bonus {
    font-size: 14px;
  }

  .package-price__calc {
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .package-price__calc p {
    font-size: 14px;
  }

  .preview-block--mini {
    height: 50vh !important;
    min-height: 500px;
  }

  .content-package .package-stats__item {
    gap: 16px !important;
  }

  .kpi__item + .kpi__item {
    margin-top: 8px;
  }

  .kpi__check {
    width: 28px;
    height: 28px;
  }

  .kpi__item {
    gap: 16px;
  }

  .kpi__lists {
    gap: 12px;
  }

  .custom-pagination {
    margin-top: 0;
    margin-bottom: 24px !important;
  }
}

.package__price::first-letter {
  font-size: 0.5em;   /* 80% від основного розміру */
  vertical-align: top;
}

.content-package-list li em {
  margin-top: 1em;
  font-style: normal;
  display: inline-block;
}

.content-package-list li em:first-child {
  margin-top: 0em !important;
}

.custom-pagination {
  position: relative !important;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.custom-pagination .swiper-pagination-bullet-active {
  background: #23af66;
}

.custom-pagination .swiper-pagination-bullet {
  border-color: #23af66;
}

.c-slider__wrapper .custom-pagination {
  margin-top: 24px;
}


.crypto-block{
  color: #fff;
  margin-bottom: 20px;
}

.crypto-block h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 20px;
}

.crypto-block .item{
  display: grid;
  grid-template-columns: 2fr 5fr;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px;
  backdrop-filter: blur(14px);
  background: rgba(35, 175, 102, 0.5);
  gap: 10px;
}

.crypto-block .item:not(:last-child) {
  margin-bottom: 10px;
}

.crypto-block .num{
  font-weight: 700;
  font-size: 18px;
  line-height: 90%;
  color: #fff;
  font-family: 'Micra', sans-serif;
}

.crypto-block .text{
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
}

@media (max-width: 1600px) {

  .crypto-block h2{
    font-size: 20px;
  }

  .crypto-block .num{
    font-size: 16px;
  }

  .crypto-block .text{
    font-size: 14px;
  }

  .web3-hero__text {
    font-size: 18px !important;
  }

  pre.wp-block-verse {
    font-size: 16px !important;
  }

}

.bnone {
  border: none !important;
}

.tg-steps{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.tg-steps--normal .tg-card__head {
  margin-bottom: 0 !important;
}

.tg-steps--normal .tg-card__title {
  font-weight: 400 !important;
}

.tg-card{
  background:#fff;
  border: 1px solid #dce5e5;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow:0 0 0 rgba(0,0,0,0);
}

.tg-card__head{
  display:flex;
  align-items: center;
  gap:20px;
  margin-bottom:20px;
}

.tg-badge{
  width:40px;
  min-width: 40px;
  height:40px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-family: 'Micra', sans-serif;
  background:#e8f6ee; /* м’ятний як на скріні */
  flex: 0 0 34px;
  line-height:1;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #23af66;
}

.tg-card__title{
  margin:0;

  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #282828;
}

.tg-note p {
  margin-bottom: 0;
}

.tg-card__text{
  color:#4b5563;
  line-height:1.7;
}

.tg-card__text p{
  margin:0 0 12px;
}

.tg-card__text p:last-child{
  margin-bottom:0;
}

.tg-note{
  margin-top:18px;
  padding:18px 22px;
  border-radius:10px;
  background:#f6eed2;     /* бежевий */
  border:1px solid #efe3bc;
  color:#3b3b3b;
  font-size:16px;
  line-height:1.5;
}

@media (max-width: 640px){
  .tg-card{
    padding:18px 16px;
  }
  .tg-card__head{
    gap:10px;
  }
  .tg-card__title{
    font-size:16px;
  }
  .tg-note{
    padding:14px 14px;
    font-size:15px;
  }
}

.svc-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.svc-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #282828;
}

.svc-row__label{
  color: #111;
}

.svc-row__price {
  color: #23af66;
  white-space:nowrap;
}

@media (max-width: 640px){
  .svc-row{
    padding:12px 14px;
  }
  .svc-row__label{
    font-size:15px;
  }
  .svc-row__price{
    font-size:16px;
  }
  pre.wp-block-verse {
    font-size: 16px !important;
  }
  .tg-card__text {
    font-size: 14px;
  }
  .svc-row {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
  }
  .svc-row__price {
    font-size: 14px;
    width: 100%;
    text-align: right;
  }
  .wp-block-separator {
    margin: 30px 0 !important;
  }

  .accordion__title {
    font-size: 16px;
  }
}
.content--service .container {
  grid-template-columns: 1fr 3fr !important;
}

.wp-block-separator {
  border-color: #23AF66;
  margin-top: 60px;
  margin-bottom: 60px;
  border-width: 1px;
}

pre.wp-block-verse {
  overflow: visible;
  border-radius: 10px;
  padding: 20px;
  background: rgba(239, 199, 94, 0.3);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}

.wp-block-verse {
  margin-bottom: 24px;
}

.problem-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.problem-list li {
  position: relative;
  background: #f3f3f3;

  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #282828;

  border-radius: 10px;
  padding: 18px 30px !important;
  padding-left: 75px !important;
}

.problem-list li::before {
  display: none !important;
  content: none !important;
}

.problem-list li::after {
  content: "х";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Micra", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  color: #af2323;
  background: rgba(175, 35, 35, 0.1);
  border-radius: 500px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.csum{
  width: 100%;
  display: grid;
  gap: 14px;
}

.csum__row{
  background: #17a65a;          /* зелений */
  border-radius: 12px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 58px;
}

.csum__label{
  color: #ffffff;
  opacity: 0.95;
  font-size: 14px;
  font-weight: 500;
}

.csum__value{
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 640px){
  .csum__row{
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
  }
  .csum__value{
    text-align: left;
  }
}

.services__grid{
  width: 100%;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:43px;
}

.services__card {
  width: 100%;
  text-align:left;
  transition:.2s ease;
  border: 1px solid #dce5e5;
  border-radius: 10px;
  padding: 30px;
}

.services__card:hover{
  border-color:#17a65a;
}

.services__icon{
  margin-bottom: 30px;
}

.services__icon img{
  width:70px;
  height:70px;
  object-fit:contain;
}

.services__title{
  font-weight: 700;
  font-size: 18px !important;
  line-height: 110%;
  color: #282828;
}

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

  .services__card {
    padding: 16px;
  }

  .card-wrapper, .result-block {
    padding: 20px !important;
  }


  .services__icon img{
    width:50px;
    height:50px;
    object-fit:contain;
  }

  .services__title{
    font-weight: 700;
    font-size: 16px !important;
    line-height: 110%;
    color: #282828;
  }

  .cookie-banner {
    font-size: 12px;
  }
  
  .cookie-text {
    text-align: left !important;
  }

  pre.wp-block-verse {
    font-size: 14px !important;
  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 8px !important;
  }

}

.result-block {
  width: fit-content;
}

.card-wrapper, .result-block {
  border: 1px solid #dce5e5;
  border-radius: 10px;
  padding: 40px;
}

.card-wrapper p {
  line-height: 1.2;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1f1f1f;
  z-index: 9999;
  padding: 15px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  display: none;

  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  border-top: 1px solid #23af66;
  color: #6d6d6d;
}

.cookie-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-text {
  flex: 1;
  text-align: center;
}

.cookie-btn {
  background: #28c76f;
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

.cookie-btn:hover {
  background: #22b863;
}

.content-article ul.list li:before, .tg-card__text ul li:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSI0IiBmaWxsPSIjMjNBRjY2IiAvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
}

.pt-0 {
  padding-top: 0 !important;
}

.wp-block-columns .card-wrapper {
  padding: 20px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.check-list li {
  position: relative;
  background: #f3f3f3;

  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #282828;

  border-radius: 10px;
  padding: 18px 30px !important;
  padding-left: 75px !important;
}

.check-list li::before {
  display: none !important;
  content: none !important;
}

.check-list li::after {
  content: "";
  background: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjM0IiBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMzQgMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgcng9IjE3IiBmaWxsPSIjMjNBRjY2IiBmaWxsLW9wYWNpdHk9IjAuMiIvPgo8bWFzayBpZD0ibWFzazBfMTA2Nl8xMjA3MSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iNSIgeT0iNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij4KPHJlY3QgeD0iNSIgeT0iNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjMjNBRjY2Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xMDY2XzEyMDcxKSI+CjxwYXRoIGQ9Ik0xNC41NDk4IDIzLjhMOC4wNDk4IDE3LjNMMTAuMjk5OCAxNS4wNUwxNC41NDk4IDE5LjNMMjMuNjk5OCAxMC4xNUwyNS45NDk4IDEyLjRMMTQuNTQ5OCAyMy44WiIgZmlsbD0iIzIzQUY2NiIvPgo8L2c+Cjwvc3ZnPgo=");
  background-size: cover;
  left: 20px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 34px;
  height: 34px;
}

.package-block {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.package-block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.package-block__price {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #23af66;
  border-bottom: 1px solid #23af66;
  padding-bottom: 20px;
}

.package-block__text {
  font-size: 16px;
}

.package-block__text ul {
  margin-bottom: 20px;
  font-size: inherit !important;
  font-weight: 600 !important;
  gap: 10px;
}

.svc-row__label-text {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #282828;
  margin-top: 4px;
}

.package-block__text {
	margin-top: 16px;
}

/* Job Card */

.job-card {}

.job-card__inner {
  border: 1px solid #dce5e5;
  border-radius: 10px;
  padding: 40px;
  background: #fff;
}

.job-card__title {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 110%;
}

.job-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 20px;
}

.job-card__meta-item {
  width: 100%;
  max-width: 350px;
}

.job-card__meta-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: #282828;
  margin-bottom: 10px;
}

.job-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 14px;
  border-radius: 10px;
  background: #dfeee7;
  color: #5f6f67;
  font-size: 15px;
  font-weight: 500;
}

.job-card__section {
  margin-bottom: 22px;
}

.job-card__heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: #282828;
  margin-bottom: 10px;
  display: block;
}

.job-card__text {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.job-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .job-card__title {
    font-size: 22px !important;
  }

  .job-card__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .job-card__inner {
    padding: 22px 18px;
  }

  .job-card__text {
    font-size: 14px;
  }

  .job-card__meta-label, .job-card__heading {
    font-size: 16px;
  }

  .job-card__meta-label {
    margin-bottom: 4px;
  }

  .content-article ul {
    font-size: 14px !important;
  }

  .job-card__meta {
    gap: 16px;
  }
}

.why-block-wwo {
  border-top: 1px solid #23af66;
  border-bottom: 1px solid #23af66;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

.why-block-wwo .why-block__head {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 0;
}

.why-block-wwo .default-title {
  line-height: 110%;
  margin-bottom: 40px;
}

.why-block-wwo .why-block__list {
  grid-template-columns: repeat(5, 1fr);
}

.why-block-wwo .why-card__text {
  font-weight: 600;
  margin-bottom: 0;
}

.apply-block {
  max-width: 1210px;
  padding: 40px 0;
}

.apply-block__subtitle {
  margin-bottom: 20px;
  color: #555;
}

.apply-block__steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.apply-step {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #dce5e5;
  border-radius: 10px;
  padding: 15px 20px;
}

.apply-step__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.apply-step__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #282828;
}

.apply-step__num {
  width: 32px;
  height: 32px;
  font-family: 'Micra', sans-serif;
  background: #dfeee7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2bb673;
  font-weight: 700;
}

.apply-form {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  max-width: 670px;
}

.apply-form input {
  flex: 1;

  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding: 26px 18px;
}

.apply-form button {
  padding: 14px 22px;
  background: #2bb673;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.apply-block__privacy a {
  margin-top: 10px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #282828;
  text-decoration: none;
}

.content--partnership {
  border-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .why-block-wwo .why-block__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .preview-block .container {
    gap: 24px !important;
  }

  .list-col-2 {
    column-count: 1 !important;
  }
}

.list-col-2 {
  column-count: 2;
  column-gap: 20px; /* відстань між колонками */
}