@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

.chip {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 34px;
  padding: 6px 10px;
  border: 1px solid #eff6ff;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 0 4px rgba(31, 31, 31, 0.06);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #48169c;
}
.chip--dark {
  background: transparent;
  color: #fff;
  box-shadow: 0 0 8px rgba(31, 31, 31, 0.06);
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  isolation: isolate;
}
.hero__bg img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  width: 100%;
  min-width: 900px;
}
.hero__bg-glow-top {
  top: 0;
}
.hero__bg-glow-bottom {
  bottom: 0;
  mix-blend-mode: multiply;
}
.hero__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 846px;
  margin: 0 auto;
  padding: 92px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 40px;
  padding: 5px 6px 5px 14px;
  border: 1px solid #dbd4ff;
  border-radius: 20px;
  background: #fff;
  box-shadow: 3px 3px 17.8px 0 rgba(0, 0, 0, 0.11);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.hero__badge-tag {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 20px;
  background: #ece8ff;
  color: #671ee3;
}
.hero__title {
  margin: 34px 0 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
}
.hero__subtitle {
  margin: 24px auto 0;
  max-width: 628px;
  font-size: 18px;
  line-height: 1.22;
  color: #6f6f6f;
}
.hero__actions {
  display: flex;
  gap: 8px;
  margin-top: 30px;
}
.hero__slider {
  position: relative;
  z-index: 2;
  margin-top: 74px;
  padding-bottom: 48px;
  overflow: hidden;
}
.hero__slider-track {
  display: flex;
  gap: 36px;
  align-items: stretch;
  width: max-content;
  animation: hero-marquee 40s linear infinite;
}
.hero__slider-track.is-held {
  animation-play-state: paused;
}

@keyframes hero-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.hero-slide {
  margin: 0;
  width: 700px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.hero-slide__label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.63px;
  color: #4d4d4d;
}
.hero-slide__label img {
  width: 31px;
  height: 31px;
}
.hero-slide__shot {
  width: 628px;
  height: 394px;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(30, 15, 80, 0.1);
}
.hero-slide__shot--contain {
  object-fit: contain;
  object-position: center;
}

@media (prefers-reduced-motion: reduce) {
  .hero__slider-track {
    animation: none;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.btn--primary {
  position: relative;
  padding: 0 26px;
  border-radius: 16px;
  border: 0.7px solid #7630f7;
  background: #8b5cff;
  color: #fff;
  box-shadow: 0 0.7px 2px 0 rgba(52, 59, 248, 0.1), inset 0 -0.7px 0 0 rgba(52, 59, 248, 0.1);
  overflow: hidden;
}
.btn--primary::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 83px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  filter: blur(14px);
}
.btn--primary:hover {
  background: #753dff;
}
.btn--secondary {
  width: 140px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #e3e1e1;
  background: #fff;
  color: #111;
  box-shadow: 0 1px 3px 0 rgba(47, 43, 67, 0.1), inset 0 -1px 0 0 rgba(47, 43, 67, 0.1);
}
.btn--secondary:hover {
  background: #f7f6fb;
}

.navbar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(940px, 100% - 48px);
  margin: 37px auto 0;
  padding: 16px 12px 16px 28px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 48px;
  box-shadow: 0 8px 32px rgba(20, 10, 60, 0.06);
}
.navbar__logo {
  display: flex;
  align-items: center;
}
.navbar__logo img {
  height: 38px;
  width: auto;
}
.navbar__links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar__links > li {
  position: relative;
}
.navbar__links a {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  transition: color 0.15s ease;
}
.navbar__links a:hover {
  color: #671ee3;
}
.navbar__item--dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 22px;
}
.navbar__dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 196px;
  padding: 8px;
  background: #fff;
  border: 1px solid #f0edf8;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(20, 10, 60, 0.14);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 20;
}
.navbar__dropdown a {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 15px;
  white-space: nowrap;
}
.navbar__dropdown a:hover {
  background: #ece8ff;
  color: #671ee3;
}
.navbar__item--dropdown:hover .navbar__dropdown, .navbar__item--dropdown:focus-within .navbar__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.navbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 56px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%), #6766ff;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: filter 0.15s ease;
}
.navbar__cta:hover {
  filter: brightness(1.08);
}
.navbar__menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}
.navbar__menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.navbar--open .navbar__menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar--open .navbar__menu-toggle span:nth-child(2) {
  opacity: 0;
}
.navbar--open .navbar__menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.navbar__mobile {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  padding: 12px;
  background: #fff;
  border: 1px solid #f0edf8;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(20, 10, 60, 0.16);
  flex-direction: column;
  z-index: 30;
}
.navbar__mobile > a {
  padding: 13px 16px;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.navbar__mobile > a:hover {
  background: #f7f5fd;
  color: #671ee3;
}
.navbar__mobile-sub {
  display: flex;
  flex-direction: column;
  margin: -4px 0 4px;
  padding-left: 16px;
}
.navbar__mobile-sub a {
  padding: 9px 16px;
  border-radius: 10px;
  font-size: 15px;
  color: #6f6f6f;
  text-decoration: none;
}
.navbar__mobile-sub a:hover {
  background: #f7f5fd;
  color: #671ee3;
}
.navbar__mobile-cta {
  margin-top: 8px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%), #6766ff;
  color: #fff !important;
  border-radius: 12px;
}
.navbar__mobile-cta:hover {
  background: #6766ff;
}
.navbar--open .navbar__mobile {
  display: flex;
}

