@charset "UTF-8";
:root {
  --color-dark: #191A23;
  --color-dark-alt: #292A32;
  --color-light: #FFF;
  --color-accent: #B9FF66;
  --color-gray: #F3F3F3;
  --color-gray-alt: #898989;
  --font-family: "Space Grotesk", sans-serif;
  --border: 1px solid var(--color-dark);
  --border-radius: 14px;
  --border-radius-small: 7px;
  --border-radius-large: 45px;
  --shadow: 0 5px 0 0 var(--color-dark);
  --shadow-hover: 0 0 0 4px var(--color-dark);
  --template-width: 1434px;
  --container-width: 1240px;
  --container-padding-x: 15px;
  --section-padding-y: 70px;
  --section-padding-y-mb: 35px;
  --input-height: 59px;
  --button-height: 68px;
  --transition-bg: background-color 0.3s ease-in;
  --transition-color: color 0.3s ease-in;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/*
 * Add the correct display in all browsers.
 */
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* space-grotesk-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/space-grotesk-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/space-grotesk-v16-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: clamp(16px, 1.25vw, 18px);
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.28;
  color: var(--color-dark);
  background-color: var(--color-light);
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

h1,
.h1 {
  font-size: clamp(43px, 4.1666666667vw, 60px);
}

h2,
.h2 {
  font-size: clamp(36px, 2.7777777778vw, 40px);
}

h3,
.h3 {
  font-size: clamp(26px, 2.0833333333vw, 30px);
}

h4,
.h4 {
  font-size: clamp(18px, 1.3888888889vw, 20px);
}

.container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  padding-inline: var(--container-padding-x);
  margin-inline: auto;
}

.logo {
  width: 210px;
  height: 36px;
}

.btn {
  border: none;
  height: var(--button-height);
  margin: 0;
  padding-inline: 35px;
  width: auto;
  overflow: visible;
  outline: none;
  text-align: center;
  background: var(--color-dark);
  color: var(--color-light);
  line-height: normal;
  cursor: pointer;
  white-space: nowrap;
  border-radius: var(--border-radius);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-bg), var(--transition-color), box-shadow 0.3s ease-in-out;
}
@media (hover: hover) {
  .btn:hover {
    background-color: var(--color-accent);
    color: var(--color-dark);
    box-shadow: var(--shadow);
  }
}
@media (hover: none) {
  .btn:active {
    background-color: var(--color-accent);
    color: var(--color-dark);
    box-shadow: var(--shadow);
  }
}

.menu-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}
.menu-nav__list-link {
  font-size: 20px;
  line-height: 140%;
}

.section {
  padding-block: var(--section-padding-y);
}
.section-text {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 140%;
}
.section-title {
  font-size: clamp(26px, 3.5416666667vw, 51px);
  background: var(--color-accent);
  padding: 0px 7px;
  border-radius: var(--border-radius-small);
}
.section-description {
  font-size: clamp(16px, 1.25vw, 18px);
  max-width: 580px;
}
.section-meta {
  margin-bottom: 80px;
}

#burger-checkbox {
  display: none;
}

.burger-toggle {
  position: relative;
  z-index: 1010;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition-duration: 0.5s;
  display: none;
}
.burger-toggle .burger-bar {
  width: 100%;
  height: 4px;
  background-color: var(--color-dark);
  border-radius: 4px;
}
.burger-toggle .burger-bar:nth-child(1), .burger-toggle .burger-bar:nth-child(3) {
  width: 70%;
}
.burger-toggle .burger-bar:nth-child(2) {
  transition-duration: 0.8s;
}
input:checked + .burger-toggle {
  transition-duration: 0.5s;
  transform: rotate(180deg);
}
input:checked + .burger-toggle .burger-bar {
  position: absolute;
  transition-duration: 0.5s;
}
input:checked + .burger-toggle .burger-bar:nth-child(2) {
  transform: scaleX(0);
  transition-duration: 0.5s;
}
input:checked + .burger-toggle .burger-bar:nth-child(1) {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: 0.5s;
}
input:checked + .burger-toggle .burger-bar:nth-child(3) {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: 0.5s;
}

.header {
  padding-block: clamp(20px, 4.1666666667vw, 60px);
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}
.header-nav {
  margin-left: auto;
}

