:root {
    --container: 1440px;
    --text: #232234;
    --muted: #666;
    --bg: #f2effa;
    --line: #e8e8e8;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    height: 100vh;
    display: flex;
    flex-direction: column;
	 justify-content: flex-start;
}
.footer-privacy-menu ul {
list-style:none;
color:#030010;
padding: 0px;
margin: 0px;
}
.footer-privacy-menu ul li a{
text-decoration:underline;
}
.footer-privacy-menu ul li:hover a{
text-decoration:none;
}
section.hero {
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-inner {
	padding-block:clamp(3.75rem, -1.9484rem + 11.8871vw, 8.75rem);
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.info-inner {
	padding-block:clamp(3.75rem, -1.9484rem + 11.8871vw, 8.75rem);
	text-align: center;
	max-width: 850px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:16px;
}
h2,
.info-inner span {
font-family: Americana Std;
font-weight: 400;
line-height: 1.4em;
letter-spacing: -0.02em;
text-align: center;
}

h2,
h3,
.info-inner span {
color:#232234;
margin: 0px;
}
.info-container  {
	display:flex;
	justify-content: center;
}

h2 {
font-size: clamp(1.75rem, 0.3254rem + 2.9718vw, 3rem);
}
.info-inner h2 {
	text-transform: uppercase;
}
.reviews {
	padding: 60px 0px;
}
.review-card {
	background:#F7F2FF;
	border-radius:20px;
   padding: 32px;
	    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
	 align-items:center;
}
.reviews-slider .swiper-wrapper .swiper-slide {
	box-shadow: 0px 0px 6.52px 0px #ACACFF0E;
   box-shadow: 0px 0px 25.48px 0px #ACACFF16;
	border-radius:20px;
	overflow: hidden;
   box-shadow: 0px 0px 8px 0px #ACACFF24;
}
.review-card__text {
    flex-grow: 1;
}
.review-card .review-card__photo img {
	width: 100px;
	height:100px;
	border-radius:500px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.review-card .review-card__photo {
	margin-bottom: 24px;
}
.reviews-container {
	display:flex;
	flex-direction:column;
	gap:32px;
}
.review-card__name {
	color:#232234;
	font-family: Montserrat;
font-weight: 600;
font-size: clamp(1.375rem, 0.8052rem + 1.1887vw, 1.875rem);
line-height: 1.4em;
letter-spacing: -0.02em;
text-align: center;
}
.review-card__country {
	font-family: Montserrat;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 1.4em;
letter-spacing: 0em;
text-align: center;
color:#232234;
margin-bottom: 32px;
}
.review-card__text {
	font-family: Montserrat;
font-weight: 400;
font-size: 18px;
line-height: 1.6em;
letter-spacing: 0.01em;
text-align: center;
vertical-align: middle;
color:#232234;
}
h3 {
font-size: clamp(1.375rem, 0.6627rem + 1.4859vw, 2rem);
	font-family: Montserrat;
font-weight: 400;
line-height: 1.6em;
letter-spacing: 0.01em;
text-align: center;
}
.info-inner span {
	font-family: Montserrat;
font-weight: 400;
font-size: 20px;
line-height: 1.6em;
letter-spacing: 0.01em;
margin-bottom: 10px;
text-align: center;
}
.reviews-slider .swiper-wrapper {
    align-items: stretch;
}

.reviews-slider .swiper-slide {
    height: auto;
    display: flex;
}

.reviews-slider {
    padding-bottom: 50px; /* місце під булети */
}

.reviews-slider__pagination {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
}
.review-card__rating span {
	font-size: 26px;
color: #FFC44F;
}
.review-card__rating {
	margin-bottom: 24px;
}
.reviews-slider-section {
    position: relative;
}

.reviews-slider {
    margin-bottom: 24px;
}
.swiper-pagination-bullet {
	background:#FFFFFF!important;
	width: 14px!important;
	height: 14px!important;
	border:1px solid #232234!important;
	opacity: 1!important;;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
	background:#232234!important;
}
.swiper-button-next, .swiper-button-prev {
	width: 64px!important;
	height: 64px!important;
}
.swiper-button-next {
	right: 7px;
}
.swiper-button-prev {
	left: 7px;
}
.reviews-slider__nav::after {
	content:''!important;
	background:url('/wp-content/uploads/2026/04/next-icon.svg') center center no-repeat;
	background-size:cover;
	width: 64px!important;
	height: 64px!important;
}
.review-card__top{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper-button-next:hover,
 .swiper-button-prev:hover {
opacity: 0.7;
}
.reviews-slider__nav.swiper-button-prev {
	transform: rotate(180deg);
}
.reviews-slider__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}
section.info {
	min-height: 660px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
.hero-inner > * {
	width: 50%;
}
.hero-inner .hero-image {
	max-width:clamp(25rem, 16.75rem + 13.3333vw, 28.75rem);
}
a {
    color: inherit;
    text-decoration: none;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
align-items:center;
}
.footer-inner span {
font-size:16px;
color:#030010;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: min(100% - 32px, var(--container));
    margin-inline: auto;
}

.site-header {
    border-bottom: 1px solid var(--line);
border-radius:0px 0px 24px 24px;
    background: #fff;
}

.header-row {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.site-brand {
    font-size: 20px;
    font-weight: 700;
}

.site-nav .menu,
.site-nav ul {
    list-style: none;
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
}
.site-nav .menu li a{
color:#030010;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 1.2em;
letter-spacing: 0.01em;
text-align: center;
}
.site-nav.active ul {
display:flex;
flex-direction:column;
}

.section {
    padding: 64px 0;
}

.button {
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid var(--text);
}

.site-footer {
    padding: 24px 0;
    border-top: 1px solid var(--line);
background:#FFFFFF;
    color: var(--muted);
}
.btn-gradient {
  padding: 1px;
  border-radius: 500px;
  background: linear-gradient(90deg, #D458FD 0%, #E8B48A 50%, #8A82F2 75%, #5DC4FF 100%);
  border: none;
  cursor: pointer;

}

.btn-gradient span {
  display: block;
  padding-block:clamp(0.75rem, 0.4651rem + 0.5944vw, 1rem);
padding-inline:clamp(1rem, -0.2821rem + 2.6746vw, 2.125rem);
  background: #fff;
transition:all 0.3s;
  border-radius: 500px;
line-height:1.2em;
letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 18px;
  color: #030010;
}
.btn-gradient:hover span{
 background: #f4f0ff;
}
/* Popup */
.popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999;
}

.popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
  background:#161616bd;
  opacity: 1;
}
.popup-form-close {
	background:transparent;
	border:none;
	position: absolute;
	right: 15px;
	cursor: pointer;
	top:15px;
}
.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.popup-content {
  position: relative;
  background: #fff;
  position: relative;
  padding: 30px;
  border-radius: 20px;
  z-index: 2;
  max-width: 600px;
  width: 100%;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}
/* End of popup */
/* Burger */
.burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}

.burger span {
  width: 25px;
  height: 3px;
  background: #000;
  display: block;
  border-radius: 2px;
}
.hero-btn-gradient {
    display: inline-block;
    padding: 16px 48px;
    border: none;
    border-radius: 999px;
	 font-family: Montserrat;
    cursor: pointer;
	 width: max-content;
    background: linear-gradient(90deg, #D458FD 0%, #E8B48A 50%, #8A82F2 75%, #5DC4FF 100%);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hero-btn-gradient span {
	    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
/* Glow ефект */
.hero-btn-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: inherit;
    filter: blur(20px);
    opacity: 0.6;
    z-index: -1;
}

h1 {
	font-family: Americana Std;
font-weight: 400;
font-size: clamp(2.5rem, 0.4167rem + 3.7037vw, 3.75rem);
line-height:1.3em;
text-transform: uppercase;
color:#232234;
margin:0px 0px 15px 0px;
padding:0px;
}
.hero-buttons {
	padding: 6px;
	background:#FFF;
	box-shadow: 0px 0px 8.85px 0px #00000008;
box-shadow: 0px 0px 24.86px 0px #0000000D;
box-shadow: 0px 0px 66.7px 0px #00000011;
box-shadow: 0px 0px 153px 0px #0000001A;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
border-radius:500px;
}
.all-hero-buttons {
	display:flex;
	flex-direction:column;
	gap:50px;
	width: max-content;
}
.hero-button-set {
	border: 1px solid #E3DCE4;
	font-family: Montserrat;
font-weight: 400;
font-size: clamp(1.125rem, 0.9825rem + 0.2972vw, 1.25rem);
line-height: 1.6em;
padding: 6px 20px;
cursor:pointer;
background:#F5F2F9;
letter-spacing:0;
color:#232234;
border-radius:500px;
}
.hero-subtitle {
	color:#232234;
	font-family: Montserrat;
font-weight: 400;
font-size: clamp(1.125rem, 0.6264rem + 1.0401vw, 1.5625rem);
max-width:550px;
display: inline-block;
margin-bottom:32px;
line-height: 1.6em;
letter-spacing: 0;
}
.popup__content label {
	color:#232234;
	font-family: Montserrat;
font-weight: 400;
font-size: 20px;
max-width:550px;
display: inline-block;
line-height: 1.1em;
letter-spacing: 0;
}
.popup__content label:not(:last-of-type) {
	margin-bottom: 12px;
}
.popup__content input,
.popup__content textarea {
	border-radius: 500px;
	padding: 15px;
	border:1px solid #ccc;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	position: absolute;
	right: 5px;
	top:50%;
	transform: translateY(-50%);
}
.wpcf7-response-output {
    position: absolute;
    top: 50%;
    background: #FFF;
	 font-size: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wpcf7-response-output {
  transition: opacity 0.4s ease;
}

.wpcf7-response-output.hide {
  opacity: 0;
}
.popup__content textarea {
	border-radius:20px;
}
.popup__content input[type="submit"] {
    padding: 12px 10px;
    background: #F5F2F9;
    border-radius: 500px;
}
/* Hover */
.hero-btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
/* МОБІЛКА */
@media (max-width: 767px) {

  .burger {
    display: flex;
  }
.site-header {
border-radius:0px 0px 12px 12px;
}
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    flex-direction: column;
    padding: 20px;
  }

  .site-nav.active {
    display: flex;
border-radius:0 0 12px 12px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .header-row {
    position: relative;
  }

  /* ховаємо кнопку (за бажанням) */
  .header-button {
    display: none;
  }
}

/* бургер контейнер */
.burger {
  position: relative;
  width: 25px;
  height: 20px;
}

/* лінії */
.burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s ease;
}

/* початкові позиції */
.burger span:nth-child(1) {
  top: 0;
}
.popup__content {
	background:#FFFFFF;
	padding: 15px;
	border-radius:20px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap:30px;
}

.popup__content  .form-block form,
.popup__content  .form-block form label {
	display: flex;
	flex-direction: column;
}
.popup__content  .form-block form {
	margin-top: 30px;
}
.burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burger span:nth-child(3) {
  bottom: 0;
}

/* АКТИВНИЙ СТАН */
html.menu-open .burger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

html.menu-open .burger span:nth-child(2) {
  opacity: 0;
}

html.menu-open .burger span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.burger span {
  transition: 0.3s;
}

.header-row ul.menu li {
    opacity: 0;
    transform: translateY(-20px);
    animation: menuFadeDown 0.5s ease forwards;
}
/* privacy popup */
.popup-privacy {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 9999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-privacy.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup-privacy__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.popup-privacy__content {
    position: relative;
    z-index: 2;
    width: min(900px, calc(100% - 30px));
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    margin: 40px auto;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    
    transform: translateY(20px) scale(0.98);
    transition: transform 0.3s ease;
}

.popup-privacy.is-active .popup-privacy__content {
    transform: translateY(0) scale(1);
}

.popup-privacy__close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 26px;
    border: none;
    background: none;
    cursor: pointer;
}
body.privacy-popup-open {
    overflow: hidden;
}
/* privacy popup */
/* анімація */
@keyframes menuFadeDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.header-row ul.menu li:nth-child(1) { animation-delay: 0.1s; }
.header-row ul.menu li:nth-child(2) { animation-delay: 0.2s; }
.header-row ul.menu li:nth-child(3) { animation-delay: 0.3s; }
.header-row ul.menu li:nth-child(4) { animation-delay: 0.4s; }
.header-row ul.menu li:nth-child(5) { animation-delay: 0.5s; }
.header-row ul.menu li:nth-child(6) { animation-delay: 0.6s; }

@media(max-width:877px) {
.hero-inner {
	display: flex;
	gap:50px;
	flex-direction:column;
}
.hero-inner > * {
	width: 100%;
}
}

@media (max-width: 768px) {


    .site-nav .menu,
    .site-nav ul {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero {
        padding: 56px 0;
    }

    .section {
        padding: 48px 0;
    }
}
@media(max-width:699px) {
.footer-inner {
    display: grid;
gap:20px;
    grid-template-columns: repeat(4, 1fr);
}
.footer-inner .site-brand {
    grid-column: span 4;
display:flex;
justify-content:center;
}
.footer-inner span, 
.footer-inner button {
    grid-column: span 2;
}
}
@media(max-width:685px) {
	.reviews-slider__nav {
		display:none!important;
	}
}
@media(max-width:560px) {
	.all-hero-buttons {
		width:100%;
	}
	.hero-buttons {
		border-radius: 20px;
	}
	.hero-btn-gradient {
		width: 100%;
	}
}
@media(max-width:431px) {
.footer-inner {
 display: flex;
flex-direction:column;
}
}