|
39 | 39 | nav ul li { margin: 5px 15px; } |
40 | 40 | nav ul li a { color: var(--primary-color); font-weight: 600; padding: 8px 15px; border-radius: 50px; transition: background-color 0.3s, color 0.3s; } |
41 | 41 | nav ul li a:hover, nav ul li a:focus { background-color: var(--primary-color); color: var(--background-white); } |
42 | | - |
43 | | - /* FIXED: Hero section with background image */ |
44 | | - .hero { |
45 | | - padding: 6rem 2rem; |
46 | | - text-align: center; |
47 | | - color: var(--background-white); |
48 | | - background-image: linear-gradient(rgba(0, 58, 110, 0.85), rgba(0, 58, 110, 0.85)), url('healthcare.jpg'); |
49 | | - background-size: cover; |
50 | | - background-position: center; |
51 | | - } |
| 42 | + .hero { padding: 5rem 2rem; text-align: center; background-color: var(--primary-color); color: var(--background-white); } |
52 | 43 | .hero h1 { color: var(--background-white); border: none; } |
53 | | - .hero p { font-size: 1.2em; max-width: 700px; margin: 1rem auto 0 auto; color: rgba(255, 255, 255, 0.9); } |
54 | | - |
| 44 | + .hero p { font-size: 1.2em; max-width: 700px; margin: 1rem auto 0 auto; color: rgba(255, 255, 255, 0.85); } |
55 | 45 | .main { padding: 4rem 0; } |
56 | 46 | .section { background: var(--background-white); margin-bottom: 40px; padding: 50px; border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; } |
57 | 47 |
|
@@ -119,11 +109,11 @@ <h2>The Problem: Trust as the Primary Barrier</h2> |
119 | 109 |
|
120 | 110 | <section id="research" class="section"> |
121 | 111 | <h2>Background Research & Design Principles</h2> |
122 | | - <p><strong>Our research confirmed that a successful AI health tool in Quebec must address specific, real-world challenges.</strong> We established a direct line from our research findings to our core design principles:</p> |
| 112 | + <p><strong>Our research confirmed that a successful AI health tool in Quebec must address specific, real-world challenges.</strong> We established a direct line from our research findings to our core, user-centric design principles:</p> |
123 | 113 | <ul> |
124 | | - <li><strong>Finding:</strong> Competitor apps often feel clinical and text-heavy.<br><strong>Our Principle:</strong> Adopt a clean, simple UI with clear visual hierarchy to reduce cognitive load.</li> |
125 | | - <li><strong>Finding:</strong> Users abandon AI tools that feel like a "black box."<br><strong>Our Principle:</strong> Every AI recommendation must be paired with trust-building elements: a confidence score and verifiable sources.</li> |
126 | | - <li><strong>Finding:</strong> Quebec's diverse population faces significant language barriers.<br><strong>Our Principle:</strong> Multilingual support is a non-negotiable, core feature.</li> |
| 114 | + <li><strong>Finding:</strong> Competitor apps often feel clinical and text-heavy.<br><strong>Our Principle: Prioritize Cognitive Ease to Reduce User Anxiety.</strong> A simple, uncluttered interface is not just a design choice; it is a tool to make a stressful situation more manageable for the user.</li> |
| 115 | + <li><strong>Finding:</strong> Users abandon AI tools that feel like a "black box."<br><strong>Our Principle: Build Trust Through Radical Transparency.</strong> To combat user skepticism, our design mandates that every recommendation is paired with clear, understandable evidence, empowering the user to trust the output.</li> |
| 116 | + <li><strong>Finding:</strong> Quebec's diverse population faces significant language barriers.<br><strong>Our Principle: Ensure Inclusivity and Accessibility to Empower All Users.</strong> The application must serve every citizen of Quebec, regardless of their native language. True accessibility is the foundation of trustworthy public healthcare.</li> |
127 | 117 | </ul> |
128 | 118 | </section> |
129 | 119 |
|
@@ -221,7 +211,7 @@ <h4>Interview Script Snippet</h4> |
221 | 211 | <p><strong>Key questions designed to uncover core user needs:</strong></p> |
222 | 212 | <ul> |
223 | 213 | <li>"Can you tell me about the last time you were unsure about a health symptom? What was your first instinct?"</li> |
224 | | - <li>"What would make you trust an application that uses AI to provide health recommendations? Conversely, what would make you distrust it?"</li> |
| 214 | + <li>"What would make you trust an application that uses AI to provide health recommendations? Conversely, what would you distrust it?"</li> |
225 | 215 | <li>"Describe your ideal experience for getting quick, reliable health advice without visiting a doctor in person."</li> |
226 | 216 | </ul> |
227 | 217 | </div> |
|
0 commit comments