body > main {
  font-family: "Inter", sans-serif;
}
.ct-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fc739c;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ct-hero .ct-eyebrow {
  color: #fff;
}
.ct-hero {
  background: linear-gradient(
    26.5deg,
    rgba(252, 115, 156, 0.9) 0%,
    rgba(204, 69, 112, 0.9) 100%
  );
  width: 100%;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.ct-hero__inner {
  width: min(1200px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .ct-hero__inner {
    padding: 0 24px;
    flex-direction: column;
    gap: 24px;
  }
}
.ct-hero__left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .ct-hero__left {
    display: contents;
  }
}
.ct-hero__left-top {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .ct-hero__left-top {
    order: 1;
    width: 100%;
  }
}
.ct-hero__left-bottom {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .ct-hero__left-bottom {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .ct-hero__right {
    order: 2;
    width: 100%;
  }
}
.ct-hero__heading {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: -0.04em;
}
@media (max-width: 900px) {
  .ct-hero__heading {
    font-size: 36px;
  }
}
.ct-hero__desc {
  font-size: 16px;
  line-height: 1.65;
  color: hsla(0, 0%, 100%, 0.9);
  margin: 0 0 28px;
  letter-spacing: -0.02em;
  max-width: 460px;
}
@media (max-width: 900px) {
  .ct-hero__desc {
    display: none;
  }
}
.ct-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ct-hero__bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.ct-hero__stats {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 20px;
}
.ct-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ct-hero__stat-num {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
}
.ct-hero__stat-label {
  font-size: 12px;
  color: hsla(0, 0%, 100%, 0.85);
  letter-spacing: -0.015em;
}
.ct-bullet-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #fff5f8;
  border-radius: 50%;
  flex-shrink: 0;
}
.ct-form-card {
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  padding: 36px;
  width: 520px;
  box-shadow:
    30px 45px 54px 0px rgba(13, 13, 13, 0.09),
    7px 11px 30px 0px rgba(13, 13, 13, 0.1);
  position: relative;
}
@media (max-width: 900px) {
  .ct-form-card {
    width: 100%;
    padding: 24px;
  }
}
.ct-form-card__title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #18181b;
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin-bottom: 4px;
}
.ct-form-card__subtitle {
  display: block;
  font-size: 12px;
  color: #71717a;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.ct-form-card__thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 60px 32px;
  text-align: center;
  min-height: 400px;
}
.ct-form-card__thanks-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fc739c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.ct-form-card__thanks-heading {
  font-size: 20px;
  font-weight: 600;
  color: #18181b;
  letter-spacing: -0.04em;
  line-height: 1.4;
  margin-bottom: 4px;
}
.ct-form-card__thanks-body {
  font-size: 14px;
  font-weight: 400;
  color: #71717a;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
.ct-product-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 6px;
}
.ct-product-tab {
  padding: 11px 13px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  border-radius: 24px;
  background: #f1f1f1;
  font-size: 12px;
  font-weight: 600;
  color: #71717a;
  letter-spacing: -0.03em;
  cursor: pointer;
  transition:
    background 0.15s,
    color 0.15s,
    box-shadow 0.15s;
  font-family: inherit;
}
.ct-product-tab.active {
  background: #fc739c;
  border-color: #fc739c;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.ct-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ct-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 600px) {
  .ct-form__row {
    grid-template-columns: 1fr;
  }
}
.ct-form__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.ct-form__field label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(24, 24, 27, 0.7);
  letter-spacing: -0.03em;
}
.ct-form__field input,
.ct-form__field select,
.ct-form__field textarea {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 11px 13px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  border-radius: 8px;
  font-size: 13px;
  color: #18181b;
  background: rgba(24, 24, 27, 0.04);
  outline: none;
  font-family: inherit;
  transition:
    border-color 0.15s,
    background 0.15s;
  resize: none;
}
.ct-form__field input::placeholder,
.ct-form__field select::placeholder,
.ct-form__field textarea::placeholder {
  color: rgba(24, 24, 27, 0.35);
}
.ct-form__field input:focus,
.ct-form__field select:focus,
.ct-form__field textarea:focus {
  border-color: #fd9bb8;
  background: #fff;
}
.ct-form__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23938a8c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
  color: rgba(24, 24, 27, 0.35);
}
.ct-form__field select option:not([disabled]) {
  color: #18181b;
}
.ct-form__field select.ct-select--filled {
  color: #18181b;
}
.ct-form__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ct-form__checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1.5px solid #cecacb;
  border-radius: 4px;
  accent-color: #fc739c;
  cursor: pointer;
}
.ct-form__checkbox label {
  font-size: 13px;
  color: #554e50;
  cursor: pointer;
}
.ct-form__submit {
  width: 100%;
  padding: 11px;
  background: #fc739c;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s;
  margin-top: 4px;
}
.ct-form__submit:hover {
  background: #fb4b80;
}
.ct-optional {
  font-weight: 400;
  color: #bab5b6;
}
.ct-enterprise {
  padding: 100px 40px;
}
@media (max-width: 768px) {
  .ct-enterprise {
    padding: 60px 24px;
  }
}
.ct-enterprise__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ct-enterprise__header {
  max-width: 520px;
  padding-bottom: 38px;
}
.ct-enterprise__heading {
  font-size: 40px;
  font-weight: 700;
  color: #18181b;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
  line-height: 1.12;
}
@media (max-width: 768px) {
  .ct-enterprise__heading {
    font-size: 30px;
  }
}
.ct-enterprise__desc {
  font-size: 17px;
  color: #71717a;
  line-height: 1.7;
  margin: 0;
}
.ct-ent-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 15px;
  background: linear-gradient(1deg, #fc739c 0%, #cc4570 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
}
.ct-river {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e4e4e7;
  border: 1px solid #e4e4e7;
  overflow: hidden;
}
@media (max-width: 640px) {
  .ct-river {
    grid-template-columns: 1fr;
  }
}
.ct-river__cell--content {
  background: #fafafa;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ct-river__cell--stat {
  background: #f4f4f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 56px 48px;
  text-align: center;
}
.ct-quad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e4e4e7;
  border: 1px solid #e4e4e7;
  overflow: hidden;
}
@media (max-width: 640px) {
  .ct-quad {
    grid-template-columns: 1fr;
  }
}
.ct-quad__cell {
  background: #fafafa;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ct-feat__tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.073em;
  text-transform: uppercase;
  line-height: 1.375;
}
.ct-feat__title {
  font-size: 24px;
  font-weight: 700;
  color: #18181b;
  margin: 6px 0 0;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.ct-feat__title--sm {
  font-size: 16px;
  font-weight: 600;
  color: #18181b;
  margin: 6px 0 0;
  line-height: 1.5;
  letter-spacing: -0.04em;
}
.ct-feat__desc {
  font-size: 16px;
  color: #71717a;
  line-height: 1.7;
  margin: 0;
  letter-spacing: -0.018em;
}
.ct-feat__big-stat {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}
.ct-feat__big-stat-label {
  font-size: 13px;
  font-weight: 500;
  color: #71717a;
  text-align: center;
}
.ct-testimonial {
  background: #fff;
  border-top: 1px solid #e4e4e7;
  border-bottom: 1px solid #e4e4e7;
  padding: 101px 110px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 900px) {
  .ct-testimonial {
    padding: 64px 40px;
  }
}
@media (max-width: 600px) {
  .ct-testimonial {
    padding: 48px 24px;
  }
}
.ct-testimonial__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ct-testimonial__deco {
  position: absolute;
  top: 0px;
  left: 17%;
}
.ct-testimonial__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 64px;
  align-items: start;
}
@media (max-width: 900px) {
  .ct-testimonial__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.ct-testimonial__quote {
  font-size: 24px;
  font-weight: 500;
  color: #18181b;
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin: 0;
}
.ct-testimonial__aside {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 3px;
}
.ct-testimonial__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
.ct-testimonial__author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ct-testimonial__author-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.ct-testimonial__name {
  font-size: 15px;
  font-weight: 600;
  color: #fc739c;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
.ct-testimonial__role {
  font-size: 13px;
  color: #71717a;
  line-height: 1.5;
}
.ct-testimonial__stat-block {
  border-top: 1px solid #e4e4e7;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ct-testimonial__stat-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(7deg, #fc739c 0%, #cc4570 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
}
.ct-testimonial__stat-label {
  font-size: 13px;
  font-weight: 500;
  color: #71717a;
  line-height: 1.5;
}
.ct-security {
  padding: 101px 70px 100px;
  position: relative;
  width: 100%;
}
.ct-security::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse 1360px 1186px at 640px 0px,
    rgba(92, 75, 160, 0.12) 0%,
    rgba(92, 75, 160, 0) 70%
  );
  pointer-events: none;
}
@media (max-width: 900px) {
  .ct-security {
    padding: 64px 40px;
  }
}
@media (max-width: 600px) {
  .ct-security {
    padding: 48px 24px;
  }
}
.ct-security__inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ct-security__header {
  max-width: 520px;
  padding-bottom: 0;
}
.ct-security__heading {
  font-size: 40px;
  font-weight: 700;
  color: #18181b;
  margin: 0 0 12px;
  letter-spacing: -0.04em;
  line-height: 1.12;
}
@media (max-width: 768px) {
  .ct-security__heading {
    font-size: 30px;
  }
}
.ct-security__desc {
  font-size: 15px;
  color: #71717a;
  line-height: 1.7;
  letter-spacing: -0.02em;
  margin: 0;
}
.ct-sec-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 15px;
  background: linear-gradient(1deg, #5c4ba0 0%, #cf9ff9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
}
.ct-sec-badges {
  display: flex;
  align-items: stretch;
  height: 101px;
}
@media (max-width: 768px) {
  .ct-sec-badges {
    flex-direction: column;
    height: auto;
  }
}
.ct-sec-badge {
  flex: 1;
  background: #fafafa;
  border: 1px solid #e4e4e7;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 21px;
  position: relative;
  overflow: hidden;
}
.ct-sec-badge + .ct-sec-badge {
  border-left: none;
}
@media (max-width: 768px) {
  .ct-sec-badge + .ct-sec-badge {
    border-left: 1px solid #e4e4e7;
    border-top: none;
  }
}
.ct-sec-badge__icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background: rgba(124, 90, 255, 0.12);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-sec-badge__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ct-sec-badge__title {
  font-size: 16px;
  font-weight: 600;
  color: #18181b;
  line-height: 1.22;
}
.ct-sec-badge__sub {
  font-size: 14px;
  font-weight: 500;
  color: #71717a;
  line-height: 1.18;
}
.ct-sec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e4e4e7;
  border: 1px solid #e4e4e7;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ct-sec-grid {
    grid-template-columns: 1fr;
  }
}
.ct-sec-cell {
  background: #fafafa;
  padding: 35px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ct-sec-cell__title {
  font-size: 20px;
  font-weight: 600;
  color: #18181b;
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
.ct-sec-cell__desc {
  font-size: 16px;
  color: #71717a;
  line-height: 1.79;
  letter-spacing: -0.015em;
  margin: 0;
}
