:root {
  --font-sans: 'DM Sans', system-ui, -apple-system, Segoe UI, Roboto, Inter,
    Arial, sans-serif;
}

/* ---- next <style> block ---- */

/* HEADER */
.header {
  background-color: var(--secondStyleColor);
  color: var(--textColor2);
}
.headerWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.nav {
}
.ham {
  display: none;
}

.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-left: 0;
  margin: 0;
}

.nav li {
  list-style: none;
}

.nav a {
  color: var(--textColor2);
  text-decoration: none;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  position: relative;
  font-weight: 600;
}

.nav a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background-color: var(--textColor2);
  transition: 0.2s all linear;
}

.nav a:hover::after {
  width: 100%;
}

.stopScroll {
  overflow: hidden;
}
.logo {
  position: relative;
  z-index: 1000;
  font-weight: 800;
  font-size: 24px;
  color: var(--textColor2);
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .nav {
    position: fixed;
    inset: 0;
    background-color: var(--bodyBG);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
  }
  .nav.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .header:has(.nav.active) .logo {
    color: var(--textColor1);
  }
  .header:has(.nav.active) .nav a {
    color: var(--textColor1);
  }
  .nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    z-index: 1000;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .hamRotate180.active {
    transform: rotate(180deg);
  }
  .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: var(--textColor2);
    stroke-width: 5.5;
    stroke-linecap: round;
  }
  .header:has(.nav.active) .line {
    stroke: var(--textColor1);
  }
  .ham7 .top {
    stroke-dasharray: 40 82;
  }
  .ham7 .middle {
    stroke-dasharray: 40 111;
  }
  .ham7 .bottom {
    stroke-dasharray: 40 161;
  }
  .ham7.active .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px;
  }
  .ham7.active .middle {
    stroke-dashoffset: 23px;
  }
  .ham7.active .bottom {
    stroke-dashoffset: -83px;
  }
  .ham8 .top {
    stroke-dasharray: 40 160;
  }
}

/* ---- next <style> block ---- */

.home {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.heroContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  p {
    text-align: center;
  }
}
.imageWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.image {
  width: 400px;
  height: 300px;
  border-radius: var(--borderRadius);
  img {
    border-radius: inherit;
    object-position: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.main__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.btn {
  display: inline-block;
  width: 100%;
  border-radius: 100px;
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 16px 20px;
  width: fit-content;
  color: var(--textColor2);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn__fill {
  background-color: var(--secondStyleColor);
}

@media (max-width: 800px) {
  .home {
    height: fit-content;
  }
  .imageWrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .image {
    width: 300px;
    height: 200px;
  }
}

/* ---- next <style> block ---- */

:root {
  --scrollbarBg: rgba(255, 255, 255, 0.1);
  --itemBgColor: transparent;
}
.swiper {
  padding-bottom: 10px !important;
}

.toc .swiper-slide {
  width: fit-content;
}

.toc h2 {
  white-space: nowrap;
  margin: 0 !important;
  text-align: center;
}

.toc {
  background-color: transparent;
}

.toc a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  white-space: nowrap;
  color: var(--textColor1);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  border: 1px solid var(--secondStyleColor);
  padding: 10px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: var(--itemBgColor);
}

.toc a:active,
.toc a:hover,
.toc a:focus {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.2);
}

.toc .swiper-wrapper {
  padding-top: 20px;
  padding-bottom: 24px;
}

.toc-swiper .swiper-scrollbar {
  background: var(--scrollbarBg);
  height: 4px;
  border-radius: 2px;
}

.toc-swiper .swiper-scrollbar-drag {
  background: var(--secondStyleColor);
  border-radius: 2px;
  width: 20%;
}

.toc.wrapper {
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.toc-swiper {
  max-width: calc(var(--maxWidthContainer) - 40px);
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

@media screen and (max-width: 750px) {
  .toc.wrapper {
    margin-left: auto;
  }
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 90% !important;
    margin: 0 auto;
  }
}

/* ---- next <style> block ---- */

.ai-technology h2 {
  text-align: left;
}
.ai-technology__body {
  display: flex;
  align-items: center;
  gap: 28px;
}
.ai-technology__body-text ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
.ai-technology__body-img {
  width: 400px;
  height: 420px;
  border-radius: var(--borderRadius);
  img {
    object-fit: cover;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    object-position: top;
  }
}
.ai-technology__body-text li {
  flex: 1 1 30%;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  border-radius: var(--borderRadius);
  background-color: var(--secondStyleColor);
  color: var(--textColor2);
}
.ai-technology__body-text li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* color: var(--pink); */
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  font-family: 'Inter', serif;
}
.ai-technology__body-text li > span:first-child {
  position: relative;
  z-index: 0; /* чтобы сам span был поверх псевдоэлемента */
}

.ai-technology__body-text li > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  p {
    text-align: left;
  }
}
.ai-technology__body-text li > div span {
  font-weight: 600;
  font-size: 24px;
  line-height: 31.2px;
}

