@charset "UTF-8";
/* ===================================================================

   SalesUpLevel Theme CSS

   Destination: Blank_Slate | Layout Mode: Centered (Focus)

   =================================================================== */
/* 1. CSS CUSTOM PROPERTIES (bridge) */
:root {
  --font1: "DM Sans", sans-serif;
  --font2: "Space Grotesk", sans-serif;
  --f1: 45px;
  --f2: 35px;
  --f3: 28px;
  --f4: 22px;
  --f5: 17px;
  --f6: 13px;
  --g1: 70px;
  --g2: 55px;
  --g3: 45px;
  --g4: 37px;
  --g5: 30px;
  --g6: 24px;
  --x1: 49px;
  --x2: 30px;
  --x3: 19px;
  --x4: 12px;
  --x5: 7px;
  --x6: 4px;
  --bg1: #FAFBFC;
  --bg2: #F3F0FF;
  --c1: #1A1523;
  --c2: #4B4558;
  --ca: #8B5CF6;
  --w-content: 740px;
  --w-total: 1080px;
  --gutter-full: 30px;
  --gutter-mobile: 19px;
  --phi: 1.6180339887;
  --c-brand-dark: #7C3AED;
  --c-brand-light: #EDE9FE;
  --c-success: #10B981;
  --c-success-light: #D1FAE5;
  --c-warning: #F59E0B;
  --c-warning-light: #FEF3C7;
  --bg-section-dark: #0F0A1E;
  --bg-footer-dark: #080514;
  --c-muted: #7C7589;
  --c-tag-warning: #92400E;
  --c-tag-success: #065F46;
  --c-workouts-phase-b: #6D28D9;
  --c-workouts-phase-c: #4C1D95;
  --c-on-dark-hi: rgba(255,255,255,0.72);
  --c-on-dark-md: rgba(255,255,255,0.6);
  --c-on-dark-lo: rgba(255,255,255,0.4);
  --white: #FFFFFF;
  --radius-full: 9999px;
  --shadow: 0 4px 24px rgba(139,92,246,0.10);
  --shadow-lg: 0 8px 40px rgba(139,92,246,0.16);
  --shadow-btn-primary: 0 4px 20px rgba(139,92,246,0.35);
  --shadow-btn-primary-hover: 0 6px 28px rgba(139,92,246,0.45);
  --shadow-btn-white: 0 4px 20px rgba(0,0,0,0.12);
  --shadow-btn-white-hover: 0 6px 28px rgba(0,0,0,0.18);
  --shadow-badge: 0 4px 16px rgba(245,158,11,0.35);
  --bar: calc((var(--w-total) - var(--w-content)) / 2);
}

/* 2. RESET */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal;
}

img, fieldset {
  border: 0;
}

abbr {
  text-decoration: none;
}

code {
  line-height: 1em;
}

pre {
  overflow: auto;
  word-wrap: normal;
  tab-size: 4;
}

sub, sup {
  line-height: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
}

iframe, video, embed, object {
  display: block;
  max-width: 100%;
}

img, .left, .right, .center {
  display: block;
}

.center {
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

button, input[type=submit] {
  cursor: pointer;
  overflow: visible;
}

/* 3. BODY + STRUCTURAL FOUNDATIONS */
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  background-color: var(--bg1);
  overflow-x: hidden;
}

::selection {
  background-color: rgba(139, 92, 246, 0.25);
  color: var(--c1);
}

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--w-total);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-mobile);
  padding-right: var(--gutter-mobile);
}
@media all and (min-width: 800px) {
  .container {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}

.container--narrow {
  max-width: var(--w-content);
}

.text {
  max-width: var(--w-content);
}

/* 4. COMMON CONTENT ELEMENTS (global appearance, no content-flow margins) */
h1, h2, h3, h4 {
  font-family: var(--font2);
  color: var(--c1);
  font-weight: 800;
  letter-spacing: -0.02em;
}

h1 {
  font-size: var(--f2);
  line-height: var(--g2);
}

h2 {
  font-size: var(--f3);
  line-height: var(--g3);
}

h3 {
  font-size: var(--f4);
  line-height: var(--g4);
}

h4 {
  font-size: var(--f5);
  line-height: var(--g5);
}

@media all and (min-width: 778px) {
  h1 {
    font-size: var(--f1);
    line-height: var(--g1);
  }
  h2 {
    font-size: var(--f2);
    line-height: var(--g2);
  }
  h3 {
    font-size: var(--f3);
    line-height: var(--g3);
  }
  h4 {
    font-size: var(--f4);
    line-height: var(--g4);
  }
}
a {
  color: var(--ca);
  text-decoration: none;
  text-decoration-color: transparent;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
a:hover {
  color: var(--c-brand-dark);
  text-decoration: underline;
  text-decoration-color: currentColor;
}

blockquote {
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--c1);
  background-color: var(--bg2);
  padding: var(--x3);
  border-left: var(--x5) solid var(--ca);
  border-radius: 0 var(--x4) var(--x4) 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

sub, sup {
  color: var(--c2);
}

code, pre, kbd {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
  line-height: var(--g5);
}

code {
  background-color: rgba(139, 92, 246, 0.1);
  color: var(--c-brand-dark);
  padding: var(--x6);
  border-radius: var(--x5);
  margin: 0 1px;
}

pre {
  color: var(--c1);
  background-color: var(--bg2);
  padding: var(--x3);
  border-radius: 0 var(--x4) var(--x4) 0;
  border-left: var(--x5) solid var(--ca);
  line-height: var(--g5);
}

svg {
  width: var(--f5);
  height: var(--f5);
  vertical-align: text-bottom;
}

hr {
  border: 0;
  border-top: 1px solid #E5E0F0;
  margin: var(--x2) 0;
}

.drop-cap {
  font-family: var(--font2);
  font-size: calc(var(--x2) * 2);
  line-height: 1em;
  font-weight: 800;
  color: var(--ca);
  margin-right: var(--x5);
  float: left;
}

.small {
  font-family: var(--font1);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c-muted);
}

.callout {
  color: var(--c1);
  background-color: var(--bg2);
  padding: var(--x3);
  border: 1px solid #E5E0F0;
  border-left: var(--x5) solid var(--ca);
  border-radius: 0 var(--x4) var(--x4) 0;
}
.callout.alert {
  color: var(--c-tag-warning);
  background-color: var(--c-warning-light);
  border-left-color: var(--c-warning);
}
.callout.note {
  color: var(--c-tag-success);
  background-color: var(--c-success-light);
  border-left-color: var(--c-success);
}

.highlight {
  background-color: var(--c-warning-light);
  padding: var(--x6) 0;
}

.impact {
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  color: var(--c1);
}

@media all and (min-width: 778px) {
  .impact {
    font-size: var(--f3);
    line-height: var(--g3);
  }
}
.pop {
  box-shadow: 0 0 var(--x4) rgba(0, 0, 0, 0.4);
}

.caption {
  font-family: var(--font1);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c-muted);
}

