@font-face {
  font-family: "Barlow Condensed Local";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-900-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Barlow Condensed Local";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-900-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: dark;
  --bg: #07070a;
  --bg-soft: #0e0f13;
  --panel: #121319;
  --panel-2: #171820;
  --text: #f7f7f4;
  --muted: #b9bec9;
  --muted-2: #8c929e;
  --red: #f13b45;
  --red-dark: #b90f1c;
  --red-soft: rgba(241, 59, 69, 0.11);
  --green: #5bd48a;
  --line: rgba(255, 255, 255, 0.12);
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(190, 15, 30, 0.16), transparent 30rem),
    radial-gradient(circle at 15% 35%, rgba(241, 59, 69, 0.07), transparent 35rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 10px;
  z-index: 1000;
  padding: 10px 14px;
  background: #fff;
  color: #08080a;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 36px), var(--max));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 36px), 820px);
  margin-inline: auto;
}

.topline {
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 10, 0.85);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.topline .container {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.dot {
  color: var(--red);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 42px;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -12rem;
  bottom: 1rem;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgba(241, 59, 69, 0.18);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: 46px;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.76fr);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #ff9aa1;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 3px;
  background: var(--red);
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 5.1vw, 4.65rem);
  letter-spacing: -0.055em;
}

h1 .red,
h2 .red {
  color: var(--red);
}

.title-mobile {
  display: none;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 26px;
  color: #d7dbe3;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-points,
.check-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-points {
  display: grid;
  margin-bottom: 28px;
  gap: 9px;
}

.hero-points li,
.check-list li {
  position: relative;
  padding-left: 30px;
}

.hero-points li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 900;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 14px 20px;
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--red), #c10d1b);
  box-shadow: 0 15px 34px rgba(210, 17, 31, 0.28);
  color: #fff;
}

.button-primary:hover {
  background: linear-gradient(135deg, #ff5059, #d91423);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.23);
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
}

.button-secondary:hover {
  border-color: var(--red);
  background: var(--red-soft);
}

.hero-note {
  max-width: 680px;
  margin: 15px 0 0;
  color: var(--muted-2);
  font-size: 0.82rem;
}

.hero-cover {
  position: relative;
  max-width: 425px;
  margin-inline: auto;
}

.hero-cover::before {
  position: absolute;
  z-index: -1;
  inset: 8% -7% -4%;
  border-radius: 40px;
  background: rgba(195, 15, 29, 0.2);
  filter: blur(44px);
  content: "";
}

.hero-cover img {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.artifact-pill {
  position: absolute;
  right: -28px;
  bottom: 24px;
  width: 178px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 15px;
  background: rgba(14, 15, 19, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
  color: var(--muted);
  font-size: 0.76rem;
}

.artifact-pill strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.96rem;
}

.facts {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fact {
  min-height: 116px;
  padding: 24px 20px;
  border-right: 1px solid var(--line);
}

.fact:last-child {
  border-right: 0;
}

.fact strong {
  display: block;
  color: #fff;
  font-size: 1.42rem;
  line-height: 1.1;
}

.fact span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
}

section {
  padding: 88px 0;
}

.section-head {
  max-width: 810px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head.left {
  margin-inline: 0;
  text-align: left;
}

.section-head h2,
.offer-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(2.05rem, 4.5vw, 3.7rem);
  letter-spacing: -0.045em;
}

.section-head p,
.offer-copy > p {
  color: var(--muted);
  font-size: 1.04rem;
}

.scenario-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
}

.scenario-card {
  padding: 28px;
}

.scenario-letter {
  display: inline-grid;
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(241, 59, 69, 0.38);
  border-radius: 50%;
  background: var(--red-soft);
  color: #ff8b93;
  font-weight: 900;
}

.scenario-card h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

.scenario-card p {
  margin-bottom: 18px;
  color: var(--muted);
}

.scenario-card small {
  color: #e5e7eb;
  font-weight: 700;
}

.method {
  background: var(--bg-soft);
}

.timeline {
  position: relative;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.day {
  min-height: 222px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 16px;
  background: #101116;
}

.day b {
  display: block;
  margin-bottom: 18px;
  color: #ff8f97;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.day h3 {
  margin-bottom: 10px;
  font-size: 1.04rem;
}

.day p {
  margin: 0;
  color: var(--muted-2);
  font-size: 0.78rem;
}

.preview-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.preview-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
}

.preview-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: top center;
}