@media (max-width: 800px) {
  .ai-technology__body {
    flex-direction: column;
  }
  .ai-technology__body-img {
    width: 100%;
  }
  .ai-technology__header h2 {
    text-align: center;
  }
}

/* ---- next <style> block ---- */

.featuresSection {
  padding: 80px 0;
  background: var(--bodyBG);
  color: var(--textColor1);
}

.featuresWrapper {
  max-width: var(--maxWidthContainer);
  margin: 0 auto;
}

/* Header */
.featuresHeader {
  max-width: 720px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.featuresEyebrow {
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--secondStyleColor);
  font-weight: 600;
  margin-bottom: 10px;
}

.featuresTitle {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--textColor1);
}

.featuresSubtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #cfcfcf;
}

/* Grid */
.featuresGrid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.featureCard {
  background: transparent;
  border-radius: var(--borderRadius);
  padding: 22px 22px 24px 22px;
  border: 1px solid var(--secondStyleColor);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.45);
  transition: 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.featureCard:hover {
  border-color: var(--secondStyleColor);
  transform: translateY(-4px);
}

.featureIcon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(2, 255, 57, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.featureIcon i {
  color: var(--secondStyleColor);
  font-size: 18px;
}

.featureTitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.featureText {
  font-size: 14px;
  line-height: 1.6;
  color: #d2d2d2;
}

/* Responsive */
@media (max-width: 900px) {
  .featuresGrid {
    grid-template-columns: 1fr;
  }
}

/* ---- next <style> block ---- */

.steps--diagonal {
  position: relative;
  overflow: hidden;
  h2,
  h2 + p {
    text-align: center;
  }
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.step--outline {
  background: transparent;
  border: 2px solid var(--secondStyleColor);
  border-radius: var(--borderRadius);
  padding: 2.5rem 2rem;
  position: relative;
  transition: all 0.3s ease;
}

.step--outline:hover {
  transform: translateY(-5px);
}

.step__number {
  font-size: 4rem;
  color: var(--secondStyleColor);
  opacity: 0.3;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
}

.step__content {
  position: relative;
  z-index: 2;
}

.step__content h3 {
  margin-bottom: 1rem;
  color: var(--textColor1);
}

.step__content p {
  color: var(--textColor1);
  line-height: 1.6;
}

.step-arc {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid var(--secondStyleColor);
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  bottom: -10px;
  left: -10px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.step--outline:hover .step-arc {
  opacity: 1;
}

.steps-visual {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 400px;
  height: 200px;
  opacity: 0.5;
}

.plane-trajectory {
  position: relative;
  width: 100%;
  height: 100%;
}

.plane-trajectory svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .steps-visual {
    display: none;
  }
}

/* ---- next <style> block ---- */

/* ===== TESTIMONIALS SECTION ===== */

.testimonialsSection {
  padding: 80px 0;
  background: var(--bodyBG);
  color: var(--textColor1);
}

.testimonialsWrapper {
  max-width: var(--maxWidthContainer);
  margin: 0 auto;
}

/* Header */
.testimonialsHeader {
  max-width: 760px;
  margin: 0 auto 45px auto;
  text-align: center;
}

.testimonialsEyebrow {
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--secondStyleColor);
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonialsTitle {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--textColor1);
}

.testimonialsSubtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #cfcfcf;
}

/* Grid */
.testimonialsGrid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Card */
.testimonialCard {
  position: relative;
  border-radius: var(--borderRadius);
  padding: 26px 22px 24px 22px;
  border: 1px solid var(--secondStyleColor);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: 0.2s ease;
  overflow: hidden;
}

.testimonialCard::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top center,
    color-mix(in srgb, var(--secondStyleColor) 18%, transparent),
    transparent 55%
  );
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}

.testimonialCard:hover {
  border-color: var(--secondStyleColor);
  transform: translateY(-3px);
}

