/* Landing page — Mistrzowie Matematyki
   Pliki obrazów trzymaj w folderze /assets obok index.html, styles.css i script.js.
*/

:root {
  --bg: #f7f4ef;
  --paper: #fffdf8;
  --ink: #070707;
  --muted: #5a5650;
  --line: rgba(7, 7, 7, 0.12);
  --line-strong: rgba(7, 7, 7, 0.22);
  --pink: #ff0a73;
  --orange: #ff6a00;
  --cyan: #00d2d0;
  --green: #28c76f;
  --violet: #9b5cff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.16);
  --shadow-soft: 0 16px 48px rgba(0, 0, 0, 0.10);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.page {
  overflow-x: hidden;
}

.section-shell {
  width: min(100%, var(--container));
  margin: 0 auto;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #211f1b;
  font-size: 0.88rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-kicker--light {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.92);
}

.section-heading {
  max-width: 820px;
}

.section-heading--center {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.split h2,
.guarantee-card h2,
.about-card h2,
.final-cta h2 {
  margin: 18px 0 0;
  font-size: clamp(2.35rem, 5vw, 5.05rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
  font-weight: 950;
}

.section-heading p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.6vw, 1.24rem);
  line-height: 1.5;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.split--center {
  align-items: center;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 10, 115, 0.10), transparent 26%),
    radial-gradient(circle at 84% 16%, rgba(0, 210, 208, 0.10), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, var(--bg) 56%, #efe8dd 100%);
}

.hero__noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.34;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero__topbar {
  width: min(100%, var(--container));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand__mark {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background:
    conic-gradient(
      from 15deg,
      #ff3b30,
      #ffcc00,
      #34c759,
      #00c7be,
      #007aff,
      #af52de,
      #ff2d55,
      #ff3b30
    );
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.55);
}

.brand__text {
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.topbar__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.location-pill,
.topbar__link,
.topbar__text-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(12px);
  font-size: 0.94rem;
  font-weight: 750;
}

.topbar__text-link {
  border-color: transparent;
  background: transparent;
  color: rgba(7, 7, 7, 0.70);
}

.topbar__link {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.hero__grid {
  width: min(100%, var(--container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
}

.hero__copy {
  padding: 38px 0 70px;
}

.eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.eyebrow span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #211f1b;
  font-size: 0.9rem;
  font-weight: 800;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3.15rem, 7vw, 6.7rem);
  line-height: 0.91;
  letter-spacing: -0.085em;
  font-weight: 950;
}

.hero-title__soft {
  display: block;
  margin-top: 12px;
  font-weight: 760;
  color: #26221e;
}

.underline {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.underline::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -0.04em;
  right: -0.06em;
  bottom: 0.04em;
  height: 0.16em;
  border-radius: 999px;
  transform: rotate(-1.5deg);
  background:
    linear-gradient(90deg, transparent 0 3%, var(--pink) 3% 94%, transparent 94%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.22) 0 2px,
      transparent 2px 5px
    );
}

.underline--cyan::after {
  background:
    linear-gradient(90deg, transparent 0 3%, var(--cyan) 3% 94%, transparent 94%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.26) 0 2px,
      transparent 2px 5px
    );
}

.hero__lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: -0.025em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible {
  outline: 4px solid rgba(255, 10, 115, 0.28);
  outline-offset: 3px;
}

.button--primary {
  background: var(--ink);
  color: white;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.button--primary:hover {
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.26);
}

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

.button--light {
  background: white;
  color: var(--ink);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin: 34px 0 0;
}

.hero__facts div {
  padding: 17px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-soft);
}

.hero__facts dt {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.hero__facts dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.2;
  font-weight: 750;
}

.hero__note {
  max-width: 600px;
  margin: 22px 0 0;
  color: #39352f;
  font-size: 0.98rem;
  line-height: 1.5;
}

.hero__visual {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
}

.poster-stage {
  position: relative;
  width: min(100%, 520px);
  margin-left: auto;
  aspect-ratio: 0.79;
}