.logos {
  background: #fff;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.logos__title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #6f6f6f;
  opacity: 0.75;
  text-align: center;
}
.logos__marquee {
  width: min(1300px, 100%);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.logos__track {
  display: flex;
  align-items: center;
  gap: 100px;
  width: max-content;
  padding: 12px 50px;
  animation: logos-scroll 60s linear infinite;
}
.logos__track img {
  height: 56px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.75;
}

@keyframes logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.suite {
  background: #000;
  color: #fff;
}
.suite__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 653px;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 80px;
}
.suite__text {
  width: 426px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.suite__eyebrow {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #c0b1ff;
}
.suite__title {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
}
.suite__desc {
  margin: 8px 0 0;
  font-size: 20px;
  line-height: 26px;
  color: #dbdbdb;
}
.suite__illustration {
  position: relative;
  flex: 1;
  max-width: 700px;
  aspect-ratio: 697/372;
  margin-left: auto;
}
.suite__genesys {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28%;
  aspect-ratio: 195/101;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.7px solid #5e3896;
  border-radius: 14px;
  background: radial-gradient(120% 160% at 18% 18%, #6224ab 0%, #411674 45%, #300f58 70%, #20093c 100%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55);
  z-index: 2;
}
.suite__genesys img {
  width: 82%;
  height: auto;
}

.suite-card {
  position: absolute;
  width: 46.5%;
  height: 49.9%;
}
.suite-card__shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.suite-card__lockup {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.suite-card__lockup > img {
  width: 14.5%;
  height: auto;
}
.suite-card__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2.85vw, 41px);
  letter-spacing: -1px;
  color: #fff;
  line-height: 1.1;
}
.suite-card__swoosh {
  display: block;
  width: clamp(24px, 2vw, 30px);
  height: auto;
  order: -1;
  margin-bottom: 3px;
}
.suite-card--voc {
  left: 0;
  top: 0;
}
.suite-card--pulse {
  right: 0;
  top: 0;
}
.suite-card--resolve {
  left: 0;
  bottom: 0;
}
.suite-card--orbit {
  right: 0;
  bottom: 0;
}

.products {
  background: #f9fbfc;
  padding: 80px 120px;
  display: flex;
  justify-content: center;
}
.products__inner {
  width: min(1280px, 100%);
  display: flex;
  flex-direction: column;
  gap: 74px;
}
.products__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.products__title {
  margin: 0;
  max-width: 457px;
  flex-shrink: 0;
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 51px;
  letter-spacing: -0.92px;
  color: #000;
}
.products__title span {
  color: #82808e;
}
.products__desc {
  margin: 8px 0 0;
  max-width: 606px;
  font-size: 20px;
  line-height: 28px;
  color: #6f6f6f;
}

.pfeatures {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

.pfeature {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 40px;
  min-height: 482px;
  padding: 22px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.pfeature.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.pfeature__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 0 16px 32px;
}
.pfeature__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  max-width: 545px;
}
.pfeature__text h3 {
  margin: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.04px;
  color: #1a1a1a;
}
.pfeature__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.pfeature__step {
  color: #6f6f6f !important;
}
.pfeature__step strong {
  color: #1a1a1a;
}
.pfeature__btn {
  margin-top: 6px;
  width: 140px;
}
.pfeature__chips {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #ececf3;
  max-width: 583px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.pfeature__chips-row {
  display: flex;
  gap: 8px;
  width: max-content;
  animation: chips-scroll 28s linear infinite;
}
.pfeature__chips-row--reverse {
  animation-direction: reverse;
}
.pfeature__chips-row span {
  flex-shrink: 0;
  padding: 4px 12px;
  border-radius: 1600px;
  background: radial-gradient(120% 200% at 50% 0%, #f7f9fc 35%, #ebf3ff 100%);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.3px;
  color: rgba(103, 30, 227, 0.7);
  white-space: nowrap;
}
.pfeature__panel {
  position: relative;
  flex-shrink: 0;
  width: 531px;
  min-height: 438px;
  align-self: center;
  background: #ece8ff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pfeature__lockup {
  position: absolute;
  top: 25px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.pfeature__lockup > img {
  width: 33px;
  height: auto;
}
.pfeature__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 27px;
  letter-spacing: -0.68px;
  color: #4d4d4d;
  line-height: 1.1;
}
.pfeature__swoosh {
  display: block;
  width: 26px;
  height: auto;
  order: -1;
  margin-bottom: 2px;
}
.pfeature__art {
  display: block;
}
.pfeature__art--voc {
  width: 375px;
  max-width: 80%;
  aspect-ratio: 375/380;
  object-fit: fill;
  margin-top: 24px;
}
.pfeature__art--pulse {
  width: 440px;
  max-width: 88%;
}
.pfeature__art--resolve {
  width: 82%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(30, 15, 80, 0.12);
  margin-top: 24px;
}
.pfeature__art--orbit {
  width: 82%;
  margin-top: 24px;
}
.pfeature__art--orbit img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #c0b1ff;
  border-radius: 12px;
  background: #f4f2ff;
}

@keyframes chips-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pfeature {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .pfeature__chips-row {
    animation: none;
  }
}
@media (max-width: 1240px) {
  .pfeature__panel {
    width: 44%;
    min-height: 380px;
  }
  .pfeature__text h3 {
    font-size: 36px;
  }
  .pfeature__art--orbit img {
    height: 280px;
  }
}
@media (max-width: 900px) {
  .pfeature {
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    border-radius: 28px;
  }
  .pfeature__body {
    padding: 16px 8px 8px;
  }
  .pfeature__panel {
    width: 100%;
    min-height: 340px;
  }
  .pfeature__chips {
    max-width: none;
  }
  .pfeature__text h3 {
    font-size: 30px;
  }
}
.metrics {
  display: flex;
  align-items: stretch;
}
.metrics__content {
  width: 50%;
  padding: 128px 80px;
  display: flex;
  flex-direction: column;
  gap: 72px;
  background: linear-gradient(180deg, #000 22.6%, #36276a 95%);
  color: #fff;
}
.metrics__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.metrics__eyebrow {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #c0b1ff;
}
.metrics__title {
  margin: 0;
  max-width: 531px;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.52px;
}
.metrics__desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}
.metrics__stats {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.metrics__rows {
  display: flex;
  justify-content: space-between;
}
.metrics__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.metrics__stat + .metrics__stat {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 32px;
  margin-left: 32px;
}
.metrics__stat strong {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.38px;
  color: #c0b1ff;
}
.metrics__stat span {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.metrics__stat span small {
  font-size: 12px;
}
.metrics__image {
  width: 50%;
  position: relative;
}
.metrics__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials {
  padding: 60px;
  background: linear-gradient(180deg, #000 50%, #36276a 95%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.testimonials__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: -32px;
}
.testimonials .chip {
  align-self: flex-start;
}
.testimonials__title {
  margin: 20px 0 0;
  max-width: 513px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}
.testimonials__desc {
  margin: 20px 0 0;
  max-width: 484px;
  font-size: 18px;
  line-height: 26px;
}
.testimonials__carousel {
  overflow: hidden;
}
.testimonials__cards {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.testimonials__cards::-webkit-scrollbar {
  display: none;
}
.testimonials__cards .t-card {
  scroll-snap-align: start;
}
.testimonials__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: -12px;
}
.testimonials__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease;
}
.testimonials__arrow:hover {
  background: rgba(255, 255, 255, 0.12);
}
.testimonials__dots {
  display: flex;
  gap: 8px;
}
.testimonials__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.testimonials__dots button.is-active {
  background: #c0b1ff;
  transform: scale(1.25);
}

.t-card {
  margin: 0;
  flex: 0 0 378px;
  height: 460px;
  padding: 32px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(13, 13, 13, 0.2);
  border-radius: 24px;
  background: #ece8ff;
  color: #231745;
}
.t-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.18px;
}
.t-card footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.t-card footer strong {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.56px;
}
.t-card footer span {
  font-size: 18px;
  line-height: 1.4;
  color: #7b51a8;
}

.faq {
  background: #f9fbfc;
  padding: 80px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.faq__left {
  width: 541px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}
.faq__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.faq__title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -0.16px;
  color: #000;
}
.faq__title span {
  color: #82808e;
}
.faq__desc {
  margin: -12px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #887f7f;
}
.faq__contact {
  position: relative;
  width: 360px;
  height: 224px;
  padding: 19px 21px;
  border: 1px solid #fff;
  border-radius: 18px;
  background: linear-gradient(180deg, #dbd4ff 0%, #c0b1ff 100%);
  overflow: hidden;
}
.faq__contact p {
  margin: 12px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}
.faq__contact-grid {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 320px;
  opacity: 0.5;
  pointer-events: none;
}
.faq__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 0.7px rgba(0, 0, 0, 0.1);
}
.faq__contact-icon img {
  width: 24px;
  height: 24px;
}
.faq__contact-btn {
  position: absolute;
  left: 21px;
  bottom: 21px;
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 14px 24px;
  border-radius: 32px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.12);
}
.faq__contact-btn:hover {
  background: #f4f0ff;
}
.faq__questions {
  flex: 1;
  max-width: 655px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
}
.faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::before, .faq-item summary::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 13px;
  width: 16px;
  height: 2px;
  background: #0d0d0d;
  border-radius: 2px;
  transition: transform 0.2s ease;
}
.faq-item summary::after {
  transform: rotate(90deg);
}
.faq-item[open] summary::after {
  transform: rotate(0deg);
}
.faq-item > p {
  margin: 16px 0 0;
  max-width: 555px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}

.contact {
  background: #fff;
  padding: 96px 80px;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.contact__info {
  width: 460px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.contact__title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
}
.contact__desc {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: #6f6f6f;
}
.contact__form {
  width: min(560px, 100%);
  padding: 32px;
  background: #fff;
  border: 1px solid #f0edf8;
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(20, 10, 60, 0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact__field label, .contact__field-label {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}
.contact__field input,
.contact__field textarea {
  padding: 12px 14px;
  border: 1px solid #e3e1e1;
  border-radius: 10px;
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #000;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.contact__field input:focus,
.contact__field textarea:focus {
  outline: none;
  border-color: #8b5cff;
  box-shadow: 0 0 0 3px rgba(139, 92, 255, 0.15);
}
.contact__field textarea {
  resize: vertical;
  min-height: 96px;
}
.contact__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.contact__radios label {
  cursor: pointer;
}
.contact__radios label input {
  display: none;
}
.contact__radios label span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid #e3e1e1;
  border-radius: 100px;
  font-size: 14px;
  color: #6f6f6f;
  transition: all 0.15s ease;
}
.contact__radios label input:checked + span {
  border-color: #8b5cff;
  background: #ece8ff;
  color: #671ee3;
  font-weight: 500;
}
.contact__privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #6f6f6f;
  cursor: pointer;
}
.contact__privacy input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: #671ee3;
}
.contact__privacy a {
  color: #671ee3;
}
.contact__error {
  margin: 0;
  font-size: 14px;
  color: #d40000;
  min-height: 0;
}
.contact__error:empty {
  display: none;
}
.contact__submit {
  align-self: flex-start;
  min-width: 140px;
  border: none;
  cursor: pointer;
}
.contact__submit:disabled {
  opacity: 0.6;
  cursor: wait;
}
.contact__status {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
.contact__status:empty {
  display: none;
}
.contact__status.is-ok {
  color: #0a8f4c;
}
.contact__status.is-error {
  color: #d40000;
}

.terms {
  width: min(1200px, 100% - 48px);
  margin: 56px auto 112px;
  min-height: 40vh;
}

.footer {
  background: #000;
  color: #fff;
  padding: 56px 80px 32px;
  display: flex;
  flex-direction: column;
  gap: 46px;
  width: auto;
  margin: 0;
  border-top: none;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
.footer__brand {
  width: 342px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__logo {
  display: flex;
  align-items: center;
}
.footer__logo-img {
  height: 52px;
  width: auto;
}
.footer__tagline {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #878787;
}
.footer__email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 24px;
  padding: 8px 12px;
  border: 1px solid #1f1f1f;
  border-radius: 10px;
  background: #0d0d0d;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  box-shadow: 6px 6px 32px rgba(0, 0, 0, 0.06);
}
.footer__email img {
  width: 16px;
  height: 16px;
}
.footer__email:hover {
  border-color: #3a3a3a;
}
.footer__menus {
  display: flex;
  gap: 24px;
}
.footer__menu {
  width: 196px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__menu-title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.footer__menu a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
.footer__menu a:hover {
  color: #c0b1ff;
}
.footer__badges {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 32px;
}
.footer__badges img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  transition: transform 0.15s ease;
}
.footer__badges a:hover img {
  transform: scale(1.06);
}
.footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.footer__watermark {
  height: 231px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.footer__watermark span {
  font-size: clamp(64px, 21.6vw, 312px);
  font-weight: 600;
  line-height: 1.2;
  margin-top: -0.22em;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.12) 55%, rgba(255, 255, 255, 0) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer__legal {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
}
.footer__legal a {
  color: #fff;
  text-decoration: none;
}
.footer__legal a:hover {
  color: #c0b1ff;
}
.footer__legal > * + *::before {
  content: "•";
  margin-right: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.footer__social {
  display: flex;
  gap: 12px;
}
.footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0.8px solid #fff;
  border-radius: 8px;
  transition: background 0.15s ease;
}
.footer__social a img {
  width: 15px;
  height: auto;
}
.footer__social a:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1360px) {
  .metrics__content {
    padding: 96px 48px;
  }
  .metrics__stat + .metrics__stat {
    padding-left: 20px;
    margin-left: 20px;
  }
  .metrics__title {
    font-size: 44px;
  }
  .faq {
    padding: 64px 48px;
    gap: 40px;
  }
  .faq__left {
    width: min(440px, 42%);
  }
  .footer {
    padding: 48px 48px 28px;
  }
  .footer__top {
    gap: 40px;
  }
  .footer__menu {
    width: 160px;
  }
}
@media (max-width: 1200px) {
  .products {
    padding: 64px 40px;
  }
  .products__header,
  .testimonials__header {
    flex-direction: column;
    gap: 16px;
  }
  .suite__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
  .suite__illustration {
    width: 100%;
    margin: 0;
  }
  .metrics {
    flex-direction: column;
  }
  .metrics__content, .metrics__image {
    width: 100%;
  }
  .metrics__image {
    min-height: 360px;
  }
  .faq {
    flex-direction: column;
    gap: 48px;
  }
  .faq__left {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
  }
  .faq__questions {
    max-width: none;
  }
  .footer__top {
    flex-direction: column;
    gap: 48px;
  }
  .footer__menus {
    width: 100%;
    justify-content: space-between;
  }
  .contact {
    flex-direction: column;
    gap: 40px;
    padding: 64px 48px;
  }
  .contact__info {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .hero__title {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .navbar__links {
    gap: 16px;
  }
  .products__title {
    width: auto;
    font-size: 36px;
    line-height: 1.15;
  }
  .metrics__content {
    padding: 64px 32px;
  }
  .metrics__title {
    font-size: 38px;
  }
  .suite__inner {
    padding: 64px 32px;
  }
  .suite__title {
    font-size: 36px;
  }
  .suite__text {
    width: auto;
  }
  .testimonials {
    padding: 48px 24px;
  }
  .testimonials__title {
    font-size: 36px;
  }
}
@media (max-width: 720px) {
  .navbar {
    padding: 12px 12px 12px 20px;
  }
  .navbar__links, .navbar__cta {
    display: none;
  }
  .navbar__menu-toggle {
    display: flex;
  }
  .hero__content {
    padding-top: 56px;
  }
  .hero__badge {
    flex-direction: column;
    height: auto;
    padding: 10px 14px;
    white-space: normal;
    gap: 6px;
  }
  .hero__badge-tag {
    height: auto;
    padding: 4px 10px;
  }
  .hero__title {
    font-size: clamp(22px, 7.4vw, 34px);
    letter-spacing: -0.8px;
  }
  .hero__title-pair {
    white-space: nowrap;
  }
  .hero__subtitle {
    font-size: 16px;
  }
  .hero__actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }
  .hero__actions .btn {
    width: 100%;
  }
  .hero__slider {
    margin-top: 48px;
  }
  .hero-slide {
    width: 88vw;
    padding: 12px;
  }
  .hero-slide__shot {
    width: 100%;
    height: 58vw;
    object-fit: cover;
    object-position: top;
  }
  .hero-slide__shot--contain {
    object-fit: contain;
  }
  .products {
    padding: 48px 16px;
  }
  .logos__track img {
    height: 40px;
  }
  .t-card {
    flex-basis: 300px;
    height: auto;
    min-height: 420px;
  }
  .faq {
    padding: 48px 24px;
  }
  .faq__left {
    flex-direction: column;
    align-items: flex-start;
  }
  .faq__title {
    font-size: 36px;
    line-height: 1.2;
  }
  .faq__contact {
    width: 100%;
  }
  .faq-item summary {
    font-size: 18px;
  }
  .contact {
    padding: 48px 24px;
  }
  .contact__title {
    font-size: 36px;
  }
  .contact__form {
    padding: 24px 20px;
  }
  .footer {
    padding: 40px 24px 24px;
  }
  .footer__menus {
    flex-wrap: wrap;
    gap: 32px;
  }
  .footer__menu {
    width: 40%;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}