.pva-lp,
.pva-lp * {
  box-sizing: border-box;
}

.pva-lp {
  --pva-ink: #172033;
  --pva-muted: #64748b;
  --pva-line: #dbe3ee;
  --pva-soft: #f6f8fc;
  --pva-red: #d92d45;
  --pva-red-dark: #a81931;
  --pva-navy: #111a2e;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 38px 0 72px;
  color: var(--pva-ink);
}

.pva-lp a {
  color: inherit;
  text-decoration: none;
}

.pva-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 520px;
  padding: clamp(34px, 5vw, 66px);
  overflow: hidden;
  border: 1px solid #202c45;
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 18%, rgba(217, 45, 69, .25), transparent 31%),
    linear-gradient(135deg, #111a2e 0%, #17233b 58%, #111827 100%);
  box-shadow: 0 26px 70px rgba(15, 23, 42, .18);
  color: #fff;
}

.pva-stage::before {
  content: "";
  position: absolute;
  inset: auto auto -140px -100px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, .025);
  pointer-events: none;
}

.pva-stage__copy,
.pva-stage__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.pva-stage__h1 {
  margin: 0;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: .98;
  letter-spacing: -.04em;
  color: #fff;
}

.pva-stage__lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #cad5e6;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.85;
}

.pva-stage__strong {
  color: #fff;
}

.pva-stage__chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.pva-stage__chips li {
  position: relative;
  padding-left: 18px;
  color: #dbe5f4;
  font-size: 14px;
  line-height: 1.55;
}

.pva-stage__chips li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fb7185;
  box-shadow: 0 0 0 4px rgba(251, 113, 133, .14);
}

.pva-stage__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pva-stage__btn,
.pva-get__btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 750;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pva-stage__btn:hover,
.pva-get__btn:hover {
  transform: translateY(-2px);
}

.pva-stage__btn--pri,
.pva-get__btn {
  background: linear-gradient(135deg, #f0445d, var(--pva-red-dark));
  box-shadow: 0 12px 28px rgba(217, 45, 69, .28);
  color: #fff;
}

.pva-stage__btn--sec {
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.pva-stage__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.pva-stage__metric {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.pva-stage__metric-v {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.pva-stage__metric-k {
  color: #91a2bc;
  font-size: 12px;
}

.pva-stage__visual {
  display: flex;
  justify-content: center;
}

.pva-stage__bezel {
  position: relative;
  width: min(100%, 340px);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 34px;
  background: #050914;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .48);
  transform: rotate(2.5deg);
}

.pva-stage__notch {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 50%;
  width: 34%;
  height: 20px;
  border-radius: 0 0 14px 14px;
  background: #050914;
  transform: translateX(-50%);
}

.pva-stage__shot {
  position: relative;
  height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #0f172a;
}

.pva-stage__shot > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.pva-value,
.pva-hub,
.pva-board,
.pva-get,
.pva-vox,
.pva-news {
  margin-top: 28px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--pva-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(15, 23, 42, .06);
}

.pva-value__head,
.pva-news__head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
}

.pva-value__h,
.pva-hub__title,
.pva-board__h,
.pva-get__h,
.pva-vox__h,
.pva-news__h {
  margin: 0;
  color: var(--pva-navy);
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.pva-value__sub,
.pva-hub__deck,
.pva-board__lead,
.pva-get__p,
.pva-vox__deck {
  max-width: 700px;
  margin: 12px 0 0;
  color: var(--pva-muted);
  line-height: 1.8;
}

.pva-value__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.pva-value__card {
  min-width: 0;
  padding: 22px;
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f8fafc);
}

.pva-value__ico {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: #ffe9ed;
  color: var(--pva-red);
  font-size: 20px;
  font-weight: 900;
}

.pva-value__card-h,
.pva-board__col-h,
.pva-hub__pane-h {
  margin: 18px 0 0;
  color: var(--pva-navy);
  font-size: 18px;
}

.pva-value__card-p,
.pva-hub__pane-p {
  margin: 9px 0 0;
  color: var(--pva-muted);
  font-size: 14px;
  line-height: 1.75;
}

.pva-hub {
  background: var(--pva-soft);
}

.pva-hub__state {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.pva-hub__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
  padding: 6px;
  border: 1px solid var(--pva-line);
  border-radius: 14px;
  background: #fff;
}

.pva-hub__tab {
  flex: 1 1 120px;
  padding: 11px 14px;
  border-radius: 10px;
  color: #536178;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

#pva-hub-s0:checked ~ .pva-hub__tabs label[for="pva-hub-s0"],
#pva-hub-s1:checked ~ .pva-hub__tabs label[for="pva-hub-s1"],
#pva-hub-s2:checked ~ .pva-hub__tabs label[for="pva-hub-s2"],
#pva-hub-s3:checked ~ .pva-hub__tabs label[for="pva-hub-s3"],
#pva-hub-s4:checked ~ .pva-hub__tabs label[for="pva-hub-s4"] {
  background: var(--pva-navy);
  color: #fff;
}

.pva-hub__body {
  margin-top: 14px;
  padding: 26px;
  border: 1px solid var(--pva-line);
  border-radius: 16px;
  background: #fff;
}

.pva-hub__pane {
  display: none;
}

#pva-hub-s0:checked ~ .pva-hub__body .pva-hub__pane:nth-child(1),
#pva-hub-s1:checked ~ .pva-hub__body .pva-hub__pane:nth-child(2),
#pva-hub-s2:checked ~ .pva-hub__body .pva-hub__pane:nth-child(3),
#pva-hub-s3:checked ~ .pva-hub__body .pva-hub__pane:nth-child(4),
#pva-hub-s4:checked ~ .pva-hub__body .pva-hub__pane:nth-child(5) {
  display: block;
}

.pva-hub__pane-h {
  margin-top: 0;
}

.pva-hub__pane-a,
.pva-board__link,
.pva-news__actions a,
.pva-news__feat-more {
  display: inline-block;
  margin-top: 13px;
  color: var(--pva-red);
  font-weight: 750;
}

.pva-board {
  background: var(--pva-navy);
  color: #fff;
}

.pva-board__h {
  color: #fff;
}

.pva-board__lead {
  color: #aebbd0;
}

.pva-board__cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 25px;
}

.pva-board__col {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
}

.pva-board__col-h {
  margin-top: 0;
  color: #fff;
}

.pva-board__ul,
.pva-get__ul {
  margin: 15px 0 0;
  padding-left: 19px;
  color: #b7c3d6;
  font-size: 13px;
  line-height: 1.75;
}

.pva-board__ul strong {
  color: #fb7185;
}

.pva-board__foot {
  margin: 20px 0 0;
}

.pva-board__link {
  color: #fb7185;
}

.pva-get {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  background: linear-gradient(135deg, #fff 0%, #fff4f6 100%);
}

.pva-get__ul {
  color: var(--pva-muted);
  font-size: 14px;
}

.pva-get__btn {
  margin-top: 22px;
}

.pva-get__qr {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--pva-line);
  border-radius: 18px;
  background: #fff;
}

.pva-get__qr img {
  display: block;
  width: 148px;
  height: 148px;
}

.pva-get__qr-cap {
  color: var(--pva-muted);
  font-size: 12px;
}

.pva-vox__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 25px;
}