/* 5. DYNAMIC PAGE CONTENT (scoped) */
section#content {
  padding-top: calc(var(--x1) * 2);
  padding-bottom: calc(var(--x1) * 2);
}

.page-container + .page-container {
  margin-top: var(--x1);
}

.page-container, .headline-area, .page-content {
  display: flow-root;
}

.page-container {
  margin-left: auto;
  margin-right: auto;
}
.page-container .headline-area, .page-container .page-content h1, .page-container .page-content h2, .page-container .page-content h3, .page-container h1 + .caption, .page-container h2 + .caption, .page-container h3 + .caption, .page-container .page-content .impact, .page-container .extend + .caption, .page-container .extend .caption {
  text-align: center;
}
@media all and (min-width: 800px) {
  .page-container .headline-area, .page-container .page-content > h1, .page-container .page-content > h2, .page-container .page-content > h3, .page-container .page-content > .impact, .page-container .extend, .page-container .extend + .caption {
    margin-left: calc((var(--w-content) + 2 * var(--gutter-full)) / 2 - 50vw);
    margin-right: calc((var(--w-content) + 2 * var(--gutter-full)) / 2 - 50vw);
  }
  .page-container .extend {
    display: flow-root;
    box-sizing: border-box;
    max-width: calc(100vw - 2 * var(--gutter-full));
  }
}
@media all and (min-width: 1140px) {
  .page-container .headline-area, .page-container .page-content > h1, .page-container .page-content > h2, .page-container .page-content > h3, .page-container .page-content > .impact, .page-container .extend, .page-container .extend + .caption {
    margin-left: calc((var(--w-content) - var(--w-total)) / 2);
    margin-right: calc((var(--w-content) - var(--w-total)) / 2);
  }
  .page-container .extend {
    max-width: var(--w-total);
  }
}

.page-content h1 {
  margin-bottom: var(--x2);
}
.page-content h2 {
  margin-top: var(--x1);
  margin-bottom: var(--x2);
}
.page-content h3 {
  margin-top: var(--x2);
  margin-bottom: var(--x3);
}
.page-content h4 {
  margin-bottom: var(--x4);
}
.page-content h1 + h2, .page-content h2 + h3, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content hr + h2 {
  margin-top: 0;
}
.page-content > :last-child {
  margin-bottom: 0;
}
.page-content ul {
  list-style-type: disc;
}
.page-content ul, .page-content ol {
  margin-left: var(--x2);
}
.page-content ul ul, .page-content ul ol, .page-content ol ul, .page-content ol ol {
  margin-top: var(--x5);
  margin-bottom: 0;
  margin-left: var(--x2);
}
.page-content li {
  margin-bottom: var(--x5);
}
.page-content li:last-child {
  margin-bottom: 0;
}
.page-content .callout > :last-child {
  margin-bottom: 0;
}
.page-content .caption {
  margin-top: var(--x5);
}
h1 + .page-content .caption, h2 + .page-content .caption {
  margin-top: var(--x4);
}
h3 + .page-content .caption {
  margin-top: var(--x4);
  margin-bottom: var(--x3);
}
.page-content p, .page-content ul, .page-content ol, .page-content blockquote, .page-content pre, .page-content img, .page-content .callout, .page-content .caption {
  margin-bottom: var(--x2);
}
.page-content p:last-child, .page-content ul:last-child, .page-content ol:last-child, .page-content blockquote:last-child, .page-content pre:last-child, .page-content img:last-child, .page-content .callout:last-child, .page-content .caption:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 778px) {
  .page-content h1 + .caption, .page-content h2 + .caption {
    margin-top: var(--x5);
  }
  .page-content h3 + .caption {
    margin-top: var(--x5);
  }
}

.page-title {
  font-family: var(--font2);
  font-weight: 800;
}
.page-title a {
  color: var(--c1);
}
.page-title a:hover {
  color: var(--ca);
}

.page-title:has(+ .byline) {
  margin-bottom: 0;
}

.byline {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c-muted);
  margin-bottom: var(--x2);
}

