/* ============================================================
   „ОК, а сега какво?“ — дизайн система v2
   Тоновете от корицата: сребристо-бяло + дълбоко лилаво + тюркоаз.
   Заглавия в серифен Playfair Display (като корицата), текст в Manrope.
   (Имената --teal* = лилавата гама, --apricot* = тюркоазената — запазени за съвместимост.)
   ============================================================ */

:root {
  --bg: #F5F8F7;
  --sand: #E6EEEC;
  --white: #FFFFFF;
  --ink: #26173A;
  --ink-2: #3F3152;
  --muted: #6A6178;
  --line: #DDE6E3;
  --line-2: #C5D2CF;

  --teal: #4B296B;
  --teal-dk: #3A1F54;
  --teal-deep: #2A1540;
  --teal-md: #7B5AA0;
  --teal-100: #E7DFF0;
  --teal-50: #F4F0F9;

  --apricot: #52BCB5;
  --apricot-dk: #2F8F88;
  --apricot-100: #D5EFEC;
  --apricot-50: #EBF7F5;

  --gold: #E9B44C;
  --coral: #E5674A;

  /* Съвместимост със старите имена */
  --paper: var(--bg);
  --sun: var(--apricot);
  --mint: var(--teal-md);
  --blue: var(--teal);

  --sh-1: 0 1px 2px rgba(36, 22, 58, .05), 0 8px 22px -10px rgba(36, 22, 58, .14);
  --sh-2: 0 2px 4px rgba(36, 22, 58, .05), 0 28px 50px -22px rgba(36, 22, 58, .28);
  --r: 22px;
  --r-sm: 14px;
  --font: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --mono: var(--font);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--font); font-size: 17px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.1; letter-spacing: -.028em; font-weight: 800; }
h3 { font-weight: 700; letter-spacing: -.02em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--teal-md); outline-offset: 3px; border-radius: 8px; }
::selection { background: var(--apricot-100); color: var(--ink); }