.menu-nav__list-link {
  position: relative;
}
.menu-nav__list-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  height: 2.5px;
  width: 0;
  background: var(--color-accent);
  transition: width 0.25s ease-in;
}
@media (hover: hover) {
  .menu-nav__list-link:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .menu-nav__list-link:active::after {
    width: 100%;
  }
}

.intro {
  padding-block: var(--section-padding-y);
}
.intro__container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  column-gap: 30px;
}
.intro__content {
  max-width: 531px;
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 35px;
}
.intro__title {
  font-size: clamp(24px, 4.1666666667vw, 60px);
}
.intro__text {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 140%;
}
.intro__img {
  display: flex;
  justify-content: center;
}

.partner {
  padding-block: var(--section-padding-y);
}
.partner__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 38px;
  justify-content: center;
  text-align: center;
}
.partner__img {
  filter: grayscale(1);
  transition: filter 0.2s ease-in-out;
}
.partner__img:hover {
  filter: grayscale(0);
}

.services-section {
  padding-block: var(--section-padding-y);
}

.section-meta {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.services__item {
  display: flex;
  flex: 0 0 48%;
  box-shadow: var(--shadow);
  transition: box-shadow 0.3s ease;
  padding: 50px;
  min-height: 310px;
  border-radius: var(--border-radius-large);
  column-gap: 30px;
}
.services__item:hover {
  box-shadow: var(--shadow-hover);
}
.services__link {
  display: flex;
  align-items: center;
  column-gap: 15px;
  transition: var(--transition-color);
}
.services__link:hover {
  color: var(--color-gray-alt);
}
.services__link img {
  background-color: var(--color-dark);
  padding: 7px;
  border-radius: 50%;
}
.services__title {
  font-size: clamp(20px, 2.0833333333vw, 30px);
  display: inline;
  line-height: 1.25;
}
.services__title span {
  padding-inline: 7px;
  border-radius: var(--border-radius-small);
}
.services__item-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services__item:nth-child(6n+1),
.services__item:nth-child(6n+4) {
  background-color: var(--color-gray);
}

/* Первая карточка - Серый */
.services__item:nth-child(6n+1) .services__title span,
.services__item:nth-child(6n+4) .services__title span {
  background: var(--color-accent);
}

/* Вторая и пятая карточка - Зеленый */
.services__item:nth-child(6n+2),
.services__item:nth-child(6n+5) {
  background-color: var(--color-accent);
}

.services__item:nth-child(6n+3) .services__title span,
.services__item:nth-child(6n+6) .services__title span,
.services__item:nth-child(6n+2) .services__title span,
.services__item:nth-child(6n+5) .services__title span {
  background: var(--color-light);
}

/* Третья и шестая карточка - Черный */
.services__item:nth-child(6n+3),
.services__item:nth-child(6n+6) {
  background-color: var(--color-dark-alt);
}
.services__item:nth-child(6n+3) .services__link,
.services__item:nth-child(6n+6) .services__link {
  color: var(--color-light);
}

.services__item:nth-child(6n+3) .services__title span,
.services__item:nth-child(6n+6) .services__title span {
  background: var(--color-light);
}

.info-wrapper {
  padding: 60px;
  background-color: var(--color-gray);
  border-radius: var(--border-radius-large);
}

.info-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.info-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 26px;
  max-width: 500px;
}

.info-title {
  font-size: clamp(20px, 2.0833333333vw, 30px);
}

.info-text {
  font-size: clamp(16px, 1.3888888889vw, 20px);
}

.info-media__img {
  margin-block: -80px;
}

.study {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 60px;
  background-color: var(--color-dark);
  border-radius: var(--border-radius-large);
  color: var(--color-light);
  padding: 70px 60px;
}
.study-item:not(:last-child) {
  border-right: 1px solid var(--color-light);
  padding-right: 60px;
}
.study-item__text {
  font-size: 18px;
  margin-bottom: 20px;
}
.study-item__btn {
  font-size: 20px;
  line-height: 140%;
  color: var(--color-accent);
  position: relative;
}
.study-item__btn::after {
  content: url("../icons/arrow-top-right.svg");
  position: absolute;
  top: 2px;
  right: -32px;
  background-size: cover;
}

