/* Only the two copy proposals. The hero's 3D panel keeps its existing styles. */
.persona-use.copy-refinement .hero-grid { opacity: .05; }
.published-page .site-header { top:0; }
.copy-refinement .price-status { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
.persona-use.copy-refinement .launch-notice { margin:26px 0 0; padding:0; border:0; font-size:14px; color:#dce6ff; }
.copy-refinement .section-heading > p { max-width:500px; margin-top:32px; font-size:17px; line-height:1.65; }
.copy-refinement .feed-motion,.copy-refinement .composite-motion { margin-top:48px; }
.copy-refinement .component-nodes span { animation:none; }
.copy-refinement .feed-routes { display:block; width:100%; height:96px; overflow:visible; fill:none; stroke-width:1; }
.copy-refinement .route-lines { stroke:#52638d; }
.copy-refinement .route-pulses { stroke:#bacaff; stroke-width:2; stroke-linecap:round; }
.copy-refinement .route-pulses path { stroke-dasharray:10 110; animation:feed-route 4.8s linear infinite; }
.copy-refinement .route-pulses path:nth-child(2) { animation-delay:.2s; }
.copy-refinement .route-pulses path:nth-child(3) { animation-delay:.4s; }
.copy-refinement .feed-motion > strong,.copy-refinement .composite-motion > strong { margin-top:0; animation:feed-arrival 4.8s ease-in-out infinite; }
@keyframes feed-route { 0%,12% { stroke-dashoffset:12; opacity:0; } 18% { opacity:1; } 64% { stroke-dashoffset:-100; opacity:1; } 70%,100% { stroke-dashoffset:-100; opacity:0; } }
@keyframes feed-arrival { 0%,48%,90%,100% { border-color:#718cff; background:#153bb1; } 66%,76% { border-color:#c3d0ff; background:#244bc6; } }
@media (prefers-reduced-motion:reduce) { .copy-refinement .route-pulses { display:none; }.copy-refinement .feed-motion > strong,.copy-refinement .composite-motion > strong { animation:none; } }
@media (max-width:620px) { .persona-use.copy-refinement .hero-grid { opacity: .03; } .persona-use.copy-refinement .final-action { align-items:center; } }