.page-content + .modular-content {
  margin-top: var(--x2);
}
.modular-content > :last-child {
  margin-bottom: 0;
}

/* 6. FORMS */
label {
  display: block;
  font-family: var(--font2);
  font-weight: 600;
}
label .required {
  font-weight: normal;
  color: var(--c-warning);
}

input, textarea, select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: var(--f5);
  line-height: 1em;
  font-weight: inherit;
  color: var(--c1);
  background-color: var(--white);
  padding: var(--x5) var(--x4);
  border: 1px solid #E5E0F0;
  border-radius: var(--x4);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--ca);
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15);
}

input[type=checkbox], input[type=radio], input[type=image], input[type=submit], select {
  width: auto;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
  font-weight: normal;
  margin-left: var(--x6);
  user-select: none;
}

textarea {
  line-height: inherit;
  resize: vertical;
}

button, input[type=submit], .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--x5);
  width: auto;
  font-family: var(--font2);
  font-size: var(--f5);
  font-weight: 700;
  line-height: 1em;
  vertical-align: top;
  color: var(--white);
  text-decoration: none;
  background-color: var(--ca);
  padding: var(--x4) var(--x2);
  border: none;
  border-radius: var(--x4);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  box-shadow: var(--shadow-btn-primary);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
button:hover, button:active, input[type=submit]:hover, input[type=submit]:active, .button:hover, .button:active {
  color: var(--white);
  text-decoration: none;
  background-color: var(--c-brand-dark);
  box-shadow: var(--shadow-btn-primary-hover);
  transform: translateY(-2px);
}
button svg, input[type=submit] svg, .button svg {
  vertical-align: inherit;
}

button.save, .button.save {
  color: var(--white);
  background-color: var(--c-success);
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
}
button.save:hover, button.save:active, .button.save:hover, .button.save:active {
  color: var(--white);
  background-color: #0EA372;
  box-shadow: 0 6px 28px rgba(16, 185, 129, 0.4);
}
button.delete, .button.delete {
  color: var(--white);
  background-color: #DC2626;
  box-shadow: 0 4px 20px rgba(220, 38, 38, 0.3);
}
button.delete:hover, button.delete:active, .button.delete:hover, .button.delete:active {
  color: var(--white);
  background-color: #B91C1C;
  box-shadow: 0 6px 28px rgba(220, 38, 38, 0.4);
}
button.action, .button.action {
  color: var(--ca);
  background-color: transparent;
  border: 2px solid var(--ca);
  box-shadow: none;
}
button.action:hover, button.action:active, .button.action:hover, .button.action:active {
  color: var(--c-brand-dark);
  background-color: var(--c-brand-light);
  box-shadow: none;
}
button.update, .button.update {
  color: var(--white);
  background-color: var(--c-warning);
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3);
}
button.update:hover, button.update:active, .button.update:hover, .button.update:active {
  color: var(--white);
  background-color: #D97706;
  box-shadow: 0 6px 28px rgba(245, 158, 11, 0.4);
}

/* 7. SHARED COMPONENTS */
/* --- Tags --- */
.tag {
  display: inline-block;
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: var(--x5) var(--x4);
  border-radius: var(--radius-full);
  margin-bottom: var(--x3);
}
.tag.tag--purple {
  background-color: var(--c-brand-light);
  color: var(--c-brand-dark);
}
.tag.tag--orange {
  background-color: var(--c-warning-light);
  color: var(--c-tag-warning);
}
.tag.tag--green {
  background-color: var(--c-success-light);
  color: var(--c-tag-success);
}

/* --- Button (design-language variants via .btn used in HTML Boxes) --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--x5);
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: 1em;
  color: var(--white);
  background-color: var(--ca);
  border: none;
  border-radius: var(--x4);
  padding: var(--x4) var(--x2);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: var(--shadow-btn-primary);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
.btn:hover {
  color: var(--white);
  background-color: var(--c-brand-dark);
  box-shadow: var(--shadow-btn-primary-hover);
  transform: translateY(-2px);
  text-decoration: none;
}
.btn.btn--primary {
  background-color: var(--ca);
  color: var(--white);
  box-shadow: var(--shadow-btn-primary);
}
.btn.btn--primary:hover {
  background-color: var(--c-brand-dark);
  box-shadow: var(--shadow-btn-primary-hover);
}
.btn.btn--lg {
  font-size: var(--f4);
  line-height: 1em;
  padding: var(--x3) calc(var(--x2) * 1.3);
  border-radius: var(--x4);
}
.btn.btn--ghost {
  background-color: transparent;
  color: var(--ca);
  border: 2px solid var(--ca);
  box-shadow: none;
}
.btn.btn--ghost:hover {
  background-color: var(--c-brand-light);
  color: var(--c-brand-dark);
  box-shadow: none;
}
.btn.btn--ghost-on-dark {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  box-shadow: none;
}
.btn.btn--ghost-on-dark:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--white);
  box-shadow: none;
}
.btn.btn--white {
  background-color: var(--white);
  color: var(--c-brand-dark);
  box-shadow: var(--shadow-btn-white);
}
.btn.btn--white:hover {
  background-color: var(--white);
  color: var(--c-brand-dark);
  box-shadow: var(--shadow-btn-white-hover);
}
.btn.btn--full {
  width: 100%;
  justify-content: center;
}

/* --- Navigation --- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(250, 251, 252, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #E5E0F0;
}

input.nav__toggle {
  display: none;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.nav__logo {
  font-family: var(--font2);
  font-size: var(--f3);
  line-height: 1em;
  font-weight: 800;
  color: var(--c1);
  letter-spacing: -0.02em;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
}
.nav__logo span {
  color: var(--ca);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: var(--x2);
  list-style: none;
  margin-bottom: 0;
}
.nav__links a {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: 1em;
  font-weight: 500;
  color: var(--c2);
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.15s ease;
}
.nav__links a:hover {
  color: var(--ca);
  text-decoration: none;
}

.nav__cta-desk {
  white-space: nowrap;
  flex-shrink: 0;
}

.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.nav__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--c1);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav__mobile {
  display: none;
  flex-direction: column;
  background-color: var(--white);
  border-top: 1px solid #E5E0F0;
  padding: var(--x3) var(--gutter-mobile) var(--x2);
}
.nav__mobile a {
  font-family: var(--font2);
  font-weight: 600;
  font-size: var(--f5);
  line-height: 1em;
  color: var(--c1);
  padding: var(--x4) 0;
  border-bottom: 1px solid #E5E0F0;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}
.nav__mobile a:last-of-type {
  border-bottom: none;
}
.nav__mobile .btn {
  margin-top: var(--x3);
  width: 100%;
}

@media all and (max-width: 768px) {
  .nav__links {
    display: none;
  }
  .nav__cta-desk {
    display: none;
  }
  .nav__hamburger {
    display: flex;
  }
  .nav__toggle:checked ~ .nav__mobile {
    display: flex;
  }
  .nav__toggle:checked ~ .container .nav__inner .nav__hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav__toggle:checked ~ .container .nav__inner .nav__hamburger span:nth-child(2) {
    opacity: 0;
  }
  .nav__toggle:checked ~ .container .nav__inner .nav__hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
/* --- Footer --- */
.footer {
  background-color: var(--bg-footer-dark);
  color: rgba(255, 255, 255, 0.45);
  padding: var(--x1) 0;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--x3);
}

