@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Involve-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/Involve-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/Involve-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Involve-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/manrope-400.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/manrope-500.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/manrope-600.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-700.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/manrope-800.ttf") format("truetype");
}

:root {
  --pf-black: #303030;
  --pf-muted: #9d9da0;
  --pf-sub: #616161;
  --pf-pink: #f83e60;
  --pf-blue: #4f86c4;
  --pf-blue-text: #2278d8;
  --pf-lime: #cdff50;
  --pf-lime-text: #355404;
  --pf-light: #e5f1ff;
  --pf-card: #f8f8f8;
  --pf-line: #e3e3e3;
  --pf-white: #ffffff;
  --pf-grad: linear-gradient(52deg, #6297d2 4%, #3e78b8 96%);
  --pf-grad-pink: linear-gradient(13deg, #f8a2b4 15%, #ee869d 85%);
  --pf-grad-beige: linear-gradient(90deg, #bbb5ae, #c4c0bb);
  --pf-shadow-btn: 0 2px 3px rgba(129, 144, 169, 0.35);
  --pf-font-display: "Involve", "Manrope", sans-serif;
  --pf-font: "Manrope", sans-serif;
  --pf-max: 1160px;
  --pf-ease: ease-in-out;
  --pf-dur: 0.3s;
  --pf-vis-top: 0px;
  --pf-vis-height: 100dvh;
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--pf-black);
  font-family: var(--pf-font);
  overflow-x: hidden;
}
body { min-height: 0; }
body.pf-embedded { background: transparent; }
/* В iframe документ не скроллится: высоту задаёт родитель по postMessage */
html.pf-embedded,
html.pf-embedded body,
html.pf-tilda-scale,
html.pf-tilda-scale body {
  overflow: hidden;
  height: auto;
}
#pf-root { width: 100%; }
html.pf-tilda-scale #pf-root { overflow: hidden; }
button, a { font-family: inherit; }
img { max-width: 100%; display: block; }

.pf-widget {
  width: 100%;
  max-width: var(--pf-max);
  margin: 0 auto;
  padding: 24px 0 40px;
  min-width: 0;
}

/* Header */
.pf-header { margin-bottom: 50px; }
.pf-header__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}
.pf-header__title {
  margin: 0;
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}
.pf-header__pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}
.pf-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 13px;
  border-radius: 40px;
  font-family: var(--pf-font);
  font-weight: 800;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.pf-pill--start {
  background: var(--pf-grad);
  color: #fff;
  border: 0;
}
.pf-pill--duration {
  background: #f8f8f8;
  border: 1px solid #e9e9e9;
  color: var(--pf-black);
}
.pf-header__sub {
  margin: 8px 0 0;
  max-width: 381px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: var(--pf-sub);
}

