:root{
  --bg:#f8f6ef;
  --paper:#fffdf8;
  --ink:#171717;
  --muted:#66665f;
  --green:#4f8b5f;
  --green-dark:#346741;
  --green-soft:#dcebd8;
  --line:#e9e3d8;
  --shadow:0 18px 50px rgba(34,47,31,.10);
}
*{box-sizing:border-box} body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.45} a{color:inherit}.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px 6vw;background:rgba(248,246,239,.86);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.brand{font-weight:800;text-decoration:none;font-size:20px}.topbar nav{display:flex;gap:22px}.topbar nav a{text-decoration:none;color:var(--muted);font-size:14px}.hero{display:grid;grid-template-columns:1.04fr .96fr;gap:52px;align-items:center;min-height:690px;padding:58px 6vw 70px}.pill,.eyebrow{display:inline-flex;align-items:center;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:13px;padding:9px 16px}.hero h1{font-family:Georgia,serif;font-size:58px;line-height:1.03;margin:24px 0 20px;max-width:760px}.lead{font-size:21px;color:var(--muted);max-width:720px}.badges{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0}.badges span{padding:10px 14px;background:var(--paper);border:1px solid var(--line);border-radius:14px;color:#333}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:18px;padding:15px 22px;font-weight:800;border:1px solid transparent;cursor:pointer;font-size:16px}.primary{background:var(--green);color:white}.primary:hover{background:var(--green-dark)}.secondary{background:var(--paper);border-color:var(--line);color:var(--ink)}.large{font-size:18px;padding:18px 28px}.full{width:100%}.note{color:var(--muted);font-size:14px}.hero-card{background:var(--paper);border-radius:34px;padding:14px;box-shadow:var(--shadow)}.hero-card img{width:100%;display:block;border-radius:26px}.section{padding:78px 6vw}.section.compact{padding-top:68px;padding-bottom:68px}.soft{background:#f0f2e8}.section-head{max-width:820px;margin:0 auto 34px;text-align:center}.section h2,.price-card h2,.text-page h1{font-family:Georgia,serif;font-size:44px;line-height:1.08;margin:18px 0}.section-head p{font-size:19px;color:var(--muted)}.grid{display:grid;gap:18px}.cards{grid-template-columns:repeat(4,1fr)}.card{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 8px 25px rgba(34,47,31,.04)}.card h3{font-size:22px;margin:0 0 10px}.card p{color:var(--muted);margin:0}.samples{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.samples img{width:100%;border-radius:22px;box-shadow:var(--shadow);background:white;transition:transform .18s ease}.samples img:hover{transform:translateY(-4px)}.split{display:grid;grid-template-columns:1fr 360px;gap:55px;align-items:center}.clean-list{padding-left:20px;color:var(--muted);font-size:19px}.clean-list li{margin:10px 0}.cover-img{width:100%;border-radius:28px;box-shadow:var(--shadow);background:white}.author-section{background:linear-gradient(180deg,var(--bg),#f0f2e8)}.author-box{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:stretch;max-width:1160px;margin:0 auto;background:var(--paper);border:1px solid var(--line);border-radius:34px;padding:38px;box-shadow:var(--shadow)}.author-box p{font-size:18px;color:var(--muted);max-width:760px}.author-points{display:grid;gap:16px}.author-points div{background:#f7f7f0;border:1px solid var(--line);border-radius:24px;padding:22px}.author-points h3{margin:0 0 8px}.author-points p{margin:0;font-size:16px}.price-section{margin-top:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps div{background:var(--paper);border-radius:28px;padding:26px}.steps b{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--green);color:white}.steps h3{margin-bottom:6px}.steps p{color:var(--muted)}.price-section{padding:95px 6vw;background:var(--ink);color:white}.price-card{max-width:720px;margin:0 auto;background:#222;border:1px solid #333;border-radius:34px;text-align:center;padding:44px;box-shadow:0 25px 80px rgba(0,0,0,.25)}.price{font-size:70px;font-weight:900;margin:12px 0}.price-card p{color:#d7d7d7}.activate-link{display:block;margin-top:16px;color:#d7e9d1}.disclaimer{font-size:14px;color:var(--muted);max-width:980px;margin:0 auto}.form-page{min-height:650px;display:flex;align-items:center;justify-content:center;padding:75px 6vw}.form-card{width:100%;max-width:560px;background:var(--paper);border:1px solid var(--line);border-radius:34px;padding:36px;box-shadow:var(--shadow)}.form-card h1{font-family:Georgia,serif;font-size:46px;line-height:1.05;margin:18px 0}.activation-form{display:grid;gap:12px;margin-top:24px}.activation-form label{font-weight:800;font-size:14px}.activation-form input{width:100%;border:1px solid var(--line);border-radius:16px;padding:15px 16px;font-size:17px;background:white}.alert{background:#fff0ee;border:1px solid #ffd0ca;color:#8d2a20;border-radius:16px;padding:12px 14px;margin:14px 0}.success-card{text-align:center}.text-page{max-width:850px;margin:0 auto;padding:80px 6vw;font-size:18px}.text-page p{color:var(--muted)}.wide{max-width:1200px}.admin-table{width:100%;border-collapse:collapse;font-size:13px;background:white}.admin-table th,.admin-table td{border:1px solid var(--line);padding:8px;text-align:left}
.author-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.premium-author .author-points{grid-template-columns:1fr}.premium-author .author-points div{background:#f7f7f0}.coaching-section{background:linear-gradient(135deg,#172018,#2b4a33);color:white}.coaching-card{max-width:1120px;margin:0 auto;border:1px solid rgba(255,255,255,.14);border-radius:36px;padding:42px;background:rgba(255,255,255,.06);box-shadow:0 30px 90px rgba(0,0,0,.25);display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.coaching-card h2{font-family:Georgia,serif;font-size:44px;line-height:1.08;margin:18px 0}.coaching-card p{color:#e1eadf;font-size:18px}.eyebrow.dark{background:#dcebd8;color:#346741}.coaching-note{border-left:3px solid #dcebd8;padding-left:16px}.coaching-list{display:grid;gap:12px}.coaching-list div{display:flex;gap:14px;align-items:center;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:16px}.coaching-list b{display:flex;align-items:center;justify-content:center;min-width:42px;height:42px;border-radius:50%;background:#dcebd8;color:#346741}.coaching-list span{font-weight:800}.coaching-card .btn{justify-self:start}.price-upsell{margin-top:24px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.06);display:grid;gap:6px;color:#e8e8e8}.price-upsell span{color:#cfcfcf}
.footer{display:flex;justify-content:space-between;gap:20px;padding:32px 6vw;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer a{color:var(--muted)}
@media(max-width:980px){.hero,.split,.author-box,.coaching-card{grid-template-columns:1fr}.hero{padding-top:35px}.hero h1{font-size:46px}.cards,.samples,.steps{grid-template-columns:1fr 1fr}.topbar nav{display:none}.section h2,.price-card h2,.text-page h1,.coaching-card h2{font-size:36px}.footer{flex-direction:column}.cover-img{max-width:360px}}
@media(max-width:620px){.hero h1{font-size:38px}.lead{font-size:18px}.cards,.samples,.steps{grid-template-columns:1fr}.section{padding:58px 5vw}.price-card{padding:28px}.price{font-size:54px}.hero-actions .btn{width:100%}.form-card h1{font-size:36px}.coaching-card{padding:28px}.author-actions .btn,.coaching-card .btn{width:100%}}


/* Marketing v5: sticky countdown and old price */
.promo-bar{position:sticky;top:0;z-index:90;background:#151515;color:white;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px rgba(0,0,0,.18)}
.promo-inner{min-height:44px;display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 6vw;font-size:14px;font-weight:800;letter-spacing:.01em;text-align:center}
.promo-label{color:#f6f3ea}.promo-price-wrap{display:inline-flex;align-items:center;gap:8px}.old-price{color:#b93b31;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#d33a30;font-weight:900;white-space:nowrap}.promo-old{color:#ff8176}.promo-current{display:inline-flex;align-items:center;border-radius:999px;background:var(--green);color:white;padding:5px 10px;font-weight:900}.promo-countdown{display:inline-flex;align-items:center;gap:4px;color:#dcebd8;font-variant-numeric:tabular-nums}.promo-countdown span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;padding:3px 5px;border-radius:8px;background:rgba(255,255,255,.09);color:white}.promo-separator{opacity:.45}.topbar{top:44px}.price-btn{gap:12px;flex-wrap:wrap}.btn-price{display:inline-flex;align-items:center;gap:8px;padding-left:10px;border-left:1px solid rgba(255,255,255,.28)}.price-btn .old-price{color:#ffd4d0;text-decoration-color:#ff938c}.price-old-row{margin-top:18px;margin-bottom:-8px}.big-old{font-size:30px;color:#ff6f63}.price-card .price{margin-top:0}.price-card .eyebrow{box-shadow:0 0 0 6px rgba(220,235,216,.06)}
@media(max-width:760px){.promo-inner{gap:7px;font-size:12px;line-height:1.2;flex-wrap:wrap}.promo-separator{display:none}.topbar{top:58px}.btn-price{border-left:0;padding-left:0}.price-btn{flex-direction:column;gap:5px}.big-old{font-size:24px}}
@media(max-width:430px){.topbar{top:70px}.promo-countdown span{min-width:21px;padding:2px 4px}}

/* Marketing v6 — нормальная премиальная акция и фиксированный таймер */
body{padding-top:58px!important;}
.promo-bar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:9999!important;
  background:#141713!important;
  color:#fff!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.22)!important;
}
.promo-inner{
  max-width:1280px!important;
  margin:0 auto!important;
  min-height:58px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:9px 6vw!important;
  font-size:14px!important;
  line-height:1.15!important;
  text-align:left!important;
}
.promo-left,
.promo-timer{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.promo-chip{
  display:inline-flex!important;
  align-items:center!important;
  border-radius:999px!important;
  background:#dcebd8!important;
  color:#346741!important;
  padding:7px 12px!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.promo-text{color:#f7f3e9!important;font-weight:700!important;display:inline-flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;}
.promo-text strong{font-size:18px!important;color:#fff!important;font-weight:950!important;}
.old-price,
.promo-old{
  color:#ff6f63!important;
  text-decoration:line-through!important;
  text-decoration-color:#ff6f63!important;
  text-decoration-thickness:2px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.timer-title{color:#c8cfbf!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-weight:800!important;}
.timer-box{
  min-width:44px!important;
  height:36px!important;
  padding:4px 7px!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  font-variant-numeric:tabular-nums!important;
}
.timer-box b{font-size:17px!important;line-height:1!important;color:#fff!important;}
.timer-box small{font-size:11px!important;color:#c8cfbf!important;font-weight:800!important;}
.topbar{top:58px!important;z-index:999!important;}

/* Убираем колхоз с ценой в кнопке: цена отдельно, кнопка отдельно */
.hero-offer{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin:26px 0 18px;
}
.offer-label{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  border:1px solid var(--line);
  background:var(--paper);
  color:var(--muted);
  padding:8px 12px;
  font-size:13px;
  font-weight:800;
}
.hero-old-price{font-size:18px!important;}
.hero-new-price{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  padding:8px 15px;
  font-size:23px;
  font-weight:950;
  box-shadow:0 8px 18px rgba(79,139,95,.20);
}
.hero-actions{margin-top:10px!important;}
.price-btn .btn-price,.btn-price{display:none!important;}
.price-btn{gap:0!important;}

/* Красивый блок цены */
.price-old-row{display:none!important;}
.price-card .price{display:none!important;}
.price-compare{
  margin:24px auto 8px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#c9c9c9;
  font-size:15px;
}
.big-old{font-size:26px!important;color:#ff6f63!important;}
.price-current-line{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:14px;
  margin:6px 0 22px;
}
.price-current-line span{
  color:#dcebd8;
  font-weight:800;
  padding-bottom:14px;
}
.price-current-line strong{
  font-size:76px;
  line-height:.95;
  color:#fff;
  font-weight:950;
  letter-spacing:-.04em;
}

@media(max-width:760px){
  body{padding-top:84px!important;}
  .promo-inner{min-height:84px!important;justify-content:center!important;text-align:center!important;gap:8px!important;padding:8px 4vw!important;}
  .promo-left,.promo-timer{justify-content:center!important;gap:7px!important;}
  .promo-chip{padding:6px 10px!important;font-size:11px!important;}
  .promo-text{justify-content:center!important;font-size:13px!important;gap:6px!important;}
  .promo-text strong{font-size:16px!important;}
  .timer-title{width:100%;font-size:11px!important;}
  .timer-box{min-width:39px!important;height:32px!important;border-radius:10px!important;}
  .timer-box b{font-size:15px!important;}
  .topbar{top:84px!important;}
  .hero-offer{gap:8px;}
  .offer-label{width:100%;justify-content:center;}
  .hero-new-price{font-size:21px;}
  .price-current-line{align-items:center;flex-direction:column;gap:4px;}
  .price-current-line span{padding-bottom:0;}
  .price-current-line strong{font-size:62px;}
}
@media(max-width:430px){
  body{padding-top:98px!important;}
  .promo-inner{min-height:98px!important;}
  .topbar{top:98px!important;}
}


/* Marketing v7 — цена без колхоза: старая цена белая/темная, зачеркнута красной линией; новая цена зеленая */
.old-price,
.promo-old,
.big-old{
  color:inherit!important;
  text-decoration-line:line-through!important;
  text-decoration-color:#e14b42!important;
  text-decoration-thickness:2.5px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.promo-old{
  color:#f8f6ef!important;
  opacity:.92!important;
}
.promo-current-price{
  display:inline-flex!important;
  align-items:center!important;
  border-radius:999px!important;
  background:var(--green)!important;
  color:#fff!important;
  padding:5px 11px!important;
  font-size:18px!important;
  line-height:1!important;
  box-shadow:0 8px 20px rgba(79,139,95,.28)!important;
}
.promo-text strong.promo-current-price{color:#fff!important;}
.hero-old-price.old-price-light{
  color:#2b2b28!important;
  opacity:.72!important;
}
.hero-new-price{
  background:var(--green)!important;
  color:#fff!important;
}
.price-compare{
  color:#d8d8d2!important;
}
.big-old.old-price-dark{
  color:#f8f6ef!important;
  opacity:.9!important;
}
.price-current-line strong{
  color:#7fbd8d!important;
  text-shadow:0 8px 28px rgba(127,189,141,.16);
}
.price-current-line span{
  color:#dcebd8!important;
}
.price-upsell{
  gap:10px!important;
}
.price-upsell strong{
  color:#fff;
}
.telegram-inline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  justify-self:center;
  margin-top:4px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(79,139,95,.22);
  border:1px solid rgba(127,189,141,.38);
  color:#dcebd8!important;
  font-weight:900;
  text-decoration:none;
}
.telegram-inline:hover{background:rgba(79,139,95,.32);}
@media(max-width:760px){
  .promo-current-price{font-size:16px!important;padding:5px 10px!important;}
}


/* Marketing v8 — читаемая старая цена: текст виден, красная линия тонкая */
.old-price,
.promo-old,
.big-old{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  color:inherit!important;
  text-decoration:none!important;
  font-weight:900!important;
  white-space:nowrap!important;
  opacity:1!important;
  line-height:1.05!important;
}
.old-price::after,
.promo-old::after,
.big-old::after{
  content:""!important;
  position:absolute!important;
  left:-3px!important;
  right:-3px!important;
  top:53%!important;
  height:1.35px!important;
  background:#e14b42!important;
  border-radius:999px!important;
  transform:rotate(-4deg)!important;
  box-shadow:0 0 0 1px rgba(225,75,66,.05)!important;
  pointer-events:none!important;
}
.promo-was{color:#cfd6c9!important;font-weight:800!important;}
.promo-old{
  color:#f4f1e8!important;
  font-size:17px!important;
  letter-spacing:.01em!important;
}
.promo-old::after{height:1.25px!important;top:54%!important;}
.hero-old-group,
.hero-new-group{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  border-radius:999px!important;
  white-space:nowrap!important;
}
.hero-old-group{
  padding:8px 12px!important;
  background:rgba(255,255,255,.58)!important;
  border:1px solid var(--line)!important;
}
.hero-old-group small,
.hero-new-group small{
  font-size:12px!important;
  font-weight:900!important;
  color:var(--muted)!important;
  text-transform:uppercase!important;
  letter-spacing:.03em!important;
}
.hero-old-price.old-price-light{
  color:#33332f!important;
  opacity:1!important;
  font-size:22px!important;
  font-weight:950!important;
}
.hero-old-price.old-price-light::after{height:1.4px!important;top:54%!important;}
.hero-new-group small{color:#346741!important;}
.hero-new-price{
  font-size:25px!important;
  padding:9px 17px!important;
  color:#fff!important;
  background:var(--green)!important;
}
.price-compare{
  gap:10px!important;
  margin:14px 0 8px!important;
}
.price-old-label{
  color:#d8d8d2!important;
  font-size:16px!important;
  font-weight:700!important;
}
.big-old.old-price-dark{
  color:#f8f6ef!important;
  font-size:34px!important;
  font-weight:950!important;
  opacity:1!important;
  letter-spacing:-.02em!important;
}
.big-old.old-price-dark::after{
  height:1.6px!important;
  top:54%!important;
  left:-5px!important;
  right:-5px!important;
}
.price-current-line strong{
  color:#7fbd8d!important;
}
@media(max-width:760px){
  .promo-old{font-size:15px!important;}
  .hero-old-group,.hero-new-group{width:100%!important;justify-content:center!important;}
  .hero-old-price.old-price-light{font-size:20px!important;}
  .hero-new-price{font-size:24px!important;}
  .big-old.old-price-dark{font-size:30px!important;}
}

/* Wheel v9 — бонус после покупки */
.success-page{
  display:flex;
  flex-direction:column;
  gap:22px;
}
.wheel-card{
  width:min(920px,92vw);
  margin:0 auto;
  padding:34px;
  border-radius:28px;
  background:linear-gradient(145deg,#fffdf7,#f4f5ec);
  border:1px solid var(--line);
  box-shadow:0 24px 70px rgba(44,55,38,.10);
}
.wheel-copy{
  text-align:center;
  max-width:720px;
  margin:0 auto 24px;
}
.wheel-copy h2{
  margin:12px 0 10px;
  font-family:var(--serif);
  font-size:clamp(32px,4vw,52px);
  line-height:1.02;
  letter-spacing:-.035em;
}
.wheel-copy p{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
}
.wheel-grid{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:34px;
  align-items:center;
}
.wheel-wrap{
  position:relative;
  width:300px;
  height:300px;
  margin:auto;
  display:grid;
  place-items:center;
}
.wheel-pointer{
  position:absolute;
  top:-4px;
  left:50%;
  transform:translateX(-50%);
  width:0;
  height:0;
  border-left:17px solid transparent;
  border-right:17px solid transparent;
  border-top:28px solid #151a15;
  z-index:3;
  filter:drop-shadow(0 4px 7px rgba(0,0,0,.25));
}
.wheel-disc{
  position:relative;
  width:280px;
  height:280px;
  border-radius:50%;
  border:10px solid #fff;
  background:conic-gradient(
    from -45deg,
    #4f8b5f 0deg 90deg,
    #dcebd8 90deg 180deg,
    #4f8b5f 180deg 270deg,
    #dcebd8 270deg 360deg
  );
  box-shadow:0 22px 55px rgba(37,57,38,.22), inset 0 0 0 2px rgba(0,0,0,.06);
  transition:transform 3.8s cubic-bezier(.12,.72,.16,1);
  overflow:hidden;
}
.wheel-disc::before,
.wheel-disc::after{
  content:"";
  position:absolute;
  inset:50% auto auto 50%;
  width:140px;
  height:2px;
  background:rgba(255,255,255,.72);
  transform-origin:left center;
}
.wheel-disc::before{transform:rotate(0deg);}
.wheel-disc::after{transform:rotate(90deg);}
.wheel-center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:92px;
  height:92px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#151a15;
  color:#fff;
  font-weight:950;
  letter-spacing:.08em;
  font-size:13px;
  border:8px solid #fff;
  z-index:2;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}
.wheel-prize{
  position:absolute;
  z-index:1;
  font-size:32px;
  font-weight:950;
  letter-spacing:-.04em;
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.22);
}
.wheel-prize-1{top:47px;left:50%;transform:translateX(-50%);}
.wheel-prize-2{right:35px;top:50%;transform:translateY(-50%) rotate(90deg);color:#23472d;text-shadow:none;}
.wheel-prize-3{bottom:47px;left:50%;transform:translateX(-50%) rotate(180deg);}
.wheel-prize-4{left:35px;top:50%;transform:translateY(-50%) rotate(-90deg);color:#23472d;text-shadow:none;}
.wheel-action{
  padding:26px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
}
.wheel-small{
  margin:0 0 16px;
  font-size:18px;
  font-weight:800;
  color:#2a3c2e;
}
.wheel-result{
  margin-top:18px;
  padding:22px;
  border-radius:22px;
  background:#f1f6ee;
  border:1px solid #cfe0ca;
  text-align:left;
}
.result-label{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  color:#346741;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.wheel-result strong{
  display:block;
  margin:10px 0 4px;
  color:#4f8b5f;
  font-size:42px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.04em;
}
.wheel-result p{
  margin:0 0 14px;
  color:#495149;
}
.message-preview{
  padding:14px;
  border-radius:16px;
  background:#fff;
  border:1px solid #d8e5d2;
  color:#1d211d;
  font-size:15px;
  line-height:1.45;
  margin-bottom:14px;
}
.telegram-copy-btn{
  width:100%;
  border:0;
  border-radius:999px;
  padding:15px 18px;
  background:#4f8b5f;
  color:#fff;
  font-weight:950;
  font-size:16px;
  cursor:pointer;
  box-shadow:0 14px 32px rgba(79,139,95,.22);
}
.telegram-copy-btn:hover{filter:brightness(.98);}
.wheel-result small{
  display:block;
  margin-top:10px;
  color:#5f675e;
  line-height:1.4;
}
.wheel-spinning .wheel-disc{
  transform:rotate(1845deg);
}
.wheel-done .wheel-disc{
  transform:rotate(1845deg);
}
@media(max-width:820px){
  .wheel-card{padding:24px 18px;}
  .wheel-grid{grid-template-columns:1fr;gap:22px;}
  .wheel-wrap{width:260px;height:260px;}
  .wheel-disc{width:240px;height:240px;}
  .wheel-disc::before,.wheel-disc::after{width:120px;}
  .wheel-prize{font-size:28px;}
  .wheel-prize-1{top:40px;}
  .wheel-prize-2{right:28px;}
  .wheel-prize-3{bottom:40px;}
  .wheel-prize-4{left:28px;}
  .wheel-center{width:78px;height:78px;font-size:11px;border-width:7px;}
  .wheel-result strong{font-size:36px;}
}


/* Wheel v10 — реальные призы 10/15/20/50 и остановка по ответу сервера */
.wheel-disc{
  background:conic-gradient(
    from -45deg,
    #4f8b5f 0deg 90deg,
    #dcebd8 90deg 180deg,
    #78a984 180deg 270deg,
    #f3ead7 270deg 360deg
  )!important;
}
.wheel-spinning .wheel-disc{
  transform:rotate(var(--wheel-final-rotation, 3600deg))!important;
}
.wheel-done .wheel-disc{
  transform:rotate(var(--wheel-final-rotation, 3600deg))!important;
}
.wheel-prize-2{color:#23472d!important;}
.wheel-prize-3{color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.22)!important;}
.wheel-prize-4{color:#5e3b1c!important;text-shadow:none!important;}
.wheel-small{line-height:1.35;}

/* Wheel v11 — защита от повторного вращения после обновления страницы */
.wheel-already-done .wheel-disc{
  transition:none!important;
}
#spin-wheel-btn:disabled{
  opacity:.88;
  cursor:not-allowed;
  filter:none;
}
.wheel-error{
  margin:14px 0 0;
  padding:12px 14px;
  border-radius:14px;
  background:#fff3ef;
  border:1px solid #ffd0c2;
  color:#a13a24;
  font-weight:800;
  line-height:1.35;
}

/* Business v12 — покупка на сайте, кнопка бесплатной тренировки, авторский блок и хамелеон-бейджи */
.hero-actions-grid{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.btn.training{
  background:linear-gradient(135deg,#243728 0%,#4f8b5f 52%,#dcebd8 140%)!important;
  color:#fff!important;
  border:1px solid rgba(220,235,216,.35)!important;
  box-shadow:0 16px 34px rgba(79,139,95,.22)!important;
  cursor:pointer;
}
.btn.training:hover{filter:brightness(1.03);transform:translateY(-1px);}
.hero-author-mini{
  margin-top:24px;
  padding:22px 24px;
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.90),rgba(245,241,231,.92));
  border:1px solid rgba(211,203,187,.82);
  box-shadow:0 18px 44px rgba(33,38,31,.07);
  max-width:680px;
}
.hero-author-mini .mini-signature{
  font-family:Georgia,serif;
  font-style:italic;
  font-size:34px;
  line-height:1.05;
  color:#262521;
  margin-bottom:14px;
}
.hero-author-mini p{
  margin:0 0 12px;
  color:#343730;
  font-size:16px;
  line-height:1.48;
}
.hero-author-mini p:last-child{margin-bottom:0;}
.hero-author-mini .mini-telegram{
  padding:13px 15px;
  border-radius:18px;
  background:#dcebd8;
  color:#365943;
  font-weight:800;
}
.hero-author-mini .mini-telegram a{
  color:#245c35;
  font-weight:950;
  text-decoration:none;
}
.badges-chameleon span{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#fff8eb 0%,#e2efd9 48%,#f7ead1 100%)!important;
  border-color:rgba(79,139,95,.26)!important;
  color:#24442c!important;
  box-shadow:0 10px 24px rgba(79,139,95,.08);
}
.badges-chameleon span::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.55) 45%,transparent 72%);
  transform:translateX(-120%);
  animation:badgeGlide 7s ease-in-out infinite;
}
.badges-chameleon span:nth-child(2)::after{animation-delay:1.2s;}
.badges-chameleon span:nth-child(3)::after{animation-delay:2.4s;}
.badges-chameleon span:nth-child(4)::after{animation-delay:3.6s;}
@keyframes badgeGlide{
  0%,55%{transform:translateX(-120%);}
  75%,100%{transform:translateX(120%);}
}
.telegram-message-btn{font-family:inherit;}
button.telegram-inline{cursor:pointer;}
.price-card .btn.training.large{
  margin-top:12px;
  width:auto;
}
.price-card > .btn.primary.large,
.price-card > .btn.training.large{
  display:inline-flex;
  margin-left:6px;
  margin-right:6px;
}
.price-card .activate-link{display:block;margin-top:16px;}

@media(max-width:820px){
  .hero-actions-grid{align-items:stretch;}
  .hero-actions-grid .btn{width:100%;justify-content:center;}
  .hero-author-mini{padding:18px;border-radius:22px;}
  .hero-author-mini .mini-signature{font-size:30px;}
  .price-card > .btn.primary.large,
  .price-card > .btn.training.large{display:flex;width:100%;margin-left:0;margin-right:0;}
}

/* RKN v14 — юридическая подготовка, чекбоксы согласий, cookie-баннер */
.legal-page h1,.checkout-page h1{max-width:900px;}
.legal-page h2{margin-top:34px;margin-bottom:10px;font-size:26px;line-height:1.15;}
.legal-page p,.legal-page li{font-size:17px;line-height:1.62;color:#3f443e;}
.legal-page ul,.legal-page ol{padding-left:22px;}
.doc-updated{display:inline-block;padding:10px 14px;border-radius:14px;background:#f4efe4;border:1px solid #ded5c3;color:#606050!important;font-weight:800;}
.legal-lead{max-width:760px;}
.checkout-card{max-width:720px;margin-top:28px;padding:28px;border-radius:28px;background:#fff;border:1px solid #ded8cc;box-shadow:0 18px 44px rgba(33,38,31,.08);}
.checkout-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #eee7dc;font-size:18px;}
.checkout-row strong{font-size:34px;color:#4f8b5f;}
.checkout-row.muted{color:#63685f;}
.legal-consents{margin:24px 0 22px;display:grid;gap:14px;}
.checkline{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:18px;background:#f8f5ee;border:1px solid #e0d8c8;color:#333832;line-height:1.4;font-weight:700;}
.checkline input{width:20px;height:20px;margin-top:1px;accent-color:#4f8b5f;flex:0 0 auto;}
.checkline a{color:#245c35;font-weight:950;}
.consent-note{margin:0;padding:12px 14px;border-radius:16px;background:#eef7ec;color:#425746!important;font-size:14px!important;line-height:1.45!important;}
.disabled-link{opacity:.48;pointer-events:auto;cursor:not-allowed;filter:grayscale(.25);}
.cookie-banner{position:fixed;left:22px;right:22px;bottom:22px;z-index:90;max-width:1080px;margin:0 auto;padding:18px 20px;border-radius:22px;background:#181b17;color:#fff;box-shadow:0 22px 70px rgba(0,0,0,.26);display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(255,255,255,.14);}
.cookie-banner[hidden]{display:none!important;}
.cookie-banner p{margin:5px 0 0;color:#dfe7db;font-size:14px;line-height:1.42;}
.cookie-banner a{color:#dcebd8;font-weight:900;}
.cookie-actions{display:flex;gap:10px;flex:0 0 auto;}
.cookie-btn{border:0;border-radius:999px;padding:12px 16px;font-weight:950;cursor:pointer;font-family:inherit;}
.cookie-btn.primary{background:#4f8b5f;color:#fff;}
.cookie-btn.ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.18);}
@media(max-width:820px){.cookie-banner{left:12px;right:12px;bottom:12px;display:block;padding:16px}.cookie-actions{margin-top:14px;display:grid;grid-template-columns:1fr}.checkout-card{padding:20px}.checkout-row strong{font-size:28px}.checkline{padding:14px;font-size:14px}.legal-page h2{font-size:22px}.legal-page p,.legal-page li{font-size:16px}}

.checkout-form{margin:0;}
