.marketing-scope .hero-wc{padding-top:80px}.marketing-scope .hero-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:56px;display:grid}.marketing-scope .hero-badge{background:var(--color-violet-tint);color:var(--color-violet-deep);border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:7px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.marketing-scope .hero-badge .dot{background:var(--color-live);border-radius:50%;width:6px;height:6px}.marketing-scope .hero-badge.testing .dot{background:var(--color-testing)}.marketing-scope .hero-wc h1{margin:0 0 18px;font-size:clamp(32px,4.4vw,48px);font-weight:700;line-height:1.12}.marketing-scope .hero-wc h1 .grad{background:linear-gradient(100deg,var(--color-violet-deep),var(--color-violet) 60%);color:#0000;-webkit-background-clip:text;background-clip:text}.marketing-scope .hero-wc p{color:var(--color-ink-soft);max-width:480px;margin:0 0 28px;font-size:15.5px;line-height:1.65}.marketing-scope .hero-actions{flex-wrap:wrap;gap:14px;display:flex}@media (max-width:900px){.marketing-scope .hero-grid{grid-template-columns:1fr}}.marketing-scope .flow{border:1px solid var(--color-line);aspect-ratio:4/3;background:#fff;border-radius:20px;flex-direction:column;gap:10px;padding:18px;display:flex;overflow:hidden;box-shadow:0 20px 50px #3d2a9c1a}.marketing-scope .flow-head{color:var(--color-ink-soft);align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.marketing-scope .flow-head .pip{background:var(--color-accent);border-radius:50%;width:7px;height:7px;animation:1.6s infinite flowPulse}@keyframes flowPulse{0%,to{opacity:.35}50%{opacity:1}}.marketing-scope .flow-photo{background:var(--color-violet-tint);border-radius:12px;align-items:center;gap:10px;padding:9px 11px;display:flex}.marketing-scope .flow-photo .thumb{width:40px;height:40px;color:var(--color-violet);background:linear-gradient(135deg,#ded8f8,#c9c1f0);border-radius:9px;flex:none;place-items:center;display:grid}.marketing-scope .flow-photo .meta{color:var(--color-ink-soft);font-family:monospace;font-size:11.5px}.marketing-scope .flow-photo .fname{color:var(--color-violet-ink);font-size:12.5px;font-weight:600}.marketing-scope .flow-rows{flex-direction:column;flex:1;gap:7px;display:flex}.marketing-scope .flow-row{opacity:0;align-items:center;gap:8px;font-size:11.5px;animation:.5s forwards flowIn;display:flex;transform:translateY(5px)}.marketing-scope .flow-row .lbl{color:var(--color-ink-soft);flex:none;width:78px}.marketing-scope .flow-row .bar{background:linear-gradient(90deg,var(--color-violet),var(--color-accent));transform-origin:0;border-radius:4px;flex:1;height:7px;animation:.7s forwards flowBar}.marketing-scope .flow-row .tick{color:var(--color-good);opacity:0;font-size:11px;font-weight:700;animation:.3s forwards flowTick}@keyframes flowIn{to{opacity:1;transform:none}}@keyframes flowBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes flowTick{to{opacity:1}}.marketing-scope .flow-row:first-child,.marketing-scope .flow-row:first-child .bar{animation-delay:.25s}.marketing-scope .flow-row:first-child .tick{animation-delay:.95s}.marketing-scope .flow-row:nth-child(2),.marketing-scope .flow-row:nth-child(2) .bar{animation-delay:.75s}.marketing-scope .flow-row:nth-child(2) .tick{animation-delay:1.45s}.marketing-scope .flow-row:nth-child(3),.marketing-scope .flow-row:nth-child(3) .bar{animation-delay:1.25s}.marketing-scope .flow-row:nth-child(3) .tick{animation-delay:1.95s}.marketing-scope .flow-row:nth-child(4),.marketing-scope .flow-row:nth-child(4) .bar{animation-delay:1.75s}.marketing-scope .flow-row:nth-child(4) .tick{animation-delay:2.45s}.marketing-scope .flow-row:nth-child(5),.marketing-scope .flow-row:nth-child(5) .bar{animation-delay:2.25s}.marketing-scope .flow-row:nth-child(5) .tick{animation-delay:2.95s}.marketing-scope .flow-card{border:1px solid var(--color-line);opacity:0;border-radius:12px;padding:10px 12px;animation:.6s 3.1s forwards flowIn}.marketing-scope .flow-card .t{font-size:12.5px;font-weight:700}.marketing-scope .flow-card .d{color:var(--color-ink-soft);margin-top:3px;font-size:11px;line-height:1.5}.marketing-scope .flow-card .p{color:var(--color-violet-deep);margin-top:6px;font-size:13px;font-weight:700}@media (prefers-reduced-motion:reduce){.marketing-scope .flow-row,.marketing-scope .flow-card{opacity:1!important;animation:none!important;transform:none!important}.marketing-scope .flow-row .bar{animation:none!important}.marketing-scope .flow-row .tick{opacity:1!important;animation:none!important}.marketing-scope .flow-head .pip{animation:none!important}}.marketing-scope .feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.marketing-scope .feature-card{background:var(--color-violet-tint);border-radius:16px;padding:22px}.marketing-scope .feature-icon{width:36px;height:36px;color:var(--color-violet-deep);background:#fff;border-radius:10px;place-items:center;margin-bottom:16px;display:grid}.marketing-scope .feature-card h4{margin:0 0 8px;font-size:15.5px}.marketing-scope .feature-card p{color:var(--color-ink-soft);margin:0;font-size:13.5px;line-height:1.6}.marketing-scope .steps{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.marketing-scope .step-card{border:1px solid var(--color-line);background:#fff;border-radius:16px;padding:24px;position:relative}.marketing-scope .step-num{color:var(--color-violet);margin-bottom:12px;font-family:Sora,sans-serif;font-size:13px;font-weight:700;display:block}.marketing-scope .step-card h4{margin:0 0 8px;font-size:15px}.marketing-scope .step-card p{color:var(--color-ink-soft);margin:0;font-size:13.5px;line-height:1.6}.marketing-scope .step-card .step-cta{color:var(--color-violet-deep);align-items:center;gap:6px;margin-top:12px;font-size:13px;font-weight:600;display:inline-flex}.marketing-scope .value-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.marketing-scope .value-card{border:1px solid var(--color-line);background:#fff;border-radius:16px;padding:24px}.marketing-scope .value-card h4{margin:0 0 8px;font-size:15.5px}.marketing-scope .value-card p{color:var(--color-ink-soft);margin:0;font-size:13.5px;line-height:1.6}.marketing-scope .ps-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.marketing-scope .ps-card{border-radius:18px;padding:28px}.marketing-scope .ps-card.problem{background:#fceded}.marketing-scope .ps-card.solution{background:#eaf8f1}.marketing-scope .ps-card h4{text-transform:uppercase;letter-spacing:.04em;margin:0 0 16px;font-size:15px}.marketing-scope .ps-card.problem h4{color:var(--color-bad)}.marketing-scope .ps-card.solution h4{color:var(--color-good)}.marketing-scope .ps-card ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.marketing-scope .ps-card li{color:var(--color-violet-ink);gap:10px;font-size:14px;line-height:1.5;display:flex}.marketing-scope .ps-card li:before{color:#fff;border-radius:50%;flex:none;place-items:center;width:16px;height:16px;margin-top:2px;font-size:10px;font-weight:700;display:grid}.marketing-scope .ps-card.problem li:before{content:"✕";background:var(--color-bad)}.marketing-scope .ps-card.solution li:before{content:"✓";background:var(--color-good)}.marketing-scope .testi-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.marketing-scope .testi-card{border:1px solid var(--color-line);background:#fff;border-radius:16px;padding:24px}.marketing-scope .testi-card p{color:var(--color-violet-ink);margin:0 0 18px;font-size:14px;line-height:1.6}.marketing-scope .testi-card p:last-child{margin-bottom:0}.marketing-scope .faq-item{border-bottom:1px solid var(--color-line);padding:20px 4px}.marketing-scope .faq-q{cursor:pointer;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;list-style:none;display:flex}.marketing-scope .faq-q::-webkit-details-marker{display:none}.marketing-scope .faq-q span{color:var(--color-violet-deep);text-align:center;flex:none;width:18px;margin-left:16px;font-weight:700}.marketing-scope .faq-item[open] .faq-q span{display:inline-block;transform:rotate(45deg)}.marketing-scope .faq-a{color:var(--color-ink-soft);max-width:760px;margin:12px 0 0;font-size:13.5px;line-height:1.65}@media (max-width:900px){.marketing-scope .feature-grid,.marketing-scope .steps,.marketing-scope .value-grid,.marketing-scope .ps-grid,.marketing-scope .testi-grid{grid-template-columns:1fr}}