/* Plashka */
.pf-plashka-wrap { margin-bottom: 50px; }
.pf-plashka-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  min-width: 0;
}
.pf-plashka-head__title {
  margin: 0;
  font-family: var(--pf-font-display);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  min-width: 0;
}
.pf-badge-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 100px;
  background: var(--pf-grad-pink);
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  flex-shrink: 0;
}
.pf-plashka {
  position: relative;
  background: rgba(229, 241, 255, 0.4);
  border-radius: 12px;
  overflow: hidden;
  min-height: 192px;
  min-width: 0;
}
.pf-plashka__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 1px 25px 1px 13px;
  min-height: 114px;
  min-width: 0;
}
.pf-plashka__img {
  width: 112px;
  height: 112px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.pf-plashka__copy { flex: 1; min-width: 0; max-width: 452px; }
.pf-plashka__title {
  margin: 0 0 8px;
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
.pf-plashka__text {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--pf-muted);
}
.pf-plashka__price {
  text-align: right;
  flex-shrink: 0;
  width: 186px;
  min-width: 0;
  margin-left: auto;
}
.pf-plashka__from {
  margin: 0 0 8px;
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  color: var(--pf-pink);
}
.pf-plashka__instead {
  margin: 0;
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
.pf-plashka__line {
  height: 1px;
  background: #d7e6f6;
  margin: 0;
  border: 0;
}
.pf-plashka__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 25px 16px;
  min-width: 0;
}
.pf-lime {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 100px;
  background: var(--pf-lime);
  color: var(--pf-lime-text);
  font-weight: 700;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.pf-check {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: var(--pf-blue-text);
  white-space: nowrap;
  min-width: 0;
}
.pf-plashka__cta { margin-left: auto; flex-shrink: 0; }

/* Buttons */
.pf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 15px 28px;
  border: 0;
  border-radius: 8px;
  background: var(--pf-grad);
  box-shadow: var(--pf-shadow-btn);
  color: #fff;
  font-family: var(--pf-font-display);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: filter var(--pf-dur) var(--pf-ease), transform var(--pf-dur) var(--pf-ease), box-shadow var(--pf-dur) var(--pf-ease);
}
.pf-btn:hover { filter: brightness(1.06); }
.pf-btn:active { transform: translateY(1px); filter: brightness(0.98); }
.pf-btn--block { width: 100%; }

/* Cards */
.pf-renewal {
  margin: 0 0 20px;
  font-family: var(--pf-font-display);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
.pf-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  min-width: 0;
}
.pf-card {
  position: relative;
  background: var(--pf-card);
  border-radius: 10px;
  padding: 40px 40px 32px;
  min-height: 540px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1.5px solid transparent;
}
.pf-card--curator {
  border-color: #4f86c4;
}
.pf-card__badge {
  position: absolute;
  top: 25px;
  right: 25px;
  background: var(--pf-pink);
  color: #fff;
  padding: 2px 8px;
  border-radius: 1px;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
}
.pf-card__title {
  margin: 0 0 20px;
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  padding-right: 70px;
  overflow-wrap: anywhere;
}
.pf-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.pf-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}
.pf-tag--open { background: var(--pf-grad-beige); }
.pf-tag--limited { background: var(--pf-grad-pink); }
.pf-tag--extra {
  background: var(--pf-light);
  color: var(--pf-blue);
  font-weight: 700;
}
.pf-card__desc {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: var(--pf-muted);
  max-width: 418px;
}
.pf-card__rule {
  height: 1px;
  background: #e3e3e3;
  border: 0;
  margin: 0 0 24px;
}
.pf-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
  min-width: 0;
}
.pf-opt {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  min-height: 84px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  transition: box-shadow var(--pf-dur) var(--pf-ease), border-color var(--pf-dur) var(--pf-ease), background-color var(--pf-dur) var(--pf-ease);
}
.pf-opt:hover { border-color: #d7e6f6; }
.pf-opt.is-active { box-shadow: inset 0 0 0 1.5px var(--pf-blue); }
.pf-opt__select {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: var(--pf-muted);
  text-transform: lowercase;
  min-width: 0;
}
.pf-opt__label {
  font-family: var(--pf-font-display);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--pf-blue);
  overflow-wrap: anywhere;
}
.pf-radio {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url("../assets/radio-off.svg") center / contain no-repeat;
}
.pf-opt.is-active .pf-radio { background-image: url("../assets/radio-on.svg"); }

.pf-opt--sub {
  width: 100%;
  min-height: 72px;
  margin-bottom: 24px;
  gap: 12px;
  border-color: #ffdee4;
}
.pf-opt--sub.is-active { box-shadow: inset 0 0 0 1.5px var(--pf-pink); }
.pf-opt--sub .pf-opt__select { color: var(--pf-pink); }
.pf-opt--sub .pf-radio { background-image: url("../assets/radio-sub.svg"); opacity: 0.45; }
.pf-opt--sub.is-active .pf-radio { opacity: 1; }
.pf-opt--sub .pf-opt__label { color: var(--pf-pink); }
.pf-opt__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-width: 0;
}
.pf-opt__best {
  background: var(--pf-pink);
  color: #fff;
  padding: 2px 8px;
  border-radius: 1px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  flex-shrink: 0;
}