.poster-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: var(--radius-xl);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.poster-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-card--active {
  inset: 0;
  z-index: 3;
  transform: rotate(1.25deg);
}

.poster-card--back,
.poster-card--front {
  width: 72%;
  height: 72%;
  opacity: 0.72;
  filter: grayscale(1) contrast(1.04);
}

.poster-card--back {
  left: -48px;
  top: 56px;
  z-index: 1;
  transform: rotate(-7deg);
}

.poster-card--front {
  right: -54px;
  bottom: 54px;
  z-index: 2;
  transform: rotate(7.5deg);
}

.method-card,
.scarcity-card {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.method-card {
  left: -58px;
  bottom: 58px;
  width: 266px;
  padding: 17px 18px;
}

.method-card__label {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 10, 115, 0.11);
  color: #9b0040;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 950;
}

.method-card strong {
  display: block;
  font-size: 1.04rem;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.method-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 650;
}

.scarcity-card {
  right: -26px;
  top: 42px;
  width: 192px;
  padding: 15px 16px;
}

.scarcity-card strong {
  display: block;
  font-size: 1.08rem;
  letter-spacing: -0.035em;
}

.scarcity-card span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.25;
  font-weight: 700;
}

.poster-controls {
  position: absolute;
  left: 50%;
  bottom: 44px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
}

.poster-arrow {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  cursor: pointer;
  font-weight: 950;
}

.poster-dots {
  display: flex;
  gap: 6px;
}

.poster-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.22);
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease;
}

.poster-dot.is-active {
  width: 30px;
  background: var(--ink);
}

.hero__bottom-strip {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 18px 0 8px;
}

.hero__bottom-strip p {
  margin: 0;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.64);
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.4;
  text-align: center;
}

.hero__bottom-strip strong {
  color: var(--ink);
}

/* Sekcja 2 — Dla kogo to jest */

.fit-section {
  position: relative;
  padding: clamp(72px, 9vw, 126px) 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 210, 208, 0.10), transparent 24%),
    radial-gradient(circle at 90% 20%, rgba(255, 10, 115, 0.08), transparent 26%),
    #fffdf8;
  overflow: hidden;
}

.fit-section::before,
.program-section::before,
.comparison-section::before,
.pricing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.022) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 82%, transparent);
}

.fit-section__inner {
  width: min(100%, var(--container));
  margin: 0 auto;
}

.fit-section__inner,
.program-section .section-shell,
.comparison-section .section-shell,
.pricing-section .section-shell {
  position: relative;
  z-index: 1;
}

.fit-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-top: 22px;
}

.fit-section h2 {
  margin: 0;
  max-width: 800px;
  font-size: clamp(2.45rem, 5.1vw, 5.15rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
  font-weight: 950;
}

.fit-section__header p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.6vw, 1.26rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 58px);
}

.fit-card {
  min-height: 245px;
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.fit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.24);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.12);
}

.fit-card__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  font-size: 1.45rem;
}

.fit-card h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.fit-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.fit-checklist {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.86)),
    var(--ink);
  color: white;
  box-shadow: var(--shadow);
}

.fit-checklist__copy h3 {
  margin: 0;
  max-width: 500px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.fit-checklist__copy p {
  margin: 14px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.03rem;
  line-height: 1.48;
}

.fit-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 750;
  line-height: 1.28;
}

.fit-list span {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--cyan);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 950;
}

/* Kolejne sekcje */

.promise-section,
.why-section,
.scarcity-section,
.about-section {
  padding: clamp(72px, 9vw, 126px) 24px;
  background: var(--bg);
}

.promise-box,
.text-card {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
}

.promise-box h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.promise-box p,
.text-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.5;
}

.text-card p:first-child {
  margin-top: 0;
}

.text-card--large .button {
  margin-top: 18px;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(34px, 5vw, 58px);
}

