.prog-page {
  background: #fff;
}

.screen.prog-chrome {
  min-height: 0;
  height: 0;
  min-width: 0;
  width: 100%;
  overflow: visible;
  background: transparent;
  aspect-ratio: auto;
}

.screen.prog-chrome > header.site-header .site-header__menu-btn {
  display: none;
}

.prog-main {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.prog-canvas {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1920px;
  background: #fff;
}

.prog-hero {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 176px 48px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.prog-hero__dots {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0.28;
  pointer-events: none;
}

.prog-stamp {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  margin: 0 0 28px;
  padding: 18px 28px 16px;
  border-radius: 22px;
  background: #fbfafe;
  border: 1px solid #ebe7f4;
  box-shadow: 0 14px 36px rgba(67, 50, 138, 0.1);
  transform: rotate(-3deg);
}

.prog-stamp strong {
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: #43328a;
}

.prog-stamp span {
  margin-top: 6px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a82a8;
}

.prog-tabs {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 6px;
  margin: 0 0 28px;
  padding: 6px;
  border-radius: 999px;
  background: #fbfafe;
  border: 1px solid #ebe7f4;
}

.prog-tabs a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #424242;
  transition: background-color 160ms ease, color 160ms ease;
}

.prog-tabs a[aria-current="page"] {
  background: #43328a;
  color: #fff;
}

.prog-tabs a:hover:not([aria-current="page"]) {
  color: #43328a;
}

.prog-hero__title {
  position: relative;
  z-index: 2;
  margin: 0 auto 20px;
  max-width: 900px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #000;
}

.prog-hero__title .accent {
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #43328a;
}

.prog-hero__lead {
  position: relative;
  z-index: 2;
  margin: 0 auto 36px;
  max-width: 680px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 500;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #424242;
}

.prog-hero__actions {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.prog-section {
  position: relative;
  overflow: hidden;
  padding: 80px 48px 88px;
}

.prog-section--tint {
  background: #fbfafe;
  border-radius: 70px;
}

.prog-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.prog-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 44px;
}

.prog-head h2 {
  margin: 0 0 14px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #000;
}

.prog-head h2 .accent {
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #43328a;
}

.prog-head p {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: #424242;
}

.prog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.prog-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 24px 22px 22px;
  border: 1px solid #ebe7f4;
  border-radius: 20px;
  background: #fff;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms ease, border-color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .prog-card:hover {
    transform: translateY(-3px);
    border-color: #c9bce8;
    box-shadow: 0 16px 36px rgba(67, 50, 138, 0.1);
  }
}

.prog-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #efeaf8;
  color: #43328a;
}

.prog-card h3 {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1b1b1b;
}

.prog-card p {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #424242;
}

.prog-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  counter-reset: step;
}

.prog-step {
  position: relative;
  padding: 8px 8px 0 0;
}

.prog-step::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #43328a;
  color: #fff;
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.prog-step h3 {
  margin: 0 0 8px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
}

.prog-step p {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #424242;
}

.prog-calc {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.prog-calc__panel,
.prog-calc__result {
  padding: 28px;
  border-radius: 24px;
  border: 1px solid #ebe7f4;
  background: #fff;
}

.prog-calc__result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(165deg, #f3f0fa 0%, #fff 62%);
  text-align: left;
}

.prog-field {
  margin: 0 0 22px;
}

.prog-field:last-child {
  margin-bottom: 0;
}

.prog-field span,
.prog-calc__result em {
  display: block;
  margin-bottom: 10px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a82a8;
  font-style: normal;
}

.prog-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.prog-pills button {
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #ebe7f4;
  background: #fff;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #424242;
  cursor: pointer;
  appearance: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 120ms ease;
}

.prog-pills button.is-active {
  background: #43328a;
  border-color: #43328a;
  color: #fff;
}

.prog-pills button:active {
  transform: scale(0.97);
}

.prog-range {
  width: 100%;
  accent-color: #43328a;
}

.prog-range-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1b1b1b;
}

.prog-calc__sum {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #43328a;
}

.prog-calc__result p {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #424242;
}

.prog-faq {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin: 0 auto;
}

.prog-faq details {
  border: 1px solid #ebe7f4;
  border-radius: 16px;
  background: #fff;
  padding: 4px 20px;
}

.prog-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 28px 16px 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1b1b1b;
  position: relative;
}

.prog-faq summary::-webkit-details-marker {
  display: none;
}

.prog-faq summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #43328a;
  border-bottom: 2px solid #43328a;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.prog-faq details[open] summary::after {
  transform: translateY(-30%) rotate(-135deg);
}

.prog-faq details p {
  margin: 0 0 18px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #424242;
}

.prog-cta {
  position: relative;
  overflow: hidden;
  padding: 72px 48px 96px;
  text-align: center;
  background: linear-gradient(180deg, #fbfafe 0%, #fff 100%);
}

.prog-cta h2 {
  margin: 0 auto 16px;
  max-width: 720px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.prog-cta h2 .accent {
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #43328a;
}

.prog-cta p {
  margin: 0 auto 32px;
  max-width: 560px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #424242;
}

@media (max-width: 1100px) {
  .prog-grid,
  .prog-steps,
  .prog-calc {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .prog-hero,
  .prog-section,
  .prog-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prog-hero {
    padding-top: 132px;
  }

  .prog-section--tint {
    border-radius: 32px;
  }

  .prog-grid,
  .prog-steps,
  .prog-calc {
    grid-template-columns: 1fr;
  }

  .screen.prog-chrome > header.site-header .site-header__menu-btn {
    display: inline-flex;
    margin-left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .prog-pills button,
  .prog-faq summary::after,
  .prog-tabs a {
    transition: none;
  }
}