.qna {
  --qna-animation-duration: 0.3s;
  --qna-details-height: 200px;
  width: clamp(300px, 90%, 1234px);
  margin: 80px auto;
}
.qna__items {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.qna__item {
  border-radius: var(--border-radius-large);
  margin: -1px 0 0;
  background-color: var(--color-gray);
  border: 1px solid var(--color-dark);
  transition: var(--qna-animation-duration);
  box-shadow: var(--shadow);
  transition: var(--transition-bg);
}
.qna__item:hover {
  background-color: var(--color-accent);
}
.qna__item:not(.js-details)[open], .qna__item.is-open {
  background: var(--color-accent);
  --qna-border-color: #777;
  position: relative;
}
.qna__item:not(.js-details)[open] .qna__text p, .qna__item.is-open .qna__text p {
  border-top: 1px solid var(--color-dark);
}
.qna__question {
  font-size: clamp(20px, 2.0833333333vw, 30px);
  display: flex;
  align-items: center;
  padding: 40px 60px;
  position: relative;
  list-style: none;
  cursor: pointer;
  user-select: none;
}
.qna__question span {
  font-size: 2em;
  padding-right: 20px;
}
.qna__question::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 5%;
  width: 22.5px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 8'%3E%3Cpath stroke='%23999' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  transition: var(--qna-animation-duration);
  filter: invert(1);
  background-color: #000000;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-size: 50%;
}
.qna__item:not(.js-details)[open] .qna__question::after, .qna__item.is-open .qna__question::after {
  transform: rotate(-180deg);
}
.qna__question::-webkit-details-marker {
  display: none;
}
.js-details .qna__answer {
  max-height: 0;
  overflow: hidden;
  animation: slideUp var(--qna-animation-duration);
}
.js-details.is-open .qna__answer {
  max-height: none;
  animation: slideDown var(--qna-animation-duration);
}
.js-details.is-open.is-animating .qna__answer {
  max-height: var(--qna-details-height);
}
.qna__text {
  height: 100%;
  padding-inline: 60px;
}
.qna__text p {
  padding-block: 30px;
  margin-top: 0;
}

@keyframes slideUp {
  0% {
    max-height: var(--qna-details-height);
    opacity: 1;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: var(--qna-details-height);
    opacity: 1;
  }
}
.team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.team__item {
  flex: 1 1 calc(33.3% - 60px);
  border: 1px solid var(--color-dark);
  border-radius: var(--border-radius-large);
  padding: 40px 35px;
  box-shadow: var(--shadow);
}
.team__item-meta {
  position: relative;
  display: flex;
  align-items: flex-end;
  column-gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-dark);
}
.team__item-info {
  display: flex;
  flex-direction: column;
}
.team__item-link {
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s ease-in-out;
}
.team__item-link:hover {
  transform: scale(1.1);
}
.team__item-name {
  font-weight: 500;
  font-size: 20px;
}
.team__item-position {
  font-size: 20px;
}
.team__item-desc {
  padding-top: 28px;
}

.team-btn {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}

.review {
  --review-item-width: 606px;
  display: flex;
  flex-direction: column;
  column-gap: 50px;
  row-gap: 124px;
  color: var(--color-light);
  background-color: var(--color-dark);
  padding: 84px 0 68px 0;
  border-radius: var(--border-radius-large);
  overflow: hidden;
}
.review__block {
  display: flex;
  column-gap: 85px;
  margin-inline: calc(var(--review-item-width) / 2 * -1);
}
.review__item {
  flex: 0 0 33%;
}
.review__item-info {
  max-width: var(--review-item-width);
  padding: 48px 52px;
  border: 1px solid var(--color-accent);
  border-radius: var(--border-radius-large);
  position: relative;
  margin-bottom: 40px;
  margin-inline: -40px;
}
.review__item-info::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 40px;
  width: 30px;
  aspect-ratio: 1;
  transform: rotate(45deg);
  height: 30px;
  clip-path: polygon(100% 4%, 0% 100%, 100% 100%);
  border: 1px solid var(--color-accent);
  background-color: var(--color-dark);
}
.review__item-author {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding-left: 10px;
}
.review__item-name {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-accent);
}
.review__item-company {
  font-size: 18px;
  color: var(--color-light);
}
.review__item-text {
  font-size: 18px;
}
.review__actions {
  display: flex;
  justify-content: space-between;
  max-width: 564px;
  width: 100%;
  margin-inline: auto;
}

