:root {
  --ink: #171717;
  --muted: #656565;
  --paper: #fffaf3;
  --surface: #ffffff;
  --line: #e7ded2;
  --course: #e64b3c;
  --accent: #ffd166;
  --shadow: 0 18px 60px rgba(23, 23, 23, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.catalogue-page {
  --ink: #f7f3ec;
  --muted: #b7aca0;
  --paper: #101116;
  --surface: #191b23;
  --line: rgba(255, 255, 255, 0.09);
  --course: #ffb347;
  --accent: #f05a28;
  --shadow: 0 20px 70px rgba(0, 0, 0, 0.34);
}

body.catalogue-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 179, 71, 0.16), transparent 32rem),
    radial-gradient(circle at 88% 18%, rgba(240, 90, 40, 0.13), transparent 28rem),
    var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
}

.brand {
  font-weight: 900;
  letter-spacing: 0;
}

.brand span {
  color: var(--course);
  margin-left: 6px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.catalogue-hero,
.formation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 56px;
  width: min(1120px, calc(100% - 32px));
  min-height: calc(100vh - 84px);
  margin: 0 auto;
  padding: 48px 0 64px;
}

.catalogue-hero h1,
.formation-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: #363636;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.catalogue-page .lead {
  color: var(--muted);
}

.tag {
  margin: 0 0 12px;
  color: var(--course);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 850;
  box-shadow: 6px 6px 0 var(--accent);
}

.catalogue-page .button {
  border-color: transparent;
  background: linear-gradient(135deg, var(--course), var(--accent));
  color: #111116;
  box-shadow: none;
}

.button--ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.catalogue-page .button--ghost {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}

.studio-visual,
.album-art,
.formation-card__visual {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--course) 88%, #fff), var(--accent)),
    var(--course);
  box-shadow: var(--shadow);
}

.catalogue-page .catalogue-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  min-height: auto;
  padding-top: 76px;
  padding-bottom: 40px;
}

.catalogue-page .catalogue-hero h1 {
  max-width: 860px;
  font-size: clamp(3.2rem, 6.7vw, 6.2rem);
}

.catalogue-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.catalogue-panel {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #111116;
  box-shadow: var(--shadow);
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
}

.catalogue-studio {
  min-height: 520px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    linear-gradient(145deg, rgba(255, 179, 71, 0.16), rgba(240, 90, 40, 0.14)),
    #12141b;
}

.catalogue-studio:before {
  content: "";
  position: absolute;
  inset: 8% 10% auto auto;
  width: 34%;
  height: 18%;
  border-radius: 999px;
  background: rgba(247, 201, 72, 0.16);
  filter: blur(36px);
}

.studio-screen {
  position: relative;
  min-height: 300px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(15, 18, 28, 0.84), rgba(8, 9, 14, 0.96)),
    #111;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.studio-screen span {
  display: block;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: repeating-linear-gradient(90deg, rgba(255, 179, 71, 0.9) 0 18px, rgba(255, 179, 71, 0.28) 18px 28px, rgba(45, 212, 191, 0.74) 28px 44px, transparent 44px 58px);
}

.studio-screen i {
  display: block;
  height: 34px;
  margin-top: 14px;
  border-radius: 7px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 10px, rgba(255, 255, 255, 0.05) 10px 20px);
}

.studio-desk {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: 1fr 0.7fr 1.2fr;
  gap: 14px;
  align-items: end;
}

.studio-desk span {
  display: block;
  min-height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
}

.studio-desk span:nth-child(2) {
  min-height: 130px;
}

.studio-desk span:nth-child(3) {
  min-height: 104px;
}

.catalogue-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(25, 27, 35, 0.82);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.catalogue-strip span {
  padding: 22px;
  border-right: 1px solid var(--line);
  font-weight: 950;
}

.catalogue-strip span:last-child {
  border-right: 0;
}

.studio-visual {
  min-height: 520px;
  padding: 28px;
}

.studio-visual:before,
.studio-visual:after,
.album-art:before,
.formation-card__visual:before {
  content: "";
  position: absolute;
  inset: auto -20% 18% -20%;
  height: 35%;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.86) 0 8px, transparent 8px 26px);
  transform: rotate(-8deg);
}

.studio-visual:after {
  inset: 18% -10% auto -10%;
  height: 22%;
  background: repeating-linear-gradient(90deg, rgba(23,23,23,0.9) 0 5px, transparent 5px 18px);
  transform: rotate(9deg);
}

.studio-visual strong,
.album-art strong,
.formation-card__visual strong {
  position: relative;
  display: block;
  max-width: 520px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.studio-visual span,
.album-art span,
.formation-card__visual span,
.album-art small {
  position: relative;
  display: block;
  margin-bottom: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.formations-section,
.section,
.catalogue-paths {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.catalogue-paths {
  padding-bottom: 42px;
}

.section-heading {
  max-width: 650px;
  margin-bottom: 28px;
}

.section-heading h2,
.split h2,
.cta-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

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

.catalogue-groups {
  display: grid;
  gap: 42px;
}

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

.path-card {
  min-height: 270px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    var(--surface);
  transition: border-color 0.2s, transform 0.2s;
}

.path-card:hover {
  border-color: rgba(255, 179, 71, 0.52);
  transform: translateY(-3px);
}

.path-card span {
  color: var(--course);
  font-weight: 950;
}

.path-card h3 {
  margin: 78px 0 10px;
  font-size: 1.55rem;
  line-height: 1.02;
}

.path-card p {
  margin: 0;
  color: var(--muted);
}

.catalogue-guides,
.catalogue-vince {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

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

.guide-card {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 179, 71, 0.11), rgba(255, 255, 255, 0.025)),
    var(--surface);
  transition: border-color 0.2s, transform 0.2s;
}

.guide-card img {
  width: 100%;
  height: 310px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
}

.guide-card:hover {
  border-color: rgba(255, 179, 71, 0.52);
  transform: translateY(-3px);
}

.guide-card span {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 179, 71, 0.14);
  color: var(--course);
  font-size: 0.75rem;
  font-weight: 950;
}

.guide-card strong {
  display: block;
  margin-top: 14px;
  font-size: 1.55rem;
  line-height: 1.02;
}

.guide-card p {
  margin: 10px 0 18px;
  color: var(--muted);
}

.guide-card em {
  display: flex;
  min-height: 66px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--orange), #ff8b2f);
  color: #111217;
  font-style: normal;
  font-weight: 950;
  text-align: center;
}

