/**
 * Landing page — standalone wz-* styles (no Bootstrap).
 */

.wz-shell.wz-landing-page {
  background-color: var(--wz-color-white);
  color: var(--wz-color-text-body);
  font-family: var(--wz-font-family);
  font-size: var(--wz-font-size-body);
  line-height: var(--wz-line-height-body);
}

.wz-shell.wz-landing-page.wz-landing-nav-open {
  overflow: hidden;
}

.wz-shell.wz-landing-page .authors-wrapper.wz-landing {
  min-height: auto;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.wz-shell.wz-landing-page .wz-landing__main {
  flex: 0 0 auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 72px);
  width: 100%;
  box-sizing: border-box;
  background-color: var(--wz-color-bg);
}

.wz-shell.wz-landing-page .wz-landing-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--wz-space-lg);
  box-sizing: border-box;
}

/* ——— Utilities ——— */

.wz-shell.wz-landing-page .gradient-text {
  background: linear-gradient(90deg, var(--wz-color-primary) 0%, var(--wz-color-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.wz-shell.wz-landing-page .text-primary {
  color: var(--wz-color-accent);
}

.wz-shell.wz-landing-page h1,
.wz-shell.wz-landing-page h2,
.wz-shell.wz-landing-page h3,
.wz-shell.wz-landing-page .h4 {
  font-family: var(--wz-font-family);
  color: var(--wz-color-primary);
  font-weight: var(--wz-font-weight-bold);
  line-height: var(--wz-line-height-tight);
}

.wz-shell.wz-landing-page h2 {
  font-size: var(--wz-font-size-h2);
  margin: 0 0 var(--wz-space-lg);
}

.wz-shell.wz-landing-page .extra {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: var(--wz-font-weight-bold);
  line-height: 1.15;
  margin: 0 0 var(--wz-space-md);
}

.wz-shell.wz-landing-page .text-small {
  font-size: var(--wz-font-size-small);
  font-weight: var(--wz-font-weight-normal);
  color: var(--wz-color-text-muted);
  line-height: var(--wz-line-height-body);
}

.wz-shell.wz-landing-page .wz-button--primary {
  margin-top: var(--wz-space-md);
}

.wz-shell.wz-landing-page .banner .wz-landing-cta {
  margin-top: var(--wz-space-lg);
}

/* ——— Header ——— */

.wz-shell.wz-landing-page .wz-landing-nav {
  position: relative;
  z-index: 20;
  background: var(--wz-color-white);
  border-bottom: 1px solid var(--wz-color-border-light);
  padding: var(--wz-space-sm) 0;
}

.wz-shell.wz-landing-page .wz-landing-nav__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--wz-space-md);
}

.wz-shell.wz-landing-page .wz-landing-nav__menu {
  min-width: 0;
}

.wz-shell.wz-landing-page .wz-landing-nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wz-shell.wz-landing-page .wz-landing-nav__logo img,
.wz-shell.wz-landing-page .wz-landing-nav__logo-img {
  display: block;
  width: auto;
  height: 40px;
  padding: var(--wz-space-sm) 0 15px;
}

.wz-shell.wz-landing-page .wz-landing-nav__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--wz-space-sm);
}

.wz-shell.wz-landing-page .wz-landing-nav__login {
  margin-top: 0;
  white-space: nowrap;
}

.wz-shell.wz-landing-page .ankor {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wz-space-md);
  margin: 0;
  padding: 0;
  list-style: none;
}

.wz-shell.wz-landing-page .ankor a {
  color: var(--wz-color-text-nav);
  text-decoration: none;
}

.wz-shell.wz-landing-page .wz-landing-nav__menu .ankor a {
  font-size: var(--wz-font-size-body);
  font-weight: var(--wz-font-weight-medium);
}

.wz-shell.wz-landing-page .ankor a:hover {
  color: var(--wz-color-primary);
}

.wz-shell.wz-landing-page .navpanel__burger.wz-burger-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--wz-color-border);
  border-radius: var(--wz-radius-sm);
  background: var(--wz-color-white);
  text-decoration: none;
  box-sizing: border-box;
}

.wz-shell.wz-landing-page .navpanel__burger .wz-burger {
  display: block;
  position: relative;
  width: 20px;
  height: 14px;
}