.footer__logo {
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: 1em;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.footer__logo span {
  color: var(--ca);
}

.footer__links {
  display: flex;
  gap: var(--x2);
  list-style: none;
  margin-bottom: 0;
}
.footer__links a {
  font-size: var(--f6);
  line-height: var(--g6);
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  text-decoration-color: transparent;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.footer__links a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.footer__copy {
  font-size: var(--f6);
  line-height: var(--g6);
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: var(--x2);
  margin-top: var(--x5);
}

@media all and (max-width: 560px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* --- Section headline shared class --- */
.section-headline {
  font-family: var(--font2);
  font-size: clamp(var(--f3), 3.5vw, var(--f2));
  line-height: clamp(var(--g3), 5.65vw, var(--g2));
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: var(--x3);
  color: var(--c1);
}
.section-headline em {
  font-style: normal;
  color: var(--ca);
}

.section-body {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c2);
  margin-bottom: var(--x3);
}

/* 8. TEMPLATE SECTIONS */
/* --- HERO --- */
section#top.hero {
  background-color: var(--bg-section-dark);
  color: var(--white);
  padding: 96px 0 76px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
section#top.hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.25) 0%, transparent 70%);
  pointer-events: none;
}
section#top.hero::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
section#top.hero .hero__inner {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section#top.hero .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(139, 92, 246, 0.2);
  border: 1px solid rgba(139, 92, 246, 0.4);
  border-radius: 100px;
  padding: 6px 14px;
  font-family: var(--font2);
  font-size: 13px;
  line-height: 1em;
  font-weight: 600;
  color: #C4B5FD;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
section#top.hero .hero__eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--c-success);
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}
section#top.hero h1.hero__headline {
  font-family: var(--font2);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 24px 0;
  color: var(--white);
}
section#top.hero h1.hero__headline em {
  font-style: normal;
  color: var(--ca);
}
section#top.hero .hero__sub {
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 40px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
section#top.hero .hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
section#top.hero .hero__proof {
  margin-top: 40px;
  font-family: var(--font2);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}
section#top.hero .hero__proof strong {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@media all and (max-width: 480px) {
  section#top.hero {
    padding: 32px 0 24px;
  }
  section#top.hero .hero__actions {
    flex-direction: column;
    align-items: center;
  }
  section#top.hero .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
/* --- STATS --- */
.stats {
  background-color: var(--white);
  border-bottom: 1px solid #E5E0F0;
  padding: calc(var(--x1) * 0.8) 0;
}

.stats__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--x2);
  text-align: center;
}

.stats__number {
  font-family: var(--font2);
  font-size: var(--f2);
  line-height: 1;
  font-weight: 800;
  color: var(--ca);
  margin-bottom: var(--x5);
  letter-spacing: -0.02em;
}

.stats__label {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c-muted);
  font-weight: 500;
}

@media all and (max-width: 640px) {
  .stats__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- PROBLEM --- */
.problem {
  padding: calc(var(--x1) * 2) 0;
  background-color: var(--bg1);
}

.problem__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--x1) * 1.8);
  align-items: start;
}

.problem__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--x4);
  margin-bottom: 0;
}

.problem__item {
  display: flex;
  gap: var(--x4);
  align-items: flex-start;
  background-color: var(--white);
  border: 1px solid #E5E0F0;
  border-radius: var(--x4);
  padding: var(--x4) var(--x3);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.problem__item:hover {
  border-color: var(--ca);
  box-shadow: var(--shadow);
}

.problem__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--ca);
}