.guide-card small {
  color: rgba(17, 18, 23, 0.78);
  font-size: 0.9rem;
  font-weight: 900;
}

.catalogue-vince {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 48px;
  align-items: center;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    var(--surface);
}

.catalogue-vince h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 0.95;
}

.catalogue-vince p {
  color: var(--muted);
  font-size: 1.08rem;
}

.catalogue-vince img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.catalogue-workspace {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.spotlight-panel,
.folder-browser {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(25, 27, 35, 0.86);
  box-shadow: var(--shadow);
}

.spotlight-panel {
  padding: 18px;
}

.spotlight-panel__intro h3,
.folder-heading h3,
.folder-card h3 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

.spotlight-panel__intro h3 {
  font-size: 1.45rem;
}

.spotlight-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.spotlight-card {
  display: block;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.2s, transform 0.2s;
}

.spotlight-card:hover {
  border-color: var(--course);
  transform: translateY(-2px);
}

.spotlight-card span {
  display: block;
  color: var(--course);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spotlight-card strong {
  display: block;
  margin-top: 5px;
  font-size: 1.05rem;
}

.spotlight-card p {
  margin: 8px 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

.spotlight-card em {
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.folder-browser {
  overflow: hidden;
}

.folder-tabs {
  display: flex;
  gap: 2px;
  padding: 12px 12px 0;
  overflow-x: auto;
}

.folder-tab {
  min-width: 126px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.folder-tab.is-active {
  background: linear-gradient(135deg, rgba(255, 179, 71, 0.18), rgba(240, 90, 40, 0.16));
  color: var(--ink);
}

.folder-body {
  padding: 24px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 179, 71, 0.08), transparent 34%),
    var(--surface);
}

.folder-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}

.folder-heading h3 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.folder-heading p {
  max-width: 660px;
  margin: 12px 0 0;
  color: var(--muted);
}

.folder-controls {
  display: flex;
  gap: 8px;
}

.folder-controls button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.folder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.folder-card {
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(155deg, color-mix(in srgb, var(--course) 18%, transparent), transparent 42%),
    rgba(255, 255, 255, 0.035);
}

.folder-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 30px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.folder-card h3 {
  margin-top: 8px;
  font-size: 1.5rem;
}

.folder-card .tag {
  color: #ffcf6a;
}

.folder-card p:not(.tag) {
  color: var(--muted);
}

.folder-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.folder-card li {
  color: var(--muted);
  font-size: 0.94rem;
}

.folder-card li:before {
  content: "✓";
  margin-right: 8px;
  color: var(--accent);
  font-weight: 950;
}

.folder-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
  font-weight: 900;
}

.folder-card__footer > a:not(.mini-button) {
  color: var(--muted);
}

.catalogue-group__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(260px, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 16px;
}

.catalogue-group__heading h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
}

.catalogue-group__heading p {
  margin: 0;
  color: var(--muted);
}

.formation-card {
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.catalogue-page .formation-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: border-color 0.2s, transform 0.2s;
}

.catalogue-page .formation-card:hover {
  border-color: color-mix(in srgb, var(--course) 70%, #fff);
  transform: translateY(-4px);
}

.formation-card__visual {
  display: block;
  min-height: 210px;
  padding: 22px;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
}

.formation-card__visual strong {
  font-size: 2.2rem;
}

.formation-card__body {
  padding: 22px;
}

.catalogue-page .formation-card__body {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 22px;
}

.formation-card h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  line-height: 1.05;
}

.formation-card p {
  color: var(--muted);
}

.formation-card__offer {
  margin-top: auto;
  padding-top: 24px;
}

.formation-card__offer strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
}

.formation-card__offer span {
  color: var(--muted);
  font-size: 0.9rem;
}

.formation-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  font-weight: 800;
}

.formation-card__meta a {
  color: var(--course);
}

.mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--course), var(--accent));
  color: #111116 !important;
}

.catalogue-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 42px;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 72px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 179, 71, 0.22), transparent 30%),
    linear-gradient(145deg, rgba(240, 90, 40, 0.14), rgba(255, 255, 255, 0.04));
}

.catalogue-final h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  line-height: 0.94;
}

.catalogue-final p {
  color: var(--muted);
  font-size: 1.08rem;
}

.catalogue-final__card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(16, 17, 22, 0.72);
}

.catalogue-final__card span {
  color: var(--course);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.catalogue-final__card strong {
  display: block;
  margin-top: 42px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.96;
}

.formation-hero {
  min-height: auto;
  padding-top: 72px;
}

.album-art {
  min-height: 520px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.album-art small {
  margin: 28px 0 0;
  font-size: 1.1rem;
}

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

.outcomes p,
.testimonial-grid figure {
  margin: 0;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--surface);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.split > p {
  margin: 0;
  color: #343434;
  font-size: 1.2rem;
}

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

blockquote {
  margin: 0;
  font-size: 1.05rem;
}

figcaption {
  margin-top: 18px;
  color: var(--course);
  font-weight: 900;
}

.cta-band {
  width: min(1120px, calc(100% - 32px));
  margin: 48px auto 96px;
  padding: 42px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--accent);
}

.cta-band p {
  max-width: 680px;
}

.site-footer {
  border-top: 2px solid var(--line);
  color: var(--muted);
}

.missing-page {
  width: min(720px, calc(100% - 32px));
  margin: 80px auto;
}

.finish-line-page {
  --finish-bg: #09090b;
  --finish-ink: #fff7ed;
  --finish-muted: rgba(255, 247, 237, 0.72);
  --finish-line: rgba(255, 255, 255, 0.13);
  --finish-hot: #ff4d2e;
  --finish-gold: #f7c948;
  background: var(--finish-bg);
  color: var(--finish-ink);
}

.finish-footer {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
}

.finish-footer {
  color: var(--finish-muted);
}

.finish-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100vh - 78px);
  overflow: hidden;
}