.arrow-right {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
}
.arrow-right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url(../icons/slider-arrow-right-active.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
}
.arrow-right.arrow-active::after {
  background-image: url(../icons/slider-arrow-right-active.svg);
}

.arrow-left {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
}
.arrow-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url(../icons/slider-arrow-left-active.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
}
.arrow-left.arrow-active::after {
  background-image: url(../icons/slider-arrow-left-active.svg);
}

.slider-pagination {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.pagination-bullet {
  position: relative;
  display: block;
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url(../icons/pagination-bullet.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 14px;
}
.pagination-bullet .pagination-bullet .is-active::after, .pagination-bullet.bullet-active::after {
  background-image: url(../icons/pagination-bullet-active.svg);
}

.splide__arrow svg {
  display: none;
}

.pagination-bullet.is-active::after {
  background-image: url(../icons/pagination-bullet-active.svg);
}

.form-section {
  padding-bottom: 100px;
}

.form-block {
  padding: 60px 70px;
  background-color: var(--color-gray);
  border-radius: var(--border-radius-large);
  position: relative;
}
.form-block::after {
  content: url("../icons/form-bg-cropped.svg");
  position: absolute;
  top: 0;
  right: 0;
}
.form-block .form {
  max-width: 556px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.form-block .form-input {
  height: 59px;
  padding-inline: 30px;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-gray-alt);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-dark);
}
.form-block .form-textarea {
  padding: 18px 30px;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-gray-alt);
  min-height: 190px;
  border-radius: var(--border-radius);
  border: 1px solid var(--color-dark);
  resize: none;
  min-width: 220px;
}
.form-block label {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  column-gap: 35px;
  margin-bottom: 40px;
}
.checkbox-wrapper label {
  flex-direction: row;
}

.checkbox-block {
  display: flex;
  align-items: center;
}

.checkBox {
  display: flex;
  align-items: center;
  column-gap: 14px;
  cursor: pointer;
  width: fit-content;
}
.checkBox input[type=radio] {
  position: absolute;
  left: -9999px;
}
.checkBox i {
  width: 28px;
  height: 28px;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms ease;
}
.checkBox input[type=radio]:checked + i {
  background-color: var(--color-accent);
}
.checkBox span {
  font-size: 16px;
  cursor: pointer;
}

