:root {
  --header: #111331;
  --page: #0a1018;
  --text: #f3f8ff;
  --line: #d2c7ff;
  --violet: #3121a6;
  --body-letter-spacing: 0.01em;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
}

body {
  color: var(--text);
  background: var(--page);
  font-family: "Graphik LCG", Arial, Helvetica, sans-serif;
  letter-spacing: -0.06em;
  -webkit-font-smoothing: antialiased;
}

body * {
  letter-spacing: -0.06em !important;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 80px;
  background: var(--header);
}

.logo {
  position: absolute;
  top: 15.5px;
  left: max(22px, calc(50% - 698px));
  display: block;
  width: 49px;
  height: 49px;
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.site-nav {
  position: absolute;
  inset: 0;
  color: #e8e9f5;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.06em;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar { display: none; }

.site-nav a {
  position: absolute;
  top: 33px;
  white-space: nowrap;
}

.site-nav a:nth-child(1) { left: max(783px, calc(50% - 657px)); }
.site-nav a:nth-child(2) { left: max(871px, calc(50% - 569px)); }
.site-nav a:nth-child(3) { left: max(987px, calc(50% - 453px)); }
.site-nav a:nth-child(4) { left: max(1109px, calc(50% - 331px)); }
.site-nav a:nth-child(5) { left: max(1209px, calc(50% - 231px)); }
.site-nav a:nth-child(6) { left: max(1371px, calc(50% - 69px)); }

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffffff;
}

.landing {
  position: relative;
  min-height: calc(100vh - 80px);
  overflow: hidden;
  background: var(--page);
  isolation: isolate;
}

.inventor-page {
  position: relative;
  min-height: calc(100vh - 80px);
  overflow: hidden;
  background: #0a1018;
  isolation: isolate;
}

.inventor-hero {
  position: relative;
  height: 449px;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.inventor-hero-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 449px;
  margin: 0 auto;
}

.inventor-hero-description {
  position: absolute;
  top: 188px;
  left: 715px;
  width: 430px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: var(--body-letter-spacing);
}

.inventor-hero-actions {
  position: absolute;
  top: 298px;
  left: 230px;
  display: grid;
  grid-template-columns: 372px 364px;
  gap: 18px;
}

.inventor-tool-section {
  position: relative;
  height: 670px;
  padding-top: 13px;
  background: #0a1018;
}

.inventor-tool-panel {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1400px;
  height: 540px;
  margin: 0 auto;
  background: #201b60;
}

.inventor-tool-content {
  position: absolute;
  top: 0;
  left: 36px;
  right: 34px;
  width: auto;
  height: 100%;
}

.inventor-tool-heading {
  position: absolute;
  top: 38px;
  left: 0;
}

.inventor-tool-heading h2,
.inventor-tool-heading p {
  margin: 0;
  letter-spacing: 0;
}

.inventor-tool-heading h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.inventor-tool-heading p {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.inventor-tool-navigation {
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.inventor-tool-navigation button {
  width: 42px;
  height: 42px;
  padding: 0;
  color: #f3f8ff;
  border: 1px solid rgba(210, 199, 255, 0.35);
  border-radius: 0;
  background: #3121a6;
  font: inherit;
  font-size: 27px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}

.inventor-tool-navigation button:disabled {
  opacity: 1;
  cursor: default;
}

.inventor-tool-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.inventor-tool-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 320ms ease;
  will-change: transform;
}

.inventor-tool-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.inventor-tool-features {
  position: absolute;
  inset: 124px 0 37px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, 180px);
  gap: 17px 18px;
}

@media (prefers-reduced-motion: reduce) {
  .inventor-tool-track {
    transition: none;
  }
}

.inventor-tool-feature {
  position: relative;
  margin: 0;
  background: #0a1018;
}

.inventor-tool-feature-one {
  grid-column: 2 / span 2;
  grid-row: 1;
}

.inventor-tool-feature-two {
  grid-column: 4 / span 2;
  grid-row: 1;
}

.inventor-tool-feature-three {
  grid-column: 1 / span 2;
  grid-row: 2;
}

.inventor-tool-feature-four {
  grid-column: 3 / span 2;
  grid-row: 2;
}

.inventor-tool-feature-five {
  grid-column: 5 / span 2;
  grid-row: 2;
}

.inventor-tool-feature-one,
.inventor-tool-feature-two,
.inventor-tool-feature-three,
.inventor-tool-feature-four,
.inventor-tool-feature-five {
  width: 340px;
  height: 180px;
  justify-self: center;
}

.inventor-tool-feature-number {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(210, 199, 255, 0.35);
  background: #25178b;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.inventor-tool-feature p {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--body-letter-spacing);
}

.landing::before,
.landing::after,
.inventor-page::before,
.inventor-page::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 370px;
  height: 750px;
  border-radius: 50%;
  background: var(--violet);
  filter: blur(145px);
}

.landing::before,
.inventor-page::before {
  top: -191px;
  left: calc(50% - 923px);
}

.landing::after,
.inventor-page::after {
  top: 73px;
  left: calc(50% + 605px);
}

.hero {
  position: relative;
  min-height: 535px;
}