.finish-hero__image,
.finish-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.finish-hero__image {
  object-fit: cover;
}

.finish-hero__overlay {
  background:
    radial-gradient(circle at 80% 40%, rgba(255, 77, 46, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(9, 9, 11, 0.98), rgba(9, 9, 11, 0.76) 44%, rgba(9, 9, 11, 0.12) 76%),
    linear-gradient(180deg, rgba(9, 9, 11, 0.2), var(--finish-bg));
}

.finish-hero__content {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0 120px;
}

.finish-kicker {
  margin: 0 0 14px;
  color: var(--finish-gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.finish-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.8rem, 5.6vw, 5.55rem);
  line-height: 0.94;
}

.finish-sublead {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 247, 237, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.finish-note {
  margin: 14px 0 0;
  color: var(--finish-muted);
  font-size: 0.95rem;
}

.launch-badge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-top: 24px;
  padding: 10px 14px;
  border: 1px solid rgba(247, 201, 72, 0.38);
  border-radius: 999px;
  background: rgba(247, 201, 72, 0.1);
  color: var(--finish-ink);
}

.launch-badge span,
.launch-badge em {
  color: var(--finish-gold);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-badge strong {
  font-size: 1rem;
}

.finish-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.finish-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--finish-gold), var(--finish-hot));
  color: #111;
  font-weight: 950;
}

.finish-button--ghost {
  border-color: var(--finish-line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--finish-ink);
}

.finish-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1160px, calc(100% - 32px));
  margin: -62px auto 0;
  position: relative;
  z-index: 3;
  border: 1px solid var(--finish-line);
  border-radius: 18px;
  background: rgba(18, 18, 22, 0.86);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.finish-strip span {
  padding: 22px;
  border-right: 1px solid var(--finish-line);
  font-weight: 950;
}

.finish-strip span:last-child {
  border-right: 0;
}

.finish-section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}

.finish-section h2,
.finish-cta h2,
.finish-offer h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.92;
}

.finish-problem,
.finish-board,
.finish-story,
.finish-myths,
.finish-guarantee {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: start;
}

.finish-copy p {
  margin: 0 0 18px;
  color: var(--finish-muted);
  font-size: 1.16rem;
}

.finish-section__heading {
  max-width: 790px;
  margin-bottom: 28px;
}

.finish-proof-wall {
  padding-bottom: 48px;
}

.proof-grid,
.rules-grid,
.included-grid,

.finish-bonus-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.7fr);
  gap: 36px;
  align-items: center;
  margin-bottom: 28px;
}

.finish-bonus-hero .finish-section__heading {
  margin-bottom: 0;
}

.finish-bonus-hero img {
  display: block;
  width: min(100%, 470px);
  justify-self: end;
  border: 1px solid var(--finish-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.36);
}