.footer {
  background-color: var(--color-dark);
  padding: 55px 60px;
  margin-top: 60px;
  color: var(--color-light);
  border-top-left-radius: var(--border-radius-large);
  border-top-right-radius: var(--border-radius-large);
}
.footer a {
  transition: var(--transition-color);
}
.footer a:hover {
  color: var(--color-accent);
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 60px;
}
.footer__contact {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  margin-bottom: 50px;
}
.footer__contact-block {
  max-width: 332px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  row-gap: 20px;
}
.footer__contact-block span {
  line-height: 1.6;
}
.footer__contact-title {
  font-weight: 500;
  font-size: 20px;
  background-color: var(--color-accent);
  border-radius: var(--border-radius-small);
  padding: 7px;
  color: var(--color-dark);
  margin-bottom: 27px;
}
.footer__subscribe {
  max-width: 634px;
  width: 100%;
  background-color: var(--color-dark-alt);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
  padding: 20px;
}
.footer__subscribe-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.footer__subscribe-form input {
  background-color: transparent;
  border: 1px solid var(--color-light);
  border-radius: var(--border-radius);
  height: 67px;
  max-width: 285px;
  width: 100%;
  color: var(--color-light);
  padding: 22px;
}
.footer__subscribe-form .btn {
  color: var(--color-dark);
  background-color: var(--color-accent);
}
.footer__subscribe-form .btn:hover {
  background-color: var(--color-dark);
  color: var(--color-light);
}
.footer__copyright {
  border-top: 1px solid var(--color-light);
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

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

.socials-item img {
  transition: transform 0.3s ease-in;
}
.socials-item img:hover {
  transform: scale(1.1);
  box-shadow: none;
}

@media (max-width: 1280px) {
  .team__item {
    padding: 35px 25px;
  }
  .team__item-link {
    top: -10px;
    right: -5px;
  }
  .study-item:not(:last-child) {
    padding-right: 50px;
  }
  .study {
    padding: 50px 45px;
  }
  .header__container {
    column-gap: 35px;
  }
  .menu-nav__list {
    column-gap: 20px;
  }
  .footer__subscribe-form input,
  .btn {
    height: 58px;
    padding-inline: 28px;
  }
  .logo__img {
    width: 180px;
  }
}
@media (max-width: 1140px) {
  .footer {
    padding: 50px 45px;
  }
  .form-block {
    padding: 50px;
  }
  .study {
    gap: 30px 30px;
  }
  .intro__img img {
    width: 90%;
  }
  .services {
    gap: 20px;
  }
  .services__item {
    padding: 35px;
  }
  .partner {
    padding-block: var(--section-padding-y-mb);
  }
  .partner__container {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
  }
}
@media (max-width: 991px) {
  .footer__top {
    gap: 30px;
    flex-wrap: wrap;
  }
  .footer-nav {
    order: 2;
  }
  .footer .socials {
    order: 1;
  }
  .footer__contact-block {
    max-width: 240px;
  }
  .form-block::after {
    content: unset;
  }
  .form-block .form {
    margin-inline: auto;
  }
  .review__block {
    column-gap: 90px;
  }
  .review__item-info {
    padding: 30px;
  }
  .team__item {
    flex: 1 1 calc(48.3% - 60px);
  }
  .study-item:not(:last-child) {
    padding-right: 25px;
  }
  .study {
    padding: 40px 32px;
  }
  .services__item {
    column-gap: 5px;
    padding-inline: 18px;
  }
  .services__item-media img {
    width: 180px;
  }
  .burger-toggle {
    display: flex;
  }
  .intro__content {
    max-width: 440px;
  }
  .intro__img img {
    width: 100%;
    aspect-ratio: 1;
  }
  .header-nav .menu-nav__list {
    flex-direction: column;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100vw;
    height: 100vh;
    row-gap: 50px;
    background-color: var(--color-light);
    z-index: 1000;
    overflow: auto;
    transition: left 0.6s ease-in-out;
  }
  .header-nav.menu-active .menu-nav__list {
    left: 0;
    top: 0;
  }
  .header-btn {
    margin-left: auto;
  }
  .footer__subscribe-form {
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 20px;
  }
  .footer__contact-block {
    max-width: 332px;
  }
  .footer__subscribe-form .btn {
    max-width: 285px;
    width: 100%;
  }
  .footer {
    margin-top: 40px;
  }
  .form-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .footer__contact {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .footer__subscribe {
    padding: 30px;
  }
  .review__item {
    flex: 0 0 48%;
  }
  .review__block {
    column-gap: 80px;
  }
  .team__item {
    flex: 0 0 75%;
    margin-inline: auto;
  }
  .qna__text,
  .qna__question {
    padding: 30px;
  }
  .qna__text span,
  .qna__question span {
    font-size: 1.5em;
    padding-right: 15px;
  }
  .qna__text::after,
  .qna__question::after {
    padding: 20px;
    top: 32%;
  }
  .qna__text {
    padding: 30px;
    padding-top: 0;
  }
  .qna__text p {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .section-meta {
    column-gap: 30px;
  }
  .section-description {
    max-width: 400px;
  }
  .study {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px 0;
    padding: 40px 40px;
  }
  .study-item:not(:last-child) {
    border-right: unset;
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
    padding-right: unset;
  }
  .study-item__text {
    margin-bottom: 12px;
  }
  .study-item__btn {
    font-size: 18px;
  }
  .info-media__img {
    display: none;
  }
  .info-content {
    justify-content: center;
    align-items: center;
    max-width: unset;
  }
  .info-wrapper {
    padding: 50px;
    display: block;
  }
  .intro__content {
    max-width: 350px;
  }
  .btn {
    height: 50px;
    padding-inline: 24px;
    font-size: 18px;
  }
  .services__item {
    display: flex;
    flex: 0 0 75%;
    margin-inline: auto;
  }
  .services__item-media img {
    width: inherit;
  }
}
@media (max-width: 576px) {
  .footer-nav {
    margin-inline: auto;
  }
  .footer-nav .menu-nav__list {
    flex-direction: column;
    row-gap: 15px;
  }
  .footer__top {
    column-gap: 15px;
    row-gap: 37px;
  }
  .footer__contact-block {
    margin-inline: auto;
    text-align: center;
    align-items: center;
  }
  .form-block {
    padding: 40px 30px;
  }
  .checkbox-wrapper {
    margin-bottom: 25px;
    justify-content: space-around;
  }
  .review {
    row-gap: 70px;
    padding: 35px 0 40px 0;
  }
  .review__item-name {
    font-size: 16px;
  }
  .review__item-company {
    font-size: 15px;
  }
  .review__item {
    flex: 0 0 60%;
  }
  .review__item-text {
    font-size: 16px;
  }
  .slider-pagination {
    column-gap: 18px;
  }
  .team__item {
    flex: 0 0 95%;
  }
  .qna {
    margin: 40px auto;
  }
  .qna__question {
    padding: 30px 25px;
  }
  .qna__question span {
    font-size: 1.3em;
    padding-right: 10px;
  }
  .section {
    padding-block: var(--section-padding-y-mb);
  }
  .services__item {
    flex: 0 0 85%;
  }
  .intro__container {
    flex-direction: column;
  }
  .intro {
    padding-block: var(--section-padding-y-mb);
  }
  .intro__content {
    display: contents;
  }
  .intro__title {
    order: 1;
  }
  .intro__img {
    order: 2;
    margin-inline: auto;
  }
  .intro__text {
    margin-bottom: 25px;
    order: 3;
  }
  .intro__btn {
    order: 3;
  }
  .logo__img {
    width: 150px;
  }
  .header-btn {
    display: none;
  }
  .header__container {
    align-items: stretch;
  }
  .burger-toggle {
    width: 35px;
    height: 32px;
  }
  .partner__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 50px 20px 30px;
  }
  .footer__logo {
    text-align: center;
    margin-inline: auto;
  }
  .footer .socials {
    order: 2;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    justify-content: center;
  }
  .footer-nav {
    width: 100%;
  }
  .footer__copyright {
    flex-wrap: wrap;
  }
  .team__item {
    flex: 0 0 100%;
  }
  .team-btn .btn {
    width: 100%;
  }
  .qna__question {
    padding: 30px 30px 30px 20px;
  }
  .qna__question span {
    font-size: 1.1em;
    padding-right: 8px;
  }
  .qna__question::after {
    padding: 15px;
    top: 34%;
  }
  .qna__number {
    display: none;
  }
  .services__item {
    flex: 0 0 95%;
    flex-wrap: wrap;
  }
  .services__item-media {
    display: flex;
    order: -1;
    margin-inline: auto;
  }
  .services__item-media img {
    width: 180px;
  }
  .info-content {
    align-items: unset;
  }
}
@media (max-width: 380px) {
  .review__block {
    column-gap: 65px;
  }
  .study {
    padding: 35px 35px;
  }
  .btn {
    width: 100%;
  }
  .partner__container {
    column-gap: 20px;
  }
  .services__item {
    row-gap: 15px;
  }
  .services__item-media img {
    width: inherit;
  }
  .services__title {
    margin-bottom: 16px;
  }
  .info-wrapper {
    padding: 30px;
  }
  .checkBox {
    column-gap: 10px;
  }
  .checkBox span {
    font-size: 14px;
    cursor: pointer;
  }
  .checkbox-wrapper {
    column-gap: 15px;
  }
  .btn {
    font-size: 16px;
  }
}

/* ========================================================
   STATS SECTION
   ======================================================== */
.stats {
  background-color: var(--color-dark-alt);
  padding-block: 0;
}
.stats__grid {
  display: flex;
  align-items: stretch;
}
.stats__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 30px;
}
.stats__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.stats__value {
  display: flex;
  align-items: baseline;
  column-gap: 4px;
  margin-bottom: 16px;
}
.stats__number,
.stats__suffix {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 500;
  color: var(--color-accent);
  line-height: 1;
}
.stats__label {
  font-size: clamp(14px, 1.1vw, 16px);
  color: var(--color-light);
  margin: 0;
  opacity: 0.8;
}

/* ========================================================
   PRICING SECTION
   ======================================================== */
.pricing {
  display: flex;
  column-gap: 40px;
  align-items: stretch;
}
.pricing__card {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 50px 40px;
  border-radius: var(--border-radius-large);
  border: var(--border);
  box-shadow: var(--shadow);
}
.pricing__card--gray {
  background-color: var(--color-gray);
}
.pricing__card--accent {
  background-color: var(--color-accent);
}
.pricing__card--dark {
  background-color: var(--color-dark-alt);
  border-color: var(--color-dark-alt);
}
.pricing__badge {
  position: absolute;
  top: -16px;
  right: 30px;
  background-color: var(--color-dark);
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: var(--border-radius);
  border: var(--border);
}
.pricing__card-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: var(--border);
}
.pricing__card--dark .pricing__card-header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.pricing__name {
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: 500;
  margin: 0 0 16px;
  color: var(--color-dark);
}
.pricing__card--dark .pricing__name {
  color: var(--color-light);
}
.pricing__price {
  display: flex;
  align-items: baseline;
  column-gap: 6px;
}
.pricing__amount {
  font-size: clamp(36px, 3.5vw, 52px);
  font-weight: 500;
  line-height: 1;
  color: var(--color-dark);
}
.pricing__card--dark .pricing__amount {
  color: var(--color-accent);
}
.pricing__period {
  font-size: clamp(14px, 1.1vw, 16px);
  color: var(--color-gray-alt);
}
.pricing__card--dark .pricing__period {
  color: rgba(255, 255, 255, 0.5);
}
.pricing__features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.pricing__feature {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: clamp(14px, 1.1vw, 16px);
  color: var(--color-dark);
}
.pricing__card--dark .pricing__feature {
  color: var(--color-light);
}
.pricing__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: var(--color-dark);
  color: var(--color-accent);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}
