<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>MintPe Fintech | Next-Generation Digital Settlements & Liquidity</title>

  <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=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap" rel="stylesheet">

  <style>

    :root {

      --primary: #0f172a;

      --accent: #2563eb;

      --accent-hover: #1d4ed8;

      --emerald: #059669;

      --emerald-bg: #ecfdf5;

      --slate-50: #f8fafc;

      --slate-100: #f1f5f9;

      --slate-200: #e2e8f0;

      --slate-400: #94a3b8;

      --slate-600: #475569;

      --slate-800: #1e293b;

      --slate-900: #0f172a;

      --font-main: 'Plus Jakarta Sans', sans-serif;

      --font-mono: 'Space Grotesk', monospace;

    }


    * { box-sizing: border-box; margin: 0; padding: 0; }

    body { font-family: var(--font-main); background-color: #ffffff; color: var(--slate-800); line-height: 1.6; -webkit-font-smoothing: antialiased; }

    a { text-decoration: none; color: inherit; }


    /* Top Announcement Banner */

    .top-bar { background: var(--slate-900); color: #ffffff; font-size: 13px; font-weight: 500; padding: 10px 20px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.1); }

    .top-bar span.badge { background: var(--accent); color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 11px; font-weight: 700; margin-right: 8px; text-transform: uppercase; }


    /* Navigation */

    .navbar { display: flex; justify-content: space-between; align-items: center; padding: 18px 48px; border-bottom: 1px solid var(--slate-200); background: #ffffff; position: sticky; top: 0; z-index: 100; }

    .brand { display: flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; }

    .brand-icon { width: 34px; height: 34px; background: linear-gradient(135deg, var(--accent), #10b981); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 18px; }

    .nav-links { display: flex; gap: 28px; font-size: 14px; font-weight: 600; color: var(--slate-600); }

    .nav-links a:hover { color: var(--accent); }

    .nav-actions { display: flex; gap: 12px; align-items: center; }

    

    /* Buttons */

    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s ease; }

    .btn-primary { background: var(--accent); color: #ffffff; border: 1px solid var(--accent); }

    .btn-primary:hover { background: var(--accent-hover); }

    .btn-outline { background: #ffffff; color: var(--slate-800); border: 1px solid var(--slate-200); }

    .btn-outline:hover { background: var(--slate-50); border-color: var(--slate-400); }

    .btn-emerald { background: var(--emerald); color: #ffffff; }

    .btn-emerald:hover { background: #047857; }


    /* Hero Section */

    .hero { max-width: 1200px; margin: 0 auto; padding: 80px 24px 60px; text-align: center; }

    .status-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--slate-100); border: 1px solid var(--slate-200); padding: 6px 16px; border-radius: 50px; font-size: 12px; font-weight: 700; color: var(--slate-800); text-transform: uppercase; margin-bottom: 24px; }

    .pulse-dot { width: 8px; height: 8px; background-color: #f59e0b; border-radius: 50%; box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2); }

    .hero h1 { font-size: 54px; font-weight: 800; color: var(--slate-900); letter-spacing: -1.5px; line-height: 1.15; max-width: 900px; margin: 0 auto 20px; }

    .hero h1 span { background: linear-gradient(135deg, var(--accent), #059669); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

    .hero p { font-size: 19px; color: var(--slate-600); max-width: 720px; margin: 0 auto 36px; line-height: 1.6; }

    .hero-ctas { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 60px; }


    /* Operational Notice Callout */

    .notice-card { max-width: 980px; margin: 0 auto 80px; background: var(--slate-900); color: #ffffff; border-radius: 16px; padding: 36px 40px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; text-align: left; box-shadow: 0 20px 40px rgba(15,23,42,0.12); }

    .notice-tag { display: inline-block; background: rgba(16, 185, 129, 0.2); color: #34d399; font-weight: 700; font-size: 11px; padding: 4px 10px; border-radius: 4px; text-transform: uppercase; margin-bottom: 12px; }

    .notice-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 8px; color: #ffffff; }

    .notice-card p { font-size: 14px; color: var(--slate-400); line-height: 1.6; }

    .branch-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 20px; }

    .branch-row { font-size: 13px; color: #cbd5e1; margin-bottom: 8px; display: flex; align-items: flex-start; gap: 8px; }

    .branch-row:last-child { margin-bottom: 16px; }


    /* Feature Grid Section */

    .section-head { text-align: center; max-width: 650px; margin: 0 auto 48px; }

    .section-head h2 { font-size: 32px; font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; margin-bottom: 12px; }

    .section-head p { font-size: 16px; color: var(--slate-600); }


    .grid-container { max-width: 1200px; margin: 0 auto 100px; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

    .feature-card { background: var(--slate-50); border: 1px solid var(--slate-200); border-radius: 14px; padding: 32px 28px; transition: transform 0.2s ease, border-color 0.2s ease; }

    .feature-card:hover { transform: translateY(-3px); border-color: var(--accent); }

    .feature-icon { width: 44px; height: 44px; background: #ffffff; border: 1px solid var(--slate-200); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 20px; }

    .feature-card h4 { font-size: 18px; font-weight: 700; color: var(--slate-900); margin-bottom: 8px; }

    .feature-card p { font-size: 14px; color: var(--slate-600); line-height: 1.6; }


    /* Compliance & Trust Bar */

    .trust-bar { background: var(--slate-100); border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200); padding: 48px 24px; text-align: center; }

    .trust-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

    .trust-item h5 { font-size: 20px; font-weight: 800; color: var(--slate-900); margin-bottom: 4px; font-family: var(--font-mono); }

    .trust-item p { font-size: 13px; color: var(--slate-600); font-weight: 500; }


    /* Footer */

    .footer { background: #ffffff; padding: 60px 48px 40px; border-top: 1px solid var(--slate-200); max-width: 1200px; margin: 0 auto; }

    .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; margin-bottom: 48px; }

    .footer-col h6 { font-size: 14px; font-weight: 700; color: var(--slate-900); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }

    .footer-col ul { list-style: none; }

    .footer-col ul li { font-size: 14px; color: var(--slate-600); margin-bottom: 10px; }

    .footer-bottom { border-top: 1px solid var(--slate-200); padding-top: 24px; display: flex; justify-content: space-between; font-size: 13px; color: var(--slate-400); flex-wrap: wrap; gap: 12px; }


    /* Responsive */

    @media (max-width: 900px) {

      .navbar { padding: 16px 20px; }

      .nav-links { display: none; }

      .hero h1 { font-size: 36px; }

      .notice-card { grid-template-columns: 1fr; padding: 24px; }

      .grid-container { grid-template-columns: 1fr; }

      .trust-grid { grid-template-columns: 1fr 1fr; }

      .footer-top { grid-template-columns: 1fr; gap: 32px; }

    }

  </style>

</head>

<body>


  <!-- Top Status Strip -->

  <div class="top-bar">

    <span class="badge">Notice</span> Physical Desk is 100% Operational at Sardarpura, Jodhpur while our Digital Core undergoes Upgrade 2.0.

  </div>


  <!-- Header Navigation -->

  <nav class="navbar">

    <div class="brand">

      <div class="brand-icon">M</div>

      MintPe

    </div>

    <div class="nav-links">

      <a href="#platform">Platform 2.0</a>

      <a href="#desk">Physical Desk Operations</a>

      <a href="#compliance">Security & Standards</a>

      <a href="#contact">Contact Support</a>

    </div>

    <div class="nav-actions">

      <a href="https://maps.app.goo.gl/V9BsvKxRbgyaPMdp7" target="_blank" class="btn btn-outline">

        📍 View Maps Pin

      </a>

      <a href="https://wa.me/919057707333?text=Hi%20MintPe%20Team%2C%20I%20am%20inquiring%20about%20your%20desk%20settlement%20services." target="_blank" class="btn btn-emerald">

        WhatsApp Desk

      </a>

    </div>

  </nav>


  <!-- Hero Section -->

  <section class="hero">

    <div class="status-pill">

      <div class="pulse-dot"></div>

      Digital Core 2.0 Architecture Migration in Progress

    </div>

    <h1>Institutional Liquidity & <span>Settlement Infrastructure</span></h1>

    <p>

      MintPe is upgrading to an end-to-end commercial payments and enterprise liquidity suite. Our automated web portal will launch shortly with institutional rails.

    </p>

    <div class="hero-ctas">

      <a href="https://maps.app.goo.gl/V9BsvKxRbgyaPMdp7" target="_blank" class="btn btn-primary" style="padding: 14px 28px; font-size: 15px;">

        📍 Get Directions to Sardarpura Desk

      </a>

      <a href="https://wa.me/919057707333" target="_blank" class="btn btn-outline" style="padding: 14px 28px; font-size: 15px;">

        💬 Contact Desk Officer (+91 9057707333)

      </a>

    </div>

  </section>


  <!-- Operational Desk Callout with Exact Map Link -->

  <div class="notice-card" id="desk">

    <div>

      <span class="notice-tag">Physical Branch Active</span>

      <h3>In-Person Desk Settlements Available Daily</h3>

      <p>

        While our web portal is undergoing backend deployment, our corporate settlement desk in Jodhpur is fully operational for in-person commercial verifications and instant bank credits.

      </p>

    </div>

    <div class="branch-box">

      <div class="branch-row">

        <span>📍</span>

        <span><strong>Location:</strong> Ramm J Tower, Sardarpura, Jodhpur, Rajasthan</span>

      </div>

      <div class="branch-row">

        <span>⏰</span>

        <span><strong>Operating Hours:</strong> Monday – Saturday (10:00 AM – 7:00 PM)</span>

      </div>

      <div class="branch-row">

        <span>⚡</span>

        <span><strong>Desk Payout Time:</strong> Direct account credit within 5 minutes</span>

      </div>

      <a href="https://maps.app.goo.gl/V9BsvKxRbgyaPMdp7" target="_blank" class="btn btn-primary" style="width: 100%; margin-top: 8px;">

        Open Exact Pin on Google Maps ↗

      </a>

    </div>

  </div>


  <!-- Feature Grid (Upcoming Platform) -->

  <section class="section-head" id="platform">

    <h2>Built for Seamless Commercial Cash Flow</h2>

    <p>A look at the upcoming features launching inside the MintPe 2.0 Web Portal.</p>

  </section>


  <div class="grid-container">

    <div class="feature-card">

      <div class="feature-icon">⚡</div>

      <h4>Instant Liquidity Gateway</h4>

      <p>Multi-channel working capital settlements with automated fund disbursement directly into linked merchant current and savings accounts.</p>

    </div>

    <div class="feature-card">

      <div class="feature-icon">🛡️</div>

      <h4>Zero-Exposure Verification</h4>

      <p>End-to-end tokenized compliance rails verifying ID and card credentials with zero data persistence on unauthorized endpoints.</p>

    </div>

    <div class="feature-card">

      <div class="feature-icon">📊</div>

      <h4>Automated Ledger Reconciliation</h4>

      <p>Download automated settlement statements, tax invoices, and real-time transaction receipts for unified business accounting.</p>

    </div>

  </div>


  <!-- Trust & Benchmark Bar -->

  <div class="trust-bar" id="compliance">

    <div class="trust-grid">

      <div class="trust-item">

        <h5>100%</h5>

        <p>In-Person Desk KYC Verification</p>

      </div>

      <div class="trust-item">

        <h5>&lt; 5 Mins</h5>

        <p>Average Desk Settlement Time</p>

      </div>

      <div class="trust-item">

        <h5>Direct IMPS</h5>

        <p>Instant Bank Rail Routing</p>

      </div>

      <div class="trust-item">

        <h5>Transparent</h5>

        <p>Fixed Processing Standards</p>

      </div>

    </div>

  </div>


  <!-- Corporate Footer -->

  <footer class="footer" id="contact">

    <div class="footer-top">

      <div class="footer-col">

        <div class="brand" style="margin-bottom: 12px;">

          <div class="brand-icon">M</div>

          MintPe

        </div>

        <p style="font-size: 13px; color: var(--slate-600); max-width: 280px; line-height: 1.6;">

          Professional corporate liquidity and commercial settlement services. Operating physical desk infrastructure in Jodhpur, Rajasthan.

        </p>

      </div>

      <div class="footer-col">

        <h6>Operations</h6>

        <ul>

          <li><a href="https://maps.app.goo.gl/V9BsvKxRbgyaPMdp7" target="_blank">Sardarpura Desk</a></li>

          <li><a href="#desk">Walk-in Requirements</a></li>

          <li><a href="#platform">Portal Upgrade Timeline</a></li>

        </ul>

      </div>

      <div class="footer-col">

        <h6>Legal & Trust</h6>

        <ul>

          <li>In-Person KYC Policy</li>

          <li>Terms of Settlement</li>

          <li>Merchant Guidelines</li>

        </ul>

      </div>

      <div class="footer-col">

        <h6>Desk Support</h6>

        <p style="font-size: 13px; color: var(--slate-600); margin-bottom: 8px;">

          <strong>Direct Line:</strong> +91 9057707333

        </p>

        <p style="font-size: 13px; color: var(--slate-600); margin-bottom: 16px;">

          Ramm J Tower, Sardarpura, Jodhpur (Raj.)

        </p>

        <a href="https://maps.app.goo.gl/V9BsvKxRbgyaPMdp7" target="_blank" class="btn btn-outline" style="font-size: 12px; padding: 8px 14px;">

          📍 Navigate via Google Maps

        </a>

      </div>

    </div>

    <div class="footer-bottom">

      <div>© 2026 MintPe Solutions. All rights reserved.</div>

      <div>Operating in compliance with standard merchant settlement & KYC verification norms.</div>

    </div>

  </footer>


</body>

</html>