/* ===== Основа оформлення ===== */
:root {
  color-scheme:dark;
  --bg:#07110e;
  --panel:#0f211b;
  --panel-2:#153129;
  --text:#f4f8f6;
  --muted:#adbbb4;
  --green:#79e6af;
  --blue:#91c7e8;
  --line:rgba(191,244,216,.17);
  --radius:16px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-bottom:110px
}
body {
  margin:0;
  background:#040a08;
  color:var(--text);
  font:15px/1.6 Manrope,Arial,sans-serif;
  -webkit-font-smoothing:antialiased
}
body.modal-open {
  overflow:hidden
}
button,a,summary {
  touch-action:manipulation
}
button {
  font:inherit;
  cursor:pointer
}
a {
  color:inherit
}
img {
  display:block;
  max-width:100%;
  height:auto
}
button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:5px
}
[hidden] {
  display:none!important
}
.page {
  max-width:480px;
  margin:auto;
  background:var(--bg);
  overflow:clip;
  box-shadow:0 0 100px #0004
}
.skip {
  position:fixed;
  top:8px;
  left:8px;
  z-index:100;
  padding:12px;
  background:var(--green);
  color:var(--bg);
  transform:translateY(-160%)
}
.skip:focus {
  transform:none
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-weight:800;
  line-height:1.12;
  letter-spacing:-.045em
}
h1 {
  font-size:clamp(36px,10.8vw,48px)
}
h2 {
  font-size:clamp(28px,7.5vw,35px)
}
h3 {
  font-size:18px;
  line-height:1.3;
  letter-spacing:-.025em
}
p {
  color:var(--muted)
}
strong {
  color:var(--text);
  font-weight:700
}
em,.accent {
  font-style:normal;
  color:var(--green)
}
.eyebrow {
  margin-bottom:14px;
  color:var(--green);
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
  line-height:1.5
}
.section {
  padding:42px 24px;
  border-top:1px solid var(--line)
}
.section>p:not(.eyebrow) {
  margin-top:18px
}
.section h2+p {
  margin-top:20px
}
.small-note {
  font-size:12px!important;
  color:var(--muted);
  line-height:1.55
}
.micro {
  font-size:10px;
  text-align:center;
  margin-top:10px;
  line-height:1.6
}
.cta {
  display:flex;
  width:100%;
  min-height:56px;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 18px;
  border:1px solid var(--green);
  border-radius:10px;
  background:var(--green);
  color:var(--bg);
  font-weight:800;
  text-decoration:none;
  transition:background .18s,box-shadow .18s
}
.cta>span {
  font-size:24px;
  line-height:1
}
.cta:hover {
  background:#a2efc8
}
.cta:active {
  background:#64ca96;
  box-shadow:inset 0 2px 8px #07110e22
}
.hero {
  position:relative;
  padding:18px 24px 8px;
  background:radial-gradient(ellipse at 110% 45%,#163a2b 0,transparent 60%)
}
.topline {
  display:flex;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  font-size:9px;
  letter-spacing:.035em;
  color:var(--muted)
}
.start {
  display:flex;
  align-items:center;
  gap:5px
}
.start i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--green)
}
.wordmark {
  display:flex;
  gap:6px;
  align-items:center;
  font-size:12px;
  letter-spacing:.075em;
  color:var(--text);
  font-weight:800;
  margin:28px 0 20px
}
.wordmark b {
  padding:2px 5px;
  color:var(--bg);
  background:var(--green);
  border-radius:2px
}
.wordmark>span {
  margin-left:auto;
  font-size:19px;
  color:var(--green)
}
.hero h1 {
  position:relative;
  z-index:1
}
.hero-context {
  position:relative;
  min-height:154px;
  display:flex;
  align-items:center;
  margin-top:2px
}
.hero-context p {
  position:relative;
  z-index:1;
  width:67%;
  font-size:14px;
  line-height:1.7
}
.hero-context strong {
  color:var(--green)
}
.dna-hero {
  position:absolute;
  width:160px;
  height:240px;
  object-fit:contain;
  right:-16px;
  top:-54px;
  pointer-events:none
}
.hero-purchase {
  position:relative;
  z-index:1
}
.price {
  display:flex;
  gap:13px;
  align-items:center;
  margin-bottom:15px
}
.price>strong {
  font-size:36px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-.04em
}
.price>s {
  font-size:18px;
  color:var(--muted)
}
.price>span {
  font-size:11px;
  line-height:1.5;
  color:var(--muted);
  margin-left:auto
}
.explore {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:48px;
  text-decoration:none;
  color:var(--muted);
  font-size:11px;
  margin-top:12px
}
.explore span {
  font-size:18px;
  color:var(--green)
}
.approach {
  border-top:0;
  padding-top:38px
}
.without {
  list-style:none;
  padding:0;
  margin:22px 0
}
.without li {
  display:flex;
  gap:10px;
  padding:9px 0;
  border-bottom:1px solid var(--line);
  font-size:13px
}
.without li:before {
  content:'×';
  color:var(--muted);
  font-weight:700;
  font-size:19px;
  line-height:1.2
}
.accent-note {
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px 0 0
}
.check {
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  flex-shrink:0;
  border-radius:50%;
  background:var(--green);
  color:var(--bg);
  font-weight:800
}
.accent-note p {
  font-size:14px
}
.why {
  background:var(--panel)
}
.benefit {
  display:grid;
  grid-template-columns:32px 1fr;
  gap:12px;
  padding-top:24px
}
.benefit>span {
  color:var(--green);
  font-size:13px;
  font-weight:800;
  padding-top:2px
}
.benefit p {
  font-size:13px;
  margin-top:7px
}
.audience {
  padding-bottom:30px
}
.situation {
  display:grid;
  grid-template-columns:28px 1fr;
  gap:11px;
  margin-top:22px;
  padding-bottom:22px;
  border-bottom:1px solid var(--line)
}
.situation:last-child {
  border-bottom:0;
  padding-bottom:0
}
.situation>span {
  font-size:22px;
  color:var(--green)
}
.situation h3 {
  font-size:17px
}
.situation p {
  font-size:13px;
  margin-top:8px
}
.explain {
  background:linear-gradient(140deg,#112b22,#0b1b15)
}
.method-flow {
  list-style:none;
  margin:25px 0 0;
  padding:0;
  counter-reset:flow
}
.method-flow li {
  position:relative;
  display:grid;
  grid-template-columns:28px 1fr;
  column-gap:10px;
  padding:0 0 22px;
  counter-increment:flow
}
.method-flow li:before {
  content:counter(flow);
  grid-row:span 2;
  background:var(--panel-2);
  color:var(--green);
  border:1px solid var(--line);
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  font-size:11px;
  font-weight:800;
  border-radius:50%;
  z-index:1
}
.method-flow li:not(:last-child):after {
  content:'';
  position:absolute;
  left:13px;
  top:28px;
  bottom:3px;
  border-left:1px solid var(--line)
}
.method-flow b {
  line-height:1.5
}
.method-flow span {
  grid-column:2;
  font-size:13px;
  color:var(--muted)
}
.manifesto {
  padding:42px 24px;
  border-block:1px solid #79e6af55;
  background:#10291f
}
.manifesto>p:not(.eyebrow) {
  margin-top:20px
}
.statement {
  border-left:3px solid var(--green);
  padding-left:17px;
  margin-top:26px;
  font-size:23px;
  font-weight:800;
  letter-spacing:-.03em;
  line-height:1.4
}
.statement mark {
  background:var(--green);
  color:var(--bg);
  padding:0 4px;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone
}
.dna-map {
  border-top:0
}
.question-map {
  list-style:none;
  margin:28px 0 0;
  padding:0
}
.question-map li {
  position:relative;
  display:flex;
  gap:14px;
  padding:16px 14px;
  background:var(--panel);
  border:1px solid var(--line);
  border-bottom:0
}
.question-map li:first-child {
  border-radius:12px 12px 0 0
}
.question-map li:last-child {
  border-bottom:1px solid var(--line);
  border-radius:0 0 12px 12px
}
.question-map li>span {
  font-size:11px;
  color:var(--green);
  padding-top:4px
}
.question-map h3 {
  font-size:19px
}
.question-map p {
  font-size:12px;
  margin-top:6px
}
.map-end {
  text-align:center
}
.map-end>span {
  display:block;
  color:var(--green);
  font-size:26px;
  margin:8px
}
.map-end p {
  font-size:14px
}
.map-end strong {
  color:var(--green)
}
.author {
  background:#0c1e20
}
.author-top {
  display:grid;
  grid-template-columns:110px 1fr;
  gap:18px;
  align-items:center
}
.author-top h2 {
  font-size:28px
}
.author-top p {
  font-size:12px;
  margin-top:8px
}
.portrait-placeholder {
  height:140px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px dashed #658883;
  border-radius:12px;
  background:#112b2a
}
.portrait-placeholder>span {
  font-size:60px;
  line-height:1.2;
  color:#7ca498;
  font-weight:500
}
.portrait-placeholder small {
  font-size:10px;
  color:var(--muted)
}
.author-number {
  display:flex;
  gap:16px;
  align-items:center;
  margin-top:24px;
  padding-block:14px;
  border-block:1px solid var(--line)
}
.author-number>strong {
  font-size:72px;
  line-height:1;
  color:var(--green);
  letter-spacing:-.06em
}
.author-number p {
  font-size:13px;
  color:var(--text)
}
blockquote {
  margin:26px 0 0;
  font-size:21px;
  line-height:1.45;
  font-weight:700;
  letter-spacing:-.03em
}
.author>p:not(.eyebrow) {
  font-size:14px
}
.program {
  padding-bottom:32px
}
.lesson {
  overflow:hidden;
  margin-top:25px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--panel)
}
.lesson-top {
  display:flex;
  justify-content:space-between;
  gap:8px;
  padding:14px 18px;
  border-bottom:1px solid var(--line);
  font-size:9px;
  letter-spacing:.08em;
  font-weight:800;
  color:var(--green)
}
.lesson-top>span:last-child {
  color:var(--muted);
  text-align:right
}
.lesson-visual {
  position:relative;
  isolation:isolate;
  height:180px;
  background:radial-gradient(ellipse at 40% 80%,#204633,transparent 75%)
}
.lesson-visual img {
  position:absolute;
  width:192px;
  height:192px;
  object-fit:contain;
  left:calc(50% - 112px);
  top:0;
  z-index:1
}
.lesson-visual>span {
  position:absolute;
  right:16px;
  bottom:0;
  font-size:116px;
  font-weight:800;
  line-height:1;
  color:#254739;
  letter-spacing:-.08em
}
.lesson:nth-of-type(2) .lesson-visual {
  background:radial-gradient(ellipse at 40% 80%,#1b3e4b,transparent 75%)
}
.lesson:nth-of-type(2) .lesson-visual>span {
  color:#244650
}
.lesson-copy {
  padding:8px 18px 18px
}
.lesson h3 {
  font-size:25px
}
.lesson-copy>p {
  font-size:13px;
  margin-top:12px
}
.lesson ul {
  padding-left:16px;
  margin:16px 0;
  font-size:13px;
  display:grid;
  gap:8px
}
.lesson li::marker {
  color:var(--green)
}
.lesson-result {
  padding:14px;
  background:#79e6af0b;
  border-left:2px solid var(--green)
}
.lesson-result b {
  font-size:9px;
  letter-spacing:.07em;
  color:var(--green)
}
.lesson-result p {
  font-size:12px;
  margin-top:5px;
  color:#d0ddd5
}
.program>.cta {
  margin-top:24px
}
.choice {
  text-align:center;
  padding:25px 0
}
.choice>span {
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:var(--muted)
}
.choice>p {
  font-size:21px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:-.03em;
  margin-top:8px
}
.choice>b {
  display:block;
  font-size:26px;
  color:var(--green);
  margin:12px
}
.not-for {
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid var(--line)
}
.not-for h3 {
  font-size:17px
}
.not-for p {
  font-size:13px;
  margin-top:8px
}
.access {
  background:var(--panel)
}
.access-list {
  padding:0;
  margin:25px 0 0;
  list-style:none;
  counter-reset:access
}
.access-list li {
  counter-increment:access;
  position:relative;
  padding:0 0 22px 38px
}
.access-list li:last-child {
  padding-bottom:0
}
.access-list li:before {
  content:counter(access);
  position:absolute;
  left:0;
  top:0;
  border:1px solid var(--green);
  color:var(--green);
  border-radius:6px;
  width:25px;
  height:25px;
  text-align:center;
  font-size:12px;
  line-height:23px
}
.access-list p {
  font-size:13px;
  margin-top:7px
}
.guarantee {
  background:linear-gradient(145deg,#163527,#0b1c14);
  position:relative
}
.guarantee-icon {
  display:block;
  color:var(--green);
  font-size:54px;
  line-height:1;
  margin-bottom:18px
}
.guarantee h2 {
  font-size:36px
}
.guarantee>p {
  font-size:14px
}
.faq details {
  border-bottom:1px solid var(--line)
}
.faq h2 {
  margin-bottom:20px
}
.faq summary {
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:18px 26px 18px 0;
  min-height:52px;
  font-size:14px;
  font-weight:700;
  line-height:1.5
}
.faq summary::-webkit-details-marker {
  display:none
}
.faq summary:after {
  content:'+';
  position:absolute;
  right:0;
  top:15px;
  color:var(--green);
  font-size:23px;
  font-weight:500
}
.faq details[open] summary:after {
  content:'−'
}
.faq details p {
  font-size:13px;
  padding-bottom:18px
}
.final-offer {
  padding:42px 24px 36px;
  background:radial-gradient(ellipse at 95% 10%,#234f36,transparent 70%),var(--panel)
}
.final-offer h2 {
  font-size:36px
}
.final-offer>p:not(.eyebrow):not(.micro) {
  margin-top:20px
}
.final-offer .price {
  margin-top:26px
}
footer {
  padding:26px 24px calc(110px + env(safe-area-inset-bottom));
  font-size:11px
}
footer>b {
  letter-spacing:.07em;
  font-size:11px
}
footer>p {
  margin-top:14px;
  font-size:10px;
  line-height:1.7
}
.demo-label {
  color:var(--green)
}
.sticky-buy {
  position:fixed;
  z-index:20;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:min(100%,480px);
  padding:10px 16px calc(10px + env(safe-area-inset-bottom));
  border-top:1px solid var(--line);
  background:#0c1b15;
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  box-shadow:0 -12px 30px #0004
}
.sticky-buy b {
  font-size:12px;
  display:block
}
.sticky-buy small {
  font-size:10px;
  color:var(--muted);
  display:block
}
.sticky-buy button {
  background:var(--green);
  color:var(--bg);
  border:0;
  min-height:44px;
  padding:10px 20px;
  border-radius:8px;
  font-size:13px;
  font-weight:800
}
.sticky-buy button>span {
  margin-left:10px
}
.sticky-buy button:hover {
  background:#a2efc8
}
dialog {
  width:calc(100% - 32px);
  max-width:432px;
  max-height:calc(100dvh - 32px);
  margin:auto;
  padding:36px 24px 24px;
  background:var(--panel);
  color:var(--text);
  border:1px solid #517563;
  border-radius:20px;
  overflow:auto
}
dialog::backdrop {
  background:#000b
}
dialog h2 {
  font-size:28px
}
dialog>p:not(.eyebrow) {
  font-size:14px;
  margin-top:16px
}
dialog .cta {
  margin-top:22px;
  font-size:13px
}
.close-dialog {
  position:absolute;
  right:6px;
  top:4px;
  width:44px;
  height:44px;
  border:0;
  background:transparent;
  color:var(--muted);
  font-size:27px
}
.checkout-product {
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:18px 0;
  margin-top:16px;
  border-block:1px solid var(--line);
  font-size:13px
}
.checkout-product strong {
  font-size:27px;
  color:var(--green)
}
.no-js {
  padding:20px;
  text-align:center;
  color:var(--text);
  font-size:13px
}
@media(max-width:359px) {
  .hero,.section,.manifesto,.final-offer {
  padding-left:20px;
  padding-right:20px
}
.topline {
  font-size:8px
}
.hero-context p {
  font-size:12px
}
.dna-hero {
  right:-26px;
  width:145px
}
.wordmark {
  font-size:10px
}
.author-top {
  grid-template-columns:86px 1fr;
  gap:12px
}
.portrait-placeholder {
  height:120px
}
.author-top h2 {
  font-size:25px
}
.lesson-top {
  font-size:8px
}
.lesson h3 {
  font-size:23px
}
.final-offer h2,.guarantee h2 {
  font-size:32px
}
}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
*,*::before,*::after {
  transition:none!important;
  animation:none!important
}
}

/* ===== Компоненти та варіанти ===== */
/* Variants 15–17: text-first extension of visual direction 7. */
.variant-page { --muted: #d8e2dd; }
.variant-page .section { position: relative; padding-block: 52px; }
.variant-page .section h2 { position: relative; z-index: 1; margin-bottom: 22px; }
.variant-page .section h2 em,
.variant-page .final-offer h2 em { color: var(--green); text-shadow: 0 0 28px rgba(121,230,175,.16); }
.variant-page .section h2 em { background: linear-gradient(transparent 78%,rgba(121,230,175,.15) 0); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.variant-page .section > h2:first-child { margin-top: 0; }
.variant-page .section > p + p { margin-top: 14px; }
.variant-page .section > p:not(.small-note),
.variant-page .final-offer > p:not(.micro) { color: #e8efeb; }
.variant-page .problem { background: radial-gradient(circle at 92% 12%,rgba(121,230,175,.08),transparent 34%); }
.variant-page .explain { background: linear-gradient(155deg,rgba(13,36,28,.96),rgba(6,16,13,.98)); }
.variant-page .hero { min-height: 690px; display: flex; flex-direction: column; }
.variant-page .hero .wordmark { margin-bottom: 24px; }
.variant-page .hero-copy { position: relative; z-index: 2; max-width: 285px; margin-top: 14px; font-size: 15px; }
.variant-page .hero-copy strong { color: var(--green); }
.variant-page .dna-hero { top: 214px; right: -42px; width: 214px; height: 320px; opacity: .92; }
.variant-page .hero-purchase { margin-top: auto; }
.variant-page .big-line { margin: 26px 0 0; color: var(--text); font-size: 22px; font-weight: 800; line-height: 1.35; letter-spacing: -.035em; }
.variant-page .strike-list { list-style: none; padding: 0; margin: 24px 0 0; }
.variant-page .strike-list li { position: relative; padding: 13px 0 13px 32px; border-bottom: 1px solid var(--line); color: var(--text); }
.variant-page .strike-list li::before { content: '×'; position: absolute; left: 3px; color: var(--green); font-size: 24px; line-height: 1; }
.variant-page .direct-list { display: grid; gap: 10px; list-style: none; padding: 0; margin: 26px 0 0; counter-reset: direct; }
.variant-page .direct-list li { counter-increment: direct; display: grid; grid-template-columns: 46px minmax(0,1fr); column-gap: 13px; padding: 17px; border: 1px solid rgba(121,230,175,.18); border-radius: 14px; background: linear-gradient(135deg,rgba(121,230,175,.08),rgba(255,255,255,.015)); }
.variant-page .direct-list li::before { content: counter(direct, decimal-leading-zero); grid-row: 1 / span 2; display: grid; place-items: center; align-self: start; width: 42px; height: 42px; border: 1px solid rgba(121,230,175,.42); border-radius: 12px; background: rgba(121,230,175,.1); color: var(--green); font-size: 12px; font-weight: 800; }
.variant-page .direct-list b { display: block; color: var(--text); font-size: 16px; line-height: 1.3; }
.variant-page .direct-list span { display: block; grid-column: 2; margin-top: 5px; color: #dce6e1; font-size: 13px; line-height: 1.55; }
.variant-page .audience { background: radial-gradient(circle at 0 28%,rgba(121,230,175,.08),transparent 32%); }
.variant-page .audience-lines { display: grid; gap: 10px; margin-top: 26px; }
.variant-page .audience-line { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(135deg,rgba(255,255,255,.025),transparent); }
.variant-page .audience-arrow { display: grid; place-items: center; align-self: start; width: 30px; height: 30px; border-radius: 9px; background: var(--green); color: var(--bg); font-size: 15px; font-weight: 800; }
.variant-page .audience-line b { display: block; font-size: 17px; line-height: 1.3; }
.variant-page .audience-line p { margin-top: 7px; font-size: 13px; }
.variant-page .truth { overflow: hidden; background: var(--panel); }
.variant-page .truth h2 { font-size: 36px; }
.variant-page .truth-mark { display: inline; padding: 0 4px; background: var(--green); color: var(--bg); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.variant-page .definition { background: linear-gradient(145deg, #163429, #0b1c16); }
.variant-page .question-map { margin-top: 26px; }
.variant-page .author blockquote { border-left: 3px solid var(--green); padding-left: 16px; }
.variant-page .author > h2 { margin-top: 28px; }
.variant-page .author-name { display: block; font-size: 28px; line-height: 1.15; letter-spacing: -.04em; }
.variant-page .author-sign { margin-top: 22px; color: var(--green); font-weight: 800; }
.variant-page .lesson-intro { margin-top: 0!important; }
.variant-page .program .lesson { margin-top: 18px; }
.variant-page .program .lesson-copy { padding-top: 18px; }
.variant-page .program .lesson-copy h3 { font-size: 23px; }
.variant-page .program .lesson-copy ul { margin-bottom: 0; }
.variant-page .lesson-final { position: relative; isolation: isolate; overflow: hidden; margin-top: 22px; padding: 24px 20px 20px; border: 1px solid rgba(121,230,175,.48); border-radius: 20px; background: radial-gradient(circle at 0 0,rgba(121,230,175,.22),transparent 42%),linear-gradient(145deg,rgba(20,39,31,.96),rgba(5,12,10,.98)); box-shadow: 0 22px 54px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.08),inset 0 0 36px rgba(121,230,175,.05); backdrop-filter: blur(16px); }
.variant-page .lesson-final::before { content: ''; position: absolute; z-index: -1; top: -70px; right: -54px; width: 170px; height: 170px; border: 22px solid rgba(121,230,175,.06); border-radius: 50%; box-shadow: 0 0 70px rgba(121,230,175,.18); }
.variant-page .lesson-final::after { content: 'ДНК'; position: absolute; z-index: -1; right: -5px; bottom: -15px; color: rgba(121,230,175,.04); font-size: 88px; font-weight: 800; letter-spacing: -.08em; }
.variant-page .final-step-head { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; }
.variant-page .final-step-number { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(208,255,230,.7); border-radius: 50%; background: linear-gradient(145deg,#a3f0ca,#56c792); color: #07110e; font-size: 25px; font-weight: 800; box-shadow: 0 0 0 7px rgba(121,230,175,.08),0 0 28px rgba(121,230,175,.28); }
.variant-page .final-step-head small { display: block; margin-bottom: 5px; color: #a7d8c0; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.variant-page .lesson-final h3 { color: var(--text); font-size: 26px; line-height: 1.1; }
.variant-page .lesson-final > p { margin-top: 20px; color: #c6d7ce; font-size: 14px; line-height: 1.65; }
.variant-page .final-step-result { margin-top: 20px; padding: 16px; border: 1px solid rgba(121,230,175,.24); border-radius: 13px; background: rgba(121,230,175,.075); }
.variant-page .final-step-result b { color: var(--green); font-size: 9px; letter-spacing: .12em; }
.variant-page .final-step-result p { margin-top: 7px; color: var(--text); font-size: 14px; font-weight: 700; line-height: 1.45; }
.variant-page .final-step-note { display: block; margin-top: 13px; color: #7f998d; font-size: 9px; line-height: 1.45; }
.variant-page .result-pair { padding: 20px 0; border-bottom: 1px solid var(--line); }
.variant-page .result-pair small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.variant-page .result-pair strong { display: block; margin-top: 5px; color: var(--green); font-size: 19px; line-height: 1.35; }
.variant-page .warning { margin-top: 24px; padding: 18px; border-left: 3px solid var(--green); background: rgba(121,230,175,.06); }
.variant-page .warning strong { display: block; margin-bottom: 6px; }
.variant-page .faq details:first-of-type { border-top: 1px solid var(--line); }
.variant-page .outcome { background: linear-gradient(160deg,#081510,#10271e); }
.variant-page .not-for .warning { border-radius: 0 14px 14px 0; }
.variant-page .access-guarantee { background: radial-gradient(circle at 100% 48%,rgba(121,230,175,.11),transparent 34%),var(--panel); }
.variant-page .guarantee-visual { overflow: hidden; margin-top: 28px; border: 1px solid rgba(121,230,175,.2); border-radius: 18px; background: linear-gradient(145deg,rgba(121,230,175,.08),rgba(0,0,0,.14)); }
.variant-page .guarantee-visual picture,.variant-page .guarantee-visual img { display: block; width: 100%; }
.variant-page .guarantee-visual img { height: auto; aspect-ratio: 3/2; object-fit: contain; padding: 8px 8px 0; }
.variant-page .guarantee-visual > small { display: block; padding: 8px 14px 12px; color: #789087; font-size: 9px; line-height: 1.4; text-align: center; }
.variant-page .refund { position: relative; overflow: hidden; margin-top: 14px; padding: 24px 20px 22px 68px; border: 1px solid rgba(121,230,175,.45); border-radius: 16px; background: linear-gradient(135deg,rgba(121,230,175,.13),rgba(121,230,175,.035)); }
.variant-page .refund-stamp { position: absolute; top: 22px; left: 18px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--green); color: var(--bg); font-size: 18px; font-weight: 800; box-shadow: 0 0 0 6px rgba(121,230,175,.09); }
.variant-page .refund-kicker { display: block; margin-bottom: 7px; color: #94b9a7; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.variant-page .refund b { display: block; color: var(--green); font-size: 20px; }
.variant-page .refund p { margin-top: 8px; font-size: 13px; }
.variant-page .final-offer { min-height: 570px; display: flex; flex-direction: column; justify-content: center; }
.variant-page .final-offer h2 { font-size: 40px; }
.variant-page .final-offer h2 em { background: linear-gradient(transparent 76%,rgba(121,230,175,.16) 0); }
.variant-page .variant-label { padding: 10px 24px; border-top: 1px solid var(--line); color: #789087; font-size: 9px; text-align: center; letter-spacing: .08em; }
.variant-page footer { padding-bottom: calc(26px + env(safe-area-inset-bottom)); }
body[data-variant="16"] .hero { min-height: 650px; }
body[data-variant="16"] .hero h1 { max-width: 100%; }
body[data-variant="16"] .hero-copy { max-width: 214px; margin-top: 18px; color: #edf4f0; line-height: 1.55; }
body[data-variant="16"] .dna-hero { top: 266px; right: -44px; width: 178px; height: 267px; }
body[data-variant="16"] .hero-purchase { margin-top: 16px; }
body[data-variant="16"] .hero-purchase .price { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; row-gap: 2px; width: min(210px,64%); margin-bottom: 0; }
body[data-variant="16"] .hero-purchase .price > strong { font-size: 34px; white-space: nowrap; }
body[data-variant="16"] .hero-purchase .price > s { align-self: center; font-size: 15px; white-space: nowrap; }
body[data-variant="16"] .hero-purchase .price > span { grid-column: 1 / -1; margin-left: 0; color: #dce6e1; }
body[data-variant="16"] .hero-purchase .cta { margin-top: 72px; }
.variant-page .sticky-buy { bottom: max(8px,env(safe-area-inset-bottom)); width: min(calc(100% - 16px),464px); min-height: 86px; padding: 8px; border: 1px solid rgba(121,230,175,.44); border-radius: 19px; background: linear-gradient(135deg,#101d18,#07110e); gap: 8px; box-shadow: 0 16px 50px rgba(0,0,0,.65),0 0 34px rgba(121,230,175,.09),inset 0 1px rgba(255,255,255,.05); }
.variant-page .sticky-copy { min-width: 0; padding: 5px 2px 5px 8px; }
.variant-page .sticky-copy > small { color: #85a495; font-size: 7px; font-weight: 800; letter-spacing: .1em; white-space: nowrap; }
.variant-page .sticky-copy > b { margin-top: 2px; color: var(--text); font-size: 15px; letter-spacing: -.02em; }
.variant-page .sticky-copy > span { display: flex; gap: 7px; align-items: baseline; margin-top: 4px; white-space: nowrap; }
.variant-page .sticky-copy strong { color: var(--green); font-size: 15px; }
.variant-page .sticky-copy s { color: #70847a; font-size: 9px; }
.variant-page .sticky-buy > button { position: relative; display: flex; justify-content: center; align-items: center; flex: 1 1 56%; align-self: stretch; min-height: 68px; padding: 14px 18px; border: 1px solid #c3ffdf; border-radius: 14px; background: linear-gradient(110deg,#a6f2ce,#62d59d); color: #07110e; box-shadow: inset 0 -5px rgba(7,17,14,.12),0 8px 24px rgba(121,230,175,.18); }
.variant-page .sticky-buy > button:hover { background: linear-gradient(110deg,#c2ffe0,#79e6af); }
.variant-page .sticky-buy > button b { color: #07110e; font-size: 14px; letter-spacing: .04em; }
.variant-page .sticky-buy > button i { margin-left: 10px; font-size: 16px; font-style: normal; }
.variant-page .sticky-buy > button > .sticky-discount { position: absolute; top: -14px; right: 8px; margin: 0; padding: 5px 8px; border: 2px solid #07110e; border-radius: 20px; background: #d6ffe8; color: #07110e; font-size: 9px; font-weight: 800; box-shadow: 0 4px 14px rgba(0,0,0,.28); }
@media (max-width:359px) {
  .variant-page .hero { min-height: 650px; }
  .variant-page .dna-hero { width: 180px; height: 270px; right: -46px; }
  body[data-variant="16"] .hero { min-height: 635px; }
  body[data-variant="16"] .hero-copy { max-width: 185px; font-size: 14px; }
  body[data-variant="16"] .dna-hero { top: 260px; right: -50px; width: 160px; height: 240px; }
  body[data-variant="16"] .hero-purchase .cta { margin-top: 60px; }
  .variant-page .truth h2 { font-size: 32px; }
  .variant-page .sticky-copy > small { font-size: 6px; }
  .variant-page .sticky-copy > b { font-size: 13px; }
  .variant-page .sticky-copy strong { font-size: 13px; }
  .variant-page .sticky-buy > button { padding-inline: 12px; }
  .variant-page .sticky-buy > button b { font-size: 12px; }
}

/* ===== Структура фінального лендингу ===== */
/* Independent variant 41. Base typography/sections: 16. Hero direction: 26. */
.design-41 { --green:#7cf0b2; --muted:#dce8e1; --panel:#0f211b; }
.design-41 .page { width:100%; max-width:480px; }
.design-41 p { color:#e1ece6; }
.design-41 .section { padding:52px 24px; }
.design-41 .section h2 { font-size:clamp(28px,7.5vw,35px); line-height:1.12; letter-spacing:-.045em; }
.design-41 .section h2 em { background:linear-gradient(transparent 78%,#79e6af26 0); box-decoration-break:clone; -webkit-box-decoration-break:clone; }
.design-41 .heading-line { display:block; margin-top:6px; }
.design-41 .small-note { color:#bed1c6; }
.design-41 .hero {
  min-height:0; padding:20px 22px 30px; display:block; overflow:hidden;
  background:radial-gradient(circle at 90% 43%,#40bd7a33,transparent 28%),linear-gradient(145deg,#03100b,#09251a);
  border:0;
}
.design-41 .topline { position:relative; z-index:3; padding-bottom:14px; border-bottom:1px solid #9df1c566; color:#e2f1e8; font-size:9px; }
.design-41 .topline .start { color:#c5f6db; }
.design-41 .hero .wordmark { position:relative; z-index:3; margin:26px 0 28px; font-size:13px; }
.design-41 .wordmark b { color:#06140d; background:var(--green); padding:2px 5px; border-radius:0; }
.design-41 .hero h1 { position:relative; z-index:3; max-width:365px; font-family:Outfit,Manrope,sans-serif; font-size:clamp(31px,8.8vw,43px); line-height:1.02; letter-spacing:-.055em; text-transform:uppercase; text-wrap:balance; }
.design-41 .hero h1 em { color:var(--green); text-shadow:0 0 26px #7cf0b233; }
.design-41 .hero-details { position:relative; display:grid; grid-template-columns:minmax(0,1fr) 138px; align-items:center; margin:22px -6px 0 0; gap:8px; }
.design-41 .hero-points { z-index:3; display:grid; gap:8px; }
.design-41 .hero-points strong { padding:9px 0 9px 12px; border-left:2px solid #7cf0b288; color:#f1fff7; font-size:13px; line-height:1.5; background:linear-gradient(90deg,#7cf0b20c,transparent); }
.design-41 .dna-hero { position:relative; z-index:1; inset:auto; width:174px; height:auto; max-width:none; opacity:1; justify-self:center; filter:drop-shadow(0 0 24px #7cf0b266) drop-shadow(0 18px 35px #000); pointer-events:none; }
.design-41 .hero-copy { max-width:none; position:relative; z-index:3; margin-top:22px; font-size:14px; line-height:1.65; }
.design-41 .hero-purchase { position:relative; z-index:4; margin-top:26px; }
.design-41 .price { display:flex; flex-wrap:wrap; align-items:center; gap:5px 12px; margin:0 0 20px; }
.design-41 .price>strong { color:#f7fff9; font-size:38px; font-weight:800; letter-spacing:-.055em; }
.design-41 .price>s { font-size:17px; color:#bed1c6; }
.design-41 .price>span { margin-left:auto; font-size:12px; line-height:1.5; text-align:right; color:#d9ece2; }
.design-41 .cta { min-height:62px; padding:15px 17px; border-color:#baffd5; border-radius:13px; color:#04130c; background:linear-gradient(110deg,#b1f7d0,#64db9c); box-shadow:inset 0 -4px #05221120,0 10px 28px #57d99515; font-size:15px; font-weight:800; }
.design-41 .cta:hover { background:linear-gradient(110deg,#d2ffe6,#85eeb5); }
.design-41 .hero-purchase .price>strong { font-family:Outfit,Manrope,sans-serif; }
.design-41 .hero-purchase .cta {
  margin-top:0; min-height:64px; border:1px solid #baffd5; border-radius:18px;
  background:linear-gradient(135deg,#91f7bf,#50d993);
  box-shadow:inset 0 1px #fff9,0 12px 30px #37dc8460; color:#03110b;
  transition:filter .2s ease,transform .2s ease;
}
.design-41 .hero-purchase .cta:hover { filter:brightness(1.08); }
.design-41 .hero-purchase .cta:focus-visible { outline:3px solid #fff; outline-offset:3px; }
/* Rings from 26 travel with the DNA, not with a hard-coded heading height. */
.design-41 .hero-dna-scene {
  position:relative; isolation:isolate; display:grid; place-items:center;
  min-width:0; height:261px; width:100%; pointer-events:none;
}
.design-41 .hero-dna-scene::before,.design-41 .hero-dna-scene::after {
  content:""; position:absolute; z-index:0; left:50%; top:50%;
  transform:translate(-50%,-50%); border:1px solid #7cf0b238;
  border-radius:50%; pointer-events:none;
}
.design-41 .hero-dna-scene::before { width:238px; height:238px; }
.design-41 .hero-dna-scene::after {
  width:190px; height:190px;
  box-shadow:inset 0 0 42px #75e3a916,0 0 42px #75e3a916;
}
.design-41 .audience { padding-block:42px; }
.design-41 .method-flow { margin:24px 0 0; }
.design-41 .method-flow li { padding-block:16px; }
.design-41 .method-flow span { color:#dce8e1; }
.design-41 .audience-lines { gap:8px; margin-top:22px; }
.design-41 .audience-line { grid-template-columns:24px minmax(0,1fr); gap:10px; padding:13px 12px; border-radius:10px; }
.design-41 .audience-arrow { width:23px; height:23px; border-radius:6px; font-size:14px; }
.design-41 .audience-line b { font-size:15px; line-height:1.35; }
.design-41 .audience-line p { margin-top:4px; font-size:13px; line-height:1.5; color:#e0eae4; }
.design-41 .truth { background:radial-gradient(ellipse at 10% 100%,#7cf0b214,transparent 60%),#0f211b; }
.design-41 .truth-promise { margin-top:30px; padding:22px 0 0; border-top:1px solid #7cf0b238; }
.design-41 .truth-promise span,.design-41 .truth-promise strong { display:block; color:var(--green); font-size:clamp(34px,9.5vw,46px); font-weight:800; line-height:1.13; letter-spacing:-.05em; text-shadow:0 0 30px #7cf0b24d; }
.design-41 .question-map { margin:25px 0 0; }
.design-41 .question-map li { padding:17px 0; }
.design-41 .question-map p { font-size:14px; }
.design-41 .author { padding-bottom:34px; }
.design-41 .author-top { display:grid; grid-template-columns:104px minmax(0,1fr); gap:17px; align-items:center; margin:0 0 25px; }
.design-41 .profile-media { width:104px; height:132px; overflow:hidden; border:1px solid #7cf0b24d; border-radius:14px; background:linear-gradient(145deg,#203e2e,#0a1811); }
.design-41 .profile-placeholder { height:100%; display:flex; flex-direction:column; justify-content:center; align-items:center; color:var(--green); }
.design-41 .profile-placeholder>span { font-size:34px; font-weight:800; letter-spacing:-.08em; }
.design-41 .profile-placeholder small { margin-top:12px; font-size:9px; color:#c7d9cf; }
.design-41 .profile-media img { width:100%; height:100%; object-fit:cover; }
.design-41 .author-top .author-name { margin:0; font-size:clamp(25px,7vw,32px); line-height:1.13; }
.design-41 .author-name em { display:block; }
.design-41 .author>p strong { font-weight:600; }
.design-41 .guarantee-41 { padding-top:38px; border-color:#7cf0b266; background:radial-gradient(ellipse at 90% 15%,#7cf0b23a,transparent 43%),linear-gradient(145deg,#133124,#06140d); }
.design-41 .guarantee-heading { position:relative; isolation:isolate; padding:12px 0 26px; }
.design-41 .guarantee-heading::before { content:''; position:absolute; z-index:-1; inset:-15px -32px 2px 0; border-radius:46% 54% 61% 39%; background:radial-gradient(ellipse,#7cf0b212,transparent 70%); transform:rotate(-12deg); }
.design-41 .guarantee-heading h2 { margin:0; font-size:clamp(36px,10.6vw,50px); line-height:1.05; letter-spacing:-.055em; }
.design-41 .guarantee-heading h2 em { text-shadow:0 0 26px #7cf0b24d; }
.design-41 .guarantee-check { position:absolute; top:0; right:0; display:grid; place-items:center; width:47px; height:47px; border:1px solid #c5ffdc; border-radius:50%; background:var(--green); color:#07110e; font-size:26px; box-shadow:0 0 0 7px #7cf0b215; }
.design-41 .guarantee-statement { padding:22px 18px; border:1px solid #7cf0b233; border-left:4px solid var(--green); border-radius:0 15px 15px 0; background:#07170ee0; }
.design-41 .guarantee-statement p { font-size:16px; line-height:1.6; }
.design-41 .guarantee-statement p+p { margin-top:16px; font-size:13px; }
.design-41 .guarantee-statement strong { color:var(--green); }
.design-41 .guarantee-statement a { overflow-wrap:anywhere; }
.design-41 .guarantee-visual { margin-top:22px; }
.design-41 .guarantee-visual img { width:100%; aspect-ratio:16/10; height:auto; object-fit:contain; }
.design-41 .guarantee-visual>small { color:#b8cec0; }
.design-41 .program { background:linear-gradient(165deg,#07150e,#0d261b); }
.design-41 .program>.cta { margin-top:26px; }
.design-41 .day-card { margin:24px 0 0; overflow:hidden; border:1px solid #7cf0b238; border-radius:16px; background:#10271d; }
.design-41 .day-label { display:flex; align-items:baseline; justify-content:space-between; padding:16px 19px; border-bottom:1px solid #7cf0b22e; font-size:27px; font-weight:800; line-height:1.15; color:var(--green); letter-spacing:-.045em; }
.design-41 .day-label>span { font-size:33px; }
.design-41 .day-image { display:block; width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; object-position:center; background:#10271d; }
.design-41 .day-copy { padding:22px 19px; }
.design-41 .day-copy h3 { color:#f5fff8; font-size:25px; line-height:1.18; letter-spacing:-.035em; }
.design-41 .day-copy>p { margin-top:14px; font-size:14px; line-height:1.65; }
.design-41 .day-result { margin-top:20px; padding:14px; border:1px solid #7cf0b226; border-radius:10px; background:#7cf0b209; }
.design-41 .day-result b { color:var(--green); font-size:10px; text-transform:uppercase; letter-spacing:.09em; }
.design-41 .day-result p { margin-top:6px; color:#effbf3; font-size:13px; line-height:1.55; font-weight:600; }
.design-41 .day-final { border:1px solid #b6ffd67a; background:radial-gradient(circle at 100% 0,#7cf0b23b,transparent 52%),linear-gradient(145deg,#193e2c,#07150e); box-shadow:0 0 30px #7cf0b21a,inset 0 1px #fff3; backdrop-filter:blur(16px); }
.design-41 .day-final .day-label { background:linear-gradient(110deg,#a1f5c9,#64dca0); color:#07150e; }
.design-41 .day-final .day-result { border-color:#b7ffd577; background:#7cf0b215; }
.design-41 .direct-list { gap:12px; margin-top:25px; }
.design-41 .direct-list li { padding:16px 14px; grid-template-columns:36px minmax(0,1fr); gap:4px 12px; }
.design-41 .direct-list li::before { width:34px; height:34px; border-radius:9px; }
.design-41 .direct-list b { font-size:16px; }
.design-41 .direct-list span { font-size:14px; margin-top:2px; }
.design-41 .faq summary { padding-right:30px; font-size:16px; line-height:1.4; }
.design-41 .faq details p { font-size:14px; color:#e2eee7; }
.design-41 .final-offer { min-height:0; padding:48px 22px; }
.design-41 .final-offer h2 { font-size:34px; }
.design-41 .final-offer>p { margin:20px 0 25px; }
.design-41 .support-41 { margin:0 14px 25px; padding:28px 20px; border:1px solid #7cf0b25c; border-radius:20px; background:radial-gradient(circle at 100% 0,#7cf0b22b,transparent 48%),#11291e; box-shadow:inset 0 1px #ffffff15; }
.design-41 .support-status { display:flex; align-items:center; gap:8px; font-size:9px; font-weight:800; letter-spacing:.12em; color:#bcefd2; }
.design-41 .support-status i { width:7px; height:7px; background:var(--green); border-radius:50%; box-shadow:0 0 13px #7cf0b2aa; }
.design-41 .support-41 h2 { margin:18px 0 14px; font-size:32px; }
.design-41 .support-41>p { font-size:14px; }
.design-41 .support-hours { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:22px; }
.design-41 .support-hours>div { padding:12px 10px; border:1px solid #7cf0b22b; border-radius:10px; background:#07190fc4; }
.design-41 .support-hours span,.design-41 .support-hours strong { display:block; }
.design-41 .support-hours span { font-size:11px; color:#c6dace; }
.design-41 .support-hours strong { margin-top:4px; color:#effff6; font-size:14px; }
.design-41 .support-41>small { display:block; color:#c2d8cb; font-size:10px; margin:9px 0 20px; }
.design-41 .support-cta { font-size:14px; }
.design-41 .footer-41 { padding:30px 24px 26px; border-top:1px solid #7cf0b22e; background:#050c08; }
.design-41 .footer-brand { color:#effff5; font-size:24px; font-weight:800; margin-bottom:22px; }
.design-41 .footer-41 address { font-style:normal; color:#bfcec5; font-size:12px; line-height:1.85; }
.design-41 .bank-account { overflow-wrap:anywhere; }
.design-41 .footer-contacts { display:flex; flex-direction:column; gap:8px; margin:18px 0; }
.design-41 .footer-contacts a { width:fit-content; padding-block:5px; color:#d4f5e2; font-size:13px; overflow-wrap:anywhere; }
.design-41 .footer-41 nav { display:grid; gap:3px; }
.design-41 .footer-41 nav a { padding:10px 0; color:#c7dfd2; font-size:12px; text-underline-offset:4px; }
.design-41 .copyright { margin-top:18px; font-size:11px; color:#a8c0b1; }
.design-41 .important { margin-top:23px; padding-top:18px; border-top:1px solid #ffffff1a; }
.design-41 .important>b { font-size:11px; color:#c2d8cc; letter-spacing:.12em; }
.design-41 .important p { margin-top:10px; color:#aebfb5; font-size:10px; line-height:1.7; }
.design-41 .draft-footer { margin-top:20px; color:#a7baae; font-size:10px; line-height:1.7; }
.design-41 .sticky-41 { position:fixed; z-index:50; bottom:max(12px,env(safe-area-inset-bottom)); left:50%; transform:translateX(-50%); width:min(calc(100% - 24px),452px); padding:7px; border:1px solid #7cf0b24d; border-radius:20px; background:#07140ded; box-shadow:0 12px 40px #000b; backdrop-filter:blur(16px); }
.design-41 .sticky-41>button { position:relative; display:flex; width:100%; align-items:center; justify-content:center; gap:20px; min-height:78px; padding:12px 18px; border:1px solid #c5ffdf; border-radius:14px; color:#06150d; background:linear-gradient(105deg,#a9f7ce,#63dc9f); box-shadow:inset 0 -5px #06241222; }
.design-41 .sticky-label { font-size:18px; line-height:1.17; font-weight:800; text-align:center; text-transform:uppercase; letter-spacing:-.025em; }
.design-41 .sticky-arrow { font-size:30px; line-height:1; }
.design-41 .sticky-discount { position:absolute; top:-25px; right:6px; padding:7px 14px; border:3px solid #07140d; border-radius:30px; background:#d5ffe5; box-shadow:0 5px 14px #0005; color:#06150d; font-size:15px; font-weight:800; }
.design-41 dialog { width:min(420px,calc(100% - 30px)); max-height:calc(100dvh - 40px); padding:32px 22px 24px; overflow:auto; border:1px solid #7cf0b255; border-radius:20px; background:#10251b; color:#f5fff8; }
.design-41 dialog h2 { font-size:29px; padding-right:15px; margin-bottom:22px; }
.design-41 dialog p { font-size:14px; margin:14px 0; }
.design-41 dialog .cta { margin-top:20px; font-size:13px; }
.design-41 .checkout-product { padding:15px; border:1px solid #7cf0b238; border-radius:10px; display:flex; justify-content:space-between; gap:10px; align-items:center; }
.design-41 .checkout-product span { font-size:13px; }
.design-41 .checkout-product strong { font-size:23px; color:var(--green); white-space:nowrap; }
.design-41 .dialog-links { display:flex; flex-wrap:wrap; gap:8px 18px; margin-top:15px; }
.design-41 .dialog-links a { font-size:12px; padding:5px 0; }
.design-41 .close-dialog { min-width:44px; min-height:44px; }
@media(max-width:359px) {
  .design-41 .hero,.design-41 .section { padding-inline:18px; }
  .design-41 .hero h1 { font-size:30px; }
  .design-41 .hero-details { grid-template-columns:minmax(0,1fr) 94px; }
  .design-41 .hero-points strong { font-size:12px; }
  .design-41 .dna-hero { width:145px; }
  .design-41 .hero-dna-scene { height:218px; }
  .design-41 .hero-dna-scene::before { width:210px; height:210px; }
  .design-41 .hero-dna-scene::after { width:166px; height:166px; }
  .design-41 .price>strong { font-size:33px; }
  .design-41 .price>span { font-size:11px; }
  .design-41 .cta { font-size:13px; padding-inline:13px; }
  .design-41 .guarantee-heading h2 { font-size:35px; }
  .design-41 .guarantee-check { width:39px; height:39px; font-size:22px; }
  .design-41 .sticky-label { font-size:16px; }
  .design-41 .support-hours { gap:6px; }
  .design-41 .support-hours strong { font-size:12px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .design-41 * { animation:none!important; transition:none!important; } }

/* ===== Анімація ДНК ===== */
/* Hero-only enhancement. All layout and copy below the DNA remain version 41. */
.dna-motion-page .hero-dna-scene { --dna-canvas-width:174px; pointer-events:none; }
.dna-motion-page .hero-dna-scene::before,.dna-motion-page .hero-dna-scene::after { content:none; }
.dna-motion-page .dna-stage { position:absolute; inset:0; display:grid; place-items:center; isolation:isolate; }
.dna-motion-page .dna-canvas,.dna-motion-page .dna-static { grid-area:1/1; width:var(--dna-canvas-width); height:100%; max-width:none; object-fit:contain; }
.dna-motion-page .dna-canvas { display:block; z-index:2; opacity:0; filter:drop-shadow(0 0 12px #2bdd9250); }
.dna-motion-page .dna-static { position:static; z-index:1; opacity:1; }
.dna-motion-page .dna-stage[data-renderer="webgl"] .dna-canvas { opacity:1; }
.dna-motion-page .dna-stage[data-renderer="webgl"] .dna-static { visibility:hidden; }
.dna-motion-page .dna-halo { position:absolute; inset:7% -25%; z-index:-1; border-radius:50%; background:radial-gradient(ellipse,#39d99526,transparent 65%); }
.dna-motion-page .dna-ripples { position:absolute; inset:0; z-index:0; pointer-events:none; }
.dna-motion-page .dna-orbit,.dna-motion-page .dna-wave { position:absolute; display:block; left:50%; top:50%; width:238px; height:238px; border:1px solid #7cf0b238; border-radius:50%; transform:translate(-50%,-50%); }
.dna-motion-page .dna-orbit.inner,.dna-motion-page .dna-wave.inner { width:190px; height:190px; }
.dna-motion-page .dna-orbit.inner { box-shadow:inset 0 0 42px #75e3a916,0 0 42px #75e3a916; }
.dna-motion-page .dna-wave { opacity:0; border-color:#a1ffd0; animation:dna-wave-soft var(--duration,7s) var(--delay,0s) infinite cubic-bezier(.16,.55,.35,1); animation-play-state:paused; }
.dna-motion-page [data-motion-running="true"] .dna-wave { animation-play-state:running; }
@keyframes dna-wave-soft {
  0% { opacity:0; transform:translate(-50%,-50%) scale(.96); }
  12% { opacity:.32; }
  62% { opacity:.12; }
  90%,100% { opacity:0; transform:translate(-50%,-50%) scale(2.08); }
}
.dna-motion-page[data-dna-variant="51"] .dna-wave { animation-name:dna-wave-pair; border-color:#aaffd6; box-shadow:0 0 8px #53eea42b; }
.dna-motion-page[data-dna-variant="51"] .dna-orbit { border-color:#7cf0b255; }
.dna-motion-page[data-dna-variant="51"] .dna-halo { background:radial-gradient(ellipse,#41e6a13a,transparent 69%); }
@keyframes dna-wave-pair {
  0%,8% { opacity:0; transform:translate(-50%,-50%) scale(.91); }
  17% { opacity:.46; }
  42% { opacity:.18; }
  76%,100% { opacity:0; transform:translate(-50%,-50%) scale(2.45); }
}
.dna-motion-page .dna-motion-toggle { position:absolute; z-index:5; right:-4px; bottom:-5px; width:44px; height:44px; padding:0; border:1px solid #7cf0b23b; border-radius:50%; color:#bdfbdd; background:#061a12d9; pointer-events:auto; display:grid; place-items:center; }
.dna-motion-page .dna-motion-toggle:hover { background:#153b28; }
.dna-motion-page .dna-motion-toggle::before { content:""; width:10px; height:12px; border-left:3px solid currentColor; border-right:3px solid currentColor; }
.dna-motion-page .dna-motion-toggle[aria-pressed="true"]::before { width:0; height:0; border:0; border-left:9px solid currentColor; border-top:6px solid transparent; border-bottom:6px solid transparent; margin-left:3px; }
.dna-motion-page .dna-motion-toggle[hidden] { display:none!important; }
@media(max-width:359px) {
  .dna-motion-page .hero-dna-scene { --dna-canvas-width:145px; }
  .dna-motion-page .dna-orbit,.dna-motion-page .dna-wave { width:210px; height:210px; }
  .dna-motion-page .dna-orbit.inner,.dna-motion-page .dna-wave.inner { width:166px; height:166px; }
}
@media(prefers-reduced-motion:reduce) {
  .dna-motion-page .dna-wave { display:none; animation:none!important; }
  .dna-motion-page .dna-canvas { transition:none; }
}

/* ===== Деталі обраної анімації ===== */
/* Only the approved variant 51. Shared 41/50 styles and animation stay untouched. */
.dna-motion-page[data-dna-variant="51"] .hero { padding:16px 22px 22px; }
.dna-motion-page[data-dna-variant="51"] .topline { padding-bottom:9px; }
.dna-motion-page[data-dna-variant="51"] .hero .wordmark { margin:14px 0 16px; }
.dna-motion-page[data-dna-variant="51"] .hero h1 {
  max-width:none; font-size:clamp(25px,7.4vw,34px); line-height:1.06;
  letter-spacing:-.045em; text-wrap:balance;
}
.dna-motion-page[data-dna-variant="51"] .hero-details {
  grid-template-columns:minmax(0,1fr) 110px; gap:8px; margin:12px 0 0;
}
.dna-motion-page[data-dna-variant="51"] .hero-points { gap:5px; }
.dna-motion-page[data-dna-variant="51"] .hero-points strong { padding:6px 0 6px 10px; font-size:12.5px; line-height:1.42; }
.dna-motion-page[data-dna-variant="51"] .hero-dna-scene { height:190px; --dna-canvas-width:140px; }
.dna-motion-page[data-dna-variant="51"] .hero-copy { margin-top:12px; font-size:13px; line-height:1.48; }
.dna-motion-page[data-dna-variant="51"] .hero-purchase { margin-top:14px; }
.dna-motion-page[data-dna-variant="51"] .hero-purchase .price { margin-bottom:10px; gap:5px 10px; }
.dna-motion-page[data-dna-variant="51"] .hero-purchase .price>strong { font-size:34px; }
.dna-motion-page[data-dna-variant="51"] .hero-purchase .cta { min-height:56px; padding-block:12px; }
/* Invisible in normal viewing, never an invisible pointer target. Keyboard access retained. */
.dna-motion-page[data-dna-variant="51"] .dna-motion-toggle { opacity:0; pointer-events:none; }
.dna-motion-page[data-dna-variant="51"] .dna-motion-toggle:focus-visible { opacity:1; pointer-events:auto; }
.dna-motion-page[data-dna-variant="51"] .profile-media { height:132px; }
.dna-motion-page[data-dna-variant="51"] .profile-media img { object-fit:cover; object-position:50% 22%; }
.dna-motion-page[data-dna-variant="51"] .guarantee-visual img { aspect-ratio:1; width:100%; height:auto; object-fit:contain; }
.dna-motion-page[data-dna-variant="51"] .day-image { aspect-ratio:16/9; object-fit:cover; object-position:center; }
@media(max-width:359px) {
  .dna-motion-page[data-dna-variant="51"] .hero { padding-inline:18px; }
  .dna-motion-page[data-dna-variant="51"] .hero h1 { font-size:25px; }
  .dna-motion-page[data-dna-variant="51"] .hero-details { grid-template-columns:minmax(0,1fr) 88px; }
  .dna-motion-page[data-dna-variant="51"] .hero-dna-scene { --dna-canvas-width:120px; height:176px; }
  .dna-motion-page[data-dna-variant="51"] .hero-points strong { font-size:12px; }
}
@media(max-height:740px) and (max-width:480px) {
  .dna-motion-page[data-dna-variant="51"] .hero { padding-block:12px 18px; }
  .dna-motion-page[data-dna-variant="51"] .hero .wordmark { margin-block:10px 12px; }
  .dna-motion-page[data-dna-variant="51"] .hero h1 { font-size:clamp(24px,7vw,30px); }
  .dna-motion-page[data-dna-variant="51"] .hero-details { margin-top:10px; }
  .dna-motion-page[data-dna-variant="51"] .hero-dna-scene { height:172px; }
  .dna-motion-page[data-dna-variant="51"] .hero-copy { margin-top:9px; }
  .dna-motion-page[data-dna-variant="51"] .hero-purchase { margin-top:10px; }
}

/* Program refresh: compact media and the darker surfaces of variant 16. */
.dna-motion-page[data-dna-variant="51"] .program {
  background:linear-gradient(165deg,#07110e,#0b1a14);
}
.dna-motion-page[data-dna-variant="51"] .day-card {
  background:#0b1913; border-color:#79e6af2e; border-radius:18px;
  box-shadow:0 12px 28px #0003;
}
.dna-motion-page[data-dna-variant="51"] .day-label {
  padding:13px 18px; font-size:20px; align-items:center;
  background:#0f211b; border-bottom:1px solid #79e6af24;
}
.dna-motion-page[data-dna-variant="51"] .day-label>span {
  display:grid; place-items:center; width:42px; height:42px;
  border:1px solid #79e6af3b; border-radius:12px;
  font-size:25px; background:#79e6af09; color:#8cecb8;
}
.dna-motion-page[data-dna-variant="51"] .day-image {
  width:90%; height:auto; aspect-ratio:16/9; margin:14px auto 0;
  object-fit:cover; border-radius:11px;
}
.dna-motion-page[data-dna-variant="51"] .day-copy { padding:20px 18px; background:#0b1913; }
.dna-motion-page[data-dna-variant="51"] .day-copy h3 { font-size:23px; line-height:1.2; color:#f4f8f6; }
.dna-motion-page[data-dna-variant="51"] .day-copy h3 em { color:#8cecb8; }
.dna-motion-page[data-dna-variant="51"] .day-points {
  list-style:none; display:grid; gap:11px; margin:17px 0 0; padding:0;
}
.dna-motion-page[data-dna-variant="51"] .day-points li {
  position:relative; padding-left:22px; color:#e8efeb; font-size:14px; line-height:1.6;
}
.dna-motion-page[data-dna-variant="51"] .day-points li::before {
  content:"↗"; position:absolute; left:0; top:0; color:#79e6af; font-weight:800; font-size:15px;
}
.dna-motion-page[data-dna-variant="51"] .day-result {
  margin-top:20px; padding:15px 14px; background:#10241a;
  border:1px solid #79e6af26; border-left:3px solid #79e6af; border-radius:0 12px 12px 0;
}
.dna-motion-page[data-dna-variant="51"] .day-result>b { color:#9befc3; letter-spacing:.08em; }
.dna-motion-page[data-dna-variant="51"] .day-result>b::before { content:"✓"; margin-right:7px; }
.dna-motion-page[data-dna-variant="51"] .day-result p { color:#eff8f2; font-size:14px; line-height:1.55; }
.dna-motion-page[data-dna-variant="51"] .day-final {
  border-color:#79e6af66; background:#0a1812;
  box-shadow:inset 0 1px #d0ffe315,0 12px 30px #0004,0 0 24px #79e6af0b;
}
.dna-motion-page[data-dna-variant="51"] .day-final .day-label {
  background:linear-gradient(110deg,#122c20,#0c1d16); color:#8cecb8;
}
.dna-motion-page[data-dna-variant="51"] .day-final .day-label>span {
  background:#79e6af; color:#07110e; border-color:#a7f4cb; box-shadow:0 0 0 4px #79e6af0d;
}
.dna-motion-page[data-dna-variant="51"] .day-final .day-result { border-left-color:#a4f1c7; }

/* Same CTA, one line, shorter height; keep the system home-indicator inset. */
.dna-motion-page[data-dna-variant="51"] .sticky-41 {
  bottom:max(4px,env(safe-area-inset-bottom,0px)); padding:4px; border-radius:17px;
}
.dna-motion-page[data-dna-variant="51"] .sticky-41>button {
  min-height:52px; padding:10px 12px; gap:9px; border-radius:12px;
}
.dna-motion-page[data-dna-variant="51"] .sticky-label {
  white-space:nowrap; font-size:clamp(13px,3.65vw,16px); line-height:1.2; letter-spacing:-.025em;
}
.dna-motion-page[data-dna-variant="51"] .sticky-arrow { font-size:22px; flex-shrink:0; }
.dna-motion-page[data-dna-variant="51"] .sticky-discount {
  top:-22px; right:7px; padding:5px 11px; font-size:13px; line-height:1.2;
}
@media(max-width:359px) {
  .dna-motion-page[data-dna-variant="51"] .day-copy { padding-inline:15px; }
  .dna-motion-page[data-dna-variant="51"] .day-copy h3 { font-size:22px; }
}

/* ===== Фінальні правки версії 88 ===== */
/* First screen only. Isolated to index.html via .design-88. */
.design-88.dna-motion-page[data-dna-variant="51"] .hero {
  display:flex;
  flex-direction:column;
  box-sizing:border-box;
  min-height:100vh;
  min-height:100svh;
  padding:20px 22px max(24px, env(safe-area-inset-bottom, 0px));
  padding-top:max(16px, env(safe-area-inset-top, 0px));
}

.design-88.dna-motion-page[data-dna-variant="51"] .hero .wordmark {
  margin:12px 0 14px;
  font-size:15px;
}

.design-88.dna-motion-page[data-dna-variant="51"] .hero h1 {
  max-width:none;
  font-size:clamp(29px, 8.6vw, 38px);
  line-height:1.08;
  letter-spacing:-.045em;
}

.design-88.dna-motion-page[data-dna-variant="51"] .hero-details {
  flex:1 1 auto;
  align-items:stretch;
  margin:18px 0 0;
  grid-template-columns:minmax(0,1fr) min(42vw, 156px);
  grid-template-rows:1fr;
  gap:10px;
  min-height:220px;
}

.design-88.dna-motion-page[data-dna-variant="51"] .hero-points {
  gap:8px;
  align-self:center;
}

.design-88.dna-motion-page[data-dna-variant="51"] .hero-points strong {
  padding:8px 0 8px 12px;
  font-size:15px;
  line-height:1.45;
}

.design-88.dna-motion-page[data-dna-variant="51"] .hero-dna-scene {
  align-self:stretch;
  height:100%;
  min-height:220px;
  --dna-canvas-width:min(180px, 46vw);
}

.design-88.dna-motion-page[data-dna-variant="51"] .dna-orbit,
.design-88.dna-motion-page[data-dna-variant="51"] .dna-wave {
  width:min(280px, 72vw);
  height:min(280px, 72vw);
}

.design-88.dna-motion-page[data-dna-variant="51"] .dna-orbit.inner,
.design-88.dna-motion-page[data-dna-variant="51"] .dna-wave.inner {
  width:min(220px, 56vw);
  height:min(220px, 56vw);
}

.design-88.dna-motion-page[data-dna-variant="51"] .hero-purchase {
  margin-top:auto;
  padding-top:18px;
}

.design-88.dna-motion-page[data-dna-variant="51"] .hero-purchase .price { margin-bottom:12px; }

.design-88.dna-motion-page[data-dna-variant="51"] .hero-purchase .price>strong { font-size:42px; }

.design-88.dna-motion-page[data-dna-variant="51"] .hero-purchase .cta {
  min-height:60px;
  padding-block:14px;
  font-size:16px;
}

@media (max-width:359px) {
  .design-88.dna-motion-page[data-dna-variant="51"] .hero { padding-inline:18px; }
  .design-88.dna-motion-page[data-dna-variant="51"] .hero h1 { font-size:clamp(26px, 8vw, 32px); }
  .design-88.dna-motion-page[data-dna-variant="51"] .hero-details { grid-template-columns:minmax(0,1fr) 112px; min-height:190px; }
  .design-88.dna-motion-page[data-dna-variant="51"] .hero-dna-scene { min-height:190px; --dna-canvas-width:136px; }
  .design-88.dna-motion-page[data-dna-variant="51"] .hero-points strong { font-size:14px; }
}

@media (max-height:720px) and (max-width:480px) {
  .design-88.dna-motion-page[data-dna-variant="51"] .hero { padding-block:12px 16px; }
  .design-88.dna-motion-page[data-dna-variant="51"] .hero .wordmark { margin-block:8px 10px; }
  .design-88.dna-motion-page[data-dna-variant="51"] .hero h1 { font-size:clamp(26px, 7.6vw, 34px); }
  .design-88.dna-motion-page[data-dna-variant="51"] .hero-details { margin-top:12px; min-height:180px; }
  .design-88.dna-motion-page[data-dna-variant="51"] .hero-dna-scene { min-height:180px; }
  .design-88.dna-motion-page[data-dna-variant="51"] .hero-points strong { font-size:14px; }
  .design-88.dna-motion-page[data-dna-variant="51"] .hero-purchase { padding-top:12px; }
  .design-88.dna-motion-page[data-dna-variant="51"] .hero-purchase .price>strong { font-size:36px; }
}

@media (max-height:500px) {
  .design-88.dna-motion-page[data-dna-variant="51"] .hero { min-height:0; }
}

/* Final mobile polish: tomorrow's start date, compact highlights and question indices. */
.design-88 .hero .wordmark {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:100%;
}

.design-88 .wordmark-brand,
.design-88 .hero-start {
  display:inline-flex;
  align-items:center;
}

.design-88 .wordmark-brand {
  margin-left:0;
}

.design-88 .hero-start {
  margin-left:auto;
  flex-shrink:0;
  gap:7px;
  color:#e8f7ef;
  font-variant-numeric:tabular-nums;
}

.design-88 .hero-start-label {
  color:#93bca6;
  font-size:9px;
  font-weight:800;
  letter-spacing:.13em;
}

.design-88 .hero-date {
  color:var(--green);
  font-family:Outfit,Manrope,sans-serif;
  font-size:15px;
  font-weight:800;
  letter-spacing:.02em;
}

.design-88 .hero-start-arrow {
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border:1px solid #79e6af59;
  border-radius:7px;
  background:#79e6af12;
  color:var(--green);
  font-size:13px;
}

.design-88 .section h2 em,
.design-88 .final-offer h2 em,
.design-88 .day-copy h3 em,
.design-88 .hero h1 em {
  background:linear-gradient(transparent 78%,rgba(121,230,175,.18) 0);
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}

.design-88 .heading-line,
.design-88 .author-name em {
  width:fit-content;
  max-width:100%;
}

.design-88 .question-map li {
  padding:17px 14px;
}

.design-88 .question-map li>span {
  flex:0 0 24px;
  margin-left:2px;
}

.design-88 .footer-support-link {
  display:inline-flex;
  align-items:center;
  gap:9px;
  width:fit-content;
  min-height:44px;
  color:#b7f3d1;
  font-weight:700;
  text-decoration-color:#79e6af66;
}

.design-88 .footer-telegram-icon {
  width:22px;
  height:22px;
  flex:0 0 22px;
  padding:3px;
  border:1px solid #79e6af4d;
  border-radius:7px;
  background:#153a29;
  fill:#8cecb8;
  box-sizing:border-box;
}

.design-88 .footer-support-link:focus-visible {
  outline:2px solid var(--green);
  outline-offset:3px;
}

@media (max-width:359px) {
  .design-88 .hero-start { gap:5px; }
  .design-88 .hero-start-label { display:none; }
}

/* Square author portrait for the final profile image. */
.design-88 .author-top {
  grid-template-columns:130px minmax(0,1fr);
  gap:20px;
  align-items:center;
}

.design-88 .profile-media {
  width:130px;
  height:130px;
  aspect-ratio:1 / 1;
}

.design-88 .author-top .author-name {
  min-width:0;
  margin:0;
  font-size:clamp(23px,6.4vw,30px);
  overflow-wrap:normal;
}

.design-88 .profile-media img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
