<style>
.contact-intro {
  max-width: 560px;
  margin: 0 auto 40px;
}
.contact-intro h2 {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 16px;
}
.contact-intro p {
  line-height: 1.7;
  margin-bottom: 12px;
}
.contact-phone a,
.contact-email a {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}
.contact-tips {
  background: rgba(0,0,0,0.04);
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 24px;
  font-size: 14px;
}
.contact-tips ul {
  margin: 8px 0 0;
  padding-left: 18px;
}
.contact-tips li {
  margin-bottom: 6px;
  line-height: 1.5;
}
</style>

<div class="contact-intro">
  <h2>Let's create something memorable together</h2>
  <p>Whether your event is six days away or over a year, I'd love to hear from you.</p>
  <p>Fill in a few details and I'll get back to you within 24–48 hours. If you'd prefer a quick chat, you're welcome to call or text me directly:</p>
  <p class="contact-phone"><a href="tel:0408465464">📱 0408 465 464</a></p>
  <p class="contact-email"><a href="mailto:aaronzphoto@gmail.com">✉️ aaronzphoto@gmail.com</a></p>
  <div class="contact-tips">
    <p><strong>Helpful to include:</strong></p>
    <ul>
      <li>Event type (Bar Mitzvah, Bat Mitzvah, wedding, other)</li>
      <li>Date and venue (if you have them)</li>
      <li>Roughly how many hours of coverage you're thinking</li>
    </ul>
  </div>
</div>