.wz-shell.wz-landing-page .navpanel__burger .wz-burger > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--wz-color-primary);
  border-radius: 2px;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
}

.wz-shell.wz-landing-page .navpanel__burger .wz-burger > span:nth-child(1) {
  top: 0;
}

.wz-shell.wz-landing-page .navpanel__burger .wz-burger > span:nth-child(2) {
  top: 6px;
}

.wz-shell.wz-landing-page .navpanel__burger .wz-burger > span:nth-child(3) {
  top: 12px;
}

.wz-shell.wz-landing-page .navpanel__burger .wz-burger.open > span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}

.wz-shell.wz-landing-page .navpanel__burger .wz-burger.open > span:nth-child(2) {
  opacity: 0;
}

.wz-shell.wz-landing-page .navpanel__burger .wz-burger.open > span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

/* ——— Hero ——— */

.wz-shell.wz-landing-page .main-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  min-height: 320px;
  padding: clamp(56px, 8vw, 104px) 0;
  text-align: left;
  background-color: var(--wz-color-white);
  background-image: url("/img/main-banner-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wz-shell.wz-landing-page .main-banner .wz-landing-container {
  position: relative;
  z-index: 2;
}

.wz-shell.wz-landing-page .main-banner__content {
  position: relative;
  z-index: 2;
  max-width: min(100%, 520px);
  min-width: 0;
}

.wz-shell.wz-landing-page .main-banner__content p {
  max-width: 520px;
  margin: 0 0 var(--wz-space-md);
  color: #000;
}

.wz-shell.wz-landing-page .main-banner__pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: url("/img/main-banner-girl.png") center bottom / auto clamp(220px, 42vw, 440px) no-repeat;
}

@media (min-width: 992px) {
  .wz-shell.wz-landing-page .main-banner__pic {
    left: 50%;
    right: auto;
    width: min(1200px, 100%);
    transform: translateX(-50%);
    background-position: 88% 100%;
    background-size: auto min(100%, 460px);
  }
}

/* ——— Become author ——— */

.wz-shell.wz-landing-page .become-author {
  padding: var(--wz-space-xl) 0;
}

.wz-shell.wz-landing-page .become-author__title {
  max-width: 760px;
  margin: 0 auto var(--wz-space-xl);
  text-align: center;
}

.wz-shell.wz-landing-page .become-author__steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: var(--wz-space-md);
}

.wz-shell.wz-landing-page .become-author__item {
  flex: 1 1 0;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  padding: var(--wz-space-lg);
  border: 1px solid var(--wz-color-border-light);
  border-radius: var(--wz-radius-md);
  background: var(--wz-color-white);
  box-shadow: var(--wz-shadow-card);
}

.wz-shell.wz-landing-page .become-author__item::before,
.wz-shell.wz-landing-page .become-author__item::after {
  display: none !important;
  content: none !important;
}

.wz-shell.wz-landing-page .become-author__item__pic {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(120px, 18vw, 160px);
  margin-bottom: var(--wz-space-md);
}

.wz-shell.wz-landing-page .become-author__item__pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.wz-shell.wz-landing-page .become-author__item__content {
  flex: 1 1 auto;
}

.wz-shell.wz-landing-page .become-author__item__content h3 {
  margin: 0 0 var(--wz-space-sm);
  font-size: var(--wz-font-size-h3);
  text-transform: lowercase;
}

.wz-shell.wz-landing-page .become-author__item__content h3::first-letter {
  text-transform: uppercase;
}

.wz-shell.wz-landing-page .become-author__item__content p {
  margin: 0;
  color: var(--wz-color-text-secondary);
}

.wz-shell.wz-landing-page .become-author__chevron {
  flex: 0 0 auto;
  align-self: center;
  width: 28px;
  height: 28px;
  background-color: var(--wz-color-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
  -webkit-mask-size: 14px 9px;
  mask-size: 14px 9px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transform: rotate(-90deg);
}

/* ——— Promo banners ——— */

.wz-shell.wz-landing-page .banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background-color: var(--wz-color-white);
  background-repeat: no-repeat;
}