.problem__text {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}
.problem__text strong {
  color: var(--c1);
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

.problem__resolution {
  margin-top: var(--x2);
  padding: var(--x3) var(--x2);
  background-color: var(--c-brand-light);
  border-radius: var(--x4);
  font-family: var(--font2);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 600;
  color: var(--c-brand-dark);
}

@media all and (max-width: 768px) {
  .problem__inner {
    grid-template-columns: 1fr;
    gap: var(--x1);
  }
}
/* --- SOLUTION --- */
.solution {
  padding: calc(var(--x1) * 2) 0;
  background-color: var(--bg2);
}

.solution__header {
  text-align: center;
  margin-bottom: calc(var(--x1) * 1.25);
}

.solution__sub {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c2);
  max-width: 580px;
  margin: 0 auto;
}

.solution__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--x2);
}

.solution__card {
  background-color: var(--white);
  border: 1px solid #E5E0F0;
  border-radius: var(--x2);
  padding: var(--x2) calc(var(--x2) * 1.02);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.solution__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.solution__card-icon {
  width: 56px;
  height: 56px;
  background-color: var(--c-brand-light);
  border-radius: var(--x3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--x3);
  font-size: var(--f2);
  line-height: 1;
}

.solution__card-title {
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  color: var(--c1);
  margin-bottom: var(--x5);
}

.solution__card-body {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

@media all and (max-width: 768px) {
  .solution__grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }
}
/* --- WALKTHROUGH --- */
.walkthrough {
  padding: calc(var(--x1) * 2) 0;
  background-color: var(--white);
  border-top: 1px solid #E5E0F0;
  border-bottom: 1px solid #E5E0F0;
}

.walkthrough__header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto calc(var(--x1) * 1.25);
}

.walkthrough__sub {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c2);
  margin-top: var(--x3);
}

.walkthrough__steps {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}
.walkthrough__steps::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #E5E0F0;
}

.wt-step {
  display: flex;
  gap: var(--x2);
  margin-bottom: var(--x1);
  position: relative;
}
.wt-step:last-child {
  margin-bottom: 0;
}

.wt-dot {
  width: 48px;
  height: 48px;
  background-color: var(--ca);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: 1em;
  flex-shrink: 0;
  z-index: 1;
}

.wt-content {
  background-color: var(--bg1);
  border: 1px solid #E5E0F0;
  border-radius: var(--x4);
  padding: var(--x2);
  flex: 1;
}
.wt-content h3 {
  font-family: var(--font2);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 700;
  margin-bottom: var(--x5);
  color: var(--c1);
  letter-spacing: -0.01em;
}
.wt-content p {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.wt-time {
  display: inline-block;
  background-color: var(--c-brand-light);
  color: var(--c-brand-dark);
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: 1em;
  font-weight: 700;
  padding: var(--x6) var(--x4);
  border-radius: var(--radius-full);
  margin-top: var(--x5);
}

/* --- WORKOUTS --- */
.workouts {
  padding: calc(var(--x1) * 2) 0;
  background-color: var(--bg1);
}

.workouts__header {
  text-align: center;
  margin-bottom: calc(var(--x1) * 1.25);
}

.workouts__sub {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c2);
  max-width: 560px;
  margin: 0 auto;
}

.workouts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--x2);
}

.workouts__phase {
  background-color: var(--white);
  border: 1px solid #E5E0F0;
  border-radius: var(--x2);
  overflow: hidden;
}

.workouts__phase-head {
  padding: var(--x3) var(--x2);
}
.workouts__phase-head.workouts__phase-head--a {
  background-color: var(--ca);
}
.workouts__phase-head.workouts__phase-head--b {
  background-color: var(--c-workouts-phase-b);
}
.workouts__phase-head.workouts__phase-head--c {
  background-color: var(--c-workouts-phase-c);
}

.workouts__phase-label {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: var(--x6);
}

.workouts__phase-title {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--white);
}

.workouts__list {
  list-style: none;
  margin-bottom: 0;
}

.workouts__item {
  padding: var(--x4) var(--x3);
  border-bottom: 1px solid #E5E0F0;
  display: flex;
  gap: var(--x4);
  align-items: flex-start;
}
.workouts__item:last-child {
  border-bottom: none;
}

.workouts__num {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: 1em;
  font-weight: 700;
  color: var(--white);
  background-color: var(--ca);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.workouts__name {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--c1);
  margin-bottom: 3px;
}

.workouts__desc {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c-muted);
}

@media all and (max-width: 900px) {
  .workouts__grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}
/* --- SCALE --- */
.scale {
  padding: calc(var(--x1) * 2) 0;
  background-color: var(--bg-section-dark);
  color: var(--white);
  overflow: hidden;
  position: relative;
}
.scale::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.scale__header {
  text-align: center;
  margin-bottom: calc(var(--x1) * 1.25);
  position: relative;
  z-index: 1;
}

.scale__headline {
  font-family: var(--font2);
  font-size: clamp(var(--f3), 3.5vw, var(--f2));
  line-height: clamp(var(--g3), 5.65vw, var(--g2));
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--white);
  margin-bottom: var(--x3);
}
.scale__headline em {
  font-style: normal;
  color: var(--ca);
}

.scale__sub {
  font-size: var(--f5);
  line-height: var(--g5);
  color: rgba(255, 255, 255, 0.6);
  max-width: 540px;
  margin: 0 auto;
}

.scale__levels {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: var(--x4);
  position: relative;
  z-index: 1;
}

.scale__level {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--x4);
  padding: var(--x3) var(--x4);
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.scale__level:hover {
  background-color: rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.5);
  transform: translateY(-4px);
}
.scale__level.scale__level--active {
  background-color: rgba(139, 92, 246, 0.25);
  border-color: var(--ca);
}

