Climate Assessment

<script>
window.addEventListener('load', function() {
  setTimeout(function() {
    if (typeof openClimateAssessment === 'function') {
      openClimateAssessment();
    }
  }, 500);
});
</script>

<div style="text-align: center; padding: 60px 20px; max-width: 600px; margin: 0 auto;">
  <div style="font-size: 80px; margin-bottom: 30px;">🌍</div>
  <h1 style="font-size: 2em; margin-bottom: 20px;">Discover Your Climate-Adaptive Routine</h1>
  <p style="font-size: 1.1em; color: #666; margin-bottom: 30px;">Our 2-minute assessment will analyze your environment and recommend the perfect botanical protection.</p>
  <p style="font-size: 0.95em; color: #999;">The assessment will open automatically...<br>If it doesn't, <a href="#" onclick="openClimateAssessment(); return false;" style="color: #C17817; font-weight: bold;">click here</a>.</p>
</div>