.preview-caption {
  min-height: 104px;
  padding: 16px 18px;
  background: #121319;
}

.preview-caption strong {
  display: block;
  margin-bottom: 4px;
}

.preview-caption span {
  color: var(--muted);
  font-size: 0.8rem;
}

.preview-actions {
  margin-top: 30px;
  text-align: center;
}

.proof {
  background:
    radial-gradient(circle at 50% 5%, rgba(241, 59, 69, 0.13), transparent 28rem),
    var(--bg-soft);
}

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

.proof-card {
  display: flex;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #101116;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
  flex-direction: column;
}

.proof-card-head {
  border-bottom: 1px solid var(--line);
  padding: 22px 22px 18px;
  background: linear-gradient(135deg, rgba(241, 59, 69, 0.14), transparent 68%);
}

.proof-card-head span,
.message-step > span {
  color: #ff8f97;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-card-head h3 {
  margin-top: 5px;
  font-size: 1.45rem;
}

.message-step {
  margin: 18px 20px 0;
  border-left: 3px solid #555b66;
  padding: 4px 0 4px 14px;
}

.message-step.after {
  border-left-color: var(--red);
}

.message-step p {
  margin: 6px 0 0;
  color: #e8eaee;
  font-size: 0.88rem;
  line-height: 1.48;
}

.message-step.before p {
  color: #969ca8;
  text-decoration: line-through;
  text-decoration-color: rgba(241, 59, 69, 0.46);
}

.proof-result {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding: 20px;
  background: rgba(241, 59, 69, 0.055);
}

.proof-result strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.proof-result p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.proof-disclaimer {
  max-width: 790px;
  margin: 24px auto 0;
  color: var(--muted-2);
  font-size: 0.76rem;
  text-align: center;
}

.proof-actions {
  justify-content: center;
  margin-top: 24px;
}

.bundle {
  display: grid;
  align-items: center;
  gap: 54px;
  grid-template-columns: 0.8fr 1.2fr;
}

.bundle-visual {
  position: relative;
  min-height: 640px;
}

.bundle-cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 5%;
  width: 64%;
  box-shadow: var(--shadow);
}

.bundle-sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62%;
  border: 8px solid #fff;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.bundle-list {
  display: grid;
  margin: 24px 0 30px;
  gap: 14px;
}

.bundle-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
}

.bundle-item > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--red-soft);
  color: #ff8c94;
  font-weight: 900;
}

.bundle-item strong {
  display: block;
}

.bundle-item p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.offer {
  padding-top: 36px;
}

.offer-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(241, 59, 69, 0.33);
  border-radius: 28px;
  background: #111217;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
  grid-template-columns: 1.05fr 0.95fr;
}

.offer-copy,
.offer-price {
  padding: clamp(30px, 5vw, 62px);
}

.offer-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 10%, rgba(241, 59, 69, 0.23), transparent 19rem),
    #0d0e12;
}

