body.ws-redesign-price {
  margin: 0;
  overflow-x: hidden;
  color: var(--ws-ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(100, 111, 255, 0.1), transparent 25%),
    radial-gradient(circle at 92% 14%, rgba(49, 95, 244, 0.08), transparent 22%),
    #f5f6fb;
}

body.ws-redesign-price *,
body.ws-redesign-price *::before,
body.ws-redesign-price *::after {
  box-sizing: border-box;
}

body.ws-redesign-price img {
  display: block;
  max-width: 100%;
}

body.ws-redesign-price a {
  color: inherit;
  text-decoration: none;
}

body.ws-redesign-price :focus-visible {
  outline: 3px solid rgba(49, 95, 244, 0.38);
  outline-offset: 4px;
}

.ws-redesign-price .ws-primary-nav a.is-current::after {
  transform: scaleX(1);
}

.ws-price-main {
  padding-bottom: 26px;
}

.ws-price-main > .ws-shell,
.ws-price-catalog {
  width: min(1280px, calc(100% - 48px));
}

.ws-price-hero,
.ws-price-section,
.ws-price-trust {
  border: 1px solid rgba(221, 224, 239, 0.94);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 20px 58px rgba(32, 38, 91, 0.09);
}

.ws-price-hero {
  min-height: 405px;
  padding: clamp(34px, 4vw, 58px);
  display: grid;
  grid-template-columns: minmax(430px, 0.93fr) minmax(470px, 1.07fr);
  align-items: center;
  gap: 24px;
  overflow: hidden;
  position: relative;
}

.ws-price-hero::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  left: -230px;
  bottom: -300px;
  border-radius: 50%;
  background: rgba(79, 85, 218, 0.055);
  pointer-events: none;
}

.ws-price-hero-copy {
  position: relative;
  z-index: 2;
}

.ws-price-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #171c48;
  font-size: clamp(36px, 3.55vw, 52px);
  font-weight: 820;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.ws-price-hero-copy > p {
  max-width: 610px;
  margin: 20px 0 0;
  color: #59617a;
  font-size: 14px;
  line-height: 1.72;
}

.ws-price-hero-copy > p + p {
  margin-top: 12px;
  color: #333b5c;
  font-weight: 650;
}

.ws-price-hero-button {
  min-height: 50px;
  margin-top: 24px;
  padding: 0 22px;
  color: #fff !important;
  background: linear-gradient(135deg, #f03b4c, #ca1326);
  box-shadow: 0 15px 34px rgba(213, 26, 47, 0.25), inset 0 1px rgba(255, 255, 255, 0.36);
}

.ws-price-hero-button:hover,
.ws-price-hero-button:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #e92338, #b80d1d);
}

.ws-price-hero-art {
  min-height: 310px;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
}

.ws-price-hero-art::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(89, 101, 229, 0.13), rgba(89, 101, 229, 0) 68%);
  filter: blur(3px);
}

.ws-price-hero-art img {
  width: min(110%, 640px);
  max-width: none;
  height: auto;
  position: relative;
  z-index: 2;
  filter:
    drop-shadow(0 17px 14px rgba(24, 31, 82, 0.2))
    drop-shadow(0 42px 30px rgba(42, 51, 110, 0.21));
}

.ws-price-dot-field {
  width: 150px;
  height: 105px;
  position: absolute;
  z-index: 1;
  top: 34px;
  right: 25px;
  opacity: 0.5;
  background-image: radial-gradient(circle, rgba(83, 91, 218, 0.28) 4px, transparent 4.6px);
  background-size: 28px 28px;
}

.ws-price-catalog {
  margin-top: 18px;
  padding-bottom: 1px;
  position: relative;
}

.ws-price-language-nav {
  padding: 12px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border: 1px solid rgba(221, 224, 239, 0.94);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(32, 38, 91, 0.07);
  scrollbar-width: none;
}

.ws-price-language-nav::-webkit-scrollbar {
  display: none;
}