.wz-shell.wz-landing-page .banner--first .banner__container::after,
.wz-shell.wz-landing-page .banner--second .banner__container::after {
  content: "";
  display: block;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.wz-shell.wz-landing-page .banner__container {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: end;
  gap: var(--wz-space-md) var(--wz-space-xl);
}

.wz-shell.wz-landing-page .banner__content {
  box-sizing: border-box;
  width: 100%;
  padding: var(--wz-space-lg);
}

.wz-shell.wz-landing-page .banner__content__text {
  width: 100%;
  max-width: 520px;
  color: var(--wz-color-text-body);
}

.wz-shell.wz-landing-page .banner__content__text h2 {
  color: var(--wz-color-primary);
  margin-bottom: var(--wz-space-md);
}

.wz-shell.wz-landing-page .banner__content__text h2.gradient-text {
  display: inline-block;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(90deg, var(--wz-color-primary) 0%, var(--wz-color-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 10px;
}

.wz-shell.wz-landing-page .banner__content__text p {
  margin: 0 0 var(--wz-space-sm);
  color: #000;
}

.wz-shell.wz-landing-page .banner__content__text .text-primary {
  color: var(--wz-color-accent);
}

.wz-shell.wz-landing-page .banner__content__text .text-small {
  color: var(--wz-color-text-muted);
}

.wz-shell.wz-landing-page .banner--first .banner__container {
  grid-template-columns: minmax(0, 350px) minmax(0, 1fr);
  min-height: clamp(360px, 38vw, 506px);
  padding-top: clamp(var(--wz-space-lg), 3vw, var(--wz-space-xl));
  padding-bottom: 0;
}

.wz-shell.wz-landing-page .banner--first .banner__container::after {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 380px;
  height: clamp(260px, 36vw, 506px);
  justify-self: center;
  background-image: url("/img/banner-first-man.png");
}

.wz-shell.wz-landing-page .banner--first .banner__content {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  max-width: none;
  margin: 0;
  padding: var(--wz-space-lg);
}

.wz-shell.wz-landing-page .banner--first .banner__content__text {
  margin-left: auto;
  max-width: 520px;
}

.wz-shell.wz-landing-page .banner--second .banner__container {
  grid-template-columns: minmax(0, 1fr) minmax(0, 650px);
  align-items: center;
  min-height: clamp(320px, 34vw, 480px);
  padding-top: clamp(var(--wz-space-lg), 3vw, var(--wz-space-xl));
  padding-bottom: 0;
}

.wz-shell.wz-landing-page .banner--second .banner__container::after {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  justify-self: end;
  background-image: url("/img/banner-second-man.png");
  background-position: right bottom;
}

.wz-shell.wz-landing-page .banner--second .banner__content {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  max-width: none;
  margin: 0;
  padding: var(--wz-space-lg);
}

.wz-shell.wz-landing-page .banner--second .banner__content__text {
  max-width: 540px;
}

.wz-shell.wz-landing-page .banner--third {
  margin-bottom: 0;
  background-color: var(--wz-color-white);
  background-image: none;
}

.wz-shell.wz-landing-page .banner--third .banner__content {
  display: flex;
  justify-content: center;
  padding: 80px var(--wz-space-lg);
}

.wz-shell.wz-landing-page .banner--third .banner__content__text {
  max-width: 640px;
  text-align: center;
}

/* ——— Custom slider ——— */

.wz-shell.wz-landing-page .wz-landing-slider__viewport {
  overflow: hidden;
  width: 100%;
}

.wz-shell.wz-landing-page .wz-landing-slider__track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.45s ease;
  will-change: transform;
}

.wz-shell.wz-landing-page .wz-landing-slider__slide {
  flex: 0 0 auto;
  min-width: 0;
  box-sizing: border-box;
}

.wz-shell.wz-landing-page .wz-landing-slider__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--wz-space-md);
  margin-top: var(--wz-space-md);
}

.wz-shell.wz-landing-page .wz-landing-slider__dots {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wz-space-sm);
}

.wz-shell.wz-landing-page .wz-landing-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--wz-color-border);
  cursor: pointer;
  transition: background-color var(--wz-transition-base), transform var(--wz-transition-base);
}

.wz-shell.wz-landing-page .wz-landing-slider__dot.is-active {
  background: var(--wz-color-primary);
  transform: scale(1.15);
}