.pillars article {
  min-height: 150px;
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.pillars span {
  display: block;
  margin-bottom: 18px;
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.pillars strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.transformation-section,
.bonus-section,
.guarantee-section,
.final-cta {
  padding: clamp(72px, 9vw, 126px) 24px;
  background: #fffdf8;
}

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

.before-after__column {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.before-after__column span {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.before-after__column ul,
.guarantee-conditions ul,
.price-card ul,
.choice-helper ul {
  margin: 0;
  padding-left: 1.1em;
}

.before-after__column li,
.guarantee-conditions li,
.price-card li,
.choice-helper li {
  margin: 8px 0;
  line-height: 1.4;
}

.before-after__column--after {
  border-color: rgba(0, 210, 208, 0.45);
}

.before-after__arrow {
  display: grid;
  place-items: center;
  width: 48px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 1.35rem;
  font-weight: 950;
}

.known-from-start {
  margin-top: clamp(26px, 4vw, 44px);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow);
}

.known-from-start h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

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

.known-grid p {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.35;
  font-weight: 750;
}

.program-section,
.comparison-section,
.pricing-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) 24px;
  background: var(--bg);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 58px);
}

.step-card {
  min-height: 290px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
}

.step-card--wide {
  grid-column: span 4;
  min-height: auto;
  display: grid;
  grid-template-columns: auto 0.45fr 1fr;
  gap: 20px;
  align-items: start;
}

.step-card__number {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border-radius: 16px;
  background: var(--ink);
  color: white;
  font-weight: 950;
}

.step-card--wide .step-card__number {
  margin-bottom: 0;
}

.step-card h3,
.bonus-card h3,
.five-pillars strong,
.guarantee-conditions h3,
.price-card h3,
.choice-helper h3,
.about-card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.step-card p,
.bonus-card p,
.five-pillars p,
.price-card p,
.choice-helper p,
.about-card p,
.small-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.99rem;
  line-height: 1.48;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 58px);
}

.bonus-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.bonus-card__tag,
.price-card__option {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 10, 115, 0.10);
  color: #9b0040;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.five-pillars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(34px, 5vw, 58px);
}

.five-pillars article {
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
}

.comparison-table-wrap {
  margin-top: clamp(34px, 5vw, 58px);
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  line-height: 1.35;
}

.comparison-table th {
  background: var(--ink);
  color: white;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table td:first-child {
  font-weight: 850;
}

.yes {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 210, 208, 0.16);
  color: #006c6a;
  font-weight: 950;
}

.small-note {
  max-width: 780px;
}

.guarantee-card,
.final-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(26px, 5vw, 52px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 10, 115, 0.28), transparent 28%),
    radial-gradient(circle at 88% 34%, rgba(0, 210, 208, 0.20), transparent 28%),
    var(--ink);
  color: white;
  box-shadow: var(--shadow);
}

.guarantee-card p,
.final-cta__card p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.07rem;
  line-height: 1.52;
}

.guarantee-conditions {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
}

.guarantee-conditions li {
  color: rgba(255, 255, 255, 0.84);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin-top: clamp(34px, 5vw, 58px);
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.price-card--featured {
  border-color: rgba(255, 10, 115, 0.36);
  box-shadow: 0 28px 90px rgba(255, 10, 115, 0.13), var(--shadow-soft);
}

.price-card__badge {
  position: absolute;
  top: -14px;
  right: 24px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--pink);
  color: white;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.price-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.price {
  margin-top: 12px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 950;
}

.price-card__body {
  margin-top: 24px;
}

.price-card h4,
.choice-helper h4 {
  margin: 20px 0 10px;
  font-size: 1.05rem;
  letter-spacing: -0.025em;
}

.price-card li,
.choice-helper li {
  color: var(--muted);
}

.price-card__button {
  width: 100%;
  margin-top: auto;
}

.choice-helper {
  margin-top: 22px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.choice-helper__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 48px);
}

