Direct Advisory Inquiries

Direct Consultation & Audit Inquiries

Connect directly with our senior measurement practitioners. We respond with technical scoping notes within 1 business day.

Request Diagnostic Consultation

Provide details about your mobile app architecture and primary measurement questions.

<form @submit.prevent="handleSubmit" novalidate>
  <div class="form-group">
    <label for="contact-name" class="form-label">Full Name & Professional Role *</label>
    <input 
      type="text" 
      id="contact-name" 
      x-model="name" 
      class="form-control" 
      placeholder="e.g. Somchai Prasert, VP of Product"
      required
    >
    <template x-if="errors.name">
      <div class="form-error" x-text="errors.name"></div>
    </template>
  </div>

  <div class="form-group">
    <label for="contact-email" class="form-label">Corporate Email Address *</label>
    <input 
      type="email" 
      id="contact-email" 
      x-model="email" 
      class="form-control" 
      placeholder="name@company.com"
      required
    >
    <template x-if="errors.email">
      <div class="form-error" x-text="errors.email"></div>
    </template>
  </div>

  <div class="form-group">
    <label for="contact-service" class="form-label">Desired Advisory Practice Area</label>
    <select id="contact-service" x-model="service" class="form-control">
      <option value="Flagship Retention Measurement Audit">Flagship Retention Measurement Audit (3 Weeks)</option>
      <option value="Cohort Tracking Architecture Design">Cohort Tracking Architecture Design (2 Weeks)</option>
      <option value="Telemetry Event & Schema Audit">Telemetry Event & Schema Audit (1.5 Weeks)</option>
      <option value="App Churn Diagnostic Study">App Churn Diagnostic Study (2.5 Weeks)</option>
      <option value="Custom Multi-Platform Audit">Custom Multi-Platform Audit Inquiry</option>
    </select>
  </div>

  <div class="grid-2" style="gap: 1rem;">
    <div class="form-group">
      <label for="contact-app-type" class="form-label">Mobile Platform Stack</label>
      <select id="contact-app-type" x-model="appType" class="form-control">
        <option value="Native iOS (Swift) & Android (Kotlin)">Native iOS & Android</option>
        <option value="React Native Cross-Platform">React Native</option>
        <option value="Flutter Cross-Platform">Flutter</option>
        <option value="Unity Mobile Client">Unity Engine</option>
        <option value="Other Multi-Platform">Other Hybrid</option>
      </select>
    </div>

    <div class="form-group">
      <label for="contact-mau" class="form-label">Active User Scale (MAU)</label>
      <select id="contact-mau" x-model="monthlyActiveUsers" class="form-control">
        <option value="Under 50,000 MAU">Under 50,000 MAU</option>
        <option value="50,000 - 250,000 MAU">50,000 - 250,000 MAU</option>
        <option value="250,000 - 1,000,000 MAU">250,000 - 1,000,000 MAU</option>
        <option value="1,000,000+ MAU">1,000,000+ MAU</option>
      </select>
    </div>
  </div>

  <div class="form-group">
    <label for="contact-message" class="form-label">Telemetry Challenge & Audit Goals *</label>
    <textarea 
      id="contact-message" 
      x-model="message" 
      rows="4" 
      class="form-control" 
      placeholder="Briefly describe your current event tracking pipeline, key metrics of concern, or recent discrepancies observed in cohort curves..."
      required
    ></textarea>
    <template x-if="errors.message">
      <div class="form-error" x-text="errors.message"></div>
    </template>
  </div>

  <button 
    type="submit" 
    class="btn btn-primary" 
    style="width: 100%;" 
    :disabled="loading"
  >
    <span x-show="!loading">Submit Scoping Inquiry</span>
    <span x-show="loading" style="display: none;">Verifying & Dispatching...</span>
  </button>

  <!-- Inline Status Messages -->
  <template x-if="submitted && submitSuccess">
    <div class="form-status-box form-status-success" x-text="statusMessage"></div>
  </template>
  <template x-if="submitted && !submitSuccess && statusMessage">
    <div class="form-status-box form-status-error" x-text="statusMessage"></div>
  </template>
</form>

Bangkok Practice Headquarters

  <div style="margin-bottom: 1.5rem;">
    <div style="font-family: var(--font-geom); font-weight: 700; color: var(--accent-cyan); font-size: 0.85rem; text-transform: uppercase; margin-bottom: 0.25rem;">
      Physical Office Address
    </div>
    <p style="font-size: 1rem; color: var(--text-primary); margin-bottom: 0;">
      Office 11, 57 Sample Avenue, Bangkok 00000
    </p>
  </div>

  <div style="margin-bottom: 1.5rem;">
    <div style="font-family: var(--font-geom); font-weight: 700; color: var(--accent-cyan); font-size: 0.85rem; text-transform: uppercase; margin-bottom: 0.25rem;">
      Direct Telephone Line
    </div>
    <p style="font-size: 1rem; color: var(--text-primary); margin-bottom: 0;">
      <a href="tel:+6620003290" style="color: var(--text-primary); font-weight: 600;">+66 2 000 3290</a>
    </p>
  </div>

  <div style="margin-bottom: 1.5rem;">
    <div style="font-family: var(--font-geom); font-weight: 700; color: var(--accent-cyan); font-size: 0.85rem; text-transform: uppercase; margin-bottom: 0.25rem;">
      Direct Practice Email
    </div>
    <p style="font-size: 1rem; color: var(--text-primary); margin-bottom: 0;">
      <a href="mailto:info@corevertexpoint.click">info@corevertexpoint.click</a>
    </p>
  </div>

  <div>
    <div style="font-family: var(--font-geom); font-weight: 700; color: var(--accent-cyan); font-size: 0.85rem; text-transform: uppercase; margin-bottom: 0.25rem;">
      Response Time Commitment
    </div>
    <p style="font-size: 0.92rem; color: var(--text-secondary); margin-bottom: 0;">
      All technical inquiries receive a direct response from a senior measurement analyst within 1 business day (Indochina Time, UTC+7).
    </p>
  </div>
</div>

<div class="origami-card" style="background: rgba(13, 17, 32, 0.65);">
  <h4 style="color: var(--accent-silver); margin-bottom: 0.75rem;">Confidentiality & Code Review Security</h4>
  <p style="font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0; line-height: 1.6;">
    Prior to reviewing proprietary client repositories, SDK tokens, or warehouse schemas, Core Vertex Point executes mutual non-disclosure agreements (NDAs) governed by the laws of Thailand.
  </p>
</div>