/* ——— Benefit ——— */

.wz-shell.wz-landing-page .benefit {
  padding: 40px 0;
}

.wz-shell.wz-landing-page .benefit__title {
  margin-bottom: var(--wz-space-lg);
}

.wz-shell.wz-landing-page .benefit__slider__item {
  display: grid;
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  gap: var(--wz-space-lg);
  align-items: center;
  padding: var(--wz-space-lg);
  border-radius: var(--wz-radius-md);
  background: var(--wz-color-white);
}

.wz-shell.wz-landing-page .benefit__slider__item__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(140px, 22vw, 180px);
  flex-shrink: 0;
}

.wz-shell.wz-landing-page .benefit__slider__item__pic img {
  display: block;
  max-width: min(180px, 100%);
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.wz-shell.wz-landing-page .benefit__slider__item__content__text h3 {
  margin: 0 0 var(--wz-space-sm);
  font-size: var(--wz-font-size-h3);
}

.wz-shell.wz-landing-page .benefit__slider__item__content__text {
  color: var(--wz-color-text-secondary);
}

/* ——— Reviews ——— */

.wz-shell.wz-landing-page .reviews {
  padding: var(--wz-space-xl) 0;
}

.wz-shell.wz-landing-page .reviews__title {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--wz-color-primary);
}

.wz-shell.wz-landing-page .reviews__slider__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 var(--wz-space-lg);
  background: transparent;
}

.wz-shell.wz-landing-page .reviews__slider__card {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: var(--wz-space-lg);
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding: var(--wz-space-lg);
  border: 1px solid var(--wz-color-border-light);
  border-radius: var(--wz-radius-md);
  background: var(--wz-color-white);
  box-shadow: var(--wz-shadow-sm);
}

.wz-shell.wz-landing-page .reviews__slider__item__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--wz-space-md);
  padding: var(--wz-space-md);
  border-radius: var(--wz-radius-sm);
  background: var(--wz-color-bg);
  color: var(--wz-color-text-body);
  text-align: center;
}

.wz-shell.wz-landing-page .reviews__slider__item__author__avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.wz-shell.wz-landing-page .reviews__slider__item__author__name {
  font-weight: var(--wz-font-weight-semibold);
  color: var(--wz-color-text);
}

.wz-shell.wz-landing-page .reviews__slider__item__author__location {
  margin-top: var(--wz-space-xs);
  color: var(--wz-color-text-secondary);
  font-size: var(--wz-font-size-small);
  font-weight: var(--wz-font-weight-normal);
}

.wz-shell.wz-landing-page .reviews__slider__item__content {
  color: #000;
  line-height: var(--wz-line-height-body);
}

.wz-shell.wz-landing-page .wz-landing-slider--reviews .wz-landing-slider__dot.is-active {
  background: var(--wz-color-text-body);
}

.wz-shell.wz-landing-page .wz-landing-slider--reviews .wz-landing-slider__viewport {
  padding-bottom: 2px;
  box-sizing: content-box;
}

.wz-shell.wz-landing-page .wz-landing-slider--benefit .wz-landing-slider__footer,
.wz-shell.wz-landing-page .wz-landing-slider--reviews .wz-landing-slider__footer {
  justify-content: center;
  margin-top: var(--wz-space-lg);
}

/* ——— Prices ——— */

.wz-shell.wz-landing-page .prices {
  padding: clamp(28px, 8vw, 40px) 0;
}

.wz-shell.wz-landing-page .prices__header {
  max-width: 720px;
  margin: 0 auto var(--wz-space-xl);
  text-align: center;
}

.wz-shell.wz-landing-page .prices__title {
  margin: 0 0 var(--wz-space-md);
  font-size: clamp(24px, 4vw, 32px);
  letter-spacing: -0.02em;
}

.wz-shell.wz-landing-page .prices__lead {
  margin: 0;
  color: var(--wz-color-text-secondary);
  font-size: var(--wz-font-size-body);
  line-height: var(--wz-line-height-body);
}

.wz-shell.wz-landing-page .prices__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--wz-space-xl) var(--wz-space-lg);
  align-items: stretch;
}

