{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”How can I stop feeling like I need to start over every time I miss a day or fall off track?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Instead of viewing missed days as failures, see them as part of the journey. Resume your routine where you left off, acknowledging that you’ve gained experience and insight, rather than resetting to zero. This mindset shift allows you to build momentum without the pressure of perfection.”}},{“@type”:”Question”,”name”:”What are some practical steps I can take to create a system for consistency?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Start by setting realistic, small goals that you can’t fail at, such as dedicating just 5 minutes to a task. Establish a routine that accommodates life’s unpredictability, and focus on showing up consistently rather than achieving immediate results.”}},{“@type”:”Question”,”name”:”How do I change my identity to become someone who is consistent and committed?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Shift your focus from outcomes to the actions that define you. Embrace the identity of being someone who shows up and commits to their goals, regardless of the results. This change in perspective will help you stay motivated and resilient through setbacks.”}}]}
.card {
position: relative;
border: 1px solid rgba(0,0,0,.125);
border-radius: 0.75rem;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
width: 94% !important;
max-width: 518px;
min-width: 0px;
margin-top: 1rem;
margin-bottom: 1rem;
margin-left: 0px;
margin-right: 2px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Ubuntu, “Helvetica Neue”, sans-serif;
}
.card:hover {
transform: scale(1.02);
transition: all 0.1s ease;
box-shadow: 2px 2px 5px #888;
z-index: 1;
background-color: #f0f0f0 !important;
}
.faq-section {
max-width: 800px;
}
.faq-item:hover {
background: #f0f8ff !important;
transition: background 0.2s ease;
}