.about-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.about-card__photo {
  overflow: hidden;
  aspect-ratio: 1.05;
  border-radius: 26px;
  background:
    linear-gradient(180deg, #dbe8f0 0%, #e9f0f5 100%);
  border: 1px solid var(--line);
}

.about-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
}

.about-card h3 {
  margin-top: 18px;
}

.final-cta__card {
  grid-template-columns: minmax(0, 1fr);
  text-align: center;
}

.final-cta__card p {
  margin-inline: auto;
}

.final-cta__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.final-cta__points span {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.final-cta__card .button {
  justify-self: center;
}

.site-footer {
  padding: 56px 24px 24px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, #ece4d7 0%, #e5dccd 100%);
}

.site-footer__inner {
  width: min(100%, var(--container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) repeat(3, minmax(180px, 0.9fr));
  gap: 28px;
  align-items: start;
}

.site-footer__brand-col {
  max-width: 360px;
}

.site-footer__intro {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.site-footer__col h3 {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.site-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.site-footer__list li {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.site-footer__list strong {
  color: var(--ink);
}

.site-footer__list a {
  color: var(--ink);
  font-weight: 800;
}

.site-footer__links {
  display: grid;
  gap: 10px;
}

.site-footer__links a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.site-footer__bottom {
  width: min(100%, var(--container));
  margin: 26px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 7, 7, 0.10);
}

.site-footer__bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Responsywność */

@media (max-width: 1060px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    padding-bottom: 20px;
  }

  .hero__visual {
    min-height: auto;
    padding-bottom: 74px;
  }

  .poster-stage {
    margin: 0 auto;
    width: min(82vw, 520px);
  }

  .poster-controls {
    bottom: 14px;
  }

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

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

  .step-card--wide {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .split,
  .fit-section__header,
  .fit-checklist,
  .guarantee-card,
  .pricing-grid,
  .about-card,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__brand-col {
    max-width: none;
  }

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

  .fit-card {
    min-height: 210px;
  }

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

  .about-card__photo {
    max-width: 520px;
  }
}

@media (max-width: 720px) {
  .hero {
    padding: 16px;
  }

  .hero__topbar {
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .topbar__right {
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
  }

  .topbar__link,
  .topbar__text-link {
    display: none;
  }

  .brand__text {
    max-width: 145px;
    line-height: 1.05;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  .hero__lead {
    font-size: 1.06rem;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero__facts,
  .pillars,
  .five-pillars,
  .known-grid,
  .steps,
  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    padding-bottom: 62px;
  }

  .poster-stage {
    width: min(92vw, 430px);
  }

  .poster-card {
    border-radius: 24px;
  }

  .poster-card--back,
  .poster-card--front {
    display: none;
  }

  .method-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }

  .scarcity-card {
    top: 12px;
    right: 12px;
    width: 172px;
  }

  .poster-controls {
    bottom: 0;
  }

  .step-card--wide {
    grid-column: auto;
  }

  .before-after {
    grid-template-columns: 1fr;
  }

  .before-after__arrow {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}

@media (max-width: 620px) {
  .fit-section,
  .promise-section,
  .transformation-section,
  .program-section,
  .bonus-section,
  .why-section,
  .comparison-section,
  .guarantee-section,
  .scarcity-section,
  .pricing-section,
  .about-section,
  .final-cta {
    padding-inline: 16px;
  }

  .fit-grid {
    grid-template-columns: 1fr;
  }

  .fit-card {
    min-height: auto;
  }

  .fit-checklist,
  .guarantee-card,
  .final-cta__card,
  .price-card,
  .choice-helper,
  .about-card {
    padding: 20px;
    border-radius: 24px;
  }

  .choice-helper__grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-inline: 16px;
  }
}

@media (max-width: 430px) {
  .location-pill {
    max-width: 132px;
    justify-content: center;
    text-align: center;
  }

  .eyebrow span {
    width: 100%;
    justify-content: center;
  }

  h1 {
    letter-spacing: -0.078em;
  }

  .poster-stage {
    width: 100%;
  }

  .scarcity-card {
    width: 156px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