.wz-shell.wz-landing-page .prices__card {
  display: flex;
  flex-direction: column;
  gap: var(--wz-space-md);
  min-height: 0;
  padding: var(--wz-space-lg);
  border: 1px solid var(--wz-color-border-light);
  border-radius: var(--wz-radius-md);
  background: var(--wz-color-white);
  box-shadow: var(--wz-shadow-sm);
  color: inherit;
  text-decoration: none;
  transition: transform var(--wz-transition-base), box-shadow var(--wz-transition-base), border-color var(--wz-transition-base);
}

.wz-shell.wz-landing-page .prices__card:hover,
.wz-shell.wz-landing-page .prices__card:focus-visible {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--wz-color-primary) 25%, var(--wz-color-border-light));
  box-shadow: var(--wz-shadow-md);
  text-decoration: none;
}

.wz-shell.wz-landing-page .prices__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: var(--wz-radius-sm);
  background: var(--wz-color-primary-surface-hover);
  color: var(--wz-color-primary);
}

.wz-shell.wz-landing-page .prices__card-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.wz-shell.wz-landing-page .prices__card-text {
  flex: 1 1 auto;
  margin: 0;
  color: var(--wz-color-text-body);
  font-size: var(--wz-font-size-body);
  font-weight: var(--wz-font-weight-medium);
  line-height: var(--wz-line-height-body);
}

.wz-shell.wz-landing-page .prices__card-price {
  margin: 0;
  margin-top: auto;
  padding-top: var(--wz-space-md);
  border-top: 1px solid var(--wz-color-border-light);
  color: var(--wz-color-primary);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: var(--wz-font-weight-bold);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.wz-shell.wz-landing-page .prices__card-price-label {
  display: block;
  margin-bottom: var(--wz-space-xs);
  color: var(--wz-color-text-muted);
  font-size: var(--wz-font-size-small);
  font-weight: var(--wz-font-weight-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ——— FAQ ——— */

.wz-shell.wz-landing-page .questions {
  padding: var(--wz-space-xl) 0 80px;
}

.wz-shell.wz-landing-page .questions h2 {
  text-align: center;
  margin-bottom: var(--wz-space-xl);
}

.wz-shell.wz-landing-page .questions__list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--wz-space-md);
}

.wz-shell.wz-landing-page .questions__item {
  border: 1px solid var(--wz-color-border-light);
  border-radius: var(--wz-radius-md);
  background: var(--wz-color-white);
  box-shadow: var(--wz-shadow-sm);
  overflow: hidden;
}

.wz-shell.wz-landing-page .questions__item__title {
  position: relative;
  margin: 0;
  padding: var(--wz-space-lg) calc(var(--wz-space-lg) + 14px + var(--wz-space-sm)) var(--wz-space-lg)  var(--wz-space-lg);
  color: var(--wz-color-primary);
  font-size: 18px;
  font-weight: var(--wz-font-weight-semibold);
  line-height: 1.45;
  cursor: pointer;
  user-select: none;
}

.wz-shell.wz-landing-page .questions__item__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: var(--wz-space-lg);
  width: 14px;
  height: 9px;
  background-color: var(--wz-color-primary);
  transform: translateY(-50%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: transform var(--wz-transition-base);
}

.wz-shell.wz-landing-page .questions__item.open .questions__item__title {
  background: var(--wz-color-primary-surface-hover);
}

.wz-shell.wz-landing-page .questions__item.open .questions__item__title::after {
  transform: translateY(-50%) rotate(180deg);
}

.wz-shell.wz-landing-page .questions__item__content {
  display: none;
  padding: 0 var(--wz-space-lg) var(--wz-space-lg);
  color: #000;
  font-size: var(--wz-font-size-body);
  line-height: 1.65;
}

.wz-shell.wz-landing-page .questions__item.open .questions__item__content {
  display: block;
  padding-top: var(--wz-space-md);
}

/* ——— Demands ——— */

.wz-shell.wz-landing-page .demands {
  padding: clamp(48px, 8vw, 80px) 0;
}

.wz-shell.wz-landing-page .demands__header {
  max-width: 720px;
  margin: 0 auto var(--wz-space-xl);
  text-align: center;
}

.wz-shell.wz-landing-page .demands__title {
  margin: 0 0 var(--wz-space-md);
  font-size: clamp(24px, 4vw, 32px);
  letter-spacing: -0.02em;
}

.wz-shell.wz-landing-page .demands__lead {
  margin: 0;
  color: var(--wz-color-text-secondary);
  font-size: var(--wz-font-size-body);
  line-height: var(--wz-line-height-body);
}

.wz-shell.wz-landing-page .demands__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--wz-space-lg);
}