.ws-price-language-nav a {
  flex: 1 0 auto;
  min-height: 40px;
  padding: 0 16px;
  display: grid;
  place-items: center;
  border: 1px solid #e3e7f3;
  border-radius: 13px;
  color: #2c3458;
  background: #fff;
  font-size: 11px;
  font-weight: 760;
  white-space: nowrap;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ws-price-language-nav a:hover,
.ws-price-language-nav a:focus-visible {
  border-color: rgba(72, 75, 205, 0.42);
  color: #4342c2;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(50, 53, 140, 0.09);
}

.ws-price-section {
  margin-top: 18px;
  padding: clamp(26px, 3vw, 42px);
  scroll-margin-top: 104px;
  position: relative;
}

.ws-price-section-heading {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ws-price-section-heading > span {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border: 4px solid rgba(74, 82, 215, 0.13);
  border-radius: 50%;
  background: #4f58d7;
  box-shadow: 0 0 0 5px rgba(79, 88, 215, 0.07);
}

.ws-price-section:first-of-type .ws-price-section-heading > span {
  border-color: rgba(237, 27, 47, 0.13);
  background: var(--ws-red);
  box-shadow: 0 0 0 5px rgba(237, 27, 47, 0.06);
}

.ws-price-section-heading h2 {
  margin: 0;
  color: #171c48;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

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

.ws-price-card-slot {
  min-width: 0;
  position: relative;
}

.ws-price-card-slot .ws-price-card {
  height: 100%;
}

.ws-price-card {
  min-width: 0;
  min-height: 448px;
  padding: 0 24px 22px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e6f1;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 15px 38px rgba(24, 34, 83, 0.085);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ws-price-card:hover {
  transform: translateY(-6px);
  border-color: rgba(74, 77, 202, 0.26);
  box-shadow: 0 22px 48px rgba(24, 34, 83, 0.13);
}

.ws-price-card-head {
  min-height: 94px;
  margin: 0 -24px 14px;
  padding: 15px 22px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #f0dfe2;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.8), transparent 32%),
    linear-gradient(135deg, rgba(255, 244, 245, 0.98), rgba(255, 234, 236, 0.9));
}

.ws-price-card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #ef4655, #c91428);
  box-shadow: 0 12px 24px rgba(205, 24, 45, 0.2), inset 0 1px rgba(255, 255, 255, 0.38);
}

.ws-price-card-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ws-price-card-head h3 {
  margin: 0;
  color: #18204d;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.ws-price-badge {
  width: fit-content;
  margin-top: 7px;
  padding: 4px 11px;
  display: inline-flex;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #f04453, #ca1427);
  font-size: 9px;
  font-weight: 760;
}

.ws-price-amount {
  margin-top: 2px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  color: #3635c2;
}

.ws-price-amount strong {
  font-size: clamp(42px, 4.1vw, 58px);
  font-weight: 820;
  line-height: 1;
  letter-spacing: 0.01em;
}

.ws-price-amount span {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 820;
}

.ws-price-period {
  margin: 6px 0 14px;
  text-align: center;
  color: #7b839b;
  font-size: 11px;
}

.ws-price-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ws-price-benefits li {
  min-height: 42px;
  padding: 11px 0 10px 29px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #edf0f6;
  color: #505875;
  font-size: 12px;
  line-height: 1.35;
}

.ws-price-benefits li::before {
  content: "✓";
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  border: 1.6px solid #4d50d6;
  border-radius: 50%;
  color: #4d50d6;
  font-size: 9px;
  font-weight: 900;
  transform: translateY(-50%);
}

.ws-price-card-button {
  min-height: 42px;
  margin-top: auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, #4f56e5, #2929b7);
  box-shadow: 0 13px 25px rgba(52, 51, 190, 0.22), inset 0 1px rgba(255, 255, 255, 0.34);
  font-size: 11px;
  font-weight: 820;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ws-price-card-button:hover,
.ws-price-card-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 17px 30px rgba(52, 51, 190, 0.29);
}

.ws-price-guarantee {
  margin: 12px 0 0;
  text-align: center;
  color: #7a8199;
  font-size: 10px;
  line-height: 1.4;
}

.ws-price-end-decor {
  min-height: 168px;
  margin-top: -34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2px;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.ws-price-books-decoration {
  width: 162px;
  height: auto;
  filter:
    drop-shadow(0 11px 9px rgba(28, 34, 78, 0.22))
    drop-shadow(0 30px 24px rgba(35, 43, 99, 0.2));
}

.ws-price-plant-decoration {
  width: 158px;
  height: auto;
  filter:
    drop-shadow(0 12px 10px rgba(23, 34, 74, 0.24))
    drop-shadow(0 32px 25px rgba(31, 47, 95, 0.21));
}

.ws-price-trust {
  min-height: 116px;
  margin-top: 18px;
  padding: 24px 34px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.ws-price-trust-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid #e2e6f1;
  border-radius: 19px;
  color: #fff;
  background: linear-gradient(145deg, #6980f5, #3c49cf);
  box-shadow: 0 13px 28px rgba(59, 73, 202, 0.19), inset 0 1px rgba(255, 255, 255, 0.36);
  font-size: 22px;
  font-weight: 850;
}

.ws-price-trust h2 {
  margin: 0;
  color: #171c48;
  font-size: 18px;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.ws-price-trust p {
  margin: 5px 0 0;
  color: #6b738c;
  font-size: 12px;
}

.ws-price-trust-link {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 1px solid #e1e5f0;
  border-radius: 999px;
  color: #222a53;
  background: #fff;
  box-shadow: 0 10px 24px rgba(29, 39, 82, 0.07);
  font-size: 11px;
  font-weight: 780;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.ws-price-trust-link:hover,
.ws-price-trust-link:focus-visible {
  border-color: rgba(73, 76, 203, 0.34);
  transform: translateY(-2px);
}

@media (max-width: 1060px) {
  .ws-price-hero {
    grid-template-columns: minmax(360px, 0.95fr) minmax(400px, 1.05fr);
  }

  .ws-price-hero-art img {
    width: 115%;
  }

  .ws-price-card {
    padding-inline: 18px;
  }

  .ws-price-card-head {
    margin-inline: -18px;
    padding-inline: 18px;
  }
}

@media (max-width: 940px) {
  .ws-price-main > .ws-shell,
  .ws-price-catalog {
    width: min(100% - 30px, 760px);
  }

  .ws-price-hero {
    grid-template-columns: 1fr;
  }

  .ws-price-hero-copy {
    text-align: left;
  }

  .ws-price-hero-art {
    min-height: 300px;
  }

  .ws-price-hero-art img {
    width: min(100%, 600px);
  }

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

}

@media (max-width: 680px) {
  .ws-price-main > .ws-shell,
  .ws-price-catalog {
    width: calc(100% - 20px);
  }

  .ws-price-hero,
  .ws-price-section,
  .ws-price-trust {
    border-radius: 24px;
  }

  .ws-price-hero {
    min-height: 0;
    padding: 26px 18px 0;
    gap: 8px;
  }

  .ws-price-hero h1 {
    font-size: clamp(31px, 10vw, 39px);
  }

  .ws-price-hero-copy > p {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.62;
  }

  .ws-price-hero-button {
    width: 100%;
    justify-content: center;
  }

  .ws-price-hero-art {
    min-height: 260px;
    margin-inline: -12px;
  }

  .ws-price-hero-art img {
    width: 110%;
  }

  .ws-price-language-nav {
    padding: 9px;
    border-radius: 16px;
  }

  .ws-price-language-nav a {
    min-height: 38px;
    padding-inline: 13px;
  }

  .ws-price-section {
    padding: 24px 14px 16px;
  }

  .ws-price-section-heading {
    margin: 0 4px 18px;
  }

  .ws-price-section-heading h2 {
    font-size: 24px;
  }

  .ws-price-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .ws-price-card {
    min-height: 432px;
    border-radius: 22px;
  }

  .ws-price-card:hover {
    transform: none;
  }

  .ws-price-amount strong {
    font-size: 52px;
  }

  body.ws-redesign-price .ws-price-end-decor {
    display: none;
  }

  .ws-price-trust {
    padding: 22px;
    grid-template-columns: auto 1fr;
    gap: 15px;
  }

  .ws-price-trust-link {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ws-price-card,
  .ws-price-card-button,
  .ws-price-language-nav a,
  .ws-price-trust-link,
  .ws-price-hero-button {
    transition: none;
  }
}