/* Икони */
[data-ic] { display: inline-flex; width: 1.3em; height: 1.3em; font-style: normal; flex: none; }
[data-ic] svg, .ic svg, .em svg, .emo svg, .gi svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.wrap { width: min(1160px, 100% - 40px); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Секции ---------- */
.sec { position: relative; padding-block: clamp(64px, 8.5vw, 112px); }
.bg-paper { background: var(--bg); }
.bg-white { background: var(--white); }
.bg-tint { background: var(--teal-50); }
.bg-warm { background: var(--apricot-50); }
.bg-sand { background: var(--sand); }
.bg-deep { background: radial-gradient(900px 420px at 85% -10%, rgba(82, 188, 181, .16), transparent 60%), linear-gradient(170deg, #3A1F55, var(--teal-deep)); color: #F6F3FA; }

.sec-head { max-width: 760px; margin-bottom: clamp(34px, 5vw, 58px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head h2 { font-size: clamp(1.95rem, 4.3vw, 3.1rem); }
.sec-head p { margin-top: 18px; color: var(--muted); font-size: 1.14rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px;
  font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--teal);
}
.eyebrow::before { content: ""; width: 28px; height: 2px; border-radius: 2px; background: var(--apricot); }
.sec-head.center .eyebrow { justify-content: center; }
.bg-deep .eyebrow, .eyebrow.white { color: #D9CCE8; }

/* Акцент: редакторски курсив + вълнообразно подчертаване */
.mark {
  font-family: var(--serif); font-style: italic; font-weight: 700; letter-spacing: -.01em; color: var(--teal);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='6' viewBox='0 0 20 6'%3E%3Cpath d='M0 3 Q5 .2 10 3 T20 3' fill='none' stroke='%2352BCB5' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x 0 100% / 20px 6px;
  padding-bottom: .16em; box-decoration-break: clone; -webkit-box-decoration-break: clone;
}
.bg-deep .mark { color: #9FE3DC; }
.strike { color: var(--muted); text-decoration: line-through; text-decoration-color: var(--coral); text-decoration-thickness: .06em; text-decoration-skip-ink: none; }

/* Етикет */
.sticker {
  display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; line-height: 1;
  background: var(--apricot-100); color: #1E6B66; border-radius: 999px; padding: 7px 13px; white-space: nowrap;
}
.sticker.blue, .sticker.mint { background: var(--teal-100); color: var(--teal-dk); }
.sticker.coral { background: #FBDDD5; color: #A03A22; }
.sticker.white { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.rot-l, .rot-r { transform: none; }

/* ---------- Бутони ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 26px;
  border-radius: 999px; border: 1px solid var(--line-2); background: #fff; color: var(--ink);
  font-weight: 800; font-size: 1rem; letter-spacing: -.01em; text-decoration: none; white-space: nowrap;
  box-shadow: var(--sh-1); transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); border-color: var(--ink); box-shadow: var(--sh-2); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; flex: none; transition: transform .18s; }
.btn:hover svg { transform: translateX(3px); }
.btn-cta { background: var(--apricot); border-color: transparent; color: var(--ink); box-shadow: 0 12px 26px -12px rgba(47, 143, 136, .75), 0 1px 0 rgba(255, 255, 255, .5) inset; }
.btn-cta:hover { background: #6CCBC4; border-color: transparent; box-shadow: 0 18px 32px -12px rgba(47, 143, 136, .8), 0 1px 0 rgba(255, 255, 255, .5) inset; }
.btn-blue { background: var(--teal); color: #fff; border-color: transparent; }
.btn-blue:hover { background: var(--teal-dk); border-color: transparent; }
.btn-lg { min-height: 58px; padding: 0 32px; font-size: 1.06rem; }
.btn-xl { min-height: 64px; padding: 0 38px; font-size: 1.14rem; }
.btn-sm { min-height: 42px; padding: 0 20px; font-size: .92rem; }
.btn-block { width: 100%; }
.btn[disabled], .btn.is-off { opacity: .55; pointer-events: none; }
.link-quiet { color: var(--muted); font-weight: 700; text-underline-offset: 4px; }
.link-quiet:hover { color: var(--ink); }

/* ---------- Лента + горна навигация ---------- */
.announce { background: var(--teal-deep); color: #EEE8F5; text-align: center; font-size: .88rem; font-weight: 600; padding: 10px 16px; }
.announce a { color: #9FE3DC; font-weight: 800; text-underline-offset: 3px; }
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(245, 248, 247, .86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid var(--line); }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; }
.logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.03em; font-size: 1.08rem; }
.logo-mark {
  width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 1.15rem;
  background: linear-gradient(145deg, var(--teal-md), var(--teal-dk)); box-shadow: 0 6px 14px -6px rgba(58, 31, 84, .6);
}
.top-right { display: flex; align-items: center; gap: 22px; }
.top-right .note { font-size: .9rem; color: var(--muted); font-weight: 600; }
@media (max-width: 720px) { .top-right .note { display: none; } }

/* ---------- Hero ---------- */
.hero { padding-block: clamp(44px, 6vw, 84px) clamp(64px, 8vw, 104px); overflow: hidden;
  background: radial-gradient(700px 480px at 92% 6%, rgba(82, 188, 181, .17), transparent 65%), radial-gradient(640px 460px at -6% 92%, rgba(82, 188, 181, .14), transparent 65%), var(--bg); }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.hero h1 { font-size: clamp(2.35rem, 5.2vw, 4.3rem); letter-spacing: -.04em; line-height: 1.04; margin: 22px 0 0; }
.hero .lead { margin-top: 26px; font-size: clamp(1.06rem, 1.7vw, 1.22rem); color: var(--ink-2); max-width: 34em; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px 8px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-1); font-size: .86rem; font-weight: 700; }
.pill [data-ic] { color: var(--teal); width: 1.15em; height: 1.15em; }
.checks { margin-top: 26px; display: grid; gap: 12px; }
.checks li { position: relative; padding-left: 34px; font-weight: 600; color: var(--ink-2); }
.checks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--teal-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234B296B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat; }
.cta-row { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 18px 24px; align-items: center; }
.cta-note { font-size: .92rem; color: var(--muted); font-weight: 600; line-height: 1.4; }
.price-tag { display: inline-flex; align-items: baseline; gap: 8px; }
.price-tag s { color: var(--muted); font-weight: 700; text-decoration-color: var(--coral); }
@media (max-width: 940px) { .hero .wrap { grid-template-columns: 1fr; } }

/* Визуал: книга + „ползвани“ карти */
.hv { position: relative; min-height: 540px; display: grid; place-items: center; }
.hv-panel { position: absolute; inset: 18px 0 18px 6%; border-radius: 44px; background: radial-gradient(90% 70% at 15% 10%, rgba(255, 255, 255, .85), transparent 60%), linear-gradient(150deg, var(--teal-100), var(--apricot-100)); box-shadow: inset 0 0 0 1px rgba(36, 22, 58, .05); }
.book { position: relative; width: min(280px, 62vw); aspect-ratio: 3 / 4.1; transform: translateX(24px) rotate(-4deg); z-index: 1; }
.book-solo .book { transform: rotate(-4deg); }
.book-cover {
  position: absolute; inset: 0; border-radius: 6px 16px 16px 6px; overflow: hidden; color: #F6F3FA;
  padding: 30px 26px 26px 42px; display: flex; flex-direction: column; justify-content: space-between;
  background: radial-gradient(120% 60% at 100% 0%, rgba(82, 188, 181, .28), transparent 60%), linear-gradient(160deg, #633A8A, #2A1540);
  box-shadow: 0 34px 50px -20px rgba(42, 21, 64, .65), 0 10px 18px -10px rgba(42, 21, 64, .5);
}
.book-cover::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 18px; background: linear-gradient(90deg, rgba(0, 0, 0, .28), rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12)); }
.book-cover .route { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .5; }
.book-cover .route path { fill: none; stroke: #9FE3DC; stroke-width: 1.4; stroke-dasharray: 1.5 4; stroke-linecap: round; }
.book-cover small { position: relative; font-size: .64rem; letter-spacing: .16em; font-weight: 800; color: #9FE3DC; text-transform: uppercase; line-height: 1.6; }
.book-cover b { position: relative; font-size: clamp(2.1rem, 4.6vw, 2.9rem); line-height: .98; letter-spacing: -.045em; }
.book-cover b i { font-family: var(--serif); font-style: italic; font-weight: 700; color: #9FE3DC; letter-spacing: -.02em; }
.book-cover em { position: relative; font-style: normal; font-size: .8rem; font-weight: 600; color: #E2D8EE; line-height: 1.45; max-width: 13em; }
.book-cover .q { position: absolute; right: 20px; top: 22px; width: 50px; height: 50px; border-radius: 50%; background: var(--apricot); color: var(--teal-deep); display: grid; place-items: center; font-size: 1.7rem; font-weight: 800; box-shadow: 0 8px 16px -6px rgba(0, 0, 0, .4); }

.fcard { position: absolute; z-index: 2; background: rgba(255, 255, 255, .96); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--sh-2); padding: 14px 16px; font-size: .84rem; animation: floaty 7s ease-in-out infinite; }
.fcard .fl { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--muted); font-size: .78rem; }
.fcard .fl [data-ic] { color: var(--teal); }
.fc1 { top: 34px; left: -4%; width: 158px; }
.fc1 .fv { display: block; font-size: 1.7rem; font-weight: 800; letter-spacing: -.04em; line-height: 1.1; margin: 6px 0 8px; }
.fbar { height: 6px; border-radius: 6px; background: var(--sand); overflow: hidden; }
.fbar i { display: block; height: 100%; width: 34%; border-radius: 6px; background: linear-gradient(90deg, var(--teal-md), var(--teal)); }
.fc1 .fs { display: block; margin-top: 7px; font-size: .74rem; color: var(--muted); font-weight: 600; }
.fc2 { bottom: 52px; right: -1%; width: 208px; animation-delay: -2.5s; }
.fl-list { margin-top: 10px; display: grid; gap: 8px; }
.fl-list li { position: relative; padding-left: 26px; font-weight: 600; font-size: .8rem; color: var(--ink-2); }
.fl-list li::before { content: ""; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--line-2); background: #fff; }
.fl-list li.done::before { background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 10px no-repeat; border-color: var(--teal); }
.fc3 { top: 138px; right: 2%; display: flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 999px; font-weight: 800; font-size: .8rem; animation-delay: -4.5s; }
.fc3 [data-ic] { color: var(--apricot-dk); }
@keyframes floaty { 50% { transform: translateY(-9px); } }
@media (max-width: 940px) { .hv { min-height: 500px; } }
@media (max-width: 480px) {
  .hv { min-height: 520px; }
  .hv-panel { inset: 18px 0; }
  .book { width: 196px; transform: translate(-14px, 34px) rotate(-4deg); }
  .fc1 { width: 132px; left: 0; top: 10px; padding: 11px 12px; font-size: .78rem; }
  .fc1 .fv { font-size: 1.35rem; margin: 4px 0 6px; }
  .fc2 { width: 152px; right: 0; bottom: 6px; padding: 12px 13px; }
  .fc2 .fl-list li { font-size: .74rem; }
  .fc2 .fl-list li:nth-child(2) { display: none; }
  .fc3 { right: 0; top: 62px; padding: 8px 13px; font-size: .74rem; }
}

/* Числа */
.proof { background: #fff; border-block: 1px solid var(--line); }
.proof .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof div { padding: 26px 18px; text-align: center; border-right: 1px solid var(--line); font-size: .92rem; color: var(--muted); font-weight: 600; }
.proof div:last-child { border-right: 0; }
.proof b { display: block; font-size: 2.2rem; color: var(--teal); letter-spacing: -.04em; line-height: 1.1; }
@media (max-width: 720px) { .proof div { padding: 18px 8px; font-size: .78rem; } .proof b { font-size: 1.6rem; } }

/* ---------- Проблем ---------- */
.bubbles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 20px; }
.bubble {
  background: #fff; border: 1px solid var(--line); border-radius: 22px 22px 22px 6px; box-shadow: var(--sh-1);
  padding: 20px 24px 20px 62px; position: relative; font-weight: 700; font-size: 1.07rem; letter-spacing: -.012em; line-height: 1.4;
}
.bubble::before { content: "?"; position: absolute; left: 20px; top: 18px; width: 28px; height: 28px; border-radius: 50%; background: var(--teal-100); color: var(--teal); display: grid; place-items: center; font-weight: 800; font-size: .9rem; }
.bubble:nth-child(4n+2) { background: var(--teal-50); border-radius: 22px 22px 6px 22px; }
.bubble:nth-child(4n+3) { background: var(--apricot-50); }
.bubble:nth-child(4n+3)::before { background: var(--apricot-100); color: var(--apricot-dk); }
.bubble:nth-child(4n) { background: var(--sand); border-radius: 22px 22px 6px 22px; }
.verdict {
  margin-top: 40px; padding: clamp(28px, 4.5vw, 52px); border-radius: 30px; color: #F6F3FA;
  background: radial-gradient(600px 300px at 100% 0%, rgba(82, 188, 181, .22), transparent 60%), linear-gradient(160deg, #3A1F55, var(--teal-deep));
  font-size: clamp(1.3rem, 2.8vw, 2rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.25; box-shadow: var(--sh-2);
}
.verdict span { color: #9FE3DC; }
@media (max-width: 760px) { .bubbles { grid-template-columns: 1fr; } }

/* ---------- Подход ---------- */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--sh-1); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar { padding: 32px; }
.pillar .no { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--teal-100); color: var(--teal-dk); font-family: var(--serif); font-style: italic; font-weight: 700; font-size: 1.15rem; }
.pillar:nth-child(2) .no { background: var(--apricot-100); color: #1E6B66; }
.pillar:nth-child(3) .no { background: var(--sand); color: var(--ink-2); }
.pillar h3 { font-size: 1.32rem; margin: 20px 0 10px; }
.pillar p { color: var(--muted); }
.notthis { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-weight: 700; color: var(--muted); font-size: .95rem; }
.notthis s { text-decoration-color: var(--coral); padding: 6px 14px; background: #fff; border: 1px dashed var(--line-2); border-radius: 999px; }
@media (max-width: 860px) { .pillars { grid-template-columns: 1fr; } }

/* ---------- Продуктът ---------- */
.product { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.product h2 { font-size: clamp(1.95rem, 4vw, 3rem); }
.product p.lead { margin-top: 18px; color: var(--ink-2); font-size: 1.12rem; }
.stack { margin-top: 28px; display: grid; gap: 12px; }
.stack li { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 16px 18px; box-shadow: var(--sh-1); }
.stack li .em { flex: none; width: 44px; height: 44px; border-radius: 13px; background: var(--teal-100); color: var(--teal-dk); display: grid; place-items: center; padding: 11px; }
.stack li:nth-child(3n+2) .em { background: var(--apricot-100); color: #1E6B66; }
.stack li:nth-child(3n) .em { background: var(--sand); color: var(--ink-2); }
.stack li b { display: block; line-height: 1.3; }
.stack li small { color: var(--muted); font-size: .88rem; line-height: 1.45; display: block; margin-top: 3px; font-weight: 500; }
.stack li .tag { margin-left: auto; align-self: center; flex: none; }
.book-solo { position: relative; min-height: 440px; display: grid; place-items: center; }
.book-solo::before { content: ""; position: absolute; inset: 24px 4% 24px; border-radius: 40px; background: radial-gradient(90% 70% at 20% 10%, rgba(255, 255, 255, .8), transparent 60%), linear-gradient(150deg, #fff, var(--teal-100)); }
@media (max-width: 900px) { .product { grid-template-columns: 1fr; } }

/* ---------- 8 области ---------- */
.areas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.area { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px; box-shadow: var(--sh-1); transition: transform .2s, box-shadow .2s, border-color .2s; }
.area:hover { transform: translateY(-4px); box-shadow: var(--sh-2); border-color: var(--line-2); }
.area .n { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--teal-50); color: var(--teal); font-family: var(--serif); font-style: italic; font-weight: 700; font-size: 1.02rem; }
.area h3 { font-size: 1.16rem; margin: 16px 0 12px; }
.area li { font-size: .93rem; color: var(--muted); padding: 5px 0 5px 18px; position: relative; line-height: 1.45; font-weight: 500; }
.area li::before { content: ""; position: absolute; left: 0; top: 14px; width: 6px; height: 6px; border-radius: 50%; background: var(--apricot); }
@media (max-width: 1040px) { .areas { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .areas { grid-template-columns: 1fr; } }

/* ---------- Бонуси ---------- */
.kits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.kit { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--sh-1); padding: 28px 26px 24px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.kit:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.kit .sticker { position: absolute; top: 26px; right: 24px; }
.kit .emo { width: 54px; height: 54px; border-radius: 16px; background: var(--teal-100); color: var(--teal-dk); display: grid; place-items: center; padding: 14px; margin-bottom: 20px; }
.kit:nth-child(3n+2) .emo { background: var(--apricot-100); color: #1E6B66; }
.kit:nth-child(3n) .emo { background: var(--sand); color: var(--ink-2); }
.kit h3 { font-size: 1.28rem; margin-bottom: 14px; }
.kit li { font-size: .95rem; padding: 9px 0 9px 28px; position: relative; border-top: 1px solid var(--line); font-weight: 600; color: var(--ink-2); }
.kit li::before { content: ""; position: absolute; left: 0; top: 12px; width: 18px; height: 18px; border-radius: 50%; background: var(--teal-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234B296B' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 10px no-repeat; }
@media (max-width: 980px) { .kits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .kits { grid-template-columns: 1fr; } }

/* Мини калкулатор */
.calc-demo { margin-top: clamp(46px, 6vw, 76px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(26px, 4vw, 58px); align-items: center; padding: clamp(26px, 4vw, 48px); color: #F6F3FA; border-radius: 32px; box-shadow: var(--sh-2);
  background: radial-gradient(600px 300px at 0% 0%, rgba(82, 188, 181, .2), transparent 60%), linear-gradient(160deg, #3A1F55, var(--teal-deep)); }
.calc-demo h3 { font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: -.03em; }
.calc-demo p { margin-top: 14px; color: #CFC2DF; }
.calc-box { background: #fff; color: var(--ink); border-radius: 24px; padding: 24px; box-shadow: 0 30px 50px -24px rgba(0, 0, 0, .5); }
.calc-box .row { display: grid; grid-template-columns: 1fr 124px; gap: 12px; align-items: center; padding: 7px 0; font-weight: 700; font-size: .95rem; }
.calc-box input { width: 100%; height: 44px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: 12px; font: inherit; font-weight: 800; text-align: right; background: var(--bg); transition: border-color .15s, box-shadow .15s; }
.calc-box input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(75, 41, 107, .14); background: #fff; }
.calc-out { margin-top: 14px; padding-top: 18px; border-top: 1px dashed var(--line-2); }
.calc-out .big { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-weight: 700; color: var(--muted); }
.calc-out .big strong { font-size: 2.1rem; letter-spacing: -.04em; color: var(--ink); }
.meter { height: 10px; background: var(--sand); border-radius: 10px; overflow: hidden; margin: 12px 0 10px; }
.meter i { display: block; height: 100%; width: 0; border-radius: 10px; background: var(--teal-md); transition: width .35s ease, background .2s; }
.calc-out .verdict-s { font-size: .9rem; color: var(--muted); font-weight: 600; min-height: 2.8em; }
@media (max-width: 900px) { .calc-demo { grid-template-columns: 1fr; } }
@media (max-width: 420px) { .calc-box .row { grid-template-columns: 1fr 100px; } }

/* ---------- 1000 дни ---------- */
.days-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.days-grid h2 { font-size: clamp(1.95rem, 4.2vw, 3.1rem); }
.days-grid p { margin-top: 18px; color: var(--ink-2); font-size: 1.1rem; }
.gantt { background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--sh-2); padding: 26px; }
.gantt-head { display: flex; justify-content: space-between; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px 116px; }
.g-row { display: grid; grid-template-columns: 104px 1fr; gap: 12px; align-items: center; padding: 8px 0; border-top: 1px solid var(--line); }
.g-row > span { font-weight: 700; font-size: .86rem; }
.g-track { position: relative; height: 24px; border-radius: 8px; background: repeating-linear-gradient(90deg, var(--bg) 0 calc(20% - 2px), transparent calc(20% - 2px) 20%); }
.g-track i { position: absolute; top: 4px; bottom: 4px; border-radius: 8px; background: var(--teal); }
.g-track i.b { background: var(--apricot); } .g-track i.c { background: var(--teal-md); opacity: .6; } .g-track i.d { background: var(--gold); }
@media (max-width: 900px) { .days-grid { grid-template-columns: 1fr; } }
@media (max-width: 440px) { .gantt-head { margin-left: 0; } .g-row { grid-template-columns: 82px 1fr; } .g-row > span { font-size: .76rem; } .gantt { padding: 18px; } }

/* ---------- Отзиви ---------- */
.wall { columns: 3; column-gap: 22px; }
.tcard { break-inside: avoid; margin: 0 0 22px; padding: 28px 26px 24px; position: relative; }
.tcard:nth-child(3n+2) { background: var(--apricot-50); }
.tcard:nth-child(3n) { background: var(--teal-50); }
.stars { color: var(--gold); letter-spacing: 3px; font-size: 1rem; margin-bottom: 14px; }
.tcard blockquote { margin: 0; font-weight: 600; font-size: 1.02rem; line-height: 1.6; color: var(--ink-2); }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.avatar { flex: none; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(145deg, var(--teal-md), var(--teal-dk)); color: #fff; display: grid; place-items: center; font-weight: 800; }
.tcard:nth-child(3n+2) .avatar { background: linear-gradient(145deg, var(--apricot), var(--apricot-dk)); }
.tcard:nth-child(3n) .avatar { background: linear-gradient(145deg, #6B5A80, var(--ink)); }
.who b { display: block; line-height: 1.2; } .who small { font-size: .85rem; color: var(--muted); font-weight: 600; }
.tcard .ph { position: absolute; top: 14px; right: 14px; font-size: .62rem; padding: 5px 9px; background: #F6E7BE; color: #7A5A0F; }
.note-ph { margin-top: 26px; text-align: center; font-size: .86rem; color: var(--muted); font-weight: 600; }
@media (max-width: 960px) { .wall { columns: 2; } }
@media (max-width: 640px) { .wall { columns: 1; } }

/* ---------- За кого ---------- */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fit > div { padding: 36px; box-shadow: none; }
.fit .yes { background: var(--teal-50); border-color: var(--teal-100); }
.fit .no { background: var(--apricot-50); border-color: var(--apricot-100); }
.fit h3 { font-size: 1.45rem; margin-bottom: 18px; }
.fit li { padding: 11px 0 11px 36px; position: relative; border-top: 1px solid rgba(36, 22, 58, .09); font-weight: 600; line-height: 1.45; color: var(--ink-2); }
.fit li::before { position: absolute; left: 0; top: 12px; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: .78rem; font-weight: 800; }
.fit .yes li::before { content: "✓"; background: var(--teal); color: #fff; }
.fit .no li::before { content: "✕"; background: var(--apricot-100); color: var(--apricot-dk); }
@media (max-width: 800px) { .fit { grid-template-columns: 1fr; } }

/* ---------- Оферта ---------- */
.offer-card { display: grid; grid-template-columns: 1.15fr .85fr; background: #fff; border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--sh-2); overflow: hidden; }
.offer-card > .left { padding: clamp(26px, 4.5vw, 52px); }
.offer-card h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); }
.offer-card .stack { margin-top: 24px; gap: 10px; }
.offer-card .stack li { box-shadow: none; background: var(--bg); border-color: transparent; padding: 14px 16px; }
.buybox { padding: clamp(28px, 4vw, 46px); display: flex; flex-direction: column; justify-content: center; text-align: center; color: #F6F3FA;
  background: radial-gradient(400px 260px at 100% 0%, rgba(82, 188, 181, .24), transparent 65%), linear-gradient(165deg, #432562, var(--teal-deep)); }
.buybox .lab { font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #D9CCE8; }
.price { font-size: clamp(3.4rem, 7vw, 4.8rem); font-weight: 800; letter-spacing: -.05em; line-height: 1; margin: 14px 0 8px; color: #fff; }
.price s { font-size: .36em; color: rgba(255, 255, 255, .55); font-weight: 700; margin-right: 10px; text-decoration-color: var(--apricot); letter-spacing: -.02em; }
.buybox .sub { font-weight: 600; margin-bottom: 24px; font-size: .95rem; color: #E2D8EE; }
.buybox .alt { display: block; margin-top: 18px; font-size: .9rem; font-weight: 700; color: #D9CCE8; }
.buybox .alt:hover { color: #fff; }
.secure { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 6px 16px; justify-content: center; font-size: .8rem; font-weight: 600; color: #CFC2DF; }
.secure span::before { content: "✓ "; color: #9FE3DC; }
@media (max-width: 900px) { .offer-card { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--sh-1); overflow: hidden; transition: border-color .2s; }
.faq details[open] { border-color: var(--line-2); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 700; font-size: 1.07rem; letter-spacing: -.012em; display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--teal-50); color: var(--teal); display: grid; place-items: center; font-size: 1.4rem; font-weight: 500; line-height: 1; transition: transform .2s, background .2s, color .2s; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--teal); color: #fff; }
.faq details p { padding: 0 24px 22px; color: var(--muted); max-width: 62ch; font-weight: 500; }

/* ---------- Финал ---------- */
.final { text-align: center; overflow: hidden; }
.final h2 { font-size: clamp(2.1rem, 5vw, 3.8rem); max-width: 15em; margin-inline: auto; letter-spacing: -.04em; }
.final p.sub { margin: 22px auto 36px; color: #CFC2DF; font-size: 1.14rem; max-width: 34em; }
.final .ps { margin: 36px auto 0; max-width: 40em; font-size: .95rem; color: #CFC2DF; }
.final .ps b { color: #9FE3DC; }
.final .ps a { color: #fff; font-weight: 800; }

/* ---------- Футър ---------- */
footer { background: #1C0F2C; color: #B3A5C6; padding: 48px 0 112px; font-size: .88rem; }
footer .wrap { display: grid; gap: 22px; }
footer .row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; align-items: center; }
footer a { color: #B3A5C6; text-decoration: none; margin-right: 20px; }
footer a:hover { color: #fff; }
footer .logo { color: #fff; margin: 0; }
footer .disc { max-width: 80ch; line-height: 1.65; opacity: .9; }

/* ---------- Sticky CTA (телефон) ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(245, 248, 247, .92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); display: none; transform: translateY(110%); transition: transform .3s ease; }
.sticky-cta.show { transform: none; }
.sticky-cta .btn { width: 100%; min-height: 54px; }
@media (max-width: 760px) { .sticky-cta { display: block; } }

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal.d1 { transition-delay: .08s; } .js .reveal.d2 { transition-delay: .16s; } .js .reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ============================================================
   ФУНИЯ: поръчка, добавки, благодарим
   ============================================================ */
.demo-ribbon { background: #FFF1CC; color: #6B4A00; text-align: center; font-size: .82rem; font-weight: 700; padding: 8px 14px; border-bottom: 1px solid #F0DDA0; }
.fhead { background: rgba(245, 248, 247, .9); border-bottom: 1px solid var(--line); }
.fhead .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; }
.lock { font-size: .86rem; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; color: var(--muted); }
.lock::before, .paynote::before { content: ""; flex: none; width: 16px; height: 16px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='11' x='3' y='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='11' x='3' y='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E") center / contain no-repeat; }

.stepper { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; padding: 28px 0 10px; }
.stepper li { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: .92rem; color: var(--muted); }
.stepper li b { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; background: #fff; color: var(--muted); font-size: .86rem; }
.stepper li.on { color: var(--ink); } .stepper li.on b { background: var(--teal); border-color: var(--teal); color: #fff; box-shadow: 0 0 0 5px rgba(75, 41, 107, .14); }
.stepper li.done { color: var(--ink); } .stepper li.done b { background: var(--teal-100); border-color: var(--teal-100); color: var(--teal); }
.stepper .sep { width: 34px; height: 1px; background: var(--line-2); }
@media (max-width: 520px) { .stepper li span { display: none; } .stepper li.on span { display: inline; } }

.funnel-main { padding: 26px 0 100px; min-height: 70vh; position: relative;
  background: radial-gradient(700px 420px at 90% 0%, rgba(82, 188, 181, .12), transparent 65%), radial-gradient(600px 400px at 0% 20%, rgba(82, 188, 181, .1), transparent 65%), var(--bg); }
.co-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: start; margin-top: 18px; }
.co-form { padding: clamp(24px, 4vw, 42px); box-shadow: var(--sh-2); }
.co-form h1 { font-size: clamp(1.7rem, 3.4vw, 2.3rem); margin-bottom: 10px; }
.co-form .intro { color: var(--muted); margin-bottom: 28px; font-weight: 500; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.fgrid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .86rem; font-weight: 700; margin-bottom: 7px; }
.field label small { color: var(--muted); font-weight: 500; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"] {
  width: 100%; min-height: 56px; padding: 0 18px; border: 1px solid var(--line-2); border-radius: 14px; background: #fff; color: var(--ink);
  font: inherit; font-size: 1.04rem; font-weight: 600; transition: border-color .15s, box-shadow .15s;
}
.field input::placeholder { color: #9AAAAD; font-weight: 500; }
.field input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(75, 41, 107, .14); }
.field input.err { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(229, 103, 74, .14); }
.field .em { color: #C4472C; font-size: .8rem; font-weight: 700; min-height: 1.1em; margin-top: 5px; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: .88rem; color: var(--ink-2); line-height: 1.5; cursor: pointer; font-weight: 500; }
.consent input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--teal); flex: none; }
.consent a { font-weight: 700; }
.msg { color: #C4472C; font-weight: 700; font-size: .9rem; min-height: 1.2em; }

.bump { margin: 28px 0 8px; border: 1.5px dashed var(--apricot); border-radius: 20px; background: var(--apricot-50); position: relative; padding: 26px 22px 20px; cursor: pointer; transition: background .2s, border-color .2s, box-shadow .2s; }
.bump.on { border-style: solid; background: var(--apricot-100); box-shadow: 0 10px 24px -14px rgba(47, 143, 136, .6); }
.bump .sticker { position: absolute; top: -12px; left: 20px; background: var(--apricot); color: var(--ink); }
.bump label { display: flex; gap: 14px; align-items: flex-start; cursor: pointer; }
.bump input { width: 24px; height: 24px; margin-top: 2px; accent-color: var(--teal); flex: none; }
.bump b { font-size: 1.06rem; display: block; line-height: 1.3; }
.bump p { font-size: .92rem; margin-top: 4px; font-weight: 500; color: var(--ink-2); }
.bump .bp { font-weight: 800; white-space: nowrap; margin-left: auto; padding-left: 10px; }
.paynote { margin-top: 22px; padding: 16px 18px; border-radius: 16px; background: var(--teal-50); color: var(--teal-dk); font-size: .9rem; font-weight: 600; display: flex; gap: 12px; align-items: flex-start; line-height: 1.5; }
.paynote::before { margin-top: 3px; }
.co-form .btn-block { margin-top: 24px; }
.co-form .fine { margin-top: 14px; text-align: center; font-size: .82rem; color: var(--muted); font-weight: 600; }

.summary { padding: 28px; position: sticky; top: 20px; }
.summary h2 { font-size: 1.15rem; margin-bottom: 20px; }
.sum-book { display: flex; gap: 16px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.mini-book { flex: none; width: 62px; height: 84px; border-radius: 4px 9px 9px 4px; color: #F6F3FA; padding: 9px 7px 8px 14px; font-weight: 800; font-size: .72rem; line-height: 1.05; letter-spacing: -.03em; position: relative; overflow: hidden; display: flex; align-items: flex-end; background: linear-gradient(160deg, #633A8A, #2A1540); box-shadow: 0 14px 22px -12px rgba(42, 21, 64, .7); }
.mini-book::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: rgba(0, 0, 0, .22); }
.sum-book b { display: block; line-height: 1.3; } .sum-book span { font-size: .84rem; color: var(--muted); font-weight: 500; }
.sum-lines { padding: 16px 0; display: grid; gap: 12px; border-bottom: 1px solid var(--line); font-weight: 600; }
.sum-lines .l { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; }
.sum-lines .l small { color: var(--muted); font-weight: 500; display: block; font-size: .8rem; }
.sum-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 18px; font-weight: 700; }
.sum-total strong { font-size: 2rem; letter-spacing: -.04em; }
.sum-list { margin-top: 22px; display: grid; gap: 10px; font-size: .88rem; font-weight: 600; color: var(--ink-2); }
.sum-list li { padding-left: 28px; position: relative; }
.sum-list li::before { content: ""; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%; background: var(--teal-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234B296B' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 10px no-repeat; }
.mini-t { margin-top: 22px; padding: 18px; border-radius: 16px; background: var(--apricot-50); font-size: .88rem; font-weight: 600; line-height: 1.55; color: var(--ink-2); }
.mini-t b { display: block; margin-top: 8px; font-size: .8rem; color: var(--muted); font-weight: 700; }
@media (max-width: 900px) { .co-grid { grid-template-columns: 1fr; } .summary { position: static; order: -1; } .fgrid { grid-template-columns: 1fr; } }

/* Добавки */
.up-head { text-align: center; max-width: 760px; margin: 18px auto 36px; }
.up-head h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); letter-spacing: -.04em; }
.up-head p { margin-top: 16px; color: var(--ink-2); font-size: 1.12rem; }
.done-line { display: inline-flex; gap: 10px; align-items: center; background: var(--teal-100); color: var(--teal-dk); border-radius: 999px; padding: 8px 18px; font-weight: 700; font-size: .9rem; margin-bottom: 22px; }
.addons { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 12px; }
.addon { flex: 1 1 300px; max-width: 380px; display: flex; flex-direction: column; padding: 30px 26px 26px; position: relative; border: 1.5px solid var(--line); transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.addon .emo { width: 56px; height: 56px; border-radius: 16px; background: var(--teal-100); color: var(--teal-dk); display: grid; place-items: center; padding: 14px; }
.addon:nth-child(2) .emo { background: var(--apricot-100); color: #1E6B66; } .addon:nth-child(3) .emo { background: var(--sand); color: var(--ink-2); }
.addon h3 { font-size: 1.3rem; margin: 20px 0 6px; }
.addon .tl { color: var(--muted); font-weight: 500; font-size: .95rem; margin-bottom: 16px; }
.addon ul { margin-bottom: 22px; }
.addon li { font-size: .92rem; font-weight: 600; padding: 9px 0 9px 26px; position: relative; border-top: 1px solid var(--line); line-height: 1.45; color: var(--ink-2); }
.addon li::before { content: ""; position: absolute; left: 0; top: 12px; width: 16px; height: 16px; border-radius: 50%; background: var(--teal-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234B296B' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 9px no-repeat; }
.addon .foot { margin-top: auto; }
.addon .ap { font-size: 1.9rem; font-weight: 800; letter-spacing: -.04em; margin-bottom: 14px; }
.addon .ap small { font-size: .9rem; color: var(--muted); font-weight: 600; letter-spacing: 0; }
.addon.sel { border-color: var(--teal); background: var(--teal-50); box-shadow: 0 0 0 4px rgba(75, 41, 107, .12), var(--sh-2); }
.addon.sel .btn { background: var(--teal); color: #fff; border-color: transparent; }
.addon-bar { margin-top: 36px; padding: 22px 28px; display: flex; flex-wrap: wrap; gap: 18px 30px; align-items: center; justify-content: space-between; box-shadow: var(--sh-2); }
.addon-bar .tot { font-weight: 700; }
.addon-bar .tot strong { font-size: 1.9rem; letter-spacing: -.04em; margin-left: 8px; }
.addon-bar .tot small { display: block; color: var(--muted); font-weight: 500; font-size: .84rem; }
.skiplink { display: block; text-align: center; margin-top: 20px; font-weight: 700; color: var(--muted); }
.skiplink:hover { color: var(--ink); }
@media (max-width: 980px) { .addons { max-width: 520px; margin-inline: auto; } .addon { max-width: none; flex-basis: 100%; } .addon-bar { flex-direction: column; align-items: stretch; text-align: center; } }

/* Благодарим */
.thanks { text-align: center; max-width: 780px; margin: 18px auto 0; }
.big-check { width: 92px; height: 92px; margin: 0 auto 26px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 2.6rem; font-weight: 800; background: linear-gradient(145deg, var(--teal-md), var(--teal-dk)); box-shadow: 0 0 0 10px rgba(75, 41, 107, .1), 0 24px 36px -16px rgba(58, 31, 84, .6); }
.thanks h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); letter-spacing: -.04em; }
.thanks .sub { margin-top: 18px; font-size: 1.16rem; color: var(--ink-2); }
.order-card { margin: 36px auto 0; max-width: 560px; text-align: left; padding: 28px; box-shadow: var(--sh-2); }
.order-card h2 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; font-weight: 800; }
.next-steps { margin-top: clamp(46px, 6vw, 76px); }
.next-steps h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); text-align: center; margin-bottom: 32px; }
.nsteps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.nstep { padding: 28px; }
.nstep .num { width: 44px; height: 44px; border-radius: 14px; background: var(--teal-100); color: var(--teal-dk); display: grid; place-items: center; font-family: var(--serif); font-style: italic; font-weight: 700; font-size: 1.2rem; margin-bottom: 18px; }
.nstep:nth-child(2) .num { background: var(--apricot-100); color: #1E6B66; } .nstep:nth-child(3) .num { background: var(--sand); color: var(--ink-2); }
.nstep h3 { font-size: 1.18rem; margin-bottom: 8px; } .nstep p { color: var(--muted); font-size: .96rem; font-weight: 500; }
.cross { margin-top: 40px; padding: clamp(26px, 4vw, 44px); display: flex; flex-wrap: wrap; gap: 20px 32px; align-items: center; justify-content: space-between; color: #F6F3FA; border: 0;
  background: radial-gradient(500px 260px at 100% 0%, rgba(82, 188, 181, .22), transparent 65%), linear-gradient(160deg, #3A1F55, var(--teal-deep)); }
.cross h3 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); max-width: 20em; }
.cross p { margin-top: 8px; color: #CFC2DF; font-weight: 500; }
.help { margin-top: 30px; text-align: center; color: var(--muted); font-weight: 500; font-size: .95rem; }
@media (max-width: 860px) { .nsteps { grid-template-columns: 1fr; } }

/* ============================================================
   ТЕСТ (test.html)
   ============================================================ */
.quiz-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--bg); }
.q-head { background: rgba(245, 248, 247, .9); border-bottom: 1px solid var(--line); }
.q-head .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 66px; }
.q-head .exit { font-size: .9rem; color: var(--muted); text-decoration: none; font-weight: 700; }
.q-head .exit:hover { color: var(--ink); }
.progress { height: 5px; background: var(--line); }
.progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--teal-md), var(--teal)); border-radius: 0 5px 5px 0; transition: width .4s cubic-bezier(.2, .7, .2, 1); }
.q-main { flex: 1; display: grid; align-items: start; padding: clamp(28px, 6vw, 70px) 0 60px; position: relative; overflow: hidden;
  background: radial-gradient(600px 380px at 92% 0%, rgba(82, 188, 181, .12), transparent 65%), radial-gradient(520px 360px at 0% 30%, rgba(82, 188, 181, .1), transparent 65%); }
.q-box { position: relative; width: min(760px, 100% - 40px); margin-inline: auto; }
.q-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 26px; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.q-area { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); }
.q-area b { background: var(--teal-100); color: var(--teal-dk); padding: 3px 9px; border-radius: 8px; font-family: var(--serif); font-style: italic; letter-spacing: 0; font-size: .9rem; }
.q-card { animation: qin .35s ease both; }
.q-card.out { animation: qout .2s ease both; }
@keyframes qin { from { opacity: 0; transform: translateX(28px); } to { opacity: 1; transform: none; } }
@keyframes qout { to { opacity: 0; transform: translateX(-28px); } }
.q-card h1, .q-card h2 { font-size: clamp(1.55rem, 3.6vw, 2.35rem); letter-spacing: -.035em; line-height: 1.15; margin-bottom: 28px; }
.opts { display: grid; gap: 12px; }
.opt { display: flex; align-items: center; gap: 16px; width: 100%; text-align: left; padding: 17px 20px; border-radius: 18px; background: #fff; border: 1.5px solid var(--line); box-shadow: var(--sh-1); font-weight: 600; font-size: 1.05rem; line-height: 1.4; transition: transform .15s, border-color .15s, background .15s, box-shadow .15s; }
.opt kbd { flex: none; width: 32px; height: 32px; border-radius: 10px; background: var(--bg); color: var(--muted); display: grid; place-items: center; font-family: var(--font); font-size: .85rem; font-weight: 800; transition: all .15s; }
.opt:hover { border-color: var(--teal-md); transform: translateY(-2px); box-shadow: var(--sh-2); }
.opt.sel { border-color: var(--teal); background: var(--teal-50); }
.opt.sel kbd { background: var(--teal); color: #fff; }
.q-nav { margin-top: 26px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: .9rem; }
.q-nav button { background: none; border: none; padding: 8px 4px; font-weight: 700; color: var(--muted); }
.q-nav button:hover { color: var(--ink); }
.q-nav .hint { font-size: .78rem; font-weight: 600; }
@media (max-width: 700px) { .q-nav .hint { display: none; } .opt { padding: 15px 16px; } }

.calc { text-align: center; padding: 60px 0; animation: qin .4s ease both; }
.spinner { width: 60px; height: 60px; border-radius: 50%; border: 5px solid var(--teal-100); border-top-color: var(--teal); margin: 0 auto 26px; animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.calc h2 { font-size: 1.7rem; } .calc p { color: var(--muted); margin-top: 10px; font-weight: 500; }
.gate { animation: qin .4s ease both; }
.gate .ok-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 18px; border-radius: 999px; background: var(--teal-100); color: var(--teal-dk); font-weight: 700; font-size: .9rem; margin-bottom: 22px; }
.gate h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); margin-bottom: 14px; letter-spacing: -.035em; }
.gate > p { color: var(--ink-2); margin-bottom: 28px; max-width: 46ch; font-weight: 500; }
.form { display: grid; gap: 16px; }
.skip { display: inline-block; margin-top: 8px; background: none; border: none; color: var(--muted); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; padding: 10px 0; }
.skip:hover { color: var(--ink); }

/* ============================================================
   РЕЗУЛТАТ (rezultat.html)
   ============================================================ */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(245, 248, 247, .86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 68px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a:not(.btn) { text-decoration: none; color: var(--muted); font-weight: 700; font-size: .95rem; }
.nav-links a:not(.btn):hover { color: var(--ink); }
@media (max-width: 760px) { .nav-links a:not(.btn) { display: none; } }

.res-hero { padding: clamp(36px, 6vw, 72px) 0 clamp(44px, 6vw, 76px); position: relative; overflow: hidden;
  background: radial-gradient(640px 440px at 92% 0%, rgba(82, 188, 181, .15), transparent 65%), radial-gradient(560px 420px at 0% 100%, rgba(82, 188, 181, .13), transparent 65%), var(--bg); }
.res-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.res-score { display: flex; align-items: center; gap: 22px; margin: 24px 0; flex-wrap: wrap; }
.big-ring { position: relative; width: 150px; height: 150px; flex: none; }
.big-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.big-ring circle { fill: none; stroke-width: 11; }
.big-ring .bg { stroke: var(--teal-100); }
.big-ring .fg { stroke: var(--teal); stroke-linecap: round; stroke-dasharray: 402.1; stroke-dashoffset: 402.1; transition: stroke-dashoffset 1.6s cubic-bezier(.2, .7, .2, 1) .2s; }
.big-ring b { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 2.7rem; letter-spacing: -.05em; font-weight: 800; }
.big-ring b small { font-size: 1.1rem; margin-left: 2px; align-self: center; margin-top: .5em; color: var(--muted); }
.lvl { font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 6px; }
.lvl-name { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.1; }
.res-hero h1 { font-size: clamp(2rem, 4.4vw, 3.2rem); letter-spacing: -.04em; }
.res-desc { font-size: 1.14rem; color: var(--ink-2); max-width: 34em; font-weight: 500; }
.radar-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--sh-2); padding: 18px; }
.radar-card svg { width: 100%; height: auto; }
.radar-card text { font-family: var(--font); font-size: 13px; font-weight: 700; fill: var(--ink-2); }
.legend { display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: center; padding: 6px 0 8px; font-size: .8rem; color: var(--muted); font-weight: 600; }
.legend span::before { content: ""; display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; background: var(--teal-md); }
.legend span.a::before { background: var(--gold); } .legend span.c::before { background: var(--coral); }
@media (max-width: 900px) { .res-grid { grid-template-columns: 1fr; } .radar-card { max-width: 520px; margin-inline: auto; width: 100%; } }

.bar { height: 10px; border-radius: 999px; background: var(--sand); overflow: hidden; }
.bar i { display: block; height: 100%; width: 0; background: var(--teal-md); border-radius: 999px; transition: width 1.1s cubic-bezier(.2, .7, .2, 1); }
.bar i.bad { background: var(--coral); } .bar i.mid { background: var(--gold); }
.breakdown { display: grid; gap: 12px; }
.brow { display: grid; grid-template-columns: 38px 190px 1fr 96px; gap: 16px; align-items: center; padding: 16px 22px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--sh-1); }
.brow .n { font-family: var(--serif); font-style: italic; font-weight: 700; color: var(--muted); }
.brow .nm { font-weight: 700; letter-spacing: -.015em; }
.brow .st { font-size: .78rem; font-weight: 800; text-align: right; }
.brow .st.g { color: var(--teal); } .brow .st.a { color: #A9761A; } .brow .st.r { color: #C4472C; }
@media (max-width: 700px) { .brow { grid-template-columns: 1fr auto; gap: 10px 12px; } .brow .n { display: none; } .brow .bar { grid-column: 1 / -1; order: 3; } }

.prio { display: grid; gap: 20px; }
.pcard { display: grid; grid-template-columns: 74px 1fr auto; gap: 24px; padding: 30px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-1); }
.pcard .rank { width: 58px; height: 58px; border-radius: 18px; background: var(--apricot-100); color: var(--apricot-dk); display: grid; place-items: center; font-family: var(--serif); font-style: italic; font-weight: 700; font-size: 1.7rem; }
.pcard.strong .rank { background: var(--teal-100); color: var(--teal); }
.pcard h3 { font-size: 1.4rem; margin-bottom: 4px; }
.pcard .sc { font-size: .8rem; font-weight: 700; color: var(--muted); display: block; margin-bottom: 12px; }
.pcard p { color: var(--ink-2); font-weight: 500; }
.pcard .get { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .93rem; color: var(--muted); font-weight: 500; }
.pcard .get b { color: var(--ink); }
.pcard .kit-tag { align-self: start; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--sand); font-size: .72rem; font-weight: 800; letter-spacing: .05em; white-space: nowrap; color: var(--ink-2); }
.pcard .kit-tag .ic { width: 16px; height: 16px; display: inline-flex; color: var(--teal); }
@media (max-width: 800px) { .pcard { grid-template-columns: 56px 1fr; padding: 22px; gap: 18px; } .pcard .rank { width: 50px; height: 50px; } .pcard .kit-tag { grid-column: 2; justify-self: start; } }

.share { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; justify-content: space-between; padding: 24px 28px; margin-top: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--sh-1); }
.share p { color: var(--muted); font-weight: 500; } .share p b { color: var(--ink); }
.retake { display: block; text-align: center; margin-top: 24px; color: var(--muted); font-weight: 700; }
.retake:hover { color: var(--ink); }
.empty { text-align: center; padding: 90px 0; }
.empty h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.empty p { color: var(--muted); margin-bottom: 30px; font-weight: 500; }

/* ---------- Мобилна безопасност ---------- */
.co-grid > *, .offer-card > *, .product > *, .days-grid > *, .hero .wrap > *, .res-grid > *, .calc-demo > * { min-width: 0; }
.stack li > span:not(.em):not(.tag) { min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 560px) {
  .btn-xl { padding: 0 22px; font-size: 1.04rem; min-height: 60px; }
  .btn-lg { padding: 0 24px; font-size: 1rem; }
  .btn-block { white-space: normal; text-align: center; }
  .co-form { padding: 24px 18px; }
  .buybox, .offer-card > .left { padding: 26px 18px; }
}
@media (max-width: 480px) { .hide-sm { display: none; } .logo .t { white-space: nowrap; font-size: .95rem; } }

/* ---------- Ъпсел страница (1 предложение + видео) ---------- */
.up-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; max-width: 1080px; margin: 8px auto 0; }
.up-video { position: relative; aspect-ratio: 16 / 9; border-radius: 26px; overflow: hidden; background: linear-gradient(150deg, #432562, var(--teal-deep)); box-shadow: var(--sh-2); }
.up-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.up-video.empty-video { display: grid; place-items: center; align-content: center; gap: 18px; text-align: center; padding: 28px; color: #E3DAEE; background: radial-gradient(500px 260px at 100% 0%, rgba(82, 188, 181, .3), transparent 65%), linear-gradient(150deg, #432562, var(--teal-deep)); }
.up-video .play { width: 76px; height: 76px; border-radius: 50%; background: var(--apricot); display: grid; place-items: center; box-shadow: 0 0 0 10px rgba(82, 188, 181, .22), 0 18px 30px -12px rgba(0, 0, 0, .5); }
.up-video .play svg { width: 30px; height: 30px; fill: var(--teal-deep); margin-left: 4px; }
.up-video p { font-size: .9rem; line-height: 1.5; max-width: 30em; }
.up-video code { background: rgba(255, 255, 255, .12); padding: 1px 6px; border-radius: 6px; font-size: .85em; }
.up-offer { padding: 30px; box-shadow: var(--sh-2); }
.up-title { display: flex; align-items: center; gap: 14px; margin: 18px 0 16px; }
.up-title .emo { flex: none; width: 50px; height: 50px; border-radius: 15px; background: var(--teal-100); color: var(--teal-dk); display: grid; place-items: center; padding: 13px; }
.up-title h2 { font-size: 1.5rem; }
.up-bullets { margin-bottom: 22px; }
.up-bullets li { position: relative; padding: 10px 0 10px 30px; border-top: 1px solid var(--line); font-weight: 600; font-size: .95rem; line-height: 1.45; color: var(--ink-2); }
.up-bullets li::before { content: ""; position: absolute; left: 0; top: 12px; width: 18px; height: 18px; border-radius: 50%; background: var(--teal-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234B296B' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 10px no-repeat; }
.up-price { font-size: 2.6rem; font-weight: 800; letter-spacing: -.045em; line-height: 1; margin-bottom: 18px; }
.up-price small { font-size: 1rem; color: var(--muted); font-weight: 600; letter-spacing: 0; }
.up-note { margin-top: 14px; text-align: center; font-size: .82rem; color: var(--muted); font-weight: 600; }
@media (max-width: 900px) { .up-grid { grid-template-columns: 1fr; } }
.book-cover small { max-width: 9em; }
@media (max-width: 480px) { .book-cover .q { width: 38px; height: 38px; font-size: 1.3rem; right: 12px; top: 16px; } .book-cover { padding: 24px 18px 20px 34px; } }

/* ---------- Въведение: копирайтинг формула (една карта) ---------- */
.intro { background: #fff; border-bottom: 1px solid var(--line); padding: clamp(28px, 4vw, 48px) 0; }
.intro-card { max-width: 980px; margin: 0 auto; padding: clamp(26px, 4vw, 48px) clamp(20px, 4vw, 56px); text-align: center; border-radius: 26px; background: linear-gradient(180deg, #F7FAF9, #E3EBE9); border: 1px solid var(--line); box-shadow: var(--sh-2); }
.intro-card b { font-weight: 800; color: var(--ink); }
.intro-card .formula { font-size: clamp(1.35rem, 3vw, 2.2rem); line-height: 1.5; letter-spacing: -.02em; font-weight: 500; }
.intro-card .hi { background: linear-gradient(transparent 6%, #CFEFEB 6% 94%, transparent 94%); padding: .06em .3em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.intro-card .cont { margin-top: 14px; font-size: clamp(1.2rem, 2.6vw, 1.9rem); line-height: 1.45; letter-spacing: -.02em; color: var(--ink-2); font-weight: 500; }
.intro-card .cont2 { margin: 22px auto 0; padding-top: 22px; max-width: 46em; border-top: 1px solid rgba(36, 22, 58, .12); font-size: clamp(1.02rem, 1.7vw, 1.2rem); line-height: 1.7; color: var(--ink-2); font-weight: 500; }
@media (max-width: 560px) { .intro-card .hi { padding: .04em .18em; } }

/* ---------- Цена и отстъпка ---------- */
.disc-badge { display: inline-block; font-weight: 800; font-size: 1.6rem; letter-spacing: -.02em; line-height: 1; color: #fff; background: linear-gradient(145deg, #7B5AA0, #4B296B); padding: 10px 18px; border-radius: 14px; box-shadow: 0 14px 24px -12px rgba(75, 41, 107, .7); white-space: nowrap; }
.price-block { display: flex; align-items: center; gap: 18px; }
.price-block .pline { display: flex; align-items: baseline; gap: 12px; }
.price-block .pline s { font-size: 1.25rem; font-weight: 700; color: var(--muted); text-decoration-color: var(--coral); text-decoration-thickness: 2px; }
.price-block .pline b { font-size: 2.4rem; letter-spacing: -.045em; line-height: 1.1; }
.buybox .disc-badge { align-self: center; font-size: 2rem; padding: 12px 22px; margin-bottom: 8px; }
.buybox .price s { font-size: .42em; }
.buybox .save { color: #9FE3DC; font-weight: 800; font-size: .95rem; margin: -2px 0 6px; }
.sum-lines .l s.was { color: var(--muted); font-weight: 600; text-decoration-color: var(--coral); margin-right: 4px; }
.sum-lines .save-line { color: #C4472C; font-weight: 700; font-size: .88rem; }
@media (max-width: 480px) { .price-block { gap: 12px; } .price-block .pline b { font-size: 2rem; } .disc-badge { font-size: 1.3rem; padding: 8px 14px; } }

/* Формула: [продукт], който помага на [аудитория] да [резултат] без да [неприятно] по нов и различен начин */
.intro-card .sticker { margin-bottom: 20px; }
.intro-card .formula { font-size: clamp(1.4rem, 3.1vw, 2.35rem); line-height: 1.32; letter-spacing: -.025em; font-weight: 800; }
.intro-card .formula .k { color: var(--ink); }
.intro-card .formula .v { color: var(--teal); }
.intro-card .cont2 { margin-top: 26px; }
@media (max-width: 560px) { .intro-card .formula { font-size: 1.32rem; line-height: 1.38; } }

/* Въведение v3: подчертана първа част + отделен визуален блок по формулата */
.intro-card { max-width: 1040px; }
.intro-card .lead1 { font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.55; letter-spacing: -.02em; font-weight: 500; }
.intro-card .lead1 .hi { background: linear-gradient(transparent 6%, #CFEFEB 6% 94%, transparent 94%); padding: .06em .3em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.intro-card .lead1 b { font-weight: 800; }
.i-arrow { width: 46px; height: 46px; margin: 24px auto 22px; border-radius: 50%; background: #fff; color: var(--teal); display: grid; place-items: center; box-shadow: var(--sh-1); border: 1px solid var(--line); }
.i-arrow svg { width: 22px; height: 22px; }
.intro-steps { display: grid; grid-template-columns: 1.4fr 1fr 1.1fr; gap: 14px; text-align: left; }
.istep { padding: 20px 22px 22px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-1); }
.istep.result { background: var(--teal-50); border-color: var(--teal-100); }
.istep.without { background: #FFF0EA; border-color: #F9D6CA; }
.istep.how { background: var(--apricot-50); border-color: var(--apricot-100); }
.ilab { display: block; margin-bottom: 14px; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.istep.result .ilab { color: var(--teal); } .istep.without .ilab { color: #B23F27; } .istep.how .ilab { color: #1E6B66; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--teal-100); border-radius: 999px; padding: 7px 14px 7px 10px; font-weight: 700; font-size: .92rem; color: var(--ink-2); }
.chips li [data-ic] { width: 1.15em; height: 1.15em; color: var(--teal); }
.istep .no { display: flex; gap: 12px; align-items: flex-start; font-weight: 700; font-size: 1.02rem; line-height: 1.45; color: var(--ink-2); }
.istep .no .x { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--coral); color: #fff; display: grid; place-items: center; font-size: .78rem; font-weight: 800; }
.istep.how p { font-weight: 600; font-size: .98rem; line-height: 1.6; color: var(--ink-2); }
.istep.how b { color: var(--ink); }
@media (max-width: 900px) { .intro-steps { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .intro-card .lead1 { font-size: 1.32rem; } .istep { padding: 18px; } }

/* ---------- Продукт: книга + описание + бонуси + цена ---------- */
.showcase { padding-block: clamp(44px, 6vw, 84px) clamp(56px, 7vw, 96px); overflow: hidden;
  background: radial-gradient(700px 480px at 92% 6%, rgba(82, 188, 181, .15), transparent 65%), radial-gradient(640px 460px at -6% 92%, rgba(82, 188, 181, .13), transparent 65%), var(--bg); }
.sc-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(28px, 5vw, 70px); align-items: start; }
.sc-visual { position: sticky; top: 90px; display: grid; place-items: center; min-height: 560px; }
.sc-panel { position: absolute; inset: 14px 0; border-radius: 44px; background: radial-gradient(90% 70% at 15% 10%, rgba(255, 255, 255, .85), transparent 60%), linear-gradient(150deg, var(--teal-100), var(--apricot-100)); box-shadow: inset 0 0 0 1px rgba(36, 22, 58, .05); }
.sc-visual .book { width: min(300px, 66vw); transform: rotate(-3deg); }
.sc-badge { position: absolute; z-index: 2; top: 44px; right: 8%; width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 1.6rem; letter-spacing: -.03em; color: #fff; background: linear-gradient(145deg, #7B5AA0, #4B296B); box-shadow: 0 16px 28px -12px rgba(75, 41, 107, .75), 0 0 0 6px rgba(255, 255, 255, .6); }
.sc-info h1 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); letter-spacing: -.035em; line-height: 1.1; margin: 20px 0 0; }
.sc-info .tagline { margin-top: 16px; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 700; line-height: 1.45; letter-spacing: -.015em; }
.sc-desc { margin-top: 18px; font-size: 1.04rem; color: var(--ink-2); max-width: 40em; }
.gifts-title { margin: 34px 0 6px; font-size: 1.2rem; letter-spacing: -.02em; }
.gifts { display: grid; }
.gifts li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.gifts .gi { width: 40px; height: 40px; border-radius: 12px; background: var(--apricot-100); color: var(--apricot-dk); display: grid; place-items: center; padding: 9px; }
.gifts .gn { font-size: 1.12rem; font-weight: 800; letter-spacing: -.02em; }
.gifts .gv { margin: 0 6px 0 4px; color: var(--apricot-dk); font-weight: 600; text-decoration-color: var(--coral); text-decoration-thickness: 1.5px; }
.gifts .gfree { color: var(--teal); font-weight: 800; letter-spacing: .02em; }
.gifts p { margin-top: 6px; color: var(--muted); font-size: .96rem; line-height: 1.6; }
.sc-buy { margin-top: 30px; padding: 24px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-2); display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: center; justify-content: space-between; }
.sc-buy .pline b { color: #C8402A; }
@media (max-width: 940px) { .sc-grid { grid-template-columns: 1fr; } .sc-visual { position: relative; top: 0; min-height: 470px; } }
@media (max-width: 480px) { .sc-visual { min-height: 420px; } .sc-visual .book { width: 210px; } .sc-badge { width: 76px; height: 76px; font-size: 1.25rem; top: 26px; right: 4%; } .sc-buy .btn { width: 100%; } .gifts li { grid-template-columns: 34px 1fr; gap: 12px; } .gifts .gi { width: 34px; height: 34px; padding: 7px; } }
.sc-badge { right: auto; left: 7%; top: 40px; }
@media (max-width: 480px) { .sc-badge { left: 3%; top: 22px; } }

.gifts .gbn { display: block; margin-bottom: 4px; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--apricot-dk); }

/* mhc-inspired blocks */
.ph.sticker { background: #F6E7BE; color: #7A5A0F; }

/* Таблица „реална стойност“ */
.valuebox { margin-top: 26px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-1); overflow: hidden; }
.vrow, .vtotal, .vnow { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 13px 22px; font-weight: 700; }
.vrow { border-bottom: 1px solid var(--line); color: var(--ink-2); }
.vrow s, .vtotal s { color: var(--muted); font-weight: 700; text-decoration-color: var(--coral); text-decoration-thickness: 1.5px; }
.vtotal { background: var(--sand); font-weight: 800; }
.vnow { background: var(--teal-deep); color: #fff; font-weight: 800; padding: 16px 22px; }
.vnow b { font-size: 1.9rem; letter-spacing: -.04em; color: #9FE3DC; line-height: 1; }

/* Таймер + места */
.urgency:empty { display: none; }
.urgency { margin-top: 22px; }
.timer { padding: 16px 18px; border-radius: 20px; background: var(--apricot-50); border: 1px solid var(--apricot-100); text-align: center; position: relative; }
.timer .tl { display: block; margin-bottom: 10px; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #1E6B66; }
.timer .tt { display: flex; justify-content: center; gap: 10px; }
.timer .tt div { min-width: 66px; padding: 8px 6px 7px; border-radius: 14px; background: #fff; border: 1px solid var(--apricot-100); }
.timer .tt b { display: block; font-size: 1.6rem; font-weight: 800; letter-spacing: -.04em; line-height: 1.1; font-variant-numeric: tabular-nums; }
.timer .tt small { font-size: .68rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.timer .ph { position: absolute; top: -11px; right: 14px; font-size: .62rem; padding: 5px 10px; }
.spots { margin-top: 12px; }
.spots .sbar { height: 9px; border-radius: 9px; background: var(--sand); overflow: hidden; }
.spots .sbar i { display: block; height: 100%; border-radius: 9px; background: linear-gradient(90deg, var(--apricot), var(--coral)); }
.spots span { display: block; margin-top: 7px; font-size: .85rem; font-weight: 700; color: var(--ink-2); text-align: center; }
.urgency.dark .timer { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .18); }
.urgency.dark .timer .tl { color: #9FE3DC; }
.urgency.dark .timer .tt div { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .18); color: #fff; }
.urgency.dark .timer .tt small { color: #CFC2DF; }
.urgency.dark .spots span { color: #EEE8F5; }
.urgency.dark .spots .sbar { background: rgba(255, 255, 255, .18); }
.buybox .urgency { margin: 0 0 20px; }
@media (max-width: 480px) { .timer .tt { gap: 6px; } .timer .tt div { min-width: 0; flex: 1; } .timer .tt b { font-size: 1.35rem; } }

/* „Няма…“ */
.nots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.not { padding: 30px; }
.not .nx { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: #FFE3DC; color: #C4472C; font-weight: 800; }
.not h3 { font-size: 1.28rem; margin: 18px 0 10px; }
.not p { color: var(--muted); font-weight: 500; }
@media (max-width: 860px) { .nots { grid-template-columns: 1fr; } }

/* Без / С */
.versus { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.vs { padding: 34px; border-radius: 26px; border: 1px solid var(--line); }
.vs.without { background: #FFF3EE; border-color: #F9D6CA; }
.vs.with { background: var(--teal-50); border-color: var(--teal-100); box-shadow: var(--sh-1); }
.vlab { display: inline-block; margin-bottom: 18px; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.vs.without .vlab { color: #B23F27; } .vs.with .vlab { color: var(--teal); }
.vs li { position: relative; padding: 12px 0 12px 36px; border-top: 1px solid rgba(36, 22, 58, .09); font-weight: 600; line-height: 1.5; color: var(--ink-2); }
.vs li::before { position: absolute; left: 0; top: 13px; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: .78rem; font-weight: 800; }
.vs.without li::before { content: "✕"; background: #FBD9CF; color: #C4472C; }
.vs.with li::before { content: "✓"; background: var(--teal); color: #fff; }
@media (max-width: 800px) { .versus { grid-template-columns: 1fr; } .vs { padding: 26px 22px; } }

/* Гаранция */
.guarantee { max-width: 900px; margin: 0 auto; padding: clamp(26px, 4vw, 44px); display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; box-shadow: var(--sh-2); }
.gshield { width: 84px; height: 84px; border-radius: 26px; background: linear-gradient(145deg, var(--teal-md), var(--teal-dk)); color: #fff; display: grid; place-items: center; padding: 22px; box-shadow: 0 18px 30px -14px rgba(58, 31, 84, .6); }
.gshield svg { stroke-width: 1.7; }
.guarantee .sticker { margin-bottom: 12px; }
.guarantee h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); letter-spacing: -.03em; }
.guarantee p { margin-top: 12px; color: var(--ink-2); font-weight: 500; }
.guarantee .gsub { color: var(--muted); font-weight: 600; }
@media (max-width: 640px) { .guarantee { grid-template-columns: 1fr; text-align: left; } .gshield { width: 68px; height: 68px; padding: 17px; } }

/* Цена на бездействието */
.narrow-text { width: min(820px, 100% - 40px); }
#inaction h2 { font-size: clamp(1.8rem, 3.8vw, 2.7rem); }
#inaction p { margin-top: 18px; font-size: 1.1rem; color: var(--ink-2); }
#inaction .btn { margin-top: 32px; }

.istep .nos { display: grid; gap: 14px; }

/* ============================================================
   Корицата: истинското изображение + серифна типография
   ============================================================ */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; letter-spacing: -.012em; line-height: 1.12; }
h3, h4 { font-weight: 600; letter-spacing: -.005em; }
.hero h1, .final h2 { letter-spacing: -.018em; line-height: 1.08; }
.eyebrow { font-family: var(--serif); font-weight: 600; letter-spacing: .18em; }
.price, .calc-out .big strong, .proof b { font-family: var(--serif); font-weight: 700; letter-spacing: -.02em; }

.book { aspect-ratio: 358 / 508; }
.book-cover { padding: 0; background: #E3EBE9; }
.book-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.book-cover::before { z-index: 1; width: 14px; background: linear-gradient(90deg, rgba(42, 21, 64, .32), rgba(255, 255, 255, .25) 60%, rgba(42, 21, 64, .1)); }
.mini-book { background: #E3EBE9 url("cover.png") center / cover no-repeat; }

/* ---------- Лента с обратно броене ---------- */
.promo-bar { background: linear-gradient(90deg, var(--teal-deep), var(--teal) 55%, var(--teal-deep)); color: #F6F3FA; font-size: .9rem; font-weight: 600; }
.promo-bar .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 16px; min-height: 46px; padding-block: 7px; text-align: center; }
.promo-bar s { color: #CFC2DF; text-decoration-color: var(--apricot); }
.promo-bar .pb-text > b:first-child { color: #9FE3DC; }
.pb-clock { display: inline-flex; gap: 5px; font-variant-numeric: tabular-nums; }
.pb-clock > span { display: inline-flex; align-items: baseline; gap: 1px; padding: 3px 8px; border-radius: 8px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .16); font-size: .74rem; color: #CFC2DF; }
.pb-clock b { font-size: 1rem; font-weight: 800; color: #fff; }
.pb-go { color: var(--teal-deep); background: var(--apricot); padding: 5px 14px; border-radius: 999px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.pb-go:hover { background: #6CCBC4; }
@media (max-width: 560px) { .promo-bar { font-size: .8rem; } .pb-go { display: none; } }

/* ---------- Въведение (кука) ---------- */
.hook { position: relative; overflow: hidden; text-align: center; padding: clamp(52px, 7vw, 96px) 0 clamp(48px, 6vw, 80px);
  background: radial-gradient(700px 420px at 88% 110%, rgba(82, 188, 181, .28), transparent 65%), radial-gradient(600px 380px at 0% 0%, #fff, transparent 70%), linear-gradient(170deg, #F7FAF9, #E3EBE9); border-bottom: 1px solid var(--line); }
.hook-q { position: absolute; right: -2%; top: 50%; transform: translateY(-50%) rotate(8deg); font-family: var(--serif); font-weight: 700; font-size: clamp(22rem, 48vw, 40rem); line-height: 1; color: var(--teal); opacity: .07; pointer-events: none; user-select: none; }
.hook-in { position: relative; max-width: 860px; }
.hook-tag { display: inline-block; padding: 8px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-1); font-family: var(--serif); font-weight: 600; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); }
.hook-tag b { color: var(--teal); }
.hook-head { margin-top: 26px; font-family: var(--serif); font-weight: 600; font-size: clamp(1.9rem, 4.6vw, 3.4rem); line-height: 1.15; letter-spacing: -.015em; color: var(--ink); }
.rotator { display: block; min-height: 1.25em; margin-top: .08em; font-style: italic; font-weight: 700; color: var(--teal); transition: opacity .3s ease, transform .3s ease; }
.rotator::after { content: ""; display: block; width: 3.2em; height: 6px; margin: .12em auto 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='6' viewBox='0 0 20 6'%3E%3Cpath d='M0 3 Q5 .2 10 3 T20 3' fill='none' stroke='%2352BCB5' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x 0 50% / 20px 6px; }
.rotator.out { opacity: 0; transform: translateY(-.25em); }
.hook-no { margin: 30px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.hook-no li { display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px 9px 10px; border-radius: 999px; background: rgba(255, 255, 255, .8); border: 1px solid var(--line); font-weight: 700; font-size: .94rem; color: var(--ink-2); }
.hook-no li::before { content: "✕"; flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: .66rem; font-weight: 800; background: var(--teal-100); color: var(--teal); }
.hook-how { margin: 26px auto 0; max-width: 36em; font-size: clamp(1.02rem, 1.6vw, 1.14rem); color: var(--ink-2); }
.hook-how b { color: var(--teal); }
.hook-down { margin-top: 30px; display: inline-flex; flex-direction: column; align-items: center; gap: 6px; font-weight: 800; font-size: .88rem; color: var(--teal); text-decoration: none; letter-spacing: .02em; }
.hook-down svg { width: 38px; height: 38px; padding: 8px; border-radius: 50%; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-1); animation: nudge 1.8s ease-in-out infinite; }
@keyframes nudge { 50% { transform: translateY(5px); } }
@media (max-width: 560px) { .hook-no li { font-size: .86rem; } .hook-tag { font-size: .7rem; letter-spacing: .1em; } }
h1, h2, h3, h4, .hook-tag, .hook-head, .eyebrow, .price { font-variant-numeric: lining-nums; }

/* ---------- Червена звезда за отстъпката ---------- */
.sc-badge, .disc-badge { position: relative; isolation: isolate; display: inline-grid; place-items: center; padding: 0; border-radius: 0; background: none; box-shadow: none; color: #fff; font-weight: 800; letter-spacing: -.03em; line-height: 1; white-space: nowrap; transform: rotate(-10deg); filter: drop-shadow(0 10px 14px rgba(198, 40, 40, .45)); }
.sc-badge::before, .disc-badge::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 35% 30%, #FF6B5E, #E53935 55%, #B71C1C); clip-path: polygon(50.0% 0.0%, 55.4% 9.4%, 62.9% 1.7%, 65.7% 12.1%, 75.0% 6.7%, 75.0% 17.5%, 85.4% 14.6%, 82.5% 25.0%, 93.3% 25.0%, 87.9% 34.3%, 98.3% 37.1%, 90.6% 44.6%, 100.0% 50.0%, 90.6% 55.4%, 98.3% 62.9%, 87.9% 65.7%, 93.3% 75.0%, 82.5% 75.0%, 85.4% 85.4%, 75.0% 82.5%, 75.0% 93.3%, 65.7% 87.9%, 62.9% 98.3%, 55.4% 90.6%, 50.0% 100.0%, 44.6% 90.6%, 37.1% 98.3%, 34.3% 87.9%, 25.0% 93.3%, 25.0% 82.5%, 14.6% 85.4%, 17.5% 75.0%, 6.7% 75.0%, 12.1% 65.7%, 1.7% 62.9%, 9.4% 55.4%, 0.0% 50.0%, 9.4% 44.6%, 1.7% 37.1%, 12.1% 34.3%, 6.7% 25.0%, 17.5% 25.0%, 14.6% 14.6%, 25.0% 17.5%, 25.0% 6.7%, 34.3% 12.1%, 37.1% 1.7%, 44.6% 9.4%); }
.sc-badge { position: absolute; width: 112px; height: 112px; font-size: 1.75rem; }
.disc-badge { width: 76px; height: 76px; font-size: 1.2rem; flex: none; }
.buybox .disc-badge { width: 96px; height: 96px; font-size: 1.55rem; padding: 0; margin-bottom: 6px; }
.sc-badge[hidden], .disc-badge[hidden] { display: none; }
@media (max-width: 480px) { .sc-badge { width: 84px; height: 84px; font-size: 1.3rem; } .disc-badge { width: 64px; height: 64px; font-size: 1.02rem; padding: 0; } }

/* Възрастта — ясно видима */
.hook-top { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; }
.hook-age { display: inline-flex; align-items: center; gap: 10px; padding: 8px 20px; border-radius: 999px; background: linear-gradient(145deg, #633A8A, var(--teal)); color: #fff; box-shadow: 0 12px 24px -12px rgba(75, 41, 107, .7); }
.hook-age b { font-family: var(--serif); font-weight: 700; font-size: clamp(1.7rem, 3.4vw, 2.2rem); line-height: 1; font-variant-numeric: lining-nums; }
.hook-age small { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #E2D8EE; }

/* Горен ред — един цял надпис */
.hook-kicker { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4px 12px; margin: 0; font-family: var(--serif); font-weight: 600; font-size: clamp(.86rem, 1.5vw, 1rem); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); }
.hook-kicker::before, .hook-kicker::after { content: ""; width: 36px; height: 2px; border-radius: 2px; background: var(--apricot); }
.hook-kicker b { font-size: 2.1em; font-weight: 700; letter-spacing: 0; line-height: 1; color: var(--teal); font-variant-numeric: lining-nums; }
@media (max-width: 560px) { .hook-kicker { letter-spacing: .1em; } .hook-kicker::before, .hook-kicker::after { display: none; } }

/* ---------- Възражения: „Мислиш си“ → „Всъщност“ ---------- */
.objs { max-width: 1000px; margin-inline: auto; display: grid; gap: 18px; }
.obj { display: grid; grid-template-columns: 1fr 52px 1.15fr; align-items: center; }
.obj-lab { display: block; margin-bottom: 8px; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.obj-q { position: relative; padding: 22px 26px; border-radius: 24px 24px 24px 6px; background: rgba(255, 255, 255, .6); border: 1px dashed var(--line-2); }
.obj-q .obj-lab { color: var(--muted); }
.obj-q p { font-family: var(--serif); font-style: italic; font-size: 1.14rem; line-height: 1.45; color: var(--muted); }
.obj-arrow { justify-self: center; width: 38px; height: 38px; padding: 9px; border-radius: 50%; background: var(--apricot); color: var(--teal-deep); box-shadow: 0 8px 16px -8px rgba(47, 143, 136, .8); }
.obj-a { padding: 24px 28px; border-radius: 24px; color: #F6F3FA; box-shadow: var(--sh-2);
  background: radial-gradient(360px 180px at 100% 0%, rgba(82, 188, 181, .22), transparent 65%), linear-gradient(160deg, #432562, var(--teal-deep)); }
.obj-a .obj-lab { color: #9FE3DC; }
.obj-a h3 { font-size: 1.32rem; color: #fff; }
.obj-a p { margin-top: 6px; color: #E2D8EE; font-size: .98rem; line-height: 1.55; }
@media (max-width: 760px) {
  .obj { grid-template-columns: 1fr; }
  .obj-q { margin-right: 14%; }
  .obj-arrow { transform: rotate(90deg); margin: -6px 0; position: relative; z-index: 1; }
  .obj-a { margin-left: 6%; }
}

/* По-стегнато разстояние между секциите */
.sec { padding-block: clamp(44px, 5.5vw, 76px); }
.sec-head { margin-bottom: clamp(26px, 3.5vw, 42px); }

/* Въведение → продукт: по-плавен преход, без силно разделяне */
.hook { padding-bottom: clamp(20px, 2.5vw, 32px); border-bottom: 0; }
.hook-down { margin-top: 18px; }
.showcase { padding-top: clamp(16px, 2vw, 28px); }
.sec { padding-block: clamp(36px, 4.5vw, 60px); }