.bonus-grid {
  display: grid;
  gap: 14px;
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-grid article,
.rules-grid p,
.myth-list p,
.included-grid article,
.bonus-grid article,
.price-card {
  border: 1px solid var(--finish-line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
}

.proof-grid article {
  min-height: 230px;
  padding: 24px;
}

.proof-grid span,
.bonus-grid span,
.price-card > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(247, 201, 72, 0.12);
  color: var(--finish-gold);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.proof-grid strong {
  display: block;
  margin-top: 42px;
  font-size: 1.45rem;
  line-height: 1.05;
}

.proof-grid p,
.myth-list p,
.bonus-grid p,
.price-card small,
.finish-guarantee > p,
.finish-disclaimer p {
  color: var(--finish-muted);
}

.rules-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rules-grid p,
.myth-list p,
.included-grid article {
  margin: 0;
  padding: 18px;
  font-weight: 850;
}

.rules-grid p:before,
.included-grid article:before {
  content: "✓";
  display: inline-block;
  margin-right: 10px;
  color: var(--finish-gold);
}

.finish-rules {
  padding-top: 44px;
}

.finish-myths {
  padding-top: 54px;
  border-top: 1px solid var(--finish-line);
}

.myth-list {
  display: grid;
  gap: 10px;
}

.myth-list p:before {
  content: "✕";
  display: inline-block;
  margin-right: 10px;
  color: var(--finish-hot);
  font-weight: 950;
}

.finish-before-after {
  padding-top: 48px;
}

.before-after-visual {
  display: block;
  width: min(100%, 940px);
  max-height: 520px;
  margin-bottom: 18px;
  margin-inline: auto;
  border: 1px solid var(--finish-line);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.before-after-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.before-after-grid article {
  min-height: 320px;
  padding: 28px;
  border: 1px solid var(--finish-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.before-after-grid article:first-child {
  background:
    linear-gradient(145deg, rgba(255, 77, 46, 0.13), rgba(255, 255, 255, 0.025));
}

.before-after-grid article:last-child {
  background:
    linear-gradient(145deg, rgba(247, 201, 72, 0.17), rgba(255, 255, 255, 0.03));
}

.before-after-grid span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(247, 201, 72, 0.12);
  color: var(--finish-gold);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.before-after-grid h3 {
  margin: 72px 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 0.98;
}

.before-after-grid p {
  color: var(--finish-muted);
  font-size: 1.08rem;
}

.before-after-arrow {
  display: grid;
  place-items: center;
  width: 54px;
  color: var(--finish-gold);
  font-size: 3rem;
  font-weight: 950;
}

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

.finish-steps article,
.finish-modules article,
.finish-proof figure,
.finish-faq details {
  border: 1px solid var(--finish-line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.finish-steps article {
  min-height: 260px;
  padding: 22px;
}

.finish-steps span {
  color: var(--finish-hot);
  font-weight: 950;
}

.finish-steps h3 {
  margin: 72px 0 10px;
  font-size: 1.55rem;
}

.finish-steps p,
.finish-modules span,
.finish-proof blockquote,
.finish-faq p {
  color: var(--finish-muted);
}


.finish-message-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.88fr);
  gap: 42px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 54px;
}

.message-proof-copy {
  padding: 34px;
  border: 1px solid var(--finish-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(247, 201, 72, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
}

.message-proof-copy h2 {
  font-size: clamp(2.1rem, 4.4vw, 4.1rem);
}

.message-proof-copy p {
  color: var(--finish-muted);
  font-size: 1.12rem;
}

.message-proof-copy blockquote {
  margin: 28px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--finish-gold);
  color: var(--finish-ink);
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
  font-weight: 950;
  line-height: 1.08;
}

.message-proof-shot {
  margin: 0;
}

.message-proof-shot img {
  display: block;
  width: min(100%, 620px);
  margin-inline: auto;
  border: 1px solid var(--finish-line);
  border-radius: 22px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.36);
}

.message-proof-shot figcaption {
  margin-top: 12px;
  color: var(--finish-muted);
  font-size: 0.88rem;
  text-align: center;
}

.finish-board {
  padding: 42px;
  border: 1px solid var(--finish-line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 77, 46, 0.13), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.finish-included {
  padding-top: 36px;
}

.included-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.bonus-grid article {
  min-height: 260px;
  padding: 24px;
}

.bonus-grid h3 {
  margin: 24px 0 10px;
  font-size: 1.55rem;
  line-height: 1.05;
}

.bonus-grid strong {
  display: block;
  margin-top: 24px;
  color: var(--finish-gold);
}

.bonus-grid article:last-child {
  grid-column: 1 / -1;
  min-height: auto;
}

.finish-vince {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  padding: 46px;
  border: 1px solid var(--finish-line);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.finish-vince img {
  display: block;
  width: min(100%, 420px);
  margin-top: 28px;
  border: 1px solid var(--finish-line);
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.finish-testimonials {
  padding-top: 54px;
}

.finish-testimonials .testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.finish-testimonials figure {
  border-color: var(--finish-line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.finish-offer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 48px;
  align-items: center;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 60px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 72% 20%, rgba(247, 201, 72, 0.24), transparent 30%),
    linear-gradient(145deg, rgba(255, 77, 46, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--finish-line);
}

.finish-offer > div:first-child > p:not(.finish-kicker) {
  color: var(--finish-muted);
  font-size: 1.18rem;
}

.offer-product img {
  display: block;
  width: min(100%, 520px);
  margin-top: 28px;
  border: 1px solid var(--finish-line);
  border-radius: 22px;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.42);
}

.price-card {
  padding: 28px;
}

.price-card strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--finish-ink);
  font-size: clamp(4rem, 8vw, 6.4rem);
  line-height: 0.8;
}

.old-price {
  width: fit-content;
  margin: 16px 0 0;
  color: var(--finish-muted);
  font-size: 1.7rem;
  font-weight: 950;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--finish-hot);
}

.deadline {
  margin: 0 0 22px;
  color: var(--finish-gold);
  font-weight: 950;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.price-card li {
  color: var(--finish-muted);
}

.price-card li:before {
  content: "✓";
  margin-right: 10px;
  color: var(--finish-gold);
}

.price-card small {
  display: block;
  margin-top: 14px;
}

.finish-guarantee {
  align-items: center;
}

.finish-guarantee > p {
  margin: 0;
  font-size: 1.1rem;
}

.finish-modules {
  display: grid;
  gap: 12px;
}

.finish-mockup {
  display: block;
  width: min(100%, 420px);
  margin-top: 28px;
  border: 1px solid var(--finish-line);
  border-radius: 20px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.finish-modules article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 18px;
}

.finish-modules strong {
  color: var(--finish-gold);
}

.finish-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 0;
}

.finish-proof figure {
  margin: 0;
  padding: 26px;
}

.finish-proof blockquote {
  margin: 0;
  font-size: 1.2rem;
}

.finish-proof figcaption {
  color: var(--finish-gold);
}

.finish-cta {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto 32px;
  padding: 34px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(247, 201, 72, 0.94), rgba(255, 77, 46, 0.92)),
    var(--finish-hot);
  color: #121212;
}

.finish-cta .finish-kicker {
  color: #121212;
}

.finish-cta h2 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.finish-cta .finish-button {
  background: #121212;
  color: var(--finish-ink);
}

.finish-faq {
  padding-top: 52px;
}

.finish-faq details {
  padding: 20px 22px;
  margin-bottom: 12px;
}

.finish-faq summary {
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 950;
}

.finish-faq p {
  margin-bottom: 0;
}

.finish-disclaimer {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 32px;
  text-align: center;
}

.finish-disclaimer p {
  max-width: 980px;
  margin: 0;
  margin-inline: auto;
  font-size: 0.82rem;
}

.pmer-page {
  --pmer-bg: #f6f3ec;
  --pmer-ink: #121417;
  --pmer-muted: #5e625f;
  --pmer-line: rgba(18, 20, 23, 0.13);
  --pmer-teal: #0f7c90;
  --pmer-coral: #e85d52;
  --pmer-yellow: #f7b801;
  --pmer-surface: #fffdf7;
  background: var(--pmer-bg);
  color: var(--pmer-ink);
}

.pmer-header,
.pmer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
}

.pmer-page .brand span {
  color: var(--pmer-teal);
}

.pmer-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 52px;
  align-items: center;
  width: min(1160px, calc(100% - 32px));
  min-height: calc(100vh - 84px);
  margin: 0 auto;
  padding: 44px 0 70px;
}

.pmer-hero__media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--pmer-line);
  border-radius: 28px;
  background: #111;
  box-shadow: 0 28px 90px rgba(18, 20, 23, 0.2);
}