.testimonialCard:hover::before {
  opacity: 1;
}

/* Quote icon */
.testimonialQuoteIcon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(2, 255, 57, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonialQuoteIcon i {
  color: var(--secondStyleColor);
  font-size: 16px;
}

/* Text + meta */
.testimonialText {
  font-size: 14px;
  line-height: 1.7;
  color: #e0e0e0;
  flex: 1;
}

.testimonialMeta {
  margin-top: 6px;
}

.testimonialName {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.testimonialRole {
  font-size: 13px;
  color: #b0b0b0;
}

/* Responsive */
@media (max-width: 1000px) {
  .testimonialsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .testimonialsGrid {
    grid-template-columns: 1fr;
  }

  .testimonialCard {
    padding: 22px 18px;
  }
}

/* ---- next <style> block ---- */

/* ---------- Spotlight Reels (Mosaic + Lightbox) ---------- */
.fxl-reels {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 160px;
  gap: 20px;
}
.fxl-head {
  margin-bottom: 45px;
  text-align: center;
}

.fxl-reel {
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid var(--secondStyleColor);
  border-radius: calc(var(--borderRadius) + 2px);
  overflow: hidden;
  background: #0c221a;
  box-shadow: var(--fxl-shadow);
  transition: transform 0.3s ease;
}
.fxl-reel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  transform: scale(1.02);
  transition: transform 0.3s ease, opacity 0.3s ease;
  /* органичная маска */
  mask-image: radial-gradient(120% 80% at 80% 20%, #000 60%, transparent 100%);
}
.fxl-reel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 55%,
    rgba(0, 0, 0, 0.42) 100%
  );
}
.fxl-reel:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}
.fxl-reel:hover img {
  transform: scale(1.06);
}

.fxl-reel__cap {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 42, 31, 0.75);
  border: 1px solid var(--secondStyleColor);
  font-size: 12px;
  color: var(--textColor1);
}

/* Layout variants */
.fxl-reel--wide {
  grid-column: span 4;
  grid-row: span 2;
}
.fxl-reel--tall {
  grid-column: span 2;
  grid-row: span 3;
}
.fxl-reels > .fxl-reel:not(.fxl-reel--wide):not(.fxl-reel--tall) {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 1200px) {
  .fxl-reels {
    grid-template-columns: repeat(4, 1fr);
  }
  .fxl-reel--wide {
    grid-column: span 4;
  }
}
@media (max-width: 800px) {
  .fxl-reels {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 140px;
  }
  .fxl-reel--wide,
  .fxl-reel--tall {
    grid-column: span 2;
    grid-row: span 2;
  }
}

/* ---- next <style> block ---- */

.partners {
  position: relative;
}

.partners::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
  background-color: var(--secondStyleColor);
  opacity: 0.1;
}

.partners__container {
  text-align: center;
}
.partnersHead {
  margin-bottom: 45px;
}

.partners__title {
  margin-bottom: 40px;
  font-weight: 700;
  color: var(--textColor1);
}

.partners__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
  transition: transform 0.25s ease;
  padding-bottom: 0;
  gap: 30px;
}

.partners__logo-wrapper a {
  display: flex;
  min-height: 180px;
  justify-content: center;
  align-items: center;
  flex: 1 1 30%;
  padding: 40px;
  border: 4px solid var(--secondStyleColor);
  transition: 0.3s all linear;
  img {
    height: 50%;
  }
}

.partners__logo-wrapper a:hover {
  transform: scale(1.05);
}

.partners__logo {
  max-width: 260px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}
@media (max-width: 800px) {
  .partners__logo-wrapper {
    flex-direction: column;
  }
  .partners__logo-wrapper a {
    width: 100%;
  }
}

/* ---- next <style> block ---- */

.ctaBlock_x92f--wrapper {
  padding: 80px 0;
  color: var(--textColor1);
}