.price-label {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price {
  margin: 8px 0 6px;
  font-size: clamp(3.8rem, 8vw, 6.4rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
}

.price small {
  font-size: 0.28em;
  letter-spacing: 0;
}

.tax-note {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.82rem;
}

.guarantee {
  margin-top: 18px;
  border-left: 3px solid var(--green);
  padding-left: 14px;
  color: #dce2e8;
  font-size: 0.84rem;
}

.checkout-status {
  display: none;
  margin-top: 16px;
  border: 1px solid #8f711d;
  border-radius: 10px;
  padding: 12px 14px;
  background: #30270e;
  color: #ffe395;
  font-size: 0.82rem;
}

.checkout-status.is-visible {
  display: block;
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 54px 20px 22px;
  font-weight: 780;
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.faq-list details[open] {
  border-color: rgba(241, 59, 69, 0.37);
}

.faq-list summary::marker {
  color: var(--red);
}

.final-cta {
  padding-top: 36px;
  text-align: center;
}

.final-box {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 54px 24px;
  background:
    linear-gradient(135deg, rgba(241, 59, 69, 0.12), transparent 55%),
    var(--panel);
}

.final-box h2 {
  max-width: 760px;
  margin: 0 auto 16px;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
}

.final-box p {
  max-width: 700px;
  margin: 0 auto 26px;
  color: var(--muted);
}

footer {
  margin-top: 80px;
  border-top: 1px solid var(--line);
  padding: 38px 0 100px;
  background: #050507;
  color: var(--muted-2);
  font-size: 0.78rem;
}

.footer-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1.3fr 1fr;
}

.footer-brand strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: flex-end;
  gap: 16px;
}

.footer-links a:hover {
  color: #fff;
}

.legal-pending {
  margin-top: 22px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  color: #707682;
}

.mobile-buy {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(7, 7, 10, 0.94);
  backdrop-filter: blur(18px);
  transform: translateY(120%);
  transition: transform 180ms ease;
}

.mobile-buy.is-visible {
  transform: translateY(0);
}

.mobile-price {
  min-width: 74px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.1;
}

.mobile-price strong {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}

.mobile-buy .button {
  min-height: 48px;
  flex: 1;
  padding: 12px 16px;
}

dialog {
  width: min(calc(100% - 32px), 520px);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0;
  background: #111217;
  box-shadow: var(--shadow);
  color: var(--text);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(5px);
}

.dialog-content {
  padding: 28px;
}

.dialog-content h2 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.dialog-content p {
  color: var(--muted);
}

.dialog-close {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 13px;
  background: #fff;
  color: #08080a;
  cursor: pointer;
  font-weight: 850;
}

@media (max-width: 1050px) {
  .timeline {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 820px) {
  .hero {
    padding-top: 38px;
  }

  .hero-grid,
  .bundle,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    display: contents;
  }

  .hero-grid .eyebrow,
  .hero-grid h1,
  .hero-grid .hero-lead {
    grid-column: 1;
  }

  .hero-grid .button-row {
    grid-row: 4;
  }

  .hero-grid .hero-note {
    grid-row: 5;
  }

  .hero-cover {
    grid-row: 6;
    width: min(78vw, 380px);
    margin-block: 6px 10px;
  }

  .hero-grid .hero-points {
    grid-row: 7;
  }

  .facts-grid,
  .scenario-grid,
  .preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fact:nth-child(2) {
    border-right: 0;
  }

  .fact:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

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

  .day {
    min-height: 180px;
  }

  .bundle-visual {
    width: min(100%, 580px);
    margin-inline: auto;
  }

  .offer-price {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .container,
  .narrow {
    width: min(calc(100% - 28px), var(--max));
  }

  .topline {
    font-size: 0.62rem;
    letter-spacing: 0.115em;
  }

  .topline .container {
    display: grid;
    min-height: 58px;
    gap: 7px;
    grid-template-columns: 1fr 4px 1.2fr 4px 0.82fr;
    line-height: 1.25;
  }

  .topline .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--red);
    color: transparent;
  }

  .hero {
    padding: 24px 0 34px;
  }

  .hero::after {
    right: -18rem;
    bottom: 22rem;
    width: 34rem;
    height: 34rem;
    border-color: rgba(241, 59, 69, 0.22);
  }

  .hero-grid {
    gap: 0;
  }

  .hero-grid .eyebrow {
    margin-bottom: 17px;
    color: #ff9ca3;
    font-size: 0.68rem;
    letter-spacing: 0.15em;
  }

  .hero-grid .eyebrow::before {
    width: 22px;
    height: 2px;
  }

  .hero-title {
    max-width: none;
    margin-bottom: 21px;
    font-family: "Barlow Condensed Local", "Arial Narrow", sans-serif;
    font-size: clamp(4rem, 18.5vw, 4.6rem);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 0.84;
    text-transform: uppercase;
    text-wrap: nowrap;
  }

  .title-desktop {
    display: none;
  }

  .title-mobile {
    display: grid;
    justify-items: start;
    isolation: isolate;
  }

  .title-mobile-top {
    display: flex;
    align-items: center;
    gap: 0.12em;
    color: var(--text);
    font-size: 0.69em;
    letter-spacing: -0.018em;
    line-height: 0.86;
  }

  .title-lub {
    display: inline-grid;
    min-width: 1.48em;
    min-height: 1.48em;
    place-items: center;
    border-radius: 0.12em;
    padding: 0.05em 0.11em 0;
    background: var(--red);
    box-shadow: 0.07em 0.07em 0 #7b0811;
    color: #08080a;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.34em;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    transform: rotate(2deg) translateY(-0.05em);
  }

  .title-action {
    margin-top: 0.08em;
    color: var(--red);
    font-size: 1.09em;
    line-height: 0.76;
    text-shadow: 0.045em 0.045em 0 rgba(116, 5, 14, 0.58);
  }

  .title-person {
    margin-top: 0.085em;
    color: var(--text);
    font-size: 0.985em;
    line-height: 0.78;
  }

  .title-week {
    display: grid;
    height: 1.31em;
    align-items: end;
    margin-top: 0.05em;
    grid-template-columns: auto auto auto;
  }

  .title-w {
    margin: 0 0.09em 0.18em 0;
    border-bottom: 0.07em solid var(--red);
    color: var(--red);
    font-size: 0.46em;
    line-height: 0.82;
  }

  .title-seven {
    position: relative;
    z-index: -1;
    color: var(--red);
    font-size: 1.86em;
    letter-spacing: -0.09em;
    line-height: 0.69;
    transform: skewX(-5deg);
  }

  .title-days {
    margin: 0 0 0.08em -0.03em;
    color: var(--text);
    font-size: 0.82em;
    line-height: 0.78;
  }

  .title-no-filler {
    position: relative;
    z-index: 2;
    margin-top: -0.16em;
    padding: 0.105em 0.2em 0.08em;
    background: var(--text);
    box-shadow: 0.105em 0.105em 0 var(--red-dark);
    color: #07070a;
    font-size: 0.48em;
    letter-spacing: 0.012em;
    line-height: 0.86;
    transform: rotate(-1.2deg);
  }

  .hero-lead {
    max-width: 35ch;
    margin-bottom: 21px;
    color: #dfe2e8;
    font-size: 1.02rem;
    line-height: 1.46;
  }

  .button-row {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .button-row .button {
    width: 100%;
  }

  .hero-grid .button {
    min-height: 56px;
    border-radius: 8px;
    font-size: 0.94rem;
    letter-spacing: -0.01em;
  }

  .hero-grid .button-primary {
    box-shadow: 5px 5px 0 #760812;
  }

  .hero-grid .button-secondary {
    min-height: 52px;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.025);
  }

  .hero-grid .hero-note {
    max-width: 34ch;
    margin: 17px 0 0;
    border-left: 2px solid var(--red);
    padding-left: 10px;
    color: #989eaa;
    font-size: 0.75rem;
    line-height: 1.45;
  }

  .hero-cover {
    margin-block: 34px 22px;
  }

  .hero-grid .hero-points {
    margin: 0;
    gap: 11px;
  }

  .artifact-pill {
    right: -10px;
    bottom: 15px;
  }

  .facts-grid,
  .scenario-grid,
  .preview-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .fact {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 14px;
  }

  .fact:last-child {
    border-bottom: 0;
  }

  section {
    padding: 66px 0;
  }

  .section-head {
    margin-bottom: 30px;
    text-align: left;
  }

  .scenario-card {
    padding: 24px;
  }

  .day {
    min-height: auto;
  }

  .preview-grid {
    max-width: 390px;
    margin-inline: auto;
  }

  .bundle-visual {
    min-height: 470px;
  }

  .offer-copy,
  .offer-price {
    padding: 30px 22px;
  }

  .price {
    font-size: 4.7rem;
  }

  .mobile-buy {
    display: flex;
  }

  footer {
    padding-bottom: 120px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ------------------------------------------------ bramka e-mail i zgoda */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.button-ghost {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.05);
}

.lead-box {
  max-width: 620px;
  margin: 44px auto 0;
  padding: 34px 34px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
  box-shadow: var(--shadow);
  text-align: center;
}

.lead-box h3 {
  margin: 10px 0 12px;
  font-size: clamp(23px, 3vw, 30px);
  line-height: 1.16;
  letter-spacing: -0.015em;
}

.lead-intro {
  margin: 0 auto 24px;
  max-width: 46ch;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.6;
}

.lead-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.lead-scenario {
  flex: 1 1 100%;
  margin: 0 0 6px;
  padding: 0;
  border: 0;
  display: grid;
  gap: 8px;
  text-align: left;
}

.lead-scenario legend {
  padding: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  color: var(--text);
}

.lead-scenario legend span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: var(--muted-2);
}