.scale__code {
  font-family: var(--font2);
  font-size: var(--f3);
  line-height: 1em;
  font-weight: 800;
  color: var(--ca);
  margin-bottom: var(--x5);
  letter-spacing: -0.02em;
}

.scale__name {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--white);
  margin-bottom: var(--x6);
}

.scale__desc {
  font-size: var(--f6);
  line-height: var(--g6);
  color: rgba(255, 255, 255, 0.45);
}

.scale__progression {
  text-align: center;
  margin-top: var(--x2);
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}
.scale__progression strong {
  color: var(--white);
  font-weight: 700;
}

.scale__note {
  text-align: center;
  font-size: var(--f5);
  line-height: var(--g5);
  color: rgba(255, 255, 255, 0.6);
  margin-top: var(--x4);
  position: relative;
  z-index: 1;
}
.scale__note strong {
  color: var(--white);
  font-weight: 700;
}

.scale__cta {
  text-align: center;
  margin-top: calc(var(--x1) * 1.1);
  position: relative;
  z-index: 1;
}

.scale__cta-note {
  font-size: var(--f5);
  line-height: var(--g5);
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: var(--x2);
}

@media all and (max-width: 900px) {
  .scale__levels {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 560px) {
  .scale__levels {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- WHO --- */
.who {
  padding: calc(var(--x1) * 2) 0;
  background-color: var(--bg1);
}

.who__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--x1) * 1.8);
  align-items: center;
}

.who__text {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c2);
  margin-bottom: var(--x2);
}

.who__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--x5);
}

.who__tag {
  padding: var(--x5) var(--x3);
  background-color: var(--c-brand-light);
  color: var(--c-brand-dark);
  border-radius: var(--radius-full);
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: 1em;
  font-weight: 600;
}

.who__not {
  background-color: var(--bg2);
  border: 1px solid #E5E0F0;
  border-radius: var(--x2);
  padding: var(--x2);
}
.who__not h3 {
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  margin-bottom: var(--x4);
  color: var(--c1);
  letter-spacing: -0.01em;
}

.who__not-item {
  display: flex;
  gap: var(--x4);
  margin-bottom: var(--x4);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}
.who__not-item:last-child {
  margin-bottom: 0;
}
.who__not-item .x {
  color: var(--c-muted);
  font-weight: 700;
  flex-shrink: 0;
}

@media all and (max-width: 768px) {
  .who__inner {
    grid-template-columns: 1fr;
    gap: var(--x1);
  }
}
/* --- FOUNDER --- */
.founder {
  padding: calc(var(--x1) * 2) 0;
  background-color: var(--white);
  border-top: 1px solid #E5E0F0;
}

.founder__inner {
  max-width: var(--w-content);
  margin: 0 auto;
}

.founder__label {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: 1em;
  font-weight: 700;
  color: var(--ca);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: var(--x4);
}

.founder__cred {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 600;
  color: var(--c2);
  margin-bottom: var(--x3);
}

.founder__story {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c2);
}
.founder__story p {
  margin-bottom: var(--x3);
}
.founder__story p:last-child {
  margin-bottom: 0;
}
.founder__story strong {
  color: var(--c1);
  font-weight: 600;
}

.founder__quote {
  margin: var(--x2) 0;
  padding: var(--x2) calc(var(--x2) * 1.02);
  background-color: var(--bg2);
  border-left: 4px solid var(--ca);
  border-radius: 0 var(--x4) var(--x4) 0;
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 600;
  color: var(--c1);
}

.founder__vision {
  margin-top: var(--x1);
  padding: var(--x2) calc(var(--x2) * 1.15);
  background-color: var(--bg2);
  border-radius: var(--x4);
  border-left: 4px solid var(--c-warning);
}

.founder__vision-headline {
  font-family: var(--font2);
  font-size: var(--f3);
  line-height: var(--g3);
  font-weight: 800;
  margin: 0 0 var(--x3);
  letter-spacing: -0.01em;
  color: var(--c1);
}

.founder__vision-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--x3);
  display: flex;
  flex-direction: column;
  gap: var(--x4);
}
.founder__vision-list li {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c2);
  padding-left: 0;
}
.founder__vision-list li strong {
  color: var(--c1);
  font-weight: 600;
}

.founder__vision-close {
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 600;
  color: var(--c1);
  margin: 0;
}

/* --- PRICING --- */
.pricing {
  padding: calc(var(--x1) * 2) 0;
  background-color: var(--bg2);
}

.pricing__header {
  text-align: center;
  margin-bottom: calc(var(--x1) * 1.25);
}

.pricing__intro {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c2);
  max-width: 480px;
  margin: 0 auto;
}

.pricing__card {
  max-width: 500px;
  margin: 0 auto;
  background-color: var(--white);
  border: 2px solid var(--ca);
  border-radius: var(--x2);
  padding: calc(var(--x1) * 1.1) calc(var(--x2) * 1.6) var(--x1);
  text-align: center;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.pricing__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--c-warning);
  color: var(--white);
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: var(--x5) var(--x3);
  border-radius: var(--radius-full);
  white-space: nowrap;
  box-shadow: var(--shadow-badge);
}

.pricing__price {
  font-family: var(--font2);
  font-size: calc(var(--f1) * var(--phi));
  line-height: 1;
  font-weight: 800;
  color: var(--c1);
  letter-spacing: -0.04em;
  margin-bottom: var(--x6);
}
.pricing__price sup {
  font-size: var(--f2);
  line-height: 1em;
  font-weight: 700;
  vertical-align: top;
  margin-top: var(--x4);
  display: inline-block;
}