.pmer-hero__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(18, 20, 23, 0.76));
}

.pmer-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 42% center;
  filter: saturate(1.05) contrast(1.03);
}

.pmer-session-card {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background: rgba(15, 124, 144, 0.8);
  color: #fffdf7;
  backdrop-filter: blur(18px);
}

.pmer-session-card span,
.pmer-product span,
.pmer-price-card > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(247, 184, 1, 0.18);
  color: var(--pmer-yellow);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pmer-session-card strong {
  display: block;
  margin-top: 14px;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1;
}

.pmer-session-card div {
  display: grid;
  grid-template-columns: 1.2fr 0.74fr 1fr 0.62fr;
  gap: 8px;
  margin-top: 20px;
}

.pmer-session-card i {
  display: block;
  height: 54px;
  border-radius: 8px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0 10px, rgba(255, 255, 255, 0.35) 10px 18px);
}

.pmer-kicker {
  margin: 0 0 12px;
  color: var(--pmer-teal);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pmer-hero h1,
.pmer-section h2,
.pmer-offer h2,
.pmer-cta h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.94;
}

.pmer-hero h1 {
  max-width: 780px;
  font-size: clamp(3.1rem, 6vw, 6rem);
}

.pmer-hero__copy > p:not(.pmer-kicker):not(.pmer-note) {
  max-width: 710px;
  margin: 22px 0 0;
  color: var(--pmer-muted);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
}

.pmer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.pmer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 2px solid var(--pmer-ink);
  border-radius: 8px;
  background: var(--pmer-ink);
  color: #fffdf7;
  font-weight: 950;
  box-shadow: 6px 6px 0 var(--pmer-yellow);
}

.pmer-button--ghost {
  background: transparent;
  color: var(--pmer-ink);
  box-shadow: none;
}

.pmer-note {
  margin: 16px 0 0;
  color: var(--pmer-muted);
  font-size: 0.95rem;
}

.pmer-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1160px, calc(100% - 32px));
  margin: -38px auto 0;
  border: 1px solid var(--pmer-line);
  border-radius: 18px;
  background: var(--pmer-surface);
  box-shadow: 0 16px 70px rgba(18, 20, 23, 0.1);
  overflow: hidden;
}

.pmer-proof-strip span {
  padding: 22px;
  border-right: 1px solid var(--pmer-line);
  font-weight: 950;
}

.pmer-proof-strip span:last-child {
  border-right: 0;
}

.pmer-section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.pmer-section h2,
.pmer-offer h2 {
  font-size: clamp(2.25rem, 4.8vw, 4.8rem);
}

.pmer-problem,
.pmer-program,
.pmer-vince,
.pmer-guarantee {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 62px;
  align-items: start;
}

.pmer-copy p,
.pmer-guarantee > p,
.pmer-offer > div:first-child > p {
  margin: 0 0 18px;
  color: var(--pmer-muted);
  font-size: 1.12rem;
}

.pmer-outcomes,
.pmer-steps,
.pmer-testimonial-grid {
  display: grid;
  gap: 14px;
}

.pmer-outcomes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmer-outcomes article,
.pmer-steps article,
.pmer-testimonial-grid figure,
.pmer-faq details,
.pmer-price-card {
  border: 1px solid var(--pmer-line);
  border-radius: 18px;
  background: var(--pmer-surface);
  box-shadow: 0 12px 40px rgba(18, 20, 23, 0.07);
}

.pmer-outcomes article {
  min-height: 260px;
  padding: 24px;
}

.pmer-outcomes span {
  color: var(--pmer-coral);
  font-size: 0.82rem;
  font-weight: 950;
}

.pmer-outcomes h3,
.pmer-product strong {
  margin: 44px 0 0;
  font-size: 1.9rem;
  line-height: 1;
}

.pmer-outcomes p,
.pmer-steps p,
.pmer-testimonial-grid blockquote,
.pmer-faq p,
.pmer-price-card small {
  color: var(--pmer-muted);
}

.pmer-section__heading {
  max-width: 820px;
  margin-bottom: 26px;
}

.pmer-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pmer-steps article {
  padding: 22px;
}

.pmer-steps strong {
  color: var(--pmer-teal);
  font-size: 1.22rem;
}

.pmer-program__list {
  display: grid;
  gap: 10px;
}

.pmer-program__list p {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--pmer-line);
  border-radius: 14px;
  background: var(--pmer-surface);
  font-weight: 900;
}

.pmer-program__list p:before,
.pmer-price-card li:before {
  content: "✓";
  margin-right: 10px;
  color: var(--pmer-teal);
}

.pmer-testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmer-testimonial-grid figure {
  margin: 0;
  padding: 24px;
}

.pmer-testimonial-grid figcaption {
  color: var(--pmer-teal);
}

.pmer-offer {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: stretch;
  width: min(1160px, calc(100% - 32px));
  margin: 26px auto 0;
  padding: 34px;
  border-radius: 26px;
  background: #132125;
  color: #fffdf7;
}

.pmer-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
  max-width: 520px;
  margin-top: 28px;
  padding: 28px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(15, 124, 144, 0.94), rgba(232, 93, 82, 0.84)),
    var(--pmer-teal);
  box-shadow: 18px 18px 0 rgba(247, 184, 1, 0.92);
}

.pmer-product strong {
  display: block;
  max-width: 360px;
  color: #fffdf7;
}