.hero::before,
.inventor-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 91px;
  left: calc(50% - 478px);
  width: 396px;
  height: 956px;
  border-radius: 50%;
  background: rgba(49, 33, 166, 0.7);
  filter: blur(145px);
  transform: rotate(-90deg);
}

.hero-copy {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 535px;
  margin: 0 auto;
}

h1 {
  margin: 0;
  font-size: 0;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.title-line {
  position: absolute;
  display: block;
  font-size: 95.47px;
  line-height: 100%;
  transform-origin: left top;
  white-space: nowrap;
}

.title-line-one {
  top: 89.37px;
  left: 225px;
  transform: scaleX(0.92604);
}

.title-line-two {
  top: 179px;
  left: 20px;
  transform: scaleX(0.93438);
}

.title-line-three {
  top: 267.63px;
  left: 615.92px;
  transform: scaleX(0.89048);
}

.hero-description {
  position: absolute;
  top: 276px;
  left: 231px;
  width: 440px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: var(--body-letter-spacing);
}

.hero-actions {
  position: absolute;
  top: 385px;
  left: 231px;
  display: grid;
  grid-template-columns: 372px 364px;
  gap: 18px;
}

.action {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4d4592;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.06em;
  transition: filter 160ms ease;
}

.action:hover,
.action:focus-visible {
  filter: brightness(1.12);
}

.action-trial {
  background: #2a1f82;
}

.action-license {
  border-color: transparent;
  background: linear-gradient(90deg, #31bdb8 0%, #4d81d3 50%, #6d4eeb 100%);
}

.license-preview-page {
  min-height: calc(100vh - 80px);
  overflow: hidden;
  background: #0a1018;
}

.license-preview-hero {
  position: relative;
  min-height: 855px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 420px 690px at -2% 35%, rgba(55, 32, 191, 0.9), transparent 70%),
    radial-gradient(ellipse 330px 650px at 104% 66%, rgba(47, 30, 177, 0.62), transparent 72%),
    #0a1018;
}

.license-preview-intro,
.license-preview-plans {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.license-preview-intro {
  height: 438px;
}

.license-preview-title {
  position: absolute;
  inset: 91px auto auto 20px;
  width: 690px;
  font-size: 0;
  letter-spacing: -0.07em;
}

.license-preview-title span {
  position: absolute;
  display: block;
  font-size: 95.47px;
  font-weight: 600;
  line-height: 0.94;
  text-transform: uppercase;
  white-space: nowrap;
  transform-origin: left top;
}

.license-preview-title span:first-child {
  top: 0;
  left: 0;
  transform: scaleX(0.93);
}

.license-preview-title span:last-child {
  top: 91px;
  left: 205px;
  transform: scaleX(0.92);
}

.license-preview-lead {
  position: absolute;
  top: 107px;
  left: 547px;
  width: 340px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--body-letter-spacing);
}

.license-preview-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0 20px 20px;
}

.license-plan-card,
.license-plan-featured {
  min-width: 0;
}

.license-plan-card {
  position: relative;
  height: 418px;
  padding: 33px 34px 32px;
  overflow: hidden;
  background: #17134d;
  text-align: center;
}

.license-plan-card h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.license-plan-copy {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: var(--body-letter-spacing);
}

.license-plan-copy p {
  margin: 0;
}

.license-plan-copy p + p {
  margin-top: 8px;
}

.license-plan-copy strong {
  font-weight: 600;
}

.license-plan-month .license-plan-copy,
.license-plan-year .license-plan-copy {
  margin-top: 25px;
}

.license-plan-price,
.license-plan-old-price {
  position: absolute;
  right: 34px;
  left: 34px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}

.license-plan-price {
  bottom: 106px;
  font-size: 36px;
}

.license-plan-old-price {
  bottom: 143px;
  font-size: 21px;
  text-decoration: line-through;
}

