:root {
  --bg: #05060d; --bg2: #0b0e1c; --card: rgba(255,255,255,.06); --card2: rgba(255,255,255,.1); --line: rgba(255,255,255,.12);
  --txt: #eef1fb; --dim: rgba(226,232,250,.62); --blue: #6e8bff; --violet: #a78bff; --mint: #3ddc97; --gold: #ffd84a;
  --grad: linear-gradient(95deg, #9fb8ff 0%, #6e8bff 35%, #a78bff 65%, #f09bff 100%);
  --btn: linear-gradient(135deg, #4f7cff, #7b5cff);
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--txt); font: 400 17px/1.55 "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: -20%; z-index: -1; pointer-events: none;
  background: radial-gradient(40% 35% at 20% 10%, rgba(79,124,255,.28), transparent 70%), radial-gradient(35% 30% at 85% 20%, rgba(139,108,255,.22), transparent 70%),
              radial-gradient(40% 35% at 50% 90%, rgba(94,231,255,.10), transparent 70%); }
a { color: inherit; }
.wrap { width: min(1120px, 100% - 32px); margin: 0 auto; }
nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.logo { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.02em; text-decoration: none; }
.logo i { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(145deg, #5a86ff, #7b5cff 55%, #c56bff); display: grid; place-items: center; }
.logo i svg { width: 24px; height: 24px; }
.logo small { font-weight: 500; color: var(--dim); }
h1, h2, h3 { letter-spacing: -.04em; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(38px, 6.4vw, 72px); font-weight: 700; }
h2 { font-size: clamp(30px, 4.4vw, 48px); font-weight: 700; }
.g { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: clamp(18px, 2.2vw, 21px); color: var(--dim); max-width: 640px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 56px; padding: 0 28px; border-radius: 28px; border: 0; cursor: pointer;
  background: var(--btn); color: #fff; font-weight: 600; font-size: 17px; line-height: 1; font-family: inherit; text-decoration: none; box-shadow: 0 16px 40px rgba(90,100,255,.35); transition: transform .15s; }
.btn:hover { transform: translateY(-2px); }
.btn.ghost { background: var(--card); box-shadow: none; border: 1px solid var(--line); }
.btn svg { width: 20px; height: 20px; }
.hero { padding: 48px 0 32px; text-align: center; }
.hero .lead { margin: 20px auto 30px; }
.row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.kick { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(190,205,255,.7); margin-bottom: 14px; }
.film { margin: 36px auto 0; max-width: 960px; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 40px 120px rgba(0,0,0,.6); background: #000; aspect-ratio: 16/9; }
.film video { width: 100%; height: 100%; display: block; }
section { padding: 72px 0; }
.center { text-align: center; }
.center .lead { margin: 14px auto 0; }
.shorts { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
.phone { width: min(300px, 100%); }
.phone .scr { position: relative; aspect-ratio: 9/16; border-radius: 34px; overflow: hidden; background: #000; border: 8px solid #10131d; box-shadow: 0 0 0 1px var(--line), 0 40px 90px rgba(0,0,0,.6); }
.phone video { width: 100%; height: 100%; display: block; object-fit: cover; }
.phone .cap { margin-top: 14px; font-size: 15px; line-height: 1.4; color: var(--dim); text-align: center; min-height: 42px; }
.phone .btn { width: 100%; margin-top: 12px; }
.free { position: absolute; left: 12px; top: 12px; z-index: 2; padding: 5px 12px; border-radius: 12px; background: linear-gradient(90deg, #9ff5cf, #3ddc97); color: #04150b; font-weight: 800; font-size: 12px; line-height: 1.4; font-family: inherit; letter-spacing: .1em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.step { padding: 28px; border-radius: 24px; background: var(--card); border: 1px solid var(--line); }
.step b { display: block; font-size: 21px; letter-spacing: -.02em; margin: 14px 0 6px; }
.step p { margin: 0; color: var(--dim); font-size: 16px; }
.ico { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; color: #fff; }
.ico svg { width: 26px; height: 26px; }
.packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; align-items: stretch; }
.pack { position: relative; padding: 32px 28px; border-radius: 28px; background: var(--card); border: 1px solid var(--line); display: flex; flex-direction: column; }
.pack.hot { border: 2px solid rgba(167,139,255,.9); box-shadow: 0 0 70px rgba(139,108,255,.3); background: var(--card2); }
.badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 5px 16px; border-radius: 14px; background: linear-gradient(90deg, #6e8bff, #b06bff); font-weight: 800; font-size: 12px; line-height: 1.5; font-family: inherit; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.pack .nm { font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(200,210,255,.65); }
.pack .n { font-size: 56px; font-weight: 700; letter-spacing: -.05em; margin-top: 8px; line-height: 1; }
.pack .n small { font-size: 18px; font-weight: 600; color: var(--dim); letter-spacing: 0; margin-left: 6px; }
.pack .pr { font-size: 44px; font-weight: 700; letter-spacing: -.04em; margin-top: 18px; background: linear-gradient(95deg, #ffd84a, #ff9a4a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pack .per { color: #9ff5cf; font-weight: 600; }
.pack ul { list-style: none; padding: 0; margin: 20px 0 24px; color: var(--dim); font-size: 15.5px; flex: 1; }
.pack li { padding: 5px 0 5px 28px; position: relative; }
.pack li::before { content: ""; position: absolute; left: 0; top: 10px; width: 16px; height: 16px; border-radius: 50%; background: var(--mint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12l4 4 8-8' fill='none' stroke='%2304150b' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat; }
.pack .btn { width: 100%; }
.note { text-align: center; color: var(--dim); font-size: 15px; margin-top: 22px; }
.faq { max-width: 760px; margin: 36px auto 0; }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::after { content: "+"; color: var(--dim); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "2"; }
.faq p { color: var(--dim); margin: 10px 0 0; }
.hello { display: inline-flex; align-items: center; gap: 12px; padding: 8px 18px 8px 8px; border-radius: 30px; background: var(--card); border: 1px solid var(--line); margin-bottom: 20px; font-weight: 600; }
.hello img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.ep { color: var(--txt); font-weight: 600; }
.box { max-width: 640px; margin: 80px auto; text-align: center; padding: 40px 28px; border-radius: 28px; background: var(--card); border: 1px solid var(--line); }
.box h1 { font-size: clamp(30px, 5vw, 44px); margin-bottom: 14px; }
.box p { color: var(--dim); }
footer { padding: 40px 0 60px; color: var(--dim); font-size: 14px; text-align: center; border-top: 1px solid var(--line); margin-top: 40px; }
@media (max-width: 820px) {
  .steps, .packs { grid-template-columns: 1fr; }
  .pack.hot { order: -1; }
  section { padding: 52px 0; }
  .hero { padding-top: 24px; }
  nav .btn { display: none; }
}

/* ---- launch offer, human section, order page, chat, admin */
.promo { display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; padding: 10px 20px; border-radius: 30px; margin-top: 18px;
  background: linear-gradient(90deg, rgba(255,216,74,.14), rgba(255,122,89,.14)); border: 1px solid rgba(255,190,80,.4); font-weight: 600; }
.promo b { color: var(--gold); }
.promo .cd { font-variant-numeric: tabular-nums; font-weight: 800; color: #fff; letter-spacing: .02em; }
.pack .was { font-size: 22px; font-weight: 600; color: var(--dim); text-decoration: line-through; margin-left: 10px; -webkit-text-fill-color: var(--dim); }
.pack .off { position: absolute; right: 18px; top: 18px; padding: 4px 10px; border-radius: 10px; background: linear-gradient(90deg, #ffd84a, #ff9a4a); color: #1a1000; font-weight: 800; font-size: 13px; line-height: 1.4; font-family: inherit; }
.me { display: grid; grid-template-columns: 220px 1fr; gap: 36px; align-items: center; max-width: 860px; margin: 0 auto; padding: 32px; border-radius: 28px; background: var(--card); border: 1px solid var(--line); text-align: left; }
.me img { width: 220px; height: 220px; border-radius: 26px; object-fit: cover; }
.me h3 { font-size: 30px; margin-bottom: 10px; }
.me p { color: var(--dim); margin: 0 0 10px; }
.me .sig { color: var(--txt); font-weight: 600; }
.panel { max-width: 860px; margin: 0 auto; padding: 28px; border-radius: 26px; background: var(--card); border: 1px solid var(--line); text-align: left; }
.panel + .panel { margin-top: 18px; }
.panel h3 { font-size: 22px; margin-bottom: 8px; }
.panel p { color: var(--dim); margin: 0 0 14px; }
textarea, input[type=email], input[type=text], select { width: 100%; border-radius: 16px; border: 1px solid var(--line); background: rgba(0,0,0,.35); color: var(--txt); font-weight: 400; font-size: 16px; line-height: 1.5; font-family: inherit; padding: 14px 16px; }
textarea { min-height: 110px; resize: vertical; }
.status { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.status span { padding: 6px 14px; border-radius: 16px; background: rgba(255,255,255,.06); color: var(--dim); font-size: 14px; font-weight: 600; }
.status span.on { background: linear-gradient(90deg, #9ff5cf, #3ddc97); color: #04150b; }
.chat { display: flex; flex-direction: column; gap: 10px; max-height: 460px; overflow-y: auto; padding: 4px 2px 12px; }
.msg { max-width: 80%; padding: 12px 16px; border-radius: 18px; white-space: pre-wrap; word-wrap: break-word; font-size: 15.5px; }
.msg small { display: block; opacity: .6; font-size: 12px; margin-top: 4px; }
.msg.client { align-self: flex-end; background: var(--btn); border-bottom-right-radius: 6px; }
.msg.kuba { align-self: flex-start; background: rgba(255,255,255,.09); border: 1px solid var(--line); border-bottom-left-radius: 6px; }
.send { display: flex; gap: 10px; align-items: flex-end; }
.send textarea { min-height: 56px; }
.send .btn { flex: none; }
.saved { color: var(--mint); font-size: 14px; margin-left: 12px; }
.admin { display: grid; grid-template-columns: 320px 1fr; gap: 18px; }
.olist { display: flex; flex-direction: column; gap: 8px; max-height: 80vh; overflow-y: auto; }
.oi { padding: 14px; border-radius: 16px; background: var(--card); border: 1px solid var(--line); cursor: pointer; font-size: 14px; }
.oi.sel { border-color: var(--violet); }
.oi b { display: block; font-size: 15px; }
.dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #ff5e7e; margin-right: 6px; }
@media (max-width: 820px) { .me { grid-template-columns: 1fr; text-align: center; } .me img { margin: 0 auto; } .admin { grid-template-columns: 1fr; } }
.steps.four { grid-template-columns: repeat(4, 1fr); }
.num4 { background: linear-gradient(145deg, #5a86ff, #b06bff); font-weight: 800; font-size: 22px; }
.views { position: absolute; left: 12px; bottom: 56px; z-index: 2; padding: 6px 12px; border-radius: 12px; background: rgba(0,0,0,.72); border: 1px solid rgba(255,255,255,.18);
  font-weight: 700; font-size: 14px; line-height: 1.3; backdrop-filter: blur(6px); }
.views small { display: block; font-weight: 500; font-size: 11.5px; color: var(--dim); }
.dist { margin-top: 34px; }
.askgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tabs { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.tabs button { height: 44px; padding: 0 18px; border-radius: 22px; border: 1px solid var(--line); background: var(--card); color: var(--txt); font-weight: 600; font-size: 15px; font-family: inherit; cursor: pointer; }
.tabs button.on { background: var(--btn); border-color: transparent; }
.card2 { padding: 22px; border-radius: 22px; background: var(--card); border: 1px solid var(--line); margin-bottom: 14px; }
.card2.done { opacity: .5; }
.card2 h3 { font-size: 20px; margin: 0 0 6px; }
.card2 .meta { color: var(--dim); font-size: 14px; margin-bottom: 12px; }
.card2 .meta a { color: #9fb8ff; }
.copyrow { display: flex; gap: 8px; flex-wrap: wrap; margin: 10px 0; }
.sbtn { height: 38px; padding: 0 14px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.07); color: var(--txt); font-weight: 600; font-size: 14px; font-family: inherit; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; }
.sbtn.on { background: linear-gradient(90deg, #9ff5cf, #3ddc97); color: #04150b; border-color: transparent; }
.sbtn.copied { background: var(--btn); }
.card2 pre { white-space: pre-wrap; font: 400 14px/1.5 inherit; font-family: inherit; color: var(--dim); background: rgba(0,0,0,.3); border-radius: 12px; padding: 12px; margin: 8px 0 0; max-height: 220px; overflow: auto; }
@media (max-width: 820px) { .steps.four { grid-template-columns: 1fr; } .askgrid { grid-template-columns: 1fr; } }