.pmer-product small {
  margin-top: 30px;
  font-weight: 950;
}

.pmer-price-card {
  padding: 28px;
  color: var(--pmer-ink);
}

.pmer-price-card > span {
  color: var(--pmer-teal);
}

.pmer-price-card p {
  margin: 26px 0 0;
  color: var(--pmer-muted);
  font-size: 1.2rem;
  font-weight: 900;
}

.pmer-price-card strong {
  display: block;
  margin-top: 0;
  font-size: clamp(4.5rem, 8vw, 7.5rem);
  line-height: 0.9;
}

.pmer-price-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 26px;
  list-style: none;
}

.pmer-price-card li {
  font-weight: 850;
}

.pmer-price-card small {
  display: block;
  margin-top: 16px;
}

.pmer-guarantee {
  align-items: center;
}

.pmer-cta {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px;
  border-radius: 24px;
  background: var(--pmer-yellow);
}

.pmer-cta h2 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  line-height: 0.98;
}

.pmer-cta .pmer-kicker {
  color: var(--pmer-ink);
}

.pmer-faq {
  padding-top: 72px;
}

.pmer-faq details {
  padding: 20px 22px;
  margin-bottom: 12px;
}

.pmer-faq summary {
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 950;
}

.pmer-faq p {
  margin-bottom: 0;
}

.pmer-footer {
  border-top: 1px solid var(--pmer-line);
  color: var(--pmer-muted);
}

.finisher-page {
  --finisher-bg: #111316;
  --finisher-ink: #f8f1e7;
  --finisher-muted: rgba(248, 241, 231, 0.72);
  --finisher-line: rgba(248, 241, 231, 0.14);
  --finisher-surface: #1b1f23;
  --finisher-cream: #f3d29b;
  --finisher-red: #d94b35;
  --finisher-blue: #58a4b0;
  background:
    linear-gradient(180deg, rgba(17, 19, 22, 0.3), var(--finisher-bg) 520px),
    var(--finisher-bg);
  color: var(--finisher-ink);
}

.finisher-header,
.finisher-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
}

.finisher-header {
  justify-content: flex-end;
}

.finisher-header nav {
  color: rgba(248, 241, 231, 0.82);
  font-weight: 850;
}

.finisher-header nav a:hover {
  color: var(--finisher-ink);
}

.finisher-page .brand span {
  color: var(--finisher-cream);
}

.finisher-hero {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  min-height: 56vh;
  margin: 0 auto;
  padding: 24px max(16px, calc((100vw - 1160px) / 2)) 16px;
  overflow: hidden;
  isolation: isolate;
}

.finisher-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.finisher-kicker {
  margin: 0 0 14px;
  color: var(--finisher-cream);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.finisher-hero h1,
.finisher-section h2,
.finisher-offer h2,
.finisher-cta h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.92;
}

.finisher-hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.8vw, 5.55rem);
  line-height: 0.94;
}

.finisher-hero__copy > p:not(.finisher-kicker):not(.finisher-note),
.finisher-offer > div:first-child > p {
  max-width: 710px;
  margin: 22px 0 0;
  color: var(--finisher-muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.finisher-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.finisher-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--finisher-cream), var(--finisher-red));
  color: #151515;
  font-weight: 950;
}

.finisher-button--ghost {
  border-color: var(--finisher-line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--finisher-ink);
}

.finisher-note,
.finisher-footer {
  color: var(--finisher-muted);
}

.finisher-note {
  margin: 16px 0 0;
  font-size: 0.95rem;
}

.finisher-hero__media {
  position: absolute;
  z-index: -1;
  inset: 0;
  min-height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #0d0f12;
  box-shadow: none;
}

.finisher-hero__media img {
  position: absolute;
  top: 0;
  right: 0;
  width: min(64vw, 760px);
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.04) contrast(1.03);
}

.finisher-hero__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 10, 13, 0.99) 0%, rgba(8, 10, 13, 0.94) 36%, rgba(8, 10, 13, 0.62) 58%, rgba(8, 10, 13, 0.18) 82%),
    linear-gradient(180deg, rgba(8, 10, 13, 0.42) 0%, rgba(8, 10, 13, 0.1) 34%, rgba(8, 10, 13, 0.92) 100%),
    radial-gradient(circle at 78% 40%, rgba(243, 210, 155, 0.14), transparent 34%);
}

.finisher-product span,
.finisher-price-card > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(243, 210, 155, 0.14);
  color: var(--finisher-cream);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.finisher-section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}

.finisher-section h2,
.finisher-offer h2 {
  font-size: clamp(2.25rem, 4.9vw, 5rem);
}

.finisher-problem,
.finisher-program,
.finisher-vince {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 62px;
  align-items: start;
}

.finisher-copy p,
.finisher-program > div:first-child > p,
.finisher-faq p,
.finisher-price-card small {
  margin: 0 0 18px;
  color: var(--finisher-muted);
  font-size: 1.1rem;
}

.finisher-pillars,
.finisher-contrast__grid,
.finisher-fit__grid {
  display: grid;
  gap: 14px;
}