.license-plan-action {
  position: absolute;
  right: 34px;
  bottom: 32px;
  left: 34px;
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  background: linear-gradient(90deg, #31bdb8 0%, #4d81d3 50%, #6d4eeb 100%);
  font: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
  cursor: pointer;
  transition: filter 160ms ease;
}

.license-plan-action:hover,
.license-plan-action:focus-visible {
  filter: brightness(1.12);
}

.license-plan-featured {
  position: relative;
  padding-top: 45px;
  margin-top: -45px;
}

.license-plan-badge {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  height: 34px;
  margin: 0;
  place-items: center;
  background: #3523bd;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.license-plan-year {
  background: linear-gradient(152deg, #17134d 4%, #213d81 53%, #1e91ba 100%);
}

.license-activation {
  min-height: 548px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 920px 270px at 42% 108%, rgba(42, 30, 142, 0.65), transparent 74%),
    linear-gradient(180deg, #0a1018 0%, #0a1018 53%, #14133f 100%);
}

.license-activation-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 548px;
  margin: 0 auto;
  padding: 0 20px;
}

.license-activation-title {
  position: absolute;
  top: 119px;
  left: 20px;
  margin: 0;
  font-size: 0;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.license-activation-title span {
  display: block;
  font-size: 58px;
  white-space: nowrap;
  transform: scaleX(0.94);
  transform-origin: left top;
}

.license-activation-title span:last-child {
  margin-top: 4px;
  margin-left: 210px;
}

.license-activation-steps {
  position: absolute;
  top: 278px;
  right: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.license-activation-step {
  position: relative;
  min-width: 0;
  height: 191px;
  padding: 34px 36px;
  background: linear-gradient(105deg, #211b67 0%, #17134d 100%);
}

.license-activation-number {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid #5044b2;
  background: #24168b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.license-activation-step p {
  margin: 24px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: var(--body-letter-spacing);
}

.changelog-preview-page {
  min-height: calc(100vh - 80px);
  overflow: hidden;
  background: #0a1018;
}

.changelog-preview-hero {
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 470px 700px at -2% 34%, rgba(55, 32, 191, 0.9), transparent 71%),
    radial-gradient(ellipse 360px 630px at 104% 68%, rgba(47, 30, 177, 0.58), transparent 72%),
    #0a1018;
}

.changelog-preview-hero-inner,
.changelog-preview-releases-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.changelog-preview-hero-inner { min-height: 430px; }

.changelog-preview-title {
  position: absolute;
  top: 91px;
  left: 20px;
  margin: 0;
  font-size: 0;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.changelog-preview-title span {
  display: block;
  font-size: 95.47px;
  white-space: nowrap;
  transform: scaleX(0.93);
  transform-origin: left top;
}

.changelog-preview-title span:last-child {
  margin-top: 1px;
  margin-left: 205px;
}

.changelog-preview-releases {
  padding: 0 20px 92px;
  background:
    radial-gradient(ellipse 920px 520px at 40% 102%, rgba(42, 30, 142, 0.56), transparent 75%),
    #0a1018;
}

.changelog-platform-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-top: 30px;
  border-top: 1px solid rgba(210, 199, 255, 0.28);
}

.changelog-platform-head {
  min-height: 132px;
}

.changelog-platform-head p,
.changelog-platform-head h2 {
  margin: 0;
}

.changelog-platform-head p {
  display: grid;
  width: 194px;
  min-height: 42px;
  place-items: center;
  border: 1px solid #5044b2;
  background: #1b155d;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.changelog-platform-head h2 {
  margin-top: 25px;
  font-size: 38px;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.changelog-release-list {
  display: grid;
  gap: 20px;
}

.changelog-release-card {
  position: relative;
  min-height: 220px;
  padding: 34px 38px 36px;
  background: linear-gradient(112deg, #211b67 0%, #17134d 100%);
}

.changelog-release-current {
  min-height: 328px;
  background: linear-gradient(145deg, #211b67 0%, #243f85 60%, #1e89ad 120%);
}

.changelog-release-status {
  position: absolute;
  top: 34px;
  right: 38px;
  display: grid;
  min-width: 142px;
  height: 34px;
  padding: 0 18px;
  place-items: center;
  background: #3523bd;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.changelog-release-card h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.changelog-release-card time {
  display: block;
  margin-top: 8px;
  color: #d2c7ff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.changelog-release-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 27px 0 0;
  list-style: none;
  font-size: 17px;
  line-height: 1.14;
  letter-spacing: var(--body-letter-spacing);
}

.changelog-release-card li {
  position: relative;
  padding-left: 20px;
}

.changelog-release-card li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #4dc2dc;
}

.changelog-release-empty {
  min-height: 220px;
}

.changelog-release-empty p {
  max-width: 500px;
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 1.14;
  letter-spacing: var(--body-letter-spacing);
}

.advantages {
  position: relative;
  z-index: 1;
  min-height: 156px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(210, 199, 255, 0), #d2c7ff, rgba(210, 199, 255, 0)) 1;
}

.advantage {
  position: absolute;
  top: 15px;
  min-height: 103px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: var(--body-letter-spacing);
}

.advantage-number {
  display: grid;
  width: 39px;
  height: 38px;
  place-items: center;
  margin-bottom: 11px;
  border: 1px solid #4d4592;
  background: #1d1279;
  font-size: 18px;
  line-height: 100%;
}

.advantage p {
  margin: 0;
}

.advantage-one {
  left: 30px;
  width: 271px;
}

.advantage-two {
  left: calc(50% - 100px);
  width: 245px;
}

.advantage-three {
  right: 20px;
  width: 204px;
}

.audiences {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background: #0a1018;
  isolation: isolate;
}

.audiences::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -115px;
  left: calc(50% + 470px);
  width: 390px;
  height: 760px;
  border-radius: 50%;
  background: rgba(49, 33, 166, 0.9);
  filter: blur(145px);
}

.audiences-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 550px;
  margin: 0 auto;
}

.audiences-title {
  position: absolute;
  top: 116px;
  left: 70px;
  width: 650px;
  margin: 0;
  color: var(--text);
  font-size: 52px;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-align: center;
  text-transform: uppercase;
}

.audiences-title span {
  display: block;
}

.audiences-grid {
  position: absolute;
  top: 276px;
  right: 28px;
  left: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.audience-card {
  min-height: 208px;
  padding: 31px 31px 30px;
  background: linear-gradient(145deg, #271a72 0%, #171445 58%, #111331 100%);
}

.audience-card h3 {
  margin: 0 0 20px;
  font-size: 31px;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.audience-card p {
  max-width: none;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: var(--body-letter-spacing);
}

.tools-preview {
  position: relative;
  min-height: 960px;
  overflow: hidden;
  background: #0a1018;
  isolation: isolate;
}

.tools-preview::before,
.tools-preview::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: rgba(49, 33, 166, 0.85);
  filter: blur(145px);
}

.tools-preview::before {
  top: -220px;
  left: calc(50% - 840px);
  width: 450px;
  height: 760px;
}

.tools-preview::after {
  right: -140px;
  bottom: -250px;
  width: 570px;
  height: 800px;
}

.tools-preview-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 960px;
  margin: 0 auto;
}

.tools-preview-title {
  position: absolute;
  top: 72px;
  left: 20px;
  width: 700px;
  margin: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-align: center;
  text-transform: uppercase;
}

.tools-preview-title span {
  display: block;
}

.tools-platform-chip {
  position: absolute;
  top: 140px;
  right: 20px;
  display: grid;
  width: 202px;
  min-height: 44px;
  place-items: center;
  border: 1px solid #4d4592;
  background: rgba(35, 27, 86, 0.88);
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.tools-preview-grid {
  position: absolute;
  top: 231px;
  right: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.tool-preview-card {
  min-width: 0;
  min-height: 636px;
  padding: 25px;
  background: linear-gradient(145deg, rgba(39, 26, 114, 0.94) 0%, rgba(23, 20, 69, 0.97) 64%, #111331 100%);
}

.tool-preview-heading {
  position: relative;
  min-height: 182px;
}

.tool-preview-number {
  display: grid;
  width: 40px;
  height: 38px;
  place-items: center;
  border: 1px solid #4d4592;
  background: #1d1279;
  font-size: 18px;
}

.tool-preview-platform {
  position: absolute;
  top: 3px;
  right: 0;
  color: #aaa8c2;
  font-size: 14px;
  letter-spacing: -0.04em;
}

.tool-preview-card h3 {
  margin: 20px 0 17px;
  font-size: 31px;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.tool-preview-card p {
  max-width: 430px;
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: var(--body-letter-spacing);
}

.tool-preview-arrows {
  position: absolute;
  right: 0;
  bottom: 30px;
  display: flex;
  gap: 10px;
}

.tool-preview-arrows button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0 0 3px;
  place-items: center;
  border: 1px solid #4d4592;
  border-radius: 0;
  color: var(--text);
  background: #251983;
  font: inherit;
  font-size: 25px;
  line-height: 1;
}

.tool-preview-arrows button:disabled {
  opacity: 1;
}

.tool-preview-media {
  display: block;
  width: 100%;
  height: 331px;
  border: 0;
  background: #ffffff;
  object-fit: cover;
  image-rendering: auto;
}

.tool-preview-actions {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 14px;
}

.tool-preview-actions a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid #4d4592;
  background: #2a1f82;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.tool-preview-actions a:hover,
.tool-preview-actions a:focus-visible {
  filter: brightness(1.12);
}

.origin {
  position: relative;
  min-height: 506px;
  overflow: hidden;
  background: #0a1018;
  isolation: isolate;
}

.origin::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -190px;
  right: -90px;
  width: 520px;
  height: 850px;
  border-radius: 50%;
  background: rgba(49, 33, 166, 0.92);
  filter: blur(145px);
}

.origin-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 506px;
  margin: 0 auto;
}

.origin-title {
  position: absolute;
  top: 133px;
  right: 20px;
  left: 20px;
  margin: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-align: center;
  text-transform: uppercase;
}

.origin-title span {
  display: block;
}

.origin-copy-grid {
  position: absolute;
  top: 276px;
  left: 231px;
  right: 231px;
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 540px);
  justify-content: space-between;
  column-gap: 70px;
}

.origin-copy {
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 1.12;
  letter-spacing: var(--body-letter-spacing);
}

.origin-copy-column {
  min-width: 0;
}

.origin-action {
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #31bdb8 0%, #4d81d3 50%, #6d4eeb 100%);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.origin-action:hover,
.origin-action:focus-visible {
  filter: brightness(1.12);
}

.tutorials {
  position: relative;
  min-height: 755px;
  overflow: hidden;
  background: #0a1018;
  isolation: isolate;
}

.tutorials::before,
.tutorials::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: rgba(49, 33, 166, 0.88);
  filter: blur(145px);
}

.tutorials::before {
  top: -230px;
  left: -220px;
  width: 520px;
  height: 760px;
}

.tutorials::after {
  right: -180px;
  bottom: -310px;
  width: 590px;
  height: 800px;
}

.tutorials-inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1400px;
  height: 687px;
  margin: 41px auto 27px;
  background: rgba(29, 25, 74, 0.92);
}

.tutorials-title {
  position: absolute;
  top: 69px;
  left: 50px;
  margin: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.tutorials-description {
  position: absolute;
  top: 135px;
  left: 211px;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: var(--body-letter-spacing);
}

.tutorials-grid {
  position: absolute;
  top: 179px;
  right: 50px;
  left: 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 600px));
  justify-content: space-between;
  gap: 40px;
}

.tutorial-player {
  min-width: 0;
}

.tutorial-sources {
  display: grid;
  height: 70px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 9px;
  border: 1px solid #4d4592;
  background: rgba(36, 27, 103, 0.64);
}

.tutorial-sources button {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--text);
  background: #251983;
  font: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  cursor: pointer;
}

.tutorial-sources button.is-active {
  background: linear-gradient(90deg, #31bdb8 0%, #4d81d3 50%, #6d4eeb 100%);
}

.tutorial-sources button:disabled {
  opacity: 0.52;
  cursor: not-allowed;
  filter: none;
}

.tutorial-sources button:hover,
.tutorial-sources button:focus-visible {
  filter: brightness(1.12);
}

.tutorial-media-viewport {
  position: relative;
  width: 100%;
  margin-top: 14px;
  overflow: hidden;
  background: #03070d;
  aspect-ratio: 16 / 9;
}

.tutorial-media {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #03070d;
  aspect-ratio: 16 / 9;
}

.tutorial-media img,
.tutorial-media iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.tutorial-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.tutorial-controls button {
  display: grid;
  width: 48px;
  height: 44px;
  padding: 0 0 3px;
  place-items: center;
  border: 1px solid #4d4592;
  border-radius: 0;
  color: var(--text);
  background: #251983;
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.tutorial-controls button:hover,
.tutorial-controls button:focus-visible {
  filter: brightness(1.15);
}

.tutorial-controls button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  filter: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inventor-tutorial-carousel {
  position: absolute;
  top: 179px;
  right: 50px;
  left: 50px;
}

.inventor-tutorial-viewport {
  overflow: hidden;
}

.inventor-tutorial-track {
  display: flex;
  gap: 40px;
  transition: transform 320ms ease;
  will-change: transform;
}

.inventor-tutorial-track .tutorial-player {
  flex: 0 0 calc((100% - 40px) / 2);
}

.inventor-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.inventor-carousel-controls button:first-child {
  justify-self: auto;
}

.inventor-carousel-controls button:last-child {
  justify-self: auto;
}

.trial-cta {
  min-height: 686px;
  padding: 90px 20px 88px;
  background: #0a1018;
}

.trial-cta-panel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 508px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, #258db4 0%, #24558e 47%, #25186f 100%);
}

.trial-cta-logo {
  position: absolute;
  top: 59px;
  left: 50%;
  width: 52px;
  height: 52px;
  transform: translateX(-50%);
}

.trial-cta-title {
  position: absolute;
  top: 151px;
  right: 30px;
  left: 30px;
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 0.93;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  transform: scaleX(0.9);
  transform-origin: center top;
}

.trial-cta-title span {
  display: block;
}

.trial-cta-description {
  position: absolute;
  top: 280px;
  right: 30px;
  left: 30px;
  margin: 0;
  font-size: 20px;
  line-height: 0.98;
  letter-spacing: var(--body-letter-spacing);
  text-align: center;
  transform: scaleX(0.925);
  transform-origin: center top;
}

.trial-cta-action {
  position: absolute;
  top: 367px;
  left: 50%;
  display: flex;
  width: 364px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #31bdb8 0%, #4d81d3 50%, #6d4eeb 100%);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.trial-cta-action:hover,
.trial-cta-action:focus-visible {
  filter: brightness(1.12);
}

.site-footer {
  min-height: 280px;
  color: var(--text);
}

.footer-primary {
  height: 182px;
  border-bottom: 1px solid #4d4592;
  background: linear-gradient(90deg, #151441 0%, #101330 100%);
}

.footer-primary-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.footer-logo {
  position: absolute;
  top: 28px;
  left: 29px;
  display: block;
  width: 106px;
  height: 106px;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-commerce {
  position: absolute;
  top: 29px;
  right: 130px;
  width: 527px;
}

.footer-seller {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

.footer-seller span {
  display: block;
}

.footer-actions {
  display: grid;
  grid-template-columns: 246px 225px 36px;
  gap: 10px;
  margin-top: 15px;
}

.footer-action,
.footer-vk {
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.footer-action-download {
  border: 1px solid #4d4592;
  background: #2a1f82;
}

.footer-action-license {
  background: linear-gradient(90deg, #31bdb8 0%, #4d81d3 50%, #6d4eeb 100%);
}

.footer-vk {
  border: 1px solid #4d4592;
  border-radius: 8px;
  background: #3121a6;
  color: #101330;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.footer-action:hover,
.footer-action:focus-visible,
.footer-vk:hover,
.footer-vk:focus-visible {
  filter: brightness(1.13);
}

.footer-secondary {
  height: 98px;
  background: linear-gradient(90deg, #1c185a 0%, #1d185d 100%);
}

.footer-links {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

.footer-links a {
  position: absolute;
  top: 45px;
  white-space: nowrap;
}

.footer-links a:nth-child(1) { left: 309px; }
.footer-links a:nth-child(2) { left: 534px; }
.footer-links a:nth-child(3) { left: 642px; }
.footer-links a:nth-child(4) { left: 868px; }

.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 1441px) {
  .hero-copy {
    transform-origin: top center;
  }
}

@media (min-width: 1440px) {
  .site-nav {
    inset: 0 max(22px, calc(50% - 698px)) 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .site-nav a,
  .site-nav a:nth-child(n) {
    position: static;
  }

  .title-line-two-main {
    position: absolute;
    left: 219.4px;
  }
}

@media (max-width: 1439px) {
  .site-header {
    height: auto;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 22px;
  }

  .logo {
    position: static;
  }

  .site-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 22px;
    overflow-x: auto;
  }

  .site-nav a {
    position: static;
  }

  .hero {
    min-height: 550px;
  }

  .inventor-hero,
  .inventor-hero-inner {
    height: 520px;
  }

  .inventor-hero-inner {
    padding: 90px 32px 60px;
  }

  .inventor-hero-description {
    top: 250px;
    right: 32px;
    left: auto;
    width: min(430px, 42%);
  }

  .inventor-hero-actions {
    top: 370px;
    right: 32px;
    left: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inventor-tool-section {
    height: auto;
    min-height: 638px;
    padding: 20px 20px 110px;
  }

  .inventor-tool-panel {
    width: 100%;
  }

  .inventor-tool-content {
    left: 3%;
    right: 3%;
    width: auto;
  }

  .inventor-tool-features {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: 155px 174px;
    gap: 17px 18px;
  }

  .inventor-tool-feature,
  .inventor-tool-feature-one,
  .inventor-tool-feature-two,
  .inventor-tool-feature-three,
  .inventor-tool-feature-four,
  .inventor-tool-feature-five {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .hero-copy {
    height: 550px;
    padding: 90px 32px 60px;
  }

  h1 {
    font-size: clamp(54px, 8.2vw, 76px);
    line-height: 0.92;
  }

  .title-line {
    position: static;
    font-size: inherit;
    transform: none;
    white-space: normal;
  }

  .title-line-three {
    margin-left: 29%;
  }

  .hero-description {
    top: 300px;
    left: 32px;
  }

  .hero-actions {
    top: 408px;
    left: 32px;
    right: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advantages {
    min-height: 180px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .advantage,
  .advantage-one,
  .advantage-two,
  .advantage-three {
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    width: auto;
  }

  .audiences {
    min-height: 0;
  }

  .audiences-inner {
    height: auto;
    padding: 96px 32px 64px;
  }

  .audiences-title {
    position: static;
    width: min(650px, 100%);
    margin: 0 auto 70px;
    font-size: clamp(42px, 5vw, 52px);
  }

  .audiences-grid {
    position: static;
  }

  .tools-preview {
    min-height: 0;
  }

  .tools-preview-inner {
    height: auto;
    padding: 88px 32px 64px;
  }

  .tools-preview-title {
    position: static;
    width: min(700px, 100%);
    margin: 0 auto 34px;
    font-size: 48px;
  }

  .tools-platform-chip {
    position: static;
    margin: 0 0 22px auto;
  }

  .tools-preview-grid {
    position: static;
  }

  .tool-preview-card {
    min-height: 0;
  }

  .origin {
    min-height: 0;
  }

  .origin-inner {
    height: auto;
    padding: 94px 32px 76px;
  }

  .origin-title,
  .origin-copy-grid {
    position: static;
  }

  .origin-title {
    margin-bottom: 54px;
    font-size: 48px;
  }

  .origin-copy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
  }

  .origin-action {
    margin-top: 32px;
  }

  .tutorials {
    min-height: 0;
    padding: 32px 20px;
  }

  .tutorials-inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 70px 50px 78px;
  }

  .tutorials-title,
  .tutorials-description,
  .tutorials-grid,
  .inventor-tutorial-carousel {
    position: static;
  }

  .tutorials-title {
    font-size: 48px;
  }

  .tutorials-description {
    margin: 20px 0 30px 13%;
  }

  .tutorials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inventor-tutorial-carousel {
    margin-top: 30px;
  }

  .footer-commerce {
    right: 32px;
  }

  .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    padding: 0 24px;
  }

  .footer-links a {
    position: static;
  }
}

@media (max-width: 1100px) {
  .inventor-tool-panel {
    height: auto;
    padding: 28px;
  }

  .inventor-tool-image,
  .inventor-tool-content,
  .inventor-tool-heading,
  .inventor-tool-navigation,
  .inventor-tool-features,
  .inventor-tool-feature,
  .inventor-tool-feature-one,
  .inventor-tool-feature-two,
  .inventor-tool-feature-three,
  .inventor-tool-feature-four,
  .inventor-tool-feature-five {
    position: static;
  }

  .inventor-tool-image {
    width: 100%;
    height: auto;
    aspect-ratio: 615 / 431;
  }

  .inventor-tool-content {
    display: grid;
    width: 100%;
    height: auto;
    margin-top: 30px;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 24px;
  }

  .inventor-tool-navigation {
    display: flex;
  }

  .inventor-tool-features {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 18px;
  }

  .inventor-tool-feature,
  .inventor-tool-feature-one,
  .inventor-tool-feature-two,
  .inventor-tool-feature-three,
  .inventor-tool-feature-four,
  .inventor-tool-feature-five {
    grid-column: auto;
    grid-row: auto;
    width: 340px;
    height: 180px;
    justify-self: center;
  }

  .inventor-tool-feature-five {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .inventor-tutorial-track {
    gap: 24px;
  }

  .inventor-tutorial-track .tutorial-player {
    flex-basis: 100%;
  }

  .inventor-carousel-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .inventor-tool-section {
    padding-bottom: 72px;
  }

  .tutorials-grid {
    grid-template-columns: minmax(0, 600px);
    justify-content: center;
    gap: 34px;
  }

  .footer-primary,
  .footer-secondary {
    height: auto;
  }

  .footer-primary-inner {
    min-height: 300px;
    padding: 38px 24px;
  }

  .footer-logo,
  .footer-commerce {
    position: static;
  }

  .footer-logo {
    width: 78px;
    height: 78px;
  }

  .footer-commerce {
    width: 100%;
    margin-top: 34px;
  }

  .footer-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 42px;
  }

  .footer-links {
    min-height: 120px;
    flex-wrap: wrap;
    gap: 18px 32px;
    padding: 30px 24px;
  }
}

@media (max-width: 720px) {
  .desktop-copy-break {
    display: none;
  }

  .site-header {
    align-items: flex-start;
    padding: 16px;
  }

  .logo {
    width: 44px;
    height: 44px;
    margin-left: 0;
  }

  .site-nav {
    width: calc(100% - 64px);
    padding: 13px 0 10px;
    gap: 20px;
    font-size: 13px;
  }

  .hero,
  .hero-copy {
    min-height: 0;
    height: auto;
  }

  .inventor-hero,
  .inventor-hero-inner {
    height: auto;
    min-height: 0;
  }

  .inventor-hero-inner {
    padding: 76px 18px 48px;
  }

  .inventor-hero-description {
    position: static;
    width: auto;
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.15;
  }

  .inventor-hero-description br {
    display: none;
  }

  .inventor-hero-actions {
    position: static;
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .inventor-tool-section {
    padding: 12px 12px 52px;
  }

  .inventor-tool-panel {
    padding: 18px;
  }

  .inventor-tool-content {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .inventor-tool-navigation {
    grid-row: 2;
  }

  .inventor-tool-features {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .inventor-tool-feature-five {
    grid-column: auto;
  }

  .inventor-tool-feature,
  .inventor-tool-feature-one,
  .inventor-tool-feature-two,
  .inventor-tool-feature-three,
  .inventor-tool-feature-four,
  .inventor-tool-feature-five {
    width: 100%;
    max-width: 340px;
    height: 180px;
    justify-self: center;
  }

  .hero-copy {
    padding: 76px 18px 48px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 64px);
    line-height: 0.94;
  }

  .title-line-three {
    margin-left: 0;
  }

  .hero-description {
    position: static;
    width: auto;
    margin-top: 28px;
    font-size: 16px;
  }

  .hero-actions {
    position: static;
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .advantages {
    grid-template-columns: 1fr;
  }

  .advantage {
    min-height: 150px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
  }

  .audiences-inner {
    padding: 72px 18px 48px;
  }

  .audiences-title {
    margin-bottom: 42px;
    font-size: clamp(34px, 10vw, 46px);
    text-align: left;
  }

  .audiences-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .audience-card {
    min-height: 0;
    padding: 30px 26px 32px;
  }

  .audience-card h3 {
    font-size: 27px;
  }

  .tools-preview-inner {
    padding: 70px 18px 48px;
  }

  .tools-preview-title {
    margin-bottom: 28px;
    font-size: 38px;
    text-align: left;
  }

  .tools-platform-chip {
    width: 100%;
    margin-bottom: 18px;
  }

  .tools-preview-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tool-preview-card {
    padding: 18px;
  }

  .tool-preview-heading {
    min-height: 190px;
  }

  .tool-preview-card h3 {
    font-size: 28px;
  }

  .tool-preview-card p {
    padding-right: 0;
    font-size: 16px;
  }

  .tool-preview-media {
    height: auto;
    aspect-ratio: 640 / 331;
  }

  .tool-preview-actions {
    grid-template-columns: 1fr;
  }

  .origin-inner {
    padding: 70px 18px 54px;
  }

  .origin-title {
    margin-bottom: 38px;
    font-size: 38px;
    text-align: left;
  }

  .origin-title span {
    display: inline;
  }

  .origin-copy-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .origin-copy {
    font-size: 16px;
    line-height: 1.2;
  }

  .origin-action {
    width: 100%;
    margin-top: 28px;
  }

  .tutorials {
    padding: 18px;
  }

  .tutorials-inner {
    padding: 58px 18px 44px;
  }

  .tutorials-title {
    font-size: 38px;
  }

  .tutorials-description {
    margin: 18px 0 28px;
    font-size: 16px;
    line-height: 1.2;
  }

  .tutorial-sources {
    height: 62px;
    gap: 8px;
    padding: 7px;
  }

  .tutorial-sources button {
    font-size: 16px;
  }

  .trial-cta {
    min-height: 0;
    padding: 48px 18px;
  }

  .trial-cta-panel {
    height: auto;
    min-height: 500px;
    padding: 58px 20px 56px;
  }

  .trial-cta-logo,
  .trial-cta-title,
  .trial-cta-description,
  .trial-cta-action {
    position: static;
    transform: none;
  }

  .trial-cta-logo {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 52px;
  }

  .trial-cta-title {
    font-size: clamp(36px, 10vw, 52px);
  }

  .trial-cta-description {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.16;
  }

  .trial-cta-description br {
    display: none;
  }

  .trial-cta-action {
    width: 100%;
    margin-top: 38px;
  }

  .footer-primary-inner {
    padding: 34px 18px;
  }

  .footer-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-action,
  .footer-vk {
    height: 46px;
  }

  .footer-vk {
    width: 48px;
  }

  .footer-links {
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .footer-links a {
    white-space: normal;
  }
}

@media (max-width: 1439px) {
  .license-preview-intro { height: 410px; }

  .license-preview-title {
    top: 90px;
    left: 32px;
  }

  .license-preview-title span {
    font-size: clamp(70px, 7vw, 95.47px);
  }

  .license-preview-title span:last-child {
    top: 0.96em;
    left: 2.15em;
  }

  .license-preview-lead {
    top: 112px;
    right: 12%;
    left: auto;
  }

  .license-preview-plans {
    padding-right: 32px;
    padding-left: 32px;
  }

  .license-plan-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .license-plan-action,
  .license-plan-price,
  .license-plan-old-price {
    right: 24px;
    left: 24px;
  }

  .license-activation-title { left: 32px; }

  .license-activation-steps {
    right: 32px;
    left: 32px;
  }

  .changelog-preview-title { left: 32px; }
  .changelog-preview-releases { padding-right: 32px; padding-left: 32px; }
}

@media (max-width: 1100px) {
  .license-preview-hero { padding-bottom: 70px; }
  .license-preview-intro { height: 390px; }
  .license-preview-lead { right: 5%; }

  .license-preview-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .license-plan-featured {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    margin: 25px auto 0;
  }

  .license-activation-title span { font-size: 50px; }
  .license-activation-title span:last-child { margin-left: 180px; }

  .license-activation-step {
    padding-right: 24px;
    padding-left: 24px;
  }

  .license-activation-step p { font-size: 16px; }

  .license-activation-step p br { display: none; }

  .changelog-platform-head h2 { font-size: 31px; }

  .changelog-release-card {
    min-height: 240px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .changelog-release-current { min-height: 380px; }
  .changelog-release-status { right: 28px; }
}

@media (max-width: 720px) {
  .license-preview-hero {
    padding-bottom: 24px;
    background:
      radial-gradient(ellipse 300px 560px at -8% 15%, rgba(55, 32, 191, 0.82), transparent 72%),
      #0a1018;
  }

  .license-preview-intro {
    height: auto;
    padding: 76px 18px 64px;
  }

  .license-preview-title {
    position: relative;
    inset: auto;
    width: auto;
  }

  .license-preview-title span {
    position: static;
    font-size: clamp(50px, 15vw, 72px);
    line-height: 0.9;
    white-space: normal;
    transform: none !important;
  }

  .license-preview-title span:last-child { margin-left: 16%; }

  .license-preview-lead {
    position: static;
    width: auto;
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.12;
  }

  .license-preview-lead br { display: none; }

  .license-preview-plans {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 18px;
  }

  .license-plan-card { height: 410px; }

  .license-plan-featured {
    grid-column: auto;
    width: 100%;
    margin: 27px 0 0;
  }

  .license-activation,
  .license-activation-inner {
    min-height: 0;
  }

  .license-activation-inner { padding: 76px 18px 52px; }

  .license-activation-title {
    position: static;
  }

  .license-activation-title span {
    font-size: clamp(38px, 11vw, 54px);
    white-space: normal;
    transform: none;
  }

  .license-activation-title span:last-child {
    margin-top: 0;
    margin-left: 18%;
  }

  .license-activation-steps {
    position: static;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 54px;
  }

  .license-activation-step {
    height: auto;
    min-height: 190px;
    padding: 28px 26px 30px;
  }

  .license-activation-step p {
    margin-top: 24px;
    font-size: 17px;
  }

  .changelog-preview-hero,
  .changelog-preview-hero-inner {
    min-height: 360px;
  }

  .changelog-preview-title {
    position: relative;
    top: auto;
    left: auto;
    padding: 76px 18px 56px;
  }

  .changelog-preview-title span {
    font-size: clamp(48px, 14vw, 70px);
    white-space: normal;
    transform: none;
  }

  .changelog-preview-title span:last-child {
    margin-top: 0;
    margin-left: 12%;
  }

  .changelog-preview-releases {
    padding: 0 18px 52px;
  }

  .changelog-platform-columns {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-top: 32px;
  }

  .changelog-platform-head {
    min-height: 0;
    padding-bottom: 30px;
  }

  .changelog-platform-head h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .changelog-release-list { gap: 14px; }

  .changelog-release-card {
    min-height: 0;
    padding: 28px 24px 32px;
  }

  .changelog-release-current { min-height: 0; }
  .changelog-release-status {
    position: static;
    width: max-content;
    margin: 0 0 26px auto;
  }

  .changelog-release-card h3 { font-size: 29px; }
  .changelog-release-card ul { font-size: 16px; }
}
