/* Clip Hero landing page */
.landing { overflow-x: hidden; }
.hl { color: var(--accent); }
.narrow { max-width: 820px; }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; transition: background .25s, border-color .25s, backdrop-filter .25s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(9, 9, 11, .72); backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px); border-bottom-color: var(--line); }
.nav-in { height: 68px; display: flex; align-items: center; gap: 24px; }
.nav-links { display: flex; gap: 4px; margin-left: 20px; }
.nav-links a { padding: 8px 12px; border-radius: 9px; color: var(--text-2); font-size: 14.5px; font-weight: 500; transition: color .15s, background .15s; }
.nav-links a:hover { color: var(--text); background: rgba(255, 255, 255, .05); }
.nav-cta { margin-left: auto; display: flex; gap: 8px; }

/* hero */
.hero { position: relative; padding: 56px 0 40px; }
.hero-bg { position: absolute; inset: -80px 0 0; pointer-events: none; overflow: hidden;
  background:
    radial-gradient(600px 380px at 78% 30%, rgba(198, 255, 61, .13), transparent 70%),
    radial-gradient(520px 420px at 12% 0%, rgba(120, 90, 255, .10), transparent 70%); }
.hero-bg::after { content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%); }
.hero-in { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(42px, 6.4vw, 76px); line-height: 1.0; letter-spacing: -0.045em; font-weight: 800; margin: 22px 0 20px; }
.lede { font-size: clamp(16.5px, 1.6vw, 19px); color: var(--text-2); max-width: 540px; margin: 0 0 30px; line-height: 1.6; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { list-style: none; padding: 0; margin: 26px 0 0; display: flex; gap: 20px; flex-wrap: wrap; color: var(--muted); font-size: 14px; }
.hero-trust li { display: flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--accent); }