.wz-shell.wz-landing-page .demands__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--wz-space-md);
  min-height: 0;
  padding: var(--wz-space-lg) var(--wz-space-md);
  border: 1px solid var(--wz-color-border-light);
  border-radius: var(--wz-radius-md);
  background: var(--wz-color-bg-subtle);
  box-shadow: var(--wz-shadow-sm);
  text-align: center;
  transition: transform var(--wz-transition-base), box-shadow var(--wz-transition-base), border-color var(--wz-transition-base), background-color var(--wz-transition-base);
}

.wz-shell.wz-landing-page .demands__card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--wz-color-primary) 20%, var(--wz-color-border-light));
  background: var(--wz-color-white);
  box-shadow: var(--wz-shadow-card);
}

.wz-shell.wz-landing-page .demands__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--wz-color-white);
  box-shadow: inset 0 0 0 1px var(--wz-color-border-light);
}

.wz-shell.wz-landing-page .demands__card-icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.wz-shell.wz-landing-page .demands__card-text {
  margin: 0;
  color: var(--wz-color-text-body);
  font-size: 14px;
  font-weight: var(--wz-font-weight-medium);
  line-height: var(--wz-line-height-body);
}

/* ——— Footer ——— */

.wz-shell.wz-landing-page .wz-landing-footer {
  margin: 0;
  padding: var(--wz-space-xl) 0;
  background: var(--wz-color-primary);
  color: var(--wz-color-white);
  font-family: var(--wz-font-family);
  font-size: var(--wz-font-size-label);
  line-height: var(--wz-line-height-body);
}

.wz-shell.wz-landing-page .wz-landing-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--wz-space-xs);
  text-align: center;
}

.wz-shell.wz-landing-page .wz-landing-footer__phone {
  display: block;
  margin: 0;
  color: var(--wz-color-white);
  font-size: 18px;
  font-weight: var(--wz-font-weight-semibold);
  line-height: 1.35;
  text-decoration: none;
}

.wz-shell.wz-landing-page .wz-landing-footer__phone:hover {
  color: var(--wz-color-accent);
}

.wz-shell.wz-landing-page .wz-landing-footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--wz-font-size-small);
}

.wz-shell.wz-landing-page .wz-landing-footer__policy {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--wz-font-size-small);
  line-height: 1.35;
  text-decoration: none;
}

.wz-shell.wz-landing-page .wz-landing-footer__policy:hover {
  color: var(--wz-color-white);
  text-decoration: underline;
}

/* ——— Mobile nav ——— */

.wz-shell.wz-landing-page .mobile-nav {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 200;
  display: none;
  flex-direction: column;
  gap: var(--wz-space-lg);
  width: min(320px, 88vw);
  padding: var(--wz-space-xl) var(--wz-space-lg);
  background: var(--wz-color-white);
  box-shadow: var(--wz-shadow-md);
  transform: translateX(-100%);
  transition: transform var(--wz-transition-base);
}

.wz-shell.wz-landing-page .mobile-nav.author-mobile-nav-open {
  transform: translateX(0);
}

.wz-shell.wz-landing-page .mobile-nav__close {
  align-self: flex-end;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%2300246e' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E") center / 24px no-repeat;
  cursor: pointer;
}

.wz-shell.wz-landing-page .mobile-nav .ankor {
  flex-direction: column;
  gap: var(--wz-space-lg);
}

.wz-shell.wz-landing-page .mobile-nav .ankor a {
  font-size: var(--wz-font-size-body);
  font-weight: var(--wz-font-weight-semibold);
}

.wz-shell.wz-landing-page .mobile-nav__lk {
  align-self: stretch;
  justify-content: center;
  margin-top: var(--wz-space-sm);
  text-align: center;
}

