This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="text-center mb-10"> | |
<h1 class="text-3xl md:text-4xl font-bold text-[#003F5C]">Performance & Vitality Self-Assessment</h1> | |
<p class="text-md md:text-lg text-[#366E8A] mt-3">This assessment is the first and most important step in our journey. Your thoughtful answers will allow us to make our upcoming call exceptionally valuable. Let's begin building the blueprint for your 'user manual'.</p> | |
</header> | |
<form id="assessment-form" class="space-y-12"> | |
<!-- Part 1: Your Current Baseline --> | |
<div id="part1" class="form-section bg-white rounded-xl shadow-lg p-6 md:p-8"> | |
<h2 class="text-2xl font-bold text-[#003F5C] border-b-2 border-[#C1E7FF] pb-2 mb-6">Part 1: Your Current Baseline</h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>The Arbani Method - Performance & Vitality Self-Assessment</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="preconnect" href="https://fonts.googleapis.com"> | |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> |