/* hero.css — Figma nodes 577:7668–577:7703 */
.hero {
  position: relative;
  padding-top: calc(84px + var(--space-12));
  /* Trust → features: компактніше, без подвійного «подиху» з .section */
  padding-bottom: var(--space-6);
  overflow: hidden;
  background: var(--color-bg);
}

.hero__inner {
  display: grid;
  grid-template-columns: 462px 642px;
  column-gap: 6px;
  align-items: start;
  margin-bottom: var(--space-8);
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.hero__action-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 35px;
  width: 100%;
}

.hero__stats-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero__stat {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 1 17.125rem;
  min-width: 17.125rem;
  max-width: 100%;
  height: 8.3125rem;
  padding: 0;
  background: rgba(8, 10, 28, 0.2);
  border: 1px solid #151528;
  box-shadow: 0 0 8.1px 6px rgba(0, 0, 0, 0.29);
  border-radius: 26px;
}

.hero__stat-icon {
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  margin-left: 8px;
  border-radius: 23px;
}

.hero__stat-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Frame 19 → Huge-icon → Subtract (check) */
.hero__stat-icon-huge {
  position: absolute;
  left: 23.75%;
  right: 23.75%;
  top: 23.75%;
  bottom: 23.75%;
  filter: drop-shadow(0 0 4.5px rgba(0, 0, 0, 0.25));
}

.hero__stat-icon-subtract {
  position: absolute;
  left: 8.33%;
  top: 8.33%;
  width: 83.34%;
  height: 83.34%;
  display: block;
  object-fit: contain;
}

.hero__stat-icon--check {
  background: #103623;
}

.hero__stat-icon--check .hero__stat-icon-huge {
  filter: drop-shadow(0 0 4.5px rgba(0, 0, 0, 0.25));
}

/* Frame 19 → lightbulb glyph → Vector */
.hero__stat-icon-glyph {
  position: absolute;
  display: block;
}

.hero__stat-icon-vector {
  position: absolute;
  display: block;
  object-fit: contain;
}

.hero__stat-icon--bulb {
  background: #432711;
}

.hero__stat-icon-glyph--bulb {
  left: 1.1875rem;
  top: 1.1875rem;
  width: 2.625rem;
  height: 2.625rem;
  filter: drop-shadow(0 4px 5.1px rgba(0, 0, 0, 0.25));
}

.hero__stat-icon--bulb .hero__stat-icon-vector {
  left: 12.5%;
  top: 0;
  width: 75%;
  height: 100%;
}

.hero__stat-icon--support {
  background: #26104b;
}

.hero__stat-icon-star {
  position: absolute;
  left: 1.125rem;
  top: 1.1875rem;
  width: 2.6875rem;
  height: 2.5625rem;
  display: block;
  border-radius: 1px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  object-fit: contain;
}

.hero__stat-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  min-width: 0;
  padding: 0 12px 0 16px;
}