.pricing__period {
  font-family: var(--font2);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 500;
  color: var(--c-muted);
  margin-bottom: var(--x5);
}

.pricing__urgency {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 600;
  color: var(--c-warning);
  margin-bottom: var(--x2);
}

.pricing__divider {
  border: none;
  border-top: 1px solid #E5E0F0;
  margin: var(--x2) 0;
}

.pricing__features {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: var(--x4);
  margin-bottom: var(--x2);
  padding: 0;
}

.pricing__feature {
  display: flex;
  align-items: flex-start;
  gap: var(--x4);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.pricing__check {
  width: 20px;
  height: 20px;
  background-color: var(--c-success-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.pricing__check svg {
  width: 11px;
  height: 11px;
  color: var(--c-success);
}

.pricing__note {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c-muted);
  margin-top: var(--x3);
}

.pricing__expense {
  margin-top: var(--x3);
  padding: var(--x4) var(--x3);
  background-color: var(--bg2);
  border-radius: var(--x4);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  font-style: italic;
}

@media all and (max-width: 560px) {
  .pricing__card {
    padding: var(--x1) var(--x2) calc(var(--x1) * 0.8);
  }
  .pricing__price {
    font-size: calc(var(--f1) * 1.32);
    line-height: 1;
  }
}
/* --- OBJECTIONS --- */
.objections {
  padding: calc(var(--x1) * 2) 0;
  background-color: var(--bg1);
}

.objections__header {
  text-align: center;
  margin-bottom: calc(var(--x1) * 1.25);
}

.objections__sub {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c2);
  max-width: 480px;
  margin: 0 auto;
}

.objections__list {
  display: flex;
  flex-direction: column;
  gap: var(--x4);
  max-width: var(--w-content);
  margin: 0 auto;
}

.objection {
  background-color: var(--white);
  border: 1px solid #E5E0F0;
  border-radius: var(--x4);
  overflow: hidden;
}

.objection__q {
  padding: var(--x3) var(--x2);
  font-family: var(--font2);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 700;
  color: var(--c1);
  display: flex;
  align-items: flex-start;
  gap: var(--x4);
}
.objection__q::before {
  content: "“";
  font-size: calc(var(--f3) * 1.15);
  line-height: 1;
  color: var(--ca);
  flex-shrink: 0;
  margin-top: -4px;
}

.objection__a {
  padding: var(--x4) var(--x2) var(--x3);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  border-top: 1px solid #E5E0F0;
}
.objection__a strong {
  color: var(--c1);
  font-weight: 600;
}

/* --- PROOF --- */
.proof {
  padding: calc(var(--x1) * 2) 0;
  background-color: var(--bg2);
}

.proof__header {
  text-align: center;
  margin-bottom: calc(var(--x1) * 1.25);
}

.proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--x2);
}

.proof__stat {
  background-color: var(--white);
  border: 1px solid #E5E0F0;
  border-radius: var(--x2);
  padding: var(--x2) var(--x3);
  text-align: center;
}

.proof__number {
  font-family: var(--font2);
  font-size: var(--f1);
  line-height: 1;
  font-weight: 800;
  color: var(--ca);
  letter-spacing: -0.03em;
  margin-bottom: var(--x5);
}

.proof__stat-label {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.proof__source {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c-muted);
  margin-top: var(--x6);
  font-style: italic;
}

.proof__coming {
  grid-column: 1/-1;
  background-color: var(--white);
  border: 2px dashed #E5E0F0;
  border-radius: var(--x2);
  padding: var(--x1);
  text-align: center;
  color: var(--c-muted);
  font-size: var(--f6);
  line-height: var(--g6);
}
.proof__coming strong {
  display: block;
  font-family: var(--font2);
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c2);
  margin-bottom: var(--x5);
  font-weight: 700;
}

@media all and (max-width: 768px) {
  .proof__grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }
}
/* --- FINAL CTA --- */
.final-cta {
  padding: calc(var(--x1) * var(--phi) * var(--phi)) 0;
  background-color: var(--bg-section-dark);
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.2) 0%, transparent 65%);
  pointer-events: none;
}

.final-cta__inner {
  position: relative;
  z-index: 1;
}

.final-cta__headline {
  font-family: var(--font2);
  font-size: clamp(var(--f2), 4.5vw, var(--f1) * 1.23);
  line-height: clamp(var(--g2), 4.95vw, var(--g1) * 1.23);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: var(--x3);
  color: var(--white);
}
.final-cta__headline em {
  font-style: normal;
  color: var(--ca);
}

.final-cta__sub {
  font-size: var(--f4);
  line-height: var(--g4);
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: var(--x1);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta__note {
  margin-top: var(--x3);
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  color: rgba(255, 255, 255, 0.4);
}

/* 9. UTILITIES */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================================
   QUIZ LANDING PAGE (custom template)
   Isolated under .quiz-* selectors so it cannot collide with home styles.
   Reuses the theme's existing design tokens (--ca, --bg-section-dark,
   --font1, --font2, --c1, --c2, --bg1, --bg2, etc.). No new Design Options.
   ========================================================================= */
/* --- Extra-large CTA modifier extending PageMotor's canonical .button --- */
.button.button--quiz-cta {
  font-size: 20px;
  line-height: 1em;
  padding: 22px 44px;
  border-radius: 16px;
}

/* --- QUIZ HEADER (simplified nav: logo + back link) --- */
.quiz-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(250, 251, 252, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #E5E0F0;
}

