{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”What is the main idea behind financial independence (FI)?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Financial independence (FI) is the point at which your passive income can cover your basic expenses, allowing you the freedom to make choices without worrying about finances. This can include changing careers, traveling, or spending more time with family.”}},{“@type”:”Question”,”name”:”How can I start managing my money better?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Begin by identifying your values and goals, which will form the foundation of your financial philosophy. From there, focus on growing the gap between your income and expenses, aim to save and invest at least 20% of your income, and make this a lifelong practice.”}},{“@type”:”Question”,”name”:”What are the steps to achieving financial independence?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”The three steps to achieving financial independence are: 1) Grow the gap between what you earn and what you spend, either by earning more or spending less; 2) Invest that gap, aiming to save and invest at least 20% of your income; and 3) Repeat this process as a lifelong commitment to money management.”}}]}
.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;
}

