{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”How did the collaboration between Johnny and Sam start?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”The collaboration began when Johnny, after leaving Apple, formed a creative team focused on exploring new interfaces and technology. The launch of ChatGPT three years ago clarified their purpose, leading Johnny to reach out to Sam to develop ideas based on the capabilities of the technology.”}},{“@type”:”Question”,”name”:”What is the importance of motivation in the creative process?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Motivation is crucial in the creative process as it fuels the team’s efforts and guides their exploration. Johnny emphasizes that a genuine desire to be useful and improve humanity’s relationship with technology drives their work, making it essential to maintain the right motivation throughout the design process.”}},{“@type”:”Question”,”name”:”What do Johnny and Sam hope to achieve with their new technology?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”They hope to create tools that enhance happiness, fulfillment, and connection while reducing anxiety and disconnection. Their goal is to redefine the relationship people have with technology, moving away from discomfort and towards a more positive and meaningful interaction.”}}]}
.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;
}