.lead-scenario label {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.32);
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.35;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.lead-scenario label:hover {
  border-color: rgba(255, 255, 255, 0.26);
}

.lead-scenario input[type="radio"] {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  accent-color: var(--red);
}

.lead-scenario label:has(input:checked) {
  border-color: var(--red);
  background: var(--red-soft);
  color: var(--text);
}

.lead-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.32);
  color: var(--text);
  font: inherit;
  font-size: 16px; /* poniżej 16px iOS przybliża widok przy focusie */
}

.lead-form input[type="email"]::placeholder {
  color: var(--muted-2);
}

.lead-form input[type="email"]:focus-visible {
  border-color: var(--red);
  outline: 2px solid var(--red-soft);
  outline-offset: 1px;
}

.lead-form .button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.lead-form .button[disabled] {
  opacity: 0.62;
  cursor: progress;
}

.lead-note {
  margin: 0;
  color: var(--muted-2);
  font-size: 12.5px;
  line-height: 1.55;
}

.lead-note a {
  color: var(--muted);
  text-decoration: underline;
}

.lead-status {
  margin: 14px 0 0;
  padding: 11px 14px;
  border-radius: 11px;
  background: var(--red-soft);
  color: var(--text);
  font-size: 14px;
}

.consent-banner {
  position: fixed;
  z-index: 60;
  right: 16px;
  bottom: 16px;
  left: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(14, 15, 19, 0.97);
  box-shadow: var(--shadow);
  backdrop-filter: blur(9px);
}