.pva-vox__card {
  min-width: 0;
  padding: 21px;
  border: 1px solid var(--pva-line);
  border-radius: 17px;
  background: var(--pva-soft);
}

.pva-vox__who {
  display: flex;
  gap: 11px;
  align-items: center;
}

.pva-vox__av {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  background: hsl(var(--pva-av-h) 62% 42%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.pva-vox__name {
  overflow: hidden;
  color: var(--pva-navy);
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pva-vox__stars {
  margin-top: 15px;
  color: #f59e0b;
  letter-spacing: 2px;
}

.pva-vox__q {
  margin: 10px 0 0;
  color: var(--pva-muted);
  line-height: 1.7;
}

.pva-news__actions {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--pva-muted);
  white-space: nowrap;
}

.pva-news__actions a {
  margin-top: 0;
}

.pva-news__feat {
  display: block;
  margin-top: 24px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 19px;
  background: linear-gradient(135deg, var(--pva-navy), #27344e);
  color: #fff !important;
}

.pva-news__feat-time,
.pva-news__cell time {
  color: #94a3b8;
  font-size: 12px;
}

.pva-news__feat-h {
  max-width: 850px;
  margin: 11px 0 0;
  color: #fff;
  font-size: clamp(21px, 2.5vw, 30px);
  line-height: 1.35;
}

.pva-news__feat-p {
  max-width: 880px;
  margin: 12px 0 0;
  color: #c4cede;
  line-height: 1.75;
}

.pva-news__feat-more {
  color: #fb7185;
}

.pva-news__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.pva-news__cell {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  padding: 19px;
  border: 1px solid var(--pva-line);
  border-radius: 15px;
  background: #fff;
}

.pva-news__cell-h {
  color: var(--pva-navy);
  font-weight: 750;
  line-height: 1.5;
}

.pva-news__cell-p,
.pva-news__empty {
  color: var(--pva-muted);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .pva-stage {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 28px;
    padding: 34px;
  }

  .pva-stage__chips {
    grid-template-columns: 1fr;
  }

  .pva-stage__shot {
    height: 390px;
  }

  .pva-value__grid,
  .pva-vox__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pva-board__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .pva-lp {
    width: min(100% - 24px, 1180px);
    padding-top: 18px;
  }

  .pva-stage {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    border-radius: 21px;
  }

  .pva-stage__visual {
    margin-top: 5px;
  }

  .pva-stage__bezel {
    width: min(86%, 300px);
    transform: none;
  }

  .pva-stage__shot {
    height: 350px;
  }

  .pva-stage__metrics {
    gap: 8px;
  }

  .pva-value,
  .pva-hub,
  .pva-board,
  .pva-get,
  .pva-vox,
  .pva-news {
    margin-top: 18px;
    padding: 24px 19px;
    border-radius: 19px;
  }

  .pva-value__head,
  .pva-news__head {
    display: block;
  }

  .pva-value__grid,
  .pva-board__cols,
  .pva-vox__row,
  .pva-news__grid {
    grid-template-columns: 1fr;
  }

  .pva-get {
    grid-template-columns: 1fr;
  }

  .pva-get__qr {
    justify-self: center;
  }
}

@media (max-width: 420px) {
  .pva-stage__h1 {
    font-size: 40px;
  }

  .pva-stage__metrics {
    grid-template-columns: 1fr;
  }

  .pva-stage__metric {
    flex-direction: row;
    align-items: baseline;
    gap: 9px;
  }

  .pva-hub__tab {
    flex-basis: calc(50% - 8px);
  }
}