.ctaBlock_x92f-container {
  max-width: var(--maxWidthContainer);
  margin: 0 auto;
  padding: 0 20px;
  border-radius: var(--borderRadius);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ctaBlock_x92f-header {
  text-align: center;
  padding: 35px 0 20px;
}

.ctaBlock_x92f-title {
  font-size: 28px;
  margin: 0 0 8px;
  color: var(--textColor1);
}

.ctaBlock_x92f-subtitle {
  font-size: 15px;
  color: var(--textColor1);
  margin: 0 auto;
  line-height: 1.6;
}

.ctaBlock_x92f-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 0 40px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.ctaBlock_x92f-input,
.ctaBlock_x92f-textarea {
  width: 100%;
  border: 1px solid var(--secondStyleColor);
  color: var(--textColor1);
  border-radius: var(--borderRadius);
  padding: 12px 14px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease;
}

.ctaBlock_x92f-input:focus,
.ctaBlock_x92f-textarea:focus {
  border-color: var(--secondStyleColor);
}

.ctaBlock_x92f-textarea {
  min-height: 120px;
  resize: none;
}

.ctaBlock_x92f-btn {
  margin-top: 6px;
  background: var(--secondStyleColor);
  color: var(--textColor2);
  border: none;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: var(--borderRadius);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ctaBlock_x92f-btn:hover {
  background: #00e234;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .ctaBlock_x92f-title {
    font-size: 24px;
  }
  .ctaBlock_x92f-subtitle {
    font-size: 14px;
  }
}

/* ---- next <style> block ---- */

.faq {
  margin-bottom: 100px;
  color: var(--textColor1);
}

/* Внутренняя секция */
.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #262626;
  border-radius: var(--borderRadius);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
}

.faq-section h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
  color: var(--textColor1);
}

/* Элементы FAQ */
.faq-item {
  border-bottom: 2px solid var(--secondStyleColor);
  padding: 12px 0;
}

.faq h3 {
  margin: 10px 0;
}

/* Кнопка-вопрос */
.faq-question {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  background: none;
  border: none;
  color: var(--textColor1);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
}

.faq-question::after {
  content: '+';
  font-size: 32px;
  transition: transform 0.2s ease;
  color: var(--secondStyleColor);
}

.faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

/* Ответ */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 15px;
  color: var(--textColor1);
  padding-top: 0;
  -webkit-transition: max-height 0.4s ease;
  -moz-transition: max-height 0.4s ease;
  -ms-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
}

.faq-answer p {
  margin-top: 0;
}

/* Открытый ответ (по классу из твоего JS) */
.faq-answer.open {
  max-height: 200px;
  /* padding-top: 10px; */
}

/* Если используешь .reviewsWrapper рядом — оставил хук */
.reviewsWrapper h2 {
  margin-bottom: 20px;
}

/* Мобилка */
@media screen and (max-width: 750px) {
  .faq {
    margin-bottom: 60px;
  }

  .faq-section {
    padding: 30px 16px;
  }
}

/* ---- next <style> block ---- */

.site-footer {
  color: var(--textColor1);

  margin-top: 60px;
  padding: 28px 0 22px;
  background-color: var(--bodyBG);
  border-top: 0.3px solid var(--secondStyleColor);
  color: var(--footer-muted);
  position: relative;
  backdrop-filter: blur(18px);
}

/* Layout */

.footer-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 22px;
}

/* Brand */

.footer-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-main .logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: var(--textColor1);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

/* Links & Address */

.site-footer a,
.site-footer address {
  position: relative;
  color: var(--textColor1);
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.16em;
  padding: 2px 0;
  text-transform: uppercase;
  transition: color 0.22s ease, transform 0.22s ease, text-shadow 0.22s ease,
    opacity 0.22s ease;
}

.site-footer address {
  font-style: normal;
  color: rgba(209, 213, 219, 0.8);
}

/* ≡ ХОВЕР БЕЗ ЛИНИИ — МЯГКОЕ НЕОНОВОЕ СВЕЧЕНИЕ */

.site-footer a:hover {
  transform: translateY(-2px);
}

/* Social */

.footer-social {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  i {
    color: var(--secondStyleColor);
    font-size: 24px;
  }
}

.footer-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #e5e7eb;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease,
    transform 0.12s ease, box-shadow 0.18s ease;
}

.footer-social a:hover {
  transform: translateY(-1px);
}

/* Contacts */

.footer-contacts address {
  font-style: normal;
}

/* Links */

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  align-items: flex-start;
}

.footer-links a:hover {
  color: var(--secondStyleColor);
}

/* Bottom */

.footer-bottom {
  padding-top: 14px;
  color: var(--textColor1);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p span {
  color: var(--footer-accent);
  font-weight: 700;
}

@media (max-width: 900px) {
  .footer-row {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .footer-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
  }

  .footer-main {
    align-items: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-contacts,
  .footer-links {
    align-items: center;
  }

  .site-footer {
    margin-top: 40px;
    padding: 22px 0 18px;
  }
}
