/* Launch button for [ai_resume_forge] shortcode */
.arf-launch-btn{
	display:inline-flex;align-items:center;gap:10px;
	font-family:"Plus Jakarta Sans",-apple-system,sans-serif;
	font-weight:700;font-size:16px;text-decoration:none;
	color:#fff;background:var(--arf-accent,#4f46e5);
	padding:15px 30px;border-radius:40px;
	box-shadow:0 10px 30px rgba(79,70,229,.30);
	box-shadow:0 10px 30px color-mix(in srgb,var(--arf-accent,#4f46e5) 30%,transparent);
	transition:transform .2s, box-shadow .2s;
	touch-action:manipulation;-webkit-tap-highlight-color:transparent;
}
.arf-launch-btn::before{content:"✦";font-size:14px}
.arf-launch-btn:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(79,70,229,.38);box-shadow:0 16px 40px color-mix(in srgb,var(--arf-accent,#4f46e5) 38%,transparent)}
