Admissions & Faculty Inquiries

Contact & Educational Inquiries

Get in touch with the admissions and research faculty at Luno Foundations Library in Kuala Lumpur, Malaysia. Inquire about workshops, advisory sessions, or research commissions.

Contact & Educational Inquiries
<h3 style="margin-bottom: 0.5rem;">Submit Educational Inquiry</h3>
<p style="color: var(--text-muted); font-size: 0.9rem; margin-bottom: 1.75rem;">
  Fill out the form below to inquire about workshop enrollment, schedule a 1-on-1 key custody guidance session, or request a custom syllabus brief.
</p>

<!-- Success Alert -->
<div x-show="successMessage" class="alert-success" style="display: none;">
  <svg width="22" height="22" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>
  <div>
    <strong style="display: block; font-size: 0.95rem;">Inquiry Received!</strong>
    <span x-text="successMessage" style="font-size: 0.875rem;"></span>
    <div style="font-size: 0.8rem; margin-top: 0.25rem; opacity: 0.9;">Our admissions coordinator will respond within 1 to 2 business days.</div>
  </div>
</div>

<!-- Error Alert -->
<div x-show="errorMessage" class="alert-danger" style="display: none;">
  <span x-text="errorMessage"></span>
</div>

<form @submit.prevent="submitForm">
  <div class="form-group">
    <label class="form-label" for="contact-name">Full Name *</label>
    <input class="form-input" id="contact-name" type="text" x-model="name" placeholder="e.g. Dr. Harith Iskandar">
    <div class="form-error" x-show="errors.name" x-text="errors.name" style="display: none;"></div>
  </div>

  <div class="form-group">
    <label class="form-label" for="contact-email">Email Address *</label>
    <input class="form-input" id="contact-email" type="email" x-model="email" placeholder="name@organization.com">
    <div class="form-error" x-show="errors.email" x-text="errors.email" style="display: none;"></div>
  </div>

  <div class="form-group">
    <label class="form-label" for="contact-service">Educational Program / Area of Interest</label>
    <select class="form-select" id="contact-service" x-model="service">
      <option value="">Select a Program or Topic...</option>
      <option value="foundation-workshop">Luno Architecture & Security Foundation Workshop ($650)</option>
      <option value="key-custody-consultation">1-on-1 Key Custody Guidance Session ($280)</option>
      <option value="validator-architecture-review">Validator Infrastructure Architecture Brief ($750)</option>
      <option value="ecosystem-mapping-reports">Custom Commissioned Research Report (From $1,200)</option>
      <option value="academic-cohort">University / Institutional Group Curriculum</option>
      <option value="general-inquiry">General Educational Inquiry</option>
    </select>
  </div>

  <div class="form-group">
    <label class="form-label" for="contact-date">Target Commencement Date / Cohort Month</label>
    <input class="form-input" id="contact-date" type="text" x-model="preferredDate" placeholder="e.g. Next Upcoming Cohort or Specific Date">
  </div>

  <div class="form-group">
    <label class="form-label" for="contact-message">Inquiry Scope & Background Details *</label>
    <textarea class="form-textarea" id="contact-message" x-model="message" placeholder="Please describe your technical background, organization, learning goals, or specific topics you wish to cover..."></textarea>
    <div class="form-error" x-show="errors.message" x-text="errors.message" style="display: none;"></div>
  </div>

  <button type="submit" class="btn btn-primary" style="width: 100%;" :disabled="submitting">
    <span x-show="!submitting">Submit Educational Inquiry &rarr;</span>
    <span x-show="submitting" style="display: none;">Transmitting Details...</span>
  </button>
</form>

Headquarters & Admissions

Our physical administrative headquarters is located in Kuala Lumpur, Malaysia. All educational lectures, labs, and advisory consultations are conducted remotely via high-definition virtual classrooms.

<div class="contact-item">
  <div class="contact-icon">
    <svg width="22" height="22" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"/></svg>
  </div>
  <div class="contact-item-content">
    <h4>Registered Office Address</h4>
    <p>Office 8, 24 Example Avenue, Kuala Lumpur 00000</p>
  </div>
</div>

<div class="contact-item">
  <div class="contact-icon">
    <svg width="22" height="22" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/></svg>
  </div>
  <div class="contact-item-content">
    <h4>Telephone Inquiries</h4>
    <p><a href="tel:+60300002180" style="color: #14F195;">+60 3 0000 2180</a></p>
  </div>
</div>

<div class="contact-item">
  <div class="contact-icon">
    <svg width="22" height="22" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/></svg>
  </div>
  <div class="contact-item-content">
    <h4>Electronic Correspondence</h4>
    <p><a href="mailto:contact@smart-axisbase.click" style="color: #00C2FF;">contact@smart-axisbase.click</a></p>
  </div>
</div>

<div style="padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 0.85rem; color: var(--text-dim); line-height: 1.6;">
  <strong>Standard Response Times:</strong> Our admissions desk operates Monday through Friday, 09:00 to 18:00 (MYT / UTC+8). Inquiries received over weekends are answered on the following business day.
</div>