/* phone mockup */
.hero-visual { position: relative; height: 620px; display: grid; place-items: center; }
.phone { width: 290px; height: 590px; border-radius: 46px; padding: 11px; background: linear-gradient(160deg, #2a2a31, #111114 40%, #1d1d22); box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 40px 90px -20px rgba(0,0,0,.9), 0 0 120px -30px rgba(198,255,61,.25); position: relative; transform: rotate(2deg); }
.phone-screen { width: 100%; height: 100%; border-radius: 36px; overflow: hidden; background: #000; position: relative; }
.short { position: absolute; inset: 0; }
.short-scene { position: absolute; inset: 0; overflow: hidden; background: radial-gradient(120% 80% at 50% 20%, #3b2a1e, #120c09 70%); animation: push 9s ease-in-out infinite alternate; }
@keyframes push { from { transform: scale(1.02); } to { transform: scale(1.12) translateY(-6px); } }
.blob { position: absolute; border-radius: 50%; filter: blur(30px); opacity: .7; }
.b1 { width: 220px; height: 220px; background: #ff8a3d; left: -60px; top: 60px; opacity: .35; }
.b2 { width: 180px; height: 180px; background: #6a4cff; right: -50px; top: 180px; opacity: .3; }
.b3 { width: 260px; height: 140px; background: #1c1410; left: 0; bottom: 0; opacity: .9; filter: blur(10px); }
.figure { position: absolute; bottom: 0; border-radius: 120px 120px 30px 30px; background: linear-gradient(180deg, #2b1f19, #0f0b09); }
.figure::before { content: ""; position: absolute; left: 50%; top: -86px; width: 92px; height: 104px; transform: translateX(-50%); border-radius: 50% 50% 46% 46%; background: radial-gradient(60% 60% at 45% 35%, #c9906b, #7a4c34 70%, #3a241a); }
.f1 { width: 210px; height: 230px; left: 40px; }
.f2 { width: 150px; height: 170px; right: -40px; opacity: .55; filter: blur(3px); }
.f2::before { width: 70px; height: 80px; top: -66px; }
.short-top { position: absolute; top: 14px; left: 14px; right: 14px; }
.yt-bar { display: block; height: 3px; border-radius: 3px; background: rgba(255,255,255,.25); overflow: hidden; }
.yt-bar i { display: block; height: 100%; width: 40%; background: #fff; animation: bar 9s linear infinite; }
@keyframes bar { from { width: 0; } to { width: 100%; } }
.short-caption { position: absolute; left: 16px; right: 60px; top: 47%; text-align: center; font-weight: 800; font-size: 23px; letter-spacing: -.01em; line-height: 1.12; padding: 0; text-shadow: 0 3px 0 rgba(0,0,0,.6), 0 0 18px rgba(0,0,0,.55); }
.short-caption .w { display: inline-block; animation: pop 3.6s infinite; opacity: 0; }
.short-caption .w:nth-child(1) { animation-delay: .0s; } .short-caption .w:nth-child(2) { animation-delay: .25s; }
.short-caption .w:nth-child(3) { animation-delay: .5s; } .short-caption .w:nth-child(4) { animation-delay: .8s; }
.short-caption .key { color: var(--accent); text-shadow: 0 3px 0 rgba(0,0,0,.6), 0 0 22px rgba(198,255,61,.55); }
@keyframes pop { 0% { opacity: 0; transform: translateY(8px) scale(.9); } 6% { opacity: 1; transform: none; } 80% { opacity: 1; } 92%, 100% { opacity: 0; } }
.short-rail { position: absolute; right: 10px; bottom: 96px; display: grid; gap: 16px; }
.rail-btn { display: grid; justify-items: center; gap: 3px; color: #fff; font-size: 10.5px; }
.rail-btn svg { width: 36px; height: 36px; padding: 8px; border-radius: 50%; background: rgba(255,255,255,.14); backdrop-filter: blur(6px); }
.rail-btn b { font-weight: 600; }
.short-meta { position: absolute; left: 14px; right: 64px; bottom: 22px; display: grid; gap: 4px; font-size: 12.5px; color: #fff; }
.short-meta span { color: rgba(255,255,255,.85); line-height: 1.35; }

.float { position: absolute; background: rgba(24, 24, 29, .82); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); border: 1px solid var(--line-2); border-radius: 18px; padding: 14px; box-shadow: 0 24px 60px -18px rgba(0,0,0,.85); font-size: 13px; animation: bob 6s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(-8px); } }
.fl-kicker { display: block; font-size: 11.5px; font-weight: 600; color: var(--muted); margin-bottom: 3px; }
.fl-approve { left: -8px; bottom: 90px; width: 262px; display: flex; gap: 12px; animation-delay: -2s; }
.fl-thumb { width: 52px; height: 84px; border-radius: 10px; flex: none; background: linear-gradient(160deg, #3a3f8f, #0e1030); position: relative; overflow: hidden; }
.fl-thumb::after { content: "#1"; position: absolute; left: 6px; top: 6px; font-weight: 800; font-size: 13px; color: var(--accent); }
.fl-body b { display: block; font-size: 13.5px; line-height: 1.3; margin-bottom: 10px; }
.fl-actions { display: flex; gap: 6px; }
.mini-btn { height: 28px; padding: 0 11px; border-radius: 8px; display: inline-flex; align-items: center; background: var(--surface-3); font-size: 12px; font-weight: 700; }
.mini-btn.go { background: var(--accent); color: var(--accent-ink); }
.fl-posted { right: -6px; top: 96px; display: flex; align-items: center; gap: 11px; animation-delay: -4s; }
.fl-posted b { font-size: 16px; font-variant-numeric: tabular-nums; }
.fl-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(198,255,61,.18); }
.fl-auto { right: 10px; bottom: 30px; width: 150px; animation-delay: -1s; }
.fl-row { display: flex; align-items: center; justify-content: space-between; }
.fl-row b { font-size: 18px; color: var(--accent); }
.mini-switch { width: 38px; height: 22px; border-radius: 99px; background: var(--accent); position: relative; }
.mini-switch i { position: absolute; right: 3px; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent-ink); }
.fl-sub { display: block; font-size: 11.5px; color: var(--muted); margin-top: 4px; }

.formats-strip { margin-top: 40px; display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; color: var(--muted); font-weight: 600; font-size: 14.5px; letter-spacing: -.005em; }
.formats-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--surface-3); }

/* sections */
.section { padding: 96px 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.eyebrow { display: inline-block; font-family: var(--mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.section-head h2, .final-cta h2 { font-size: clamp(32px, 4.4vw, 50px); line-height: 1.06; letter-spacing: -0.035em; font-weight: 800; margin: 0 0 16px; }
.section-head p { color: var(--text-2); font-size: 17px; margin: 0; }

.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { padding: 26px; position: relative; }
.step-n { font-family: var(--mono); font-size: 13px; color: var(--muted); }
.step h3 { font-size: 21px; letter-spacing: -.02em; margin: 18px 0 8px; }
.step p { color: var(--text-2); margin: 0; }
.step-art { height: 150px; margin-top: 16px; border-radius: 16px; background: var(--bg-2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 14px; padding: 14px; flex-wrap: wrap; overflow: hidden; }
.art-connect .yt-logo svg { width: 56px; height: 40px; }
.art-connect .ch-logo { width: 48px; height: 48px; }
.link-line { width: 70px; height: 2px; background: repeating-linear-gradient(90deg, var(--muted) 0 6px, transparent 6px 11px); position: relative; }
.link-line i { position: absolute; top: -4px; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); animation: travel 2.2s ease-in-out infinite; }
@keyframes travel { from { left: 0; } to { left: calc(100% - 10px); } }
.chip { height: 34px; padding: 0 14px; border-radius: 99px; border: 1px solid var(--line-2); display: inline-flex; align-items: center; font-size: 13px; font-weight: 600; color: var(--muted); }
.chip.on { background: var(--accent-soft); border-color: rgba(198,255,61,.35); color: var(--accent); }
.art-post { flex-direction: column; gap: 8px; align-items: stretch; }
.slot { display: flex; justify-content: space-between; align-items: center; height: 34px; padding: 0 12px; border-radius: 10px; background: var(--surface-2); font-size: 13px; }
.slot span { color: var(--muted); font-weight: 600; font-size: 12px; }
.slot.done span { color: var(--accent); }
.slot.next { border: 1px dashed rgba(198,255,61,.4); }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { padding: 26px; transition: border-color .2s, transform .2s var(--ease); }
.feature:hover { border-color: rgba(198,255,61,.25); transform: translateY(-2px); }
.f-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); }
.f-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { font-size: 19px; letter-spacing: -.02em; margin: 18px 0 8px; }
.feature p { color: var(--text-2); margin: 0; font-size: 14.5px; }

.create-demo { margin-top: 18px; padding: 34px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: center; background: linear-gradient(135deg, rgba(198,255,61,.06), transparent 50%), var(--surface); }
.cd-copy h3 { font-size: 30px; letter-spacing: -.03em; margin: 0 0 10px; }
.cd-copy p { color: var(--text-2); margin: 0 0 22px; }
.cd-chat { display: grid; gap: 12px; padding: 20px; border-radius: 18px; background: var(--bg-2); border: 1px solid var(--line); }
.msg { max-width: 88%; padding: 12px 15px; border-radius: 16px; font-size: 14.5px; line-height: 1.5; }
.msg.me { justify-self: end; background: var(--accent); color: var(--accent-ink); font-weight: 500; border-bottom-right-radius: 5px; }
.msg.ai { background: var(--surface-2); border: 1px solid var(--line); border-bottom-left-radius: 5px; }
.ai-name { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: var(--muted); margin-bottom: 5px; }
.ai-name img { width: 16px; height: 16px; }
.msg.status { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13.5px; }
.msg.status .spinner { color: var(--accent); }

.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 380px)); gap: 18px; justify-content: center; }
.plan { padding: 30px; position: relative; }
.plan.featured { border-color: rgba(198,255,61,.35); background: linear-gradient(180deg, rgba(198,255,61,.07), transparent 40%), var(--surface); }
.plan-tag { position: absolute; top: 22px; right: 22px; font-size: 12px; font-weight: 700; color: var(--accent); background: var(--accent-soft); padding: 5px 10px; border-radius: 99px; }
.plan h3 { font-size: 18px; margin: 0; }
.price { margin: 12px 0 6px; display: flex; align-items: baseline; gap: 6px; }
.price b { font-size: 44px; letter-spacing: -.04em; }
.price span { color: var(--muted); }
.plan ul { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 11px; }
.plan li { display: flex; gap: 10px; align-items: center; color: var(--text-2); font-size: 14.5px; }
.plan li::before { content: ""; width: 16px; height: 16px; flex: none; border-radius: 50%; background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 8.5l2.2 2.2 4.8-5' fill='none' stroke='%23c6ff3d' stroke-width='1.8'/%3E%3C/svg%3E") center/100% no-repeat; }

.faq { display: grid; gap: 10px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 0 20px; transition: border-color .2s; }
.faq details[open] { border-color: var(--line-2); }
.faq summary { list-style: none; cursor: pointer; padding: 19px 0; font-weight: 600; font-size: 16px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 12px; height: 12px; flex: none; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg) translateY(-3px); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(225deg) translateY(-3px); }
.faq p { margin: 0 0 20px; color: var(--text-2); }

.final-cta { padding: 100px 0 110px; text-align: center; background: radial-gradient(600px 300px at 50% 100%, rgba(198,255,61,.12), transparent 70%); border-top: 1px solid var(--line); }
.final-cta h2 { margin-bottom: 30px; }

.footer { border-top: 1px solid var(--line); padding: 28px 0 calc(28px + env(safe-area-inset-bottom)); }
.footer-in { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; font-size: 14px; }
.footer nav { display: flex; gap: 18px; margin-left: auto; color: var(--text-2); }
.footer nav a:hover { color: var(--text); }

/* responsive */
@media (max-width: 980px) {
  .hero-in { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { text-align: center; }
  .lede { margin-left: auto; margin-right: auto; }
  .hero-cta, .hero-trust { justify-content: center; }
  .hero-visual { height: 600px; }
  .features, .steps { grid-template-columns: 1fr 1fr; }
  .create-demo { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .hero { padding-top: 34px; }
  .hero h1 { font-size: 44px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .hero-trust { gap: 8px 16px; font-size: 13px; }
  .hero-visual { height: 540px; }
  .phone { width: 250px; height: 510px; border-radius: 40px; transform: none; }
  .phone-screen { border-radius: 31px; }
  .fl-approve { left: 0; bottom: 36px; width: 232px; transform: scale(.92); transform-origin: left bottom; }
  .fl-posted { right: 0; top: 40px; }
  .fl-auto { display: none; }
  .features, .steps, .plans { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .section-head { margin-bottom: 32px; }
  .create-demo { padding: 22px; }
  .nav-cta .btn-ghost { display: none; }
  .formats-strip { gap: 8px 16px; font-size: 13.5px; }
  .formats-strip i { display: none; }
  .footer nav { margin-left: 0; }
}

/* ---------------- motion (only with JS + motion allowed; transform/opacity only) */
.anim [data-hero] > *, .anim .hero-visual { opacity: 0; transform: translateY(18px); }
.anim [data-reveal] { opacity: 0; transform: translateY(26px); }
.anim .feature { opacity: 0; transform: translateY(40px) scale(.97); }
.phone, .float { will-change: transform; }

/* ---------------- numbers band */
.stats-band { padding: 28px 0 8px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.stat-n { padding: 22px 20px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.025), transparent), var(--surface); }
.stat-n b { display: block; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.045em; line-height: 1; font-weight: 800; font-variant-numeric: tabular-nums; }
.stat-n b span { color: var(--accent); }
.stat-n > span { display: block; margin-top: 8px; color: var(--text-2); font-size: 14px; }

/* ---------------- try it */
.try-box { padding: 22px; max-width: 920px; margin: 0 auto; }
.try-form { display: flex; gap: 10px; }
.try-form .input { flex: 1; height: 52px; font-size: 16px; }
.try-form .btn { height: 52px; padding: 0 22px; }
.try-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.try-chips button { height: 34px; padding: 0 13px; border-radius: 99px; border: 1px solid var(--line-2); background: transparent; color: var(--text-2); font-size: 13px; font-weight: 600; }
.try-chips button:hover { color: var(--text); border-color: rgba(198,255,61,.4); }
.try-out { margin-top: 20px; display: grid; gap: 18px; }
.try-steps { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ts-row { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 12px; border-radius: 99px; background: var(--bg-2); border: 1px solid var(--line); font-size: 13px; color: var(--text-2); animation: toast-in .3s var(--ease); }
.ts-row .spinner { width: 13px; height: 13px; color: var(--accent); }
.ts-row svg { width: 15px; height: 15px; color: var(--accent); }
.ts-row.done { color: var(--text); }
.try-result { display: grid; grid-template-columns: 220px 1fr; gap: 22px; align-items: start; }
.try-result:empty { display: none; }
.tr-phone { width: 220px; aspect-ratio: 9 / 16; border-radius: 26px; padding: 7px; background: linear-gradient(160deg, #2a2a31, #111114 40%, #1d1d22); box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 30px 60px -20px rgba(0,0,0,.9); animation: toast-in .4s var(--ease); }
.tr-screen { position: relative; width: 100%; height: 100%; border-radius: 20px; overflow: hidden; background: #000; }
.tr-art { position: absolute; inset: 0; background: radial-gradient(90% 60% at 30% 25%, rgba(120, 90, 255, .6), transparent 70%), radial-gradient(80% 60% at 80% 85%, rgba(198,255,61,.25), transparent 70%), linear-gradient(170deg, #1a1a2e, #09090b); }
.tr-cap { position: absolute; left: 10px; right: 10px; top: 60%; text-align: center; font-weight: 800; font-size: 16px; line-height: 1.12; text-shadow: 0 2px 0 rgba(0,0,0,.6); }
.tr-cap em { font-style: normal; color: var(--accent); }
.tr-len { position: absolute; right: 8px; bottom: 8px; font-family: var(--mono); font-size: 10.5px; background: rgba(0,0,0,.6); padding: 2px 6px; border-radius: 5px; }
.tr-list { position: absolute; top: 12px; left: 10px; right: 10px; list-style: none; margin: 0; padding: 8px; display: grid; gap: 4px; border-radius: 12px; background: rgba(0,0,0,.55); backdrop-filter: blur(6px); }
.tr-list li { display: flex; gap: 7px; align-items: center; font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,.35); height: 17px; overflow: hidden; }
.tr-list li b { width: 16px; height: 16px; border-radius: 5px; display: grid; place-items: center; background: rgba(255,255,255,.08); font-size: 10px; flex: none; }
.tr-list li span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tr-list li.on { color: #fff; }
.tr-list li.on b { background: var(--accent); color: var(--accent-ink); }
.tr-body h3 { font-size: 24px; letter-spacing: -.025em; line-height: 1.2; margin: 10px 0 4px; }
.tr-sub { font-size: 13px; margin: 0 0 14px; }
.tr-outline { list-style: none; padding: 0; margin: 0 0 12px; display: grid; gap: 8px; }
.tr-outline li, .tr-ranks li { display: flex; gap: 10px; font-size: 14.5px; color: var(--text-2); animation: toast-in .35s var(--ease); }
.tr-outline li::before { content: ""; width: 6px; height: 6px; margin-top: 9px; border-radius: 50%; background: var(--accent); flex: none; }
.tr-ranks { list-style: none; padding: 12px 14px; margin: 0 0 14px; display: grid; gap: 7px; border-radius: 14px; background: var(--bg-2); border: 1px solid var(--line); }
.tr-ranks li b { color: var(--accent); font-family: var(--mono); font-size: 13px; width: 26px; }
.tr-cta { display: flex; gap: 10px; flex-wrap: wrap; opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s var(--ease); }
.try-result.done .tr-cta { opacity: 1; transform: none; }

/* ---------------- how it works: pinned sequence */
.how-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 40px; align-items: center; }
.how-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.how-step { padding: 22px 24px; border-radius: var(--radius-lg); border: 1px solid transparent; cursor: pointer; opacity: .45; transition: opacity .4s, background .4s, border-color .4s; }
.how-step.is-active { opacity: 1; background: var(--surface); border-color: var(--line-2); }
.how-step h3 { font-size: 22px; letter-spacing: -.02em; margin: 8px 0 6px; }
.how-step p { margin: 0; color: var(--text-2); }
.how-inline { display: none; }
.how-stage { position: relative; height: 420px; overflow: hidden; background: radial-gradient(400px 260px at 70% 20%, rgba(198,255,61,.08), transparent 70%), var(--bg-2); }
.how-progress { position: absolute; left: 24px; right: 24px; top: 20px; height: 3px; border-radius: 3px; background: var(--surface-3); overflow: hidden; z-index: 2; }
.how-progress i { display: block; height: 100%; background: var(--accent); transform-origin: left; transform: scaleX(.33); transition: transform .25s linear; }
.stage-panel { position: absolute; inset: 0; display: grid; place-items: center; padding: 50px 30px 30px; opacity: 0; transform: translateY(24px) scale(.98); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.stage-panel.is-active { opacity: 1; transform: none; }
.sp-connect { display: flex; align-items: center; gap: 26px; }
.yt-logo.big svg { width: 110px; height: 78px; }
.ch-logo.big { width: 92px; height: 92px; }
.link-line.long { width: 140px; }
.sp-caption { position: absolute; bottom: 40px; }
.sp-formats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; max-width: 440px; }
.sp-fmt { padding: 18px; border-radius: 16px; border: 1px solid var(--line-2); background: var(--surface); display: grid; gap: 4px; }
.sp-fmt.on { border-color: rgba(198,255,61,.45); background: rgba(198,255,61,.06); }
.sp-fmt b { font-size: 15px; }
.sp-fmt span { font-size: 12.5px; color: var(--muted); }
.sp-fmt.on span { color: var(--accent); }
.sp-sched { display: grid; gap: 10px; width: 100%; max-width: 420px; }
.sp-sched .slot { height: 50px; font-size: 14.5px; }
.final-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 979px) {
  .how-grid { grid-template-columns: 1fr; }
  .how-stage { display: none; }
  .how-step { opacity: 1; background: var(--surface); border-color: var(--line); cursor: default; }
  .how-inline { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 16px; min-height: 120px; padding: 14px; border-radius: 16px; background: var(--bg-2); border: 1px solid var(--line); }
  .how-inline.art-post { flex-direction: column; align-items: stretch; gap: 8px; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}
@media (max-width: 640px) {
  .try-form { flex-direction: column; }
  .try-box { padding: 16px; }
  .try-result { grid-template-columns: 1fr; }
  .tr-phone { width: 200px; margin: 0 auto; }
  .stat-n { padding: 16px; }
  .final-btns .btn { flex: 1 1 100%; }
}