.wz-shell.wz-landing-page .mobile-nav__location {
  display: block;
  margin-top: auto;
  color: var(--wz-color-text-secondary);
  font-size: var(--wz-font-size-label);
  text-decoration: none;
  transition: color var(--wz-transition-base);
}

.wz-shell.wz-landing-page .mobile-nav__location:hover,
.wz-shell.wz-landing-page .mobile-nav__location:focus {
  color: var(--wz-color-primary);
  text-decoration: none;
}

.wz-shell.wz-landing-page .mobile-nav__location strong {
  color: inherit;
  font-weight: var(--wz-font-weight-semibold);
}

/* ——— Policy / unsubscribe ——— */

.wz-shell.wz-landing-page .wz-landing-policy {
  padding: var(--wz-space-xl) 0 var(--wz-space-lg);
}

.wz-shell.wz-landing-page .wz-landing-policy__title {
  margin: 0 0 var(--wz-space-lg);
  font-size: var(--wz-font-size-h1);
  font-weight: var(--wz-font-weight-bold);
  color: var(--wz-color-primary);
  text-align: center;
}

.wz-shell.wz-landing-page .wz-landing-policy__body {
  max-width: 900px;
  margin: 0 auto;
  padding: var(--wz-space-lg);
  border: 1px solid var(--wz-color-border-light);
  background: var(--wz-color-white);
  box-shadow: var(--wz-shadow-sm);
}

.wz-shell.wz-landing-page .wz-landing-policy__body p {
  margin: 0 0 var(--wz-space-md);
  color: var(--wz-color-text-secondary);
  line-height: var(--wz-line-height-body);
}

.wz-shell.wz-landing-page .wz-landing-unsubscribe {
  padding: var(--wz-space-xl) 0;
}

.wz-shell.wz-landing-page .wz-landing-unsubscribe__title {
  margin: 0 0 var(--wz-space-lg);
  text-align: center;
  color: var(--wz-color-primary);
}

.wz-shell.wz-landing-page .wz-landing-unsubscribe__body {
  max-width: 640px;
  margin: 0 auto;
}

.wz-shell.wz-landing-page .wz-landing-unsubscribe__success {
  text-align: center;
  color: var(--wz-color-success);
  font-size: var(--wz-font-size-h3);
  font-weight: var(--wz-font-weight-semibold);
}

.wz-shell.wz-landing-page .unsubscribe .content {
  background-color: var(--wz-color-bg-subtle) !important;
  padding: var(--wz-space-lg) !important;
}

/* ——— Responsive ——— */