.finisher-pillars {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.finisher-pillars .finisher-section__heading {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.finisher-pillars article,
.finisher-contrast__grid article,
.finisher-fit article,
.finisher-program__list p,
.finisher-faq details,
.finisher-price-card {
  border: 1px solid var(--finisher-line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026));
}

.finisher-pillars article {
  min-height: 250px;
  padding: 24px;
}

.finisher-pillars span,
.finisher-contrast__grid span {
  color: var(--finisher-blue);
  font-size: 0.82rem;
  font-weight: 950;
}

.finisher-pillars h3,
.finisher-contrast__grid h3,
.finisher-fit h3 {
  margin: 54px 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1;
}

.finisher-pillars p,
.finisher-contrast__grid p,
.finisher-fit li,
.finisher-price-card p,
.finisher-price-card li {
  color: var(--finisher-muted);
}

.finisher-program {
  padding: 42px;
  border: 1px solid var(--finisher-line);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(88, 164, 176, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.finisher-program__list {
  display: grid;
  gap: 10px;
}

.finisher-program__list p {
  margin: 0;
  padding: 18px;
  font-weight: 900;
}

.finisher-program__list p:before,
.finisher-price-card li:before,
.finisher-fit li:before {
  content: "✓";
  margin-right: 10px;
  color: var(--finisher-cream);
}

.finisher-section__heading {
  max-width: 850px;
  margin-bottom: 26px;
}

.finisher-contrast {
  padding-top: 56px;
}

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

.finisher-contrast__grid article,
.finisher-fit article {
  padding: 26px;
}

.finisher-contrast__grid article:first-child {
  border-color: rgba(217, 75, 53, 0.34);
  background:
    linear-gradient(145deg, rgba(217, 75, 53, 0.22), rgba(255, 255, 255, 0.025));
}

.finisher-contrast__grid article:first-child span {
  color: #ff7765;
}

.finisher-contrast__grid article:last-child {
  border-color: rgba(87, 178, 122, 0.36);
  background:
    linear-gradient(145deg, rgba(87, 178, 122, 0.22), rgba(255, 255, 255, 0.032));
}

.finisher-contrast__grid article:last-child span {
  color: #78d696;
}

.finisher-vince {
  align-items: center;
  border-top: 1px solid var(--finisher-line);
  border-bottom: 1px solid var(--finisher-line);
}

.finisher-vince__photo {
  display: block;
  width: min(100%, 420px);
  margin-top: 28px;
  border: 1px solid var(--finisher-line);
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.finisher-bullets ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.finisher-bullets li {
  padding: 18px;
  border: 1px solid var(--finisher-line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026));
  color: var(--finisher-muted);
  font-size: 1.08rem;
  font-weight: 850;
}

.finisher-bullets li:before {
  content: "✓";
  margin-right: 10px;
  color: var(--finisher-cream);
}

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

.finisher-fit h3 {
  margin-top: 0;
}

.finisher-fit ul,
.finisher-price-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.finisher-price-card ul {
  margin-top: 30px;
}

.finisher-fit article:last-child li:before {
  content: "×";
  color: var(--finisher-red);
  font-weight: 950;
}

.finisher-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 46px;
  align-items: start;
  width: min(1160px, calc(100% - 32px));
  margin: 24px auto 0;
  padding: 36px;
  border: 1px solid var(--finisher-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 18%, rgba(243, 210, 155, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(217, 75, 53, 0.16), rgba(255, 255, 255, 0.04));
}

.finisher-product {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  width: 100%;
  margin-top: 2px;
  padding: 28px;
  gap: 34px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(88, 164, 176, 0.92), rgba(217, 75, 53, 0.88)),
    var(--finisher-blue);
  box-shadow: 18px 18px 0 rgba(243, 210, 155, 0.86);
}

.finisher-product strong {
  display: block;
  max-width: 820px;
  margin-top: 0;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.96;
}

.finisher-product small {
  color: #fff;
  font-weight: 950;
}

.finisher-price-card {
  padding: 28px;
  background: rgba(248, 241, 231, 0.96);
  color: #151515;
}

.finisher-price-card > span {
  color: #151515;
}

.finisher-price-card strong {
  display: block;
  margin-top: 18px;
  color: #151515;
  font-size: clamp(4.2rem, 8vw, 7rem);
  line-height: 0.9;
}

.finisher-price-card p {
  margin: 4px 0 24px;
  color: #48423b;
  font-size: 1.3rem;
  font-weight: 950;
}

.finisher-price-card li,
.finisher-price-card small {
  color: #514b43;
}

.finisher-price-card .finisher-button {
  width: 100%;
  margin-top: 26px;
}

.finisher-price-card small {
  display: block;
  margin-top: 14px;
}

.finisher-faq {
  padding-top: 72px;
}

.finisher-faq details {
  padding: 20px 22px;
  margin-bottom: 12px;
}

.finisher-faq summary {
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 950;
}

.finisher-faq p {
  margin-bottom: 0;
}

.finisher-cta {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--finisher-cream), var(--finisher-red));
  color: #151515;
}

.finisher-cta .finisher-kicker {
  color: #151515;
}

.finisher-cta h2 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(2rem, 4.3vw, 3.9rem);
  line-height: 0.98;
}

.finisher-cta .finisher-button {
  background: #151515;
  color: var(--finisher-ink);
}

