Guide Home
- Tools
- Training
- Resources
AI Launch Generator
Tip: Once image generates you can right click on it and open image in new tab to show during launch
Guide AI Assistant (Acton Trained Gemini 3 Pro)
Guide AI Assistant (Acton Trained Claude-4.5 Sonnet)
Guide AI Assistant (Acton Trained GPT-5.2 Pro Thinking and Image Gen Slow $$$)
.button-container {
display: flex;
gap: 20px;
justify-content: center;
}
.btn {
display: inline-block;
padding: 12px 24px;
background-color: #28a745; /* Green to match site’s CTA buttons like “Apply” and “Schedule A Tour” */
color: white !important; /* Force white text */
text-decoration: none !important; /* Force no underline */
border-radius: 25px; /* Rounded like the site’s buttons */
font-weight: bold;
font-size: 16px;
text-align: center;
transition: background-color 0.3s ease;
border: none;
cursor: pointer;
box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle shadow for depth, matching modern button styles */
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif; /* Match site’s font */
text-shadow: none !important; /* Ensure no text shadow affects color */
}
.btn:hover,
.btn:active,
.btn:focus {
background-color: #1e7e34; /* Darker green on hover */
color: white !important; /* Force white on hover too */
text-decoration: none !important;
}