.pricing__card--accent .pricing__check {
  background-color: var(--color-dark);
  color: var(--color-accent);
}
.pricing__card--dark .pricing__check {
  background-color: var(--color-accent);
  color: var(--color-dark);
}
.pricing__card--dark .btn {
  background-color: var(--color-accent);
  color: var(--color-dark);
}
@media (hover: hover) {
  .pricing__card--dark .btn:hover {
    background-color: var(--color-light);
    color: var(--color-dark);
    box-shadow: var(--shadow-hover);
  }
}

/* ========================================================
   BACK TO TOP BUTTON
   ======================================================== */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--color-dark);
  color: var(--color-accent);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  z-index: 100;
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (hover: hover) {
  .back-to-top:hover {
    background-color: var(--color-accent);
    color: var(--color-dark);
  }
}

/* ========================================================
   RESPONSIVE: NEW SECTIONS
   ======================================================== */
@media (max-width: 768px) {
  .stats__grid {
    flex-wrap: wrap;
  }
  .stats__item {
    flex: 0 0 50%;
    padding: 40px 20px;
  }
  .stats__item:nth-child(2) {
    border-right: none;
  }
  .stats__item:nth-child(1),
  .stats__item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .pricing {
    flex-direction: column;
    row-gap: 30px;
  }
  .back-to-top {
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 480px) {
  .stats__grid {
    flex-direction: column;
  }
  .stats__item {
    flex: 1;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .stats__item:last-child {
    border-bottom: none;
  }
}

/* ========================================================
   PRICING ADAPTIVE (overrides)
   ======================================================== */

/* Tight desktop: reduce gap + padding */
@media (max-width: 1140px) {
  .pricing {
    column-gap: 20px;
  }
  .pricing__card {
    padding: 40px 24px;
  }
  .pricing__badge {
    right: 20px;
  }
}

/* Tablet: flex-wrap 2+1 — all cards identical width, last centered */
@media (max-width: 991px) {
  .pricing {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .pricing__card {
    flex: 0 0 calc(50% - 12px);
    padding: 38px 28px;
  }
  .pricing__card:last-child {
    margin-inline: auto;
  }
}

/* Mobile: single column */
@media (max-width: 768px) {
  .pricing {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .pricing__card {
    flex: none;
  }
  .pricing__card:last-child {
    margin-inline: 0;
  }
}