@media (max-width: 991px) {
  .wz-shell.wz-landing-page .wz-landing-nav__inner {
    grid-template-columns: 1fr auto;
  }

  .wz-shell.wz-landing-page .wz-landing-nav__menu {
    display: none;
  }

  .wz-shell.wz-landing-page .wz-landing-nav__logo {
    justify-content: flex-start;
  }

  .wz-shell.wz-landing-page .wz-landing-nav__login {
    display: none;
  }

  .wz-shell.wz-landing-page .navpanel__burger.wz-burger-toggle {
    display: inline-flex;
  }

  .wz-shell.wz-landing-page .mobile-nav {
    display: flex;
  }

  .wz-shell.wz-landing-page .main-banner {
    min-height: 0;
    padding: var(--wz-space-xl) var(--wz-space-lg) clamp(220px, 40vw, 280px);
    background-position: 50% 0;
    background-size: unset;
  }

  .wz-shell.wz-landing-page .main-banner__pic {
    background-position: 50% 100%;
  }

  .wz-shell.wz-landing-page .main-banner__content {
    max-width: none;
    text-align: center;
  }

  .wz-shell.wz-landing-page .main-banner__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .wz-shell.wz-landing-page .become-author__steps {
    flex-direction: column;
    align-items: center;
  }

  .wz-shell.wz-landing-page .become-author__chevron {
    align-self: center;
    transform: rotate(0deg);
  }

  .wz-shell.wz-landing-page .become-author__item {
    align-items: center;
    width: 100%;
    max-width: 360px;
    text-align: center;
  }

  .wz-shell.wz-landing-page .become-author__item__pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: clamp(120px, 28vw, 160px);
  }

  .wz-shell.wz-landing-page .become-author__item__pic img {
    margin: 0;
  }

  .wz-shell.wz-landing-page .banner--first .banner__container,
  .wz-shell.wz-landing-page .banner--second .banner__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: start;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wz-shell.wz-landing-page .banner--first .banner__content,
  .wz-shell.wz-landing-page .banner--second .banner__content {
    grid-column: 1;
    grid-row: 1;
    padding-top: var(--wz-space-xl);
    padding-left: var(--wz-space-lg);
    padding-right: var(--wz-space-lg);
    text-align: left;
  }

  .wz-shell.wz-landing-page .banner--first .banner__container::after,
  .wz-shell.wz-landing-page .banner--second .banner__container::after {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    max-width: min(382px, 92vw);
    height: clamp(250px, 34vw, 260px);
    margin-top: var(--wz-space-md);
    background-position: center bottom;
  }

  .wz-shell.wz-landing-page .banner--first .banner__container::after {
    max-width: min(220px, 60vw);
    height: clamp(180px, 34vw, 240px);
  }

  .wz-shell.wz-landing-page .banner--first .banner__content__text,
  .wz-shell.wz-landing-page .banner--second .banner__content__text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .wz-shell.wz-landing-page .banner--first .banner__content__text h2,
  .wz-shell.wz-landing-page .banner--second .banner__content__text h2,
  .wz-shell.wz-landing-page .banner--second .banner__content__text h2.gradient-text {
    color: var(--wz-color-primary);
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
  }

  .wz-shell.wz-landing-page .banner--first .banner__content__text h2 .text-primary,
  .wz-shell.wz-landing-page .banner--second .banner__content__text .text-primary {
    color: var(--wz-color-primary);
    font-weight: var(--wz-font-weight-semibold);
  }

  .wz-shell.wz-landing-page .banner--first .banner__content__text p,
  .wz-shell.wz-landing-page .banner--second .banner__content__text p {
    color: var(--wz-color-text-secondary);
  }

  .wz-shell.wz-landing-page .banner--first .banner__content__text .text-small {
    color: var(--wz-color-text-muted);
  }

  .wz-shell.wz-landing-page .banner__content__text {
    max-width: none;
  }

  .wz-shell.wz-landing-page .benefit__slider__item,
  .wz-shell.wz-landing-page .reviews__slider__card {
    grid-template-columns: 1fr;
  }

  .wz-shell.wz-landing-page .benefit__slider__item {
    justify-items: center;
    text-align: center;
  }

  .wz-shell.wz-landing-page .benefit__slider__item__pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: clamp(140px, 32vw, 180px);
  }

  .wz-shell.wz-landing-page .benefit__slider__item__pic img {
    margin: 0;
  }

  .wz-shell.wz-landing-page .benefit__slider__item__content,
  .wz-shell.wz-landing-page .benefit__slider__item__content__text {
    width: 100%;
    max-width: 520px;
    text-align: center;
  }

  .wz-shell.wz-landing-page .reviews__slider__item {
    padding: 0;
  }

  .wz-shell.wz-landing-page .reviews__slider__item__author {
    flex-direction: row;
    text-align: left;
  }

  .wz-shell.wz-landing-page .prices__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--wz-space-lg) var(--wz-space-md);
  }

  .wz-shell.wz-landing-page .prices__card {
    align-items: center;
    text-align: center;
  }

  .wz-shell.wz-landing-page .prices__card-price {
    align-self: stretch;
    margin-left: calc(-1 * var(--wz-space-lg));
    margin-right: calc(-1 * var(--wz-space-lg));
    padding-left: var(--wz-space-lg);
    padding-right: var(--wz-space-lg);
    text-align: center;
  }

  .wz-shell.wz-landing-page .demands__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--wz-space-md);
  }
}

@media (max-width: 767px) {
  .wz-shell.wz-landing-page .main-banner__pic {
    left: 0;
    right: 0;
    width: auto;
    transform: none;
    background-position: center bottom;
  }
}

@media (max-width: 575px) {
  .wz-shell.wz-landing-page .prices__grid,
  .wz-shell.wz-landing-page .demands__grid {
    grid-template-columns: 1fr;
    gap: var(--wz-space-lg);
  }
}

@media (min-width: 992px) {
  .wz-shell.wz-landing-page .navpanel__burger {
    display: none;
  }
}