.quiz-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: var(--w-total);
  margin: 0 auto;
  padding: 0 24px;
}

.quiz-nav__logo {
  font-family: var(--font2);
  font-size: 22px;
  line-height: 1em;
  font-weight: 800;
  color: var(--c1);
  letter-spacing: -0.02em;
  text-decoration: none;
}

.quiz-nav__logo span {
  color: var(--ca);
}

.quiz-nav__back {
  font-family: var(--font2);
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
  color: var(--c2);
  text-decoration: none;
  transition: color 0.15s;
}

.quiz-nav__back:hover {
  color: var(--ca);
}

/* --- QUIZ HERO (dark, centered, CTA + meta row) --- */
.quiz-hero {
  background-color: var(--bg-section-dark);
  color: var(--white);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.quiz-hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.quiz-hero::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.quiz-hero__inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.quiz-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(139, 92, 246, 0.2);
  border: 1px solid rgba(139, 92, 246, 0.4);
  border-radius: 100px;
  padding: 6px 14px;
  font-family: var(--font2);
  font-size: 13px;
  line-height: 1em;
  font-weight: 600;
  color: #C4B5FD;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}

.quiz-hero__eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--c-success);
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

h1.quiz-hero__headline {
  font-family: var(--font2);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 24px 0;
  color: var(--white);
}

h1.quiz-hero__headline em {
  font-style: normal;
  color: var(--ca);
}

.quiz-hero__sub {
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 40px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.quiz-hero__meta {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  font-family: var(--font2);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

.quiz-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media all and (max-width: 480px) {
  .quiz-hero {
    padding: 64px 0 48px;
  }
  .quiz-hero__meta {
    gap: 16px;
    font-size: 13px;
  }
}
/* --- QUIZ WHAT YOU GET (3-card grid) --- */
.quiz-what {
  padding: 88px 0;
  background-color: var(--white);
}

.quiz-what__headline {
  font-family: var(--font2);
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-align: center;
  margin: 0 0 16px 0;
  color: var(--c1);
}

.quiz-what__headline em {
  font-style: normal;
  color: var(--ca);
}

.quiz-what__sub {
  text-align: center;
  color: var(--c2);
  font-size: var(--f5);
  line-height: var(--g5);
  margin-bottom: 56px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.quiz-what__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.quiz-what__card {
  background-color: var(--bg1);
  border: 1px solid #E5E0F0;
  border-radius: 20px;
  padding: 28px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.quiz-what__card:hover {
  border-color: var(--ca);
  box-shadow: 0 4px 24px rgba(139, 92, 246, 0.1);
  transform: translateY(-2px);
}

.quiz-what__num {
  font-family: var(--font2);
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  color: var(--ca);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.quiz-what__title {
  font-family: var(--font2);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--c1);
  margin: 0 0 10px 0;
}

.quiz-what__text {
  font-size: 15px;
  line-height: 1.55;
  color: var(--c2);
}

@media all and (max-width: 768px) {
  .quiz-what__grid {
    grid-template-columns: 1fr;
  }
}
/* --- QUIZ LEVELS (7 pills showing AI fluency scale) --- */
.quiz-levels {
  padding: 88px 0;
  background-color: var(--bg2);
}

.quiz-levels__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

.quiz-levels__headline {
  font-family: var(--font2);
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-align: center;
  margin: 0 0 16px 0;
  color: var(--c1);
}

.quiz-levels__sub {
  text-align: center;
  color: var(--c2);
  font-size: var(--f5);
  line-height: var(--g5);
  margin-bottom: 48px;
}

.quiz-levels__row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.quiz-levels__pill {
  background-color: var(--white);
  border: 1px solid #E5E0F0;
  border-radius: 12px;
  padding: 16px 8px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.quiz-levels__pill:hover {
  border-color: var(--ca);
  box-shadow: 0 4px 24px rgba(139, 92, 246, 0.1);
}

.quiz-levels__label {
  font-family: var(--font2);
  font-size: 11px;
  line-height: 1em;
  font-weight: 700;
  color: var(--c-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.quiz-levels__name {
  font-family: var(--font2);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--c1);
}

.quiz-levels__note {
  text-align: center;
  color: var(--c2);
  font-size: 15px;
  line-height: 1.5;
  font-style: italic;
}

@media all and (max-width: 768px) {
  .quiz-levels__row {
    grid-template-columns: repeat(4, 1fr);
  }
  .quiz-levels__name {
    font-size: 12px;
  }
}
@media all and (max-width: 480px) {
  .quiz-levels__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- QUIZ FINAL CTA (dark section) --- */
.quiz-cta {
  background-color: var(--bg-section-dark);
  color: var(--white);
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quiz-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.18) 0%, transparent 65%);
  pointer-events: none;
}

.quiz-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}

.quiz-cta__headline {
  font-family: var(--font2);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 20px 0;
  color: var(--white);
}

.quiz-cta__sub {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 36px;
}

.quiz-cta__meta {
  margin-top: 20px;
  font-family: var(--font2);
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

/* --- QUIZ FOOTER (simplified) --- */
.quiz-footer {
  background-color: var(--bg1);
  border-top: 1px solid #E5E0F0;
  padding: 40px 0;
  text-align: center;
  color: var(--c-muted);
  font-size: 14px;
  line-height: 1.5;
}

.quiz-footer a {
  color: var(--ca);
  font-weight: 500;
  text-decoration: none;
}

.quiz-footer a:hover {
  text-decoration: underline;
}