.agt-simple-hero {
  position: relative;
  min-height: calc(100svh - 70px);
  color: #fff;
  overflow: hidden;
  background: #1b1b1b var(--agt-simple-hero-image) center center / cover no-repeat;
  font-family: var(--agt-font-sans, Roboto, Arial, sans-serif);
}

.agt-simple-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 116, 145, .42), rgba(170, 48, 118, .42)),
    linear-gradient(90deg, rgba(0, 0, 0, .60), rgba(0, 0, 0, .28) 58%, rgba(0, 0, 0, .10));
}

.agt-simple-hero__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(1160px, calc(100% - 40px));
  min-height: calc(100svh - 70px);
  margin: 0 auto;
  padding: 92px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.agt-simple-hero_form .agt-simple-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  gap: 64px;
  align-items: center;
}

.agt-simple-hero_form .agt-simple-hero__copy {
  min-width: 0;
}

.agt-simple-hero__eyebrow {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.agt-simple-hero__title {
  max-width: 780px;
  margin: 0 0 28px;
  font-size: clamp(42px, 6.2vw, 84px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.agt-simple-hero__accent {
  display: inline-block;
  margin-left: .16em;
  font-family: var(--agt-font-display-latin, LeviBrush, Roboto, Arial, sans-serif);
  font-size: 1.45em;
  line-height: .78;
  font-weight: 900;
  text-transform: none;
  vertical-align: -0.08em;
}

.agt-simple-hero__lead {
  max-width: 760px;
  margin: 0 0 34px;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.38;
  font-weight: 700;
}

.agt-simple-hero_ru .agt-simple-hero__eyebrow {
  margin-bottom: 26px;
}

.agt-simple-hero_ru .agt-simple-hero__title {
  font-size: clamp(40px, 5.4vw, 74px);
  line-height: 1.16;
}

.agt-simple-hero_ru .agt-simple-hero__accent {
  line-height: .9;
  vertical-align: -0.04em;
}

.agt-simple-hero_zh {
  font-family: var(--agt-font-sans, Roboto, Arial, sans-serif);
}

.agt-simple-hero_zh .agt-simple-hero__title {
  max-width: 820px;
  font-family: var(--agt-font-display-zh, "Songti SC", "STSong", "Noto Serif CJK SC", "SimSun", serif);
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 1.14;
  font-weight: 900;
  text-transform: none;
}

.agt-simple-hero_zh .agt-simple-hero__title_zh-full {
  max-width: 920px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.16;
}

.agt-simple-hero_zh .agt-simple-hero__accent {
  font-family: var(--agt-font-display-latin, LeviBrush, Roboto, Arial, sans-serif);
  font-size: .95em;
  line-height: 1;
  text-transform: none;
  vertical-align: 0;
}

.agt-simple-hero_zh .agt-simple-hero__lead {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.55;
}

.agt-simple-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 220px;
  min-height: 54px;
  padding: 0 28px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #111 !important;
  background: #fff;
  font: 900 14px/1 var(--agt-font-sans, Roboto, Arial, sans-serif);
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease;
}

.agt-simple-hero__button:hover,
.agt-simple-hero__button:focus-visible {
  color: #fff !important;
  background: #111;
}

.agt-simple-form {
  box-sizing: border-box;
  width: 100%;
  padding: 34px;
  color: #111;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
}

.agt-simple-form__title {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.agt-simple-form__text {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
}

.agt-simple-form__message {
  display: none;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

.agt-simple-form__message.js-errorbox-all {
  color: #9b1c1c;
}

.agt-simple-form__message.js-successbox {
  color: #24643b;
}

.agt-simple-form__field {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 18px;
  border: 0;
  border-radius: 0;
  padding: 0 18px;
  color: #111;
  background: rgba(255, 255, 255, .78);
  font: 16px/1 var(--agt-font-sans, Roboto, Arial, sans-serif);
}

.agt-simple-form__field::placeholder {
  color: rgba(0, 0, 0, .55);
}

.agt-simple-form input.agt-simple-form__field {
  height: 52px;
}

.agt-simple-form textarea.agt-simple-form__field {
  min-height: 142px;
  padding-top: 16px;
  resize: vertical;
}

.agt-simple-form__submit {
  display: block;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #336699;
  font: 900 15px/1 var(--agt-font-sans, Roboto, Arial, sans-serif);
  text-transform: uppercase;
  cursor: pointer;
}

.agt-simple-form__submit:hover,
.agt-simple-form__submit:focus-visible {
  color: #fff;
  background: #111;
}

.agt-simple-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.agt-simple-feature-grid article {
  padding: 28px;
  background: #f4f4f4;
}

.agt-simple-feature-grid h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 900;
}

.agt-simple-feature-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.agt-simple-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.agt-simple-package {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .10);
}

.agt-simple-package h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 900;
}

.agt-simple-package p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.55;
}

.agt-simple-package__price {
  color: #336699;
  font-weight: 900;
}

.agt-simple-package a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  padding: 0 18px;
  color: #fff !important;
  background: #336699;
  font: 900 13px/1 var(--agt-font-sans, Roboto, Arial, sans-serif);
  text-decoration: none !important;
  text-transform: uppercase;
}

.agt-simple-package a:hover,
.agt-simple-package a:focus-visible {
  background: #111;
}

.agt-simple-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.agt-simple-gallery__item {
  margin: 0;
  background: #eaeaea;
}

.agt-simple-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

@media (max-width: 900px) {
  .agt-simple-hero_form .agt-simple-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .agt-simple-form {
    max-width: 480px;
  }

  .agt-simple-feature-grid,
  .agt-simple-package-grid,
  .agt-simple-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .agt-simple-hero {
    min-height: auto;
  }

  .agt-simple-hero::before {
    background:
      linear-gradient(90deg, rgba(23, 116, 145, .34), rgba(170, 48, 118, .34)),
      rgba(0, 0, 0, .46);
  }

  .agt-simple-hero__inner {
    width: min(100% - 28px, 520px);
    min-height: auto;
    padding: 72px 0;
  }

  .agt-simple-hero__title {
    font-size: 42px;
  }

  .agt-simple-hero_ru .agt-simple-hero__title {
    font-size: 40px;
  }

  .agt-simple-hero_zh .agt-simple-hero__title {
    font-size: 44px;
  }

  .agt-simple-hero__lead {
    font-size: 20px;
  }

  .agt-simple-feature-grid,
  .agt-simple-package-grid,
  .agt-simple-gallery {
    grid-template-columns: 1fr;
  }
}