@media (max-width: 980px) {
  .catalogue-page .catalogue-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  .catalogue-hero,
  .formation-hero,
  .split {
    grid-template-columns: 1fr;
  }

  .catalogue-hero,
  .formation-hero {
    min-height: auto;
    gap: 32px;
  }

  .studio-visual,
  .album-art {
    min-height: 360px;
  }

  .formation-grid,
  .outcomes,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-group__heading {
    grid-template-columns: 1fr;
  }

  .catalogue-workspace,
  .folder-heading,
  .folder-grid,
  .path-grid,
  .guide-grid,
  .catalogue-vince,
  .catalogue-final {
    grid-template-columns: 1fr;
  }

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

  .catalogue-strip {
    grid-template-columns: 1fr;
  }

  .catalogue-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .catalogue-strip span:last-child {
    border-bottom: 0;
  }

  .finish-problem,
  .finish-board,
  .finish-message-proof,
  .finish-story,
  .finish-myths,
  .finish-guarantee,
  .finish-offer,
  .finish-vince,
  .finish-steps,
  .finish-proof,
  .proof-grid,
  .rules-grid,
  .included-grid,
  .bonus-grid,
  .before-after-grid,
  .finish-message-proof,
  .pmer-hero,
  .pmer-problem,
  .pmer-program,
  .pmer-vince,
  .pmer-guarantee,
  .pmer-offer,
  .pmer-outcomes,
  .pmer-steps,
  .pmer-testimonial-grid,
  .finisher-hero,
  .finisher-problem,
  .finisher-program,
  .finisher-vince,
  .finisher-offer,
  .finisher-pillars,
  .finisher-contrast__grid,
  .finisher-fit__grid {
    grid-template-columns: 1fr;
  }


  .finish-bonus-hero {
    gap: 22px;
    align-items: start;
  }

  .finish-bonus-hero img {
    width: min(100%, 420px);
    max-height: 320px;
    justify-self: start;
  }

  .finisher-hero {
    min-height: 500px;
    gap: 32px;
    padding-top: 20px;
    padding-bottom: 36px;
  }

  .finisher-hero__media,
  .finisher-hero__media img {
    min-height: 100%;
  }

  .finisher-hero__media img {
    width: min(92vw, 620px);
    object-position: center top;
  }

  .finisher-hero__media:after {
    background:
      linear-gradient(90deg, rgba(8, 10, 13, 0.98) 0%, rgba(8, 10, 13, 0.88) 48%, rgba(8, 10, 13, 0.38) 100%),
      linear-gradient(180deg, rgba(8, 10, 13, 0.54) 0%, rgba(8, 10, 13, 0.1) 34%, rgba(8, 10, 13, 0.96) 100%);
  }

  .pmer-hero {
    min-height: auto;
    gap: 32px;
    padding-top: 28px;
  }

  .pmer-hero__media,
  .pmer-hero__media img {
    min-height: 430px;
  }

  .pmer-proof-strip {
    grid-template-columns: 1fr;
    margin-top: -22px;
  }

  .pmer-proof-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--pmer-line);
  }

  .pmer-proof-strip span:last-child {
    border-bottom: 0;
  }

  .before-after-arrow {
    width: 100%;
    transform: rotate(90deg);
  }

  .finish-strip {
    grid-template-columns: 1fr;
  }

  .finish-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--finish-line);
  }

  .finish-strip span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalogue-hero h1,
  .formation-hero h1 {
    font-size: 3.15rem;
  }

  .catalogue-page .catalogue-hero h1 {
    font-size: 2.72rem;
    line-height: 1;
  }

  .studio-visual strong,
  .album-art strong {
    font-size: 2.4rem;
  }

  .cta-band {
    padding: 28px;
  }

  .folder-body {
    padding: 18px;
  }

  .catalogue-studio {
    min-height: 420px;
    padding: 20px;
  }

  .path-card {
    min-height: 220px;
  }

  .path-card h3 {
    margin-top: 44px;
  }

  .folder-controls {
    flex-wrap: wrap;
  }

  .catalogue-final {
    padding: 28px;
  }

  .catalogue-vince {
    padding: 28px;
  }

  .guide-grid,
  .spotlight-list {
    grid-template-columns: 1fr;
  }

  .finish-footer {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .finish-hero h1 {
    font-size: 2.45rem;
    line-height: 1;
  }

  .before-after-visual {
    max-height: 280px;
    border-radius: 16px;
  }

  .finish-board,
  .finish-cta {
    padding: 28px;
  }

  .finish-cta h2 {
    font-size: 2.1rem;
  }

  .message-proof-copy {
    padding: 24px;
  }

  .message-proof-copy blockquote {
    font-size: 1.35rem;
  }

  .message-proof-shot img,
  .finish-bonus-hero img {
    border-radius: 16px;
  }

  .finish-bonus-hero {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }

  .finish-bonus-hero .finish-section__heading {
    width: 100%;
  }

  .finish-bonus-hero img {
    width: min(100%, 340px);
    max-height: 260px;
    margin-top: 0;
    justify-self: start;
  }

  .finish-modules article {
    grid-template-columns: 1fr;
  }

  .pmer-header,
  .pmer-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .finisher-header,
  .finisher-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .finisher-header nav {
    gap: 12px;
  }

  .finisher-hero h1 {
    font-size: 2.72rem;
    line-height: 1;
  }

  .finisher-hero__media,
  .finisher-hero__media img {
    min-height: 100%;
  }

  .finisher-section {
    padding: 62px 0;
  }

  .finisher-program,
  .finisher-offer,
  .finisher-cta {
    padding: 28px;
  }

  .finisher-product {
    min-height: 220px;
    box-shadow: 10px 10px 0 rgba(243, 210, 155, 0.86);
  }

  .finisher-price-card strong {
    font-size: 4.2rem;
  }

  .pmer-header nav {
    gap: 12px;
  }

  .pmer-hero h1 {
    font-size: 2.72rem;
    line-height: 1;
  }

  .pmer-hero__media,
  .pmer-hero__media img {
    min-height: 360px;
  }

  .pmer-session-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }

  .pmer-session-card div {
    grid-template-columns: 1fr 0.74fr;
  }

  .pmer-section {
    padding: 62px 0;
  }

  .pmer-offer,
  .pmer-cta {
    padding: 26px;
  }

  .pmer-product {
    min-height: 280px;
    box-shadow: 10px 10px 0 rgba(247, 184, 1, 0.92);
  }
}
.finisher-proofshots .finisher-section__heading p:last-child {
  max-width: 820px;
  margin-top: 18px;
  color: var(--finisher-muted);
  font-size: 1.08rem;
}

.finisher-proofshots__grid {
  column-count: 3;
  column-gap: 16px;
  margin-top: 28px;
}

.finisher-proofshots__grid figure {
  margin: 0 0 16px;
  break-inside: avoid;
  border: 1px solid var(--finisher-line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.finisher-proofshots__grid img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 980px) {
  .finisher-proofshots__grid {
    column-count: 2;
  }
}

@media (max-width: 620px) {
  .finisher-proofshots__grid {
    column-count: 1;
  }
}