.hero__stat-value {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.21875;
  color: var(--color-text);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hero__stat-label {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.125;
  color: var(--color-text-muted);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hero__stat:nth-child(2) .hero__stat-copy {
  gap: 0;
}

.hero__stat:nth-child(3) .hero__stat-copy {
  gap: 3px;
}

.hero__intro {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero__eyebrow-icon {
  width: 24px;
  height: 23px;
  flex-shrink: 0;
}

.hero__eyebrow-text {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.2;
  background: radial-gradient(
    ellipse 133px 9px at center,
    rgb(167, 130, 225) 9%,
    rgb(130, 89, 200) 86%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hero__title-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero__title {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hero__title-line {
  display: block;
  color: var(--color-text);
}

.hero__title-line--accent {
  color: var(--color-accent);
}

.hero__subtitle {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-muted);
  max-width: 404px;
}

.hero__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 39px;
  width: fit-content;
  max-width: 100%;
  padding: 20px 29px 20px 61px;
  border: 1px solid #4c44f5;
  border-radius: 18px;
  background: radial-gradient(206.19% 206.19% at 50% 50%, #100cb8 0%, #4f45e5 100%);
  box-shadow: inset 0 0 13px #6152f2;
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: 700;
  line-height: 1.167;
  color: var(--color-btn-label);
  -webkit-text-stroke: 1px #0e0bb3;
  paint-order: stroke fill;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  min-height: 76px;
  transition:
    background var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base),
    color var(--transition-base);
  -webkit-tap-highlight-color: transparent;
}

/* Property 1=Variant2 — hover (лише pointer: fine — без sticky hover на iOS) */
@media (hover: hover) and (pointer: fine) {
  .hero__cta:hover {
    background: radial-gradient(206.19% 206.19% at 50% 50%, #5a56ff 0%, #1000ff 100%);
    border-color: #4c44f5;
    box-shadow: 0 0 50px #2c28d2, inset 0 0 50px #6152f2;
    color: #ffffff;
  }

  .hero__cta:hover .hero__cta-label {
    color: #ffffff;
    -webkit-text-stroke: 0 transparent;
    paint-order: normal;
  }

  .hero__cta:hover .hero__cta-arrow-wrap {
    background: #6e6aff;
    border-color: #524fff;
  }
}

.hero__cta:focus-visible {
  background: radial-gradient(206.19% 206.19% at 50% 50%, #5a56ff 0%, #1000ff 100%);
  border-color: #4c44f5;
  box-shadow: 0 0 50px #2c28d2, inset 0 0 50px #6152f2;
  color: #ffffff;
}

.hero__cta:focus-visible .hero__cta-label {
  color: #ffffff;
  -webkit-text-stroke: 0 transparent;
  paint-order: normal;
}

.hero__cta:focus-visible .hero__cta-arrow-wrap {
  background: #6e6aff;
  border-color: #524fff;
}

/* Property 1=Variant3 — pressed */
.hero__cta:active {
  background: radial-gradient(
    206.19% 206.19% at 50% 50%,
    rgba(90, 86, 255, 0.2) 0%,
    rgba(16, 0, 255, 0.2) 100%
  );
  border-color: #4c44f5;
  box-shadow: 0 0 50px #2c28d2;
  color: #7d86b9;
}

.hero__cta:active .hero__cta-label {
  color: #7d86b9;
  -webkit-text-stroke: 0 transparent;
  paint-order: normal;
}

.hero__cta:active .hero__cta-icon {
  filter: brightness(0) saturate(100%) invert(59%) sepia(9%) saturate(1095%)
    hue-rotate(186deg) brightness(91%) contrast(88%);
}

.hero__cta:active .hero__cta-arrow-wrap {
  background: #302e6d;
  border-color: #524fff;
}

.hero__cta-main {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 1 1 auto;
  min-width: 0;
}

.hero__cta-label {
  white-space: nowrap;
  flex-shrink: 0;
  transition: color var(--transition-base);
}

.hero__cta-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: filter var(--transition-base);
}

.hero__cta-arrow-wrap {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: #2823ec;
  border: 1px solid transparent;
  transition:
    background var(--transition-base),
    border-color var(--transition-base);
}

.hero__cta-arrow {
  position: relative;
  display: block;
  width: 13px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}

.hero__cta-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

.hero__visual {
  position: relative;
  flex: none;
  width: 642px;
  height: 468px;
}

/* Паріння лого та значків — Figma Dev Mode */
.hero__visual-scene {
  position: relative;
  width: 642px;
  height: 468px;
  flex: none;
}

/* ChatGPT Image 17 — emblem */
.hero__visual-emblem {
  position: absolute;
  width: 459px;
  height: 386px;
  left: 143.5px;
  top: 32px;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.hero__visual-float {
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
}

/* Значок шапка універ — slot Dev Mode; Smart animate inner PNG (px з variants) */
.hero__visual-float--cap {
  width: 337px;
  height: 280px;
  left: 395.5px;
  top: -44px;
}

.hero__visual-float--cap .hero__visual-float-img {
  left: 33.09%;
  top: 25.54%;
  right: auto;
  bottom: auto;
  width: 34.12%;
  height: 41.07%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: hero-float-cap 12.003s linear 1ms infinite;
}

/* Дизайн без названия (9) 2 — style-example.css / Dev Mode */
.hero__visual-float--chart {
  width: 269px;
  height: 234px;
  left: -37.5px;
  top: -36px;
}

.hero__visual-float--chart .hero__visual-float-img {
  left: 22.68%;
  top: 17.95%;
  right: auto;
  bottom: auto;
  width: 55.76%;
  height: 64.1%;
  animation: hero-float-chart 12.003s linear 1ms infinite;
}

/* Значок книги — style-example.css / Dev Mode */
.hero__visual-float--book {
  width: 337px;
  height: 256px;
  left: -79.5px;
  top: 292px;
}

.hero__visual-float--book .hero__visual-float-img {
  left: 27.6%;
  top: 20.31%;
  right: auto;
  bottom: auto;
  width: 41.57%;
  height: 54.73%;
  animation: hero-float-book 12.003s linear 1ms infinite;
}

.hero__visual-float-img {
  position: absolute;
  display: block;
  object-fit: contain;
  object-position: center;
  transform-origin: center center;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

/* Prototype variants — rotation only (position/size з inset % як у style-example.css) */
@keyframes hero-float-chart {
  0%, 100% {
    transform: rotate(0deg);
    animation-timing-function: linear;
  }

  33.333% {
    transform: rotate(10deg);
    animation-timing-function: linear;
  }

  66.666% {
    transform: rotate(-8deg);
    animation-timing-function: linear;
  }
}

/* Cap: px-variants → translate3d + scale + rotate (без left/top/width — інакше дригає) */
@keyframes hero-float-cap {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }

  33.333% {
    transform: translate3d(4.565px, -5.135px, 0) scale(1.020087) rotate(-4deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }

  66.666% {
    transform: translate3d(-22.575px, 14.225px, 0) scale(1.023217) rotate(4deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
}

@keyframes hero-float-book {
  0%, 100% {
    transform: rotate(-3deg);
    animation-timing-function: ease-in;
  }

  33.333% {
    transform: rotate(5deg);
    animation-timing-function: ease-in;
  }

  66.666% {
    transform: rotate(-5deg);
    animation-timing-function: ease-in;
  }
}

/* Cap mobile — scale translate/rotate від desktop (×0.643 для ~74px іконки) */
@keyframes hero-float-cap-mobile {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }

  33.333% {
    transform: translate3d(2.94px, -3.3px, 0) scale(1.02) rotate(-4deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }

  66.666% {
    transform: translate3d(-14.5px, 9.14px, 0) scale(1.02) rotate(4deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
}

@keyframes hero-float-book-mobile {
  0%, 100% {
    transform: matrix(1, -0.09, 0.09, 1, 0, 0) rotate(0deg);
    animation-timing-function: ease-in;
  }

  33.333% {
    transform: matrix(1, -0.09, 0.09, 1, 0, 0) rotate(8deg);
    animation-timing-function: ease-in;
  }

  66.666% {
    transform: matrix(1, -0.09, 0.09, 1, 0, 0) rotate(-8deg);
    animation-timing-function: ease-in;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__visual-float--chart .hero__visual-float-img {
    animation: none;
    transform: rotate(0deg);
  }

  .hero__visual-float--cap .hero__visual-float-img {
    animation: none;
    will-change: auto;
    left: 33.09%;
    top: 25.54%;
    right: auto;
    bottom: auto;
    width: 34.12%;
    height: 41.07%;
    transform: none;
  }

  .hero__visual-float--book .hero__visual-float-img {
    animation: none;
    transform: rotate(-3deg);
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 1023px) {
  .hero__visual-float--cap .hero__visual-float-img {
    left: 33.09%;
    top: 25.54%;
    right: auto;
    bottom: auto;
    width: 34.12%;
    height: 41.07%;
    animation: none;
    transform: none;
  }

  .hero__visual-float--chart .hero__visual-float-img {
    animation: none;
    transform: rotate(0deg);
  }

  .hero__visual-float--book .hero__visual-float-img {
    animation: none;
    transform: matrix(1, -0.09, 0.09, 1, 0, 0);
  }
}

.hero__trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 22.375rem;
  margin-top: var(--space-6);
  margin-inline: auto;
}

.hero__trust-title {
  margin: 0;
  width: 100%;
  max-width: 19.5625rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125;
  text-align: center;
  color: #b3adae;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hero__trust-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
  width: 10.31125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero__trust-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
}

.hero__trust-item--knu {
  gap: 8px;
  width: 10.31125rem;
  height: 3.11375rem;
}

.hero__trust-item--kpi {
  gap: 12px;
  width: 9.558125rem;
  height: 3.125rem;
}

.hero__trust-item--lnu {
  gap: 5px;
  width: 9.955rem;
  height: 3.091875rem;
}

.hero__trust-logo {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.hero__trust-item--knu .hero__trust-logo {
  width: 3.12375rem;
  height: 3.11375rem;
}

.hero__trust-item--kpi .hero__trust-logo {
  width: 2.120625rem;
  height: 3.125rem;
}

.hero__trust-item--lnu .hero__trust-logo {
  width: 2.955rem;
  height: 3.091875rem;
}

.hero__trust-uni {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 6.6875rem;
  min-width: 6.6875rem;
  height: 2rem;
  flex-shrink: 0;
}

.hero__trust-uni-name {
  display: block;
  width: 100%;
  height: 1.3125rem;
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3125rem;
  color: #b3adae;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hero__trust-uni-sub {
  display: block;
  width: 100%;
  height: 0.6875rem;
  font-family: var(--font-body);
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.6875rem;
  color: #b3adae;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1023px) {
  .hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-template-columns: none;
    column-gap: 0;
    text-align: left;
  }

  .hero__content {
    order: 1;
    width: 100%;
  }

  .hero__visual {
    order: 2;
    width: 22.375rem;
    height: 24.5625rem;
    max-width: 100%;
    overflow-x: clip;
    overflow-y: visible;
  }

  .hero {
    /* Figma Frame 428: gap 12px між header і «Вступ тел.» */
    padding-top: 0.75rem;
    padding-bottom: 1.25rem;
    background: #010213;
    overflow-x: clip;
    max-width: 100%;
  }

  /* Паріння лого — mobile Figma 358×393 + Smart Animate */
  .hero__visual-scene {
    width: 22.375rem;
    height: 24.5625rem;
    transform: none;
    margin-inline: auto;
  }

  .hero__visual-emblem {
    width: 21.625rem;
    height: 18.1875rem;
    left: 0.75rem;
    top: 5.3125rem;
  }

  .hero__visual-float--cap {
    width: 13.5625rem;
    height: 11.25rem;
    left: 8.8125rem;
    top: -1.9375rem;
  }

  .hero__visual-float--cap .hero__visual-float-img {
    left: 33.09%;
    top: 25.54%;
    right: auto;
    bottom: auto;
    width: 34.12%;
    height: 41.07%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: hero-float-cap-mobile 12.003s linear 1ms infinite;
  }

  .hero__visual-float--chart {
    width: 9.8125rem;
    height: 8.5625rem;
    left: -2.625rem;
    top: 0;
  }

  .hero__visual-float--chart .hero__visual-float-img {
    left: 22.68%;
    top: 17.95%;
    right: auto;
    bottom: auto;
    width: 55.76%;
    height: 64.1%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: hero-float-chart 12.003s linear 1ms infinite;
  }

  .hero__visual-float--book {
    width: 12.9375rem;
    height: 9.8125rem;
    left: 13.5rem;
    top: 5.625rem;
  }

  .hero__visual-float--book .hero__visual-float-img {
    left: 27.6%;
    top: 20.31%;
    right: auto;
    bottom: auto;
    width: 41.57%;
    height: 54.73%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: hero-float-book-mobile 12.003s linear 1ms infinite;
  }

  .hero__action-block {
    order: 3;
    align-items: center;
    gap: 12px;
    max-width: 18.9375rem;
  }

  .hero__subtitle { max-width: none; }

  .hero__cta {
    width: 100%;
    align-self: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 20px 29px 20px 61px;
    gap: 39px;
  }

  .hero__stats-list {
    flex-direction: column;
    align-items: stretch;
    gap: 21px;
    width: 17.125rem;
    max-width: 100%;
  }

  .hero__stat {
    position: relative;
    display: block;
    flex: none;
    width: 17.125rem;
    max-width: 100%;
    min-width: 0;
    height: 8.3125rem;
  }

  .hero__stat-icon {
    position: absolute;
    left: 8px;
    top: 27px;
    margin-left: 0;
    width: 5rem;
    height: 5rem;
  }

  .hero__stat-copy {
    position: absolute;
    left: 111px;
    top: 27px;
    width: 9.75rem;
    padding: 0;
    gap: 1px;
  }

  .hero__stat:nth-child(2) .hero__stat-copy {
    left: 110px;
    top: 28px;
    width: 7.375rem;
    gap: 0;
  }

  .hero__stat:nth-child(3) .hero__stat-copy {
    left: 111px;
    top: 28px;
    width: 6.875rem;
    gap: 3px;
  }

  .hero__stat-value {
    font-size: 2rem;
    line-height: 1.21875;
  }

  .hero__stat-label {
    font-size: 1rem;
    line-height: 1.125;
    color: #b3adae;
  }

  .hero__trust {
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
    max-width: 22.375rem;
    margin-top: 0;
    margin-inline: auto;
  }

  .hero__trust-title {
    width: 100%;
    max-width: 19.5625rem;
    margin: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.125;
    color: #b3adae;
  }

  .hero__trust-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
    width: 10.31125rem;
    margin: 0;
    padding: 0;
    align-self: center;
  }
}

@media (min-width: 1024px) {
  .hero__inner {
    display: grid;
    grid-template-columns: 462px 642px;
    column-gap: 6px;
    grid-template-rows: auto auto auto auto;
  }

  .hero__content {
    grid-column: 1;
    grid-row: 1;
  }

  .hero__visual {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: start;
  }

  .hero__action-block {
    display: contents;
  }

  .hero__cta {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }

  .hero__stats-list {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0;
  }

  .hero__trust {
    grid-column: 1 / -1;
    grid-row: 4;
    margin-top: var(--space-2);
    max-width: none;
  }

  .hero__trust-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem 3.75rem;
    width: 100%;
  }

  .hero__trust-item--knu,
  .hero__trust-item--kpi,
  .hero__trust-item--lnu {
    width: auto;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .hero__inner {
    gap: 0.75rem;
    max-width: 22.375rem;
    margin-bottom: 0;
  }

  .hero__intro {
    gap: 0.375rem;
  }

  .hero__eyebrow {
    gap: 8px;
  }

  .hero__eyebrow-icon {
    width: 1.125rem;
    height: 1.0625rem;
  }

  .hero__eyebrow-text {
    font-size: 1rem;
    line-height: 1.125rem;
    background: radial-gradient(
      50% 50% at 50% 50%,
      #a782e1 9.13%,
      #8259c8 86.06%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .hero__title {
    font-size: 2rem;
    line-height: 1.21875;
  }

  .hero__subtitle {
    font-size: 1rem;
    line-height: 1.7258;
    color: #b3adae;
    max-width: none;
  }

  .hero__visual {
    overflow: visible;
  }

  .hero__action-block {
    max-width: 18.9375rem;
    gap: 0.75rem;
  }

  .hero__cta {
    width: 100%;
    min-height: 4.75rem;
    padding: 1.25rem 1.8125rem 1.25rem 3.8125rem;
    gap: 2.4375rem;
    border-radius: 18px;
    font-size: 1.125rem;
    line-height: 1.167;
  }

  .hero__trust {
    gap: 2rem;
    max-width: 22.375rem;
    margin-top: 0;
  }

  .hero__trust-title {
    max-width: 19.5625rem;
  }
}