.pf-price {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  column-gap: 12px;
  row-gap: 12px;
  margin: 0 0 24px;
  min-width: 0;
  overflow: visible;
}
.pf-price__row {
  display: contents;
}
.pf-price__name {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  white-space: nowrap;
}
.pf-price__until {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: var(--pf-pink);
  white-space: nowrap;
}
.pf-price__new {
  margin: 0;
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  text-align: right;
  justify-self: end;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s var(--pf-ease);
}
.pf-price__old {
  display: inline-block;
  margin: 0;
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: var(--pf-muted);
  text-align: right;
  justify-self: end;
  text-decoration: line-through;
  white-space: nowrap;
  flex-shrink: 0;
  visibility: visible;
  opacity: 1;
}
.pf-price__old:empty { display: none; }
.pf-card__buy { margin-top: auto; }

/* Popup */
.pf-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  align-items: safe center;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transition: opacity var(--pf-dur) var(--pf-ease), visibility var(--pf-dur) var(--pf-ease);
}
.pf-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pf-overlay.is-leaving {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}
.pf-modal {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: auto;
  max-height: none;
  overflow: visible;
  flex: 0 0 auto;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition: opacity var(--pf-dur) var(--pf-ease), transform var(--pf-dur) var(--pf-ease);
}
.pf-overlay.is-open .pf-modal {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.pf-overlay.is-leaving .pf-modal {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}
.pf-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 1000px;
  background: #f5f4f4 url("../assets/close.svg") center / 16px 16px no-repeat;
  cursor: pointer;
  transition: background-color var(--pf-dur) var(--pf-ease), transform var(--pf-dur) var(--pf-ease);
}
.pf-modal__close:hover { background-color: #ececec; }
.pf-modal__title {
  margin: 0 0 8px;
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  padding-right: 28px;
}
.pf-modal__lead {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}
.pf-modal__lead:last-child { margin-bottom: 0; }
.pf-modal__label {
  margin: 0 0 12px;
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}
.pf-plan {
  width: 100%;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  margin-bottom: 8px;
  transition: box-shadow var(--pf-dur) var(--pf-ease), border-color var(--pf-dur) var(--pf-ease);
}
.pf-plan:last-child { margin-bottom: 0; }
.pf-plan:hover { border-color: #d7e6f6; }
.pf-plan.is-active { box-shadow: inset 0 0 0 1.5px var(--pf-blue); }
.pf-plan__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.pf-plan__cap {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: var(--pf-muted);
}
.pf-plan__name {
  margin: 0;
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
.pf-plan__radio {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("../assets/radio-off.svg") center / contain no-repeat;
}
.pf-plan.is-active .pf-plan__radio { background-image: url("../assets/radio-popup-on.svg"); }
.pf-plan__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 24px;
  min-width: 0;
}
.pf-plan__row > span:first-child {
  font-weight: 500;
  font-size: 12px;
  color: var(--pf-muted);
  min-width: 0;
}
.pf-plan__once {
  font-family: var(--pf-font-display);
  font-weight: 500;
  font-size: 16px;
  text-decoration: line-through;
}
.pf-plan__hr { height: 1px; background: #ededed; border: 0; margin: 8px 0; }
.pf-plan__row--sub > span:first-child { color: var(--pf-pink); }
.pf-plan__subwrap { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.pf-plan__disc {
  background: var(--pf-pink);
  color: #fff;
  padding: 2px 8px;
  border-radius: 1px;
  font-family: var(--pf-font);
  font-weight: 800;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  white-space: nowrap;
}
.pf-plan__sub {
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 20px;
  color: var(--pf-pink);
}
.pf-modal h3 {
  margin: 0 0 8px;
  font-family: var(--pf-font-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: var(--pf-blue);
}
.pf-modal ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.pf-modal li {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.pf-modal__support { margin: 0; font-weight: 500; font-size: 12px; line-height: 1.2; }
.pf-modal__support a { color: var(--pf-blue); }
.pf-modal__rf {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  color: var(--pf-pink);
}

html.pf-modal-open,
html.pf-modal-open body {
  overflow: hidden !important;
  overscroll-behavior: none !important;
}
html.pf-modal-open body {
  touch-action: none;
  padding-right: var(--pf-sbw, 0px);
}
html.pf-modal-open .pf-overlay {
  overscroll-behavior: contain;
  touch-action: pan-y;
}
html.pf-modal-open .pf-modal {
  overflow: visible;
  max-height: none;
  touch-action: pan-y;
}

html.pf-modal-open.pf-await-viewport .pf-overlay {
  opacity: 0 !important;
  pointer-events: none !important;
}
html.pf-modal-open:not(.pf-iframe-fixed) .pf-overlay {
  top: var(--pf-vis-top, 0px);
  right: 0;
  bottom: auto;
  left: 0;
  height: var(--pf-vis-height, 100dvh);
  max-height: var(--pf-vis-height, 100dvh);
  overflow-x: hidden;
  overflow-y: auto;
}
html.pf-modal-open.pf-iframe-fixed .pf-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (prefers-reduced-motion: reduce) {
  .pf-overlay,
  .pf-modal,
  .pf-btn,
  .pf-opt,
  .pf-plan,
  .pf-modal__close,
  .pf-price__new {
    transition: none !important;
  }
}

/* Tablet: Tilda-like — content fits, cards stack, no horizontal scroll */
@media (max-width: 1100px) {
  .pf-widget { padding: 20px 16px 36px; }
  .pf-header { margin-bottom: 28px; }
  .pf-header__row { flex-wrap: wrap; }
  .pf-header__title { font-size: clamp(20px, 3.2vw, 28px); }
  .pf-header__pills { justify-content: flex-start; }
  .pf-header__sub { max-width: none; }
  .pf-plashka-wrap { margin-bottom: 28px; }
  .pf-plashka { min-height: 0; }
  .pf-plashka__top {
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 20px 12px 16px;
    min-height: 0;
  }
  .pf-plashka__copy { max-width: none; flex: 1 1 220px; }
  .pf-plashka__price {
    width: auto;
    min-width: 140px;
    margin-left: auto;
  }
  .pf-plashka__bottom {
    flex-wrap: wrap;
    gap: 10px 16px;
    padding: 12px 20px 16px;
  }
  .pf-check { white-space: normal; }
  .pf-lime { white-space: normal; }
  .pf-plashka__cta { margin-left: auto; }
  .pf-cards { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .pf-card {
    padding: 28px 24px 24px;
    min-height: 0;
  }
  .pf-card__title { font-size: 22px; }
  .pf-opt { gap: 16px; min-height: 72px; }
  .pf-opt--sub { margin-bottom: 16px; }
}

/* Mobile: Figma 320w light (2356:1710), fluid up to tablet */
@media (max-width: 760px) {
  .pf-widget { padding: 16px 10px 32px; }
  .pf-header { margin-bottom: 32px; }
  .pf-header__row { flex-direction: column-reverse; gap: 12px; }
  .pf-header__title { font-size: 18px; line-height: 1.2; }
  .pf-header__pills {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 4px;
  }
  .pf-pill {
    font-size: 7px;
    line-height: 1.2;
    padding: 4px 6px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .pf-header__sub { font-size: 12px; line-height: 1.2; color: #606060; overflow-wrap: anywhere; }
  .pf-plashka-wrap { margin-bottom: 32px; overflow: visible; }
  .pf-plashka-head { gap: 8px; margin-bottom: 15px; }
  .pf-plashka-head__title { font-size: 12px; line-height: 1.2; }
  .pf-badge-new { font-size: 8px; padding: 2px 8px; line-height: 1.35; }
  .pf-plashka { border-radius: 8px; overflow: visible; min-height: 0; }
  .pf-plashka__top {
    display: block;
    padding: 15px 15px 0;
    min-height: 0;
    overflow: visible;
  }
  .pf-plashka__img {
    width: 87px;
    height: 87px;
    max-width: none;
    position: absolute;
    top: -28px;
    right: -3px;
    border-radius: 0;
    z-index: 0;
    pointer-events: none;
  }
  .pf-plashka__copy {
    position: relative;
    z-index: 1;
    max-width: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .pf-plashka__title {
    font-size: 14px;
    line-height: 1.2;
    max-width: 185px; /* Figma 2356:1981 */
    overflow-wrap: anywhere;
  }
  .pf-plashka__text { font-size: 12px; line-height: 1.2; max-width: none; overflow-wrap: anywhere; }
  .pf-plashka__line { display: none; }
  .pf-plashka__price {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    min-width: 0;
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid #d7e6f6;
  }
  .pf-plashka__from { font-size: 14px; line-height: 1.1; margin: 0; }
  .pf-plashka__instead { font-size: 10px; line-height: 1.2; text-decoration: none; }
  .pf-plashka__bottom { padding: 16px 15px 15px; }
  .pf-plashka__bottom .pf-lime,
  .pf-plashka__bottom .pf-check { display: none; }
  .pf-plashka__cta { width: 100%; margin: 0; }
  .pf-plashka__cta .pf-btn { width: 100%; height: 35px; font-size: 10px; padding: 0 16px; border-radius: 6px; }
  .pf-renewal { font-size: 12px; line-height: 1.2; margin-bottom: 16px; }
  .pf-card { padding: 15px 15px 12px; border-radius: 8px; }
  .pf-card--curator { border-width: 1.5px; border-radius: 10px; }
  .pf-card__title { font-size: 14px; line-height: 1.2; margin-bottom: 14px; padding-right: 56px; }
  .pf-tag--selfpace { display: none; }
  .pf-card__badge { top: 10px; right: 12px; font-size: 8px; line-height: 10px; padding: 2px 6px; }
  .pf-card__tags { margin-bottom: 8px; gap: 6px; }
  .pf-card__desc { font-size: 9px; line-height: 11px; margin-bottom: 12px; max-width: none; }
  .pf-card__rule { margin-bottom: 14px; }
  .pf-tag {
    font-size: 8px;
    line-height: 1.2;
    height: 16px;
    padding: 0 8px;
  }
  .pf-options { margin-bottom: 8px; gap: 5px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pf-opt { min-height: 51px; height: 51px; padding: 6px; gap: 10px; border-radius: 6px; min-width: 0; overflow: hidden; }
  .pf-opt__select { font-size: 10px; line-height: 12px; gap: 5px; min-width: 0; overflow: hidden; }
  .pf-opt__label { font-size: 8px; line-height: 10px; }
  .pf-radio { width: 14px; height: 14px; }
  .pf-opt.pf-opt--sub {
    display: flex;
    width: 100%;
    min-height: 56px;
    height: auto;
    margin-bottom: 14px;
    padding: 8px;
    gap: 8px;
    overflow: visible;
  }
  .pf-opt__best { font-size: 8px; line-height: 1.2; padding: 2px 6px; }
  .pf-price { margin: 0 0 14px; column-gap: 8px; row-gap: 4px; }
  .pf-price__name { font-size: 10px; line-height: 11px; }
  .pf-price__new { font-size: 12px; line-height: 13px; }
  .pf-price__old {
    display: inline-block;
    font-size: 10px;
    line-height: 11px;
    visibility: visible;
    opacity: 1;
  }
  .pf-price__until { font-size: 8px; line-height: 10px; }
  .pf-card__buy { margin-top: auto; height: 35px; font-size: 10px; border-radius: 6px; padding: 0 16px; }
  .pf-modal { padding: 20px 16px; gap: 20px; border-radius: 12px; }
  .pf-modal__title { font-size: 18px; }
  .pf-plan__name, .pf-plan__sub { font-size: 18px; }
}

@media (max-width: 380px) {
  .pf-opt__select { gap: 4px; }
}