.consent-banner[hidden] {
  display: none;
}

.consent-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 17px 22px;
}

.consent-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.consent-inner a {
  color: var(--text);
  text-decoration: underline;
}

.consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.consent-actions .button {
  padding: 12px 20px;
  font-size: 14px;
}

@media (max-width: 720px) {
  .lead-box {
    padding: 26px 20px 22px;
  }

  .lead-form {
    flex-direction: column;
  }

  .consent-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .consent-actions .button {
    flex: 1 1 0;
    justify-content: center;
  }
}

/* ----------------------------------------------------- strony podziękowań */

.thanks {
  padding: 56px 0 80px;
}

.thanks-inner {
  max-width: 760px;
}

.thanks h1 {
  margin: 8px 0 16px;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.thanks-lead {
  margin: 0 0 30px;
  max-width: 58ch;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.thanks-actions {
  margin-bottom: 26px;
}

.pdf-frame {
  overflow: hidden;
  margin-bottom: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.pdf-frame iframe {
  display: block;
  width: 100%;
  height: 78vh;
  min-height: 460px;
  border: 0;
}

.thanks-next,
.thanks-support,
.thanks-files {
  margin-bottom: 34px;
  padding: 28px 28px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.thanks-next h2,
.thanks-support h2 {
  margin: 0 0 16px;
  font-size: clamp(20px, 2.6vw, 26px);
  letter-spacing: -0.015em;
}

.thanks-next .button {
  margin-top: 6px;
}

.thanks-note {
  margin: 12px 0 0;
  color: var(--muted-2);
  font-size: 13.5px;
  line-height: 1.55;
}

.thanks-support p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.thanks-support a,
.thanks-note a {
  color: var(--text);
  text-decoration: underline;
}

.steps-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.68;
}

.steps-list li {
  margin-bottom: 10px;
}

.steps-list strong {
  color: var(--text);
}

.back-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--muted-2);
  font-size: 14px;
  text-decoration: none;
}

.back-link:hover {
  color: var(--text);
}

@media (max-width: 720px) {
  .thanks {
    padding: 34px 0 96px;
  }

  .pdf-frame iframe {
    height: 62vh;
  }
}

.footer-seller {
  display: block;
  margin-top: 8px;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.5;
}

.footer-seller a {
  color: var(--muted);
  text-decoration: underline;
}

.pdf-mobile {
  display: none;
}

@media (max-width: 820px) {
  .pdf-frame {
    display: none;
  }

  .pdf-mobile {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    text-decoration: none;
  }

  .pdf-mobile img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 18px;
    border-radius: 12px;
    box-shadow: var(--shadow);
  }

  .pdf-mobile-cta {
    display: inline-block;
    padding: 15px 24px;
    border-radius: 13px;
    background: linear-gradient(180deg, var(--red) 0%, var(--red-dark) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
  }
}

/* Pasek nad hero nie miescil sie na telefonie i wychodzil poza ekran. */
@media (max-width: 600px) {
  .topline {
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }

  .topline .container {
    gap: 7px;
  }
}

@media (max-width: 440px) {
  .topline .container > *:nth-child(3),
  .topline .container > *:nth-child(4) {
    display: none;
  }
}

.files-loading,
.files-fallback {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.files-ready .button-row {
  margin-bottom: 4px;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
}

.price-old {
  color: var(--muted-2);
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.price-old[hidden] {
  display: none;
}

.price-omnibus {
  margin: 8px 0 0;
  color: var(--muted-2);
  font-size: 12.5px;
  line-height: 1.5;
}

.price-omnibus[hidden] {
  display: none;
}

.price-omnibus strong {
  color: var(--muted);
}

/* ------------------------------------------------------------- opinie */

.reviews {
  background: var(--bg-soft);
}

.reviews-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.review-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 26px 26px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.review-top {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}

.review-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--red) 0%, var(--red-dark) 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.review-meta {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.review-meta strong {
  font-size: 15px;
  letter-spacing: -0.01em;
}

.review-meta span {
  color: var(--muted-2);
  font-size: 12.5px;
}

.review-stars {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.review-card blockquote {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.66;
}

@media (max-width: 980px) {
  .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-inline: auto;
  }
}

/* ------------------------------------------------------------- strona /kup */

body[data-page="kup"] .thanks-inner {
  text-align: center;
}

body[data-page="kup"] .thanks-lead {
  margin-left: auto;
  margin-right: auto;
}

body[data-page="kup"] .thanks-actions {
  justify-content: center;
}

body[data-page="kup"] .guarantee {
  border-left: 0;
  padding-left: 0;
}

/* Belka logotypow platnosci pod przyciskiem zakupu */
.payment-methods {
  display: block;
  margin: 16px auto 0;
  height: 36px;
  width: auto;
  max-width: 100%;
}

/* Belka platnosci w hero: wysrodkowana i wieksza (PNG ma 48px natywnie —
   powyzej tego zaczyna sie rozmycie na retinie) */
.payment-methods--hero {
  margin: 20px auto 0;
  height: 44px;
}

/* Na waskim ekranie pasek jest szerszy niz viewport — sztywna wysokosc
   ze sciesnieta szerokoscia deformowala loga. Skalujemy po szerokosci. */
@media (max-width: 640px) {
  .payment-methods,
  .payment-methods--hero {
    height: auto;
    width: 100%;
    max-width: 380px;
  }
}

.reviews-note {
  margin: 18px auto 0;
  max-width: 620px;
  text-align: center;
  color: var(--muted-2);
  font-size: 12.5px;
  line-height: 1.55;
}
