<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8">

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

  <title>MRFoud</title>

  <meta name="description" content="MRFoud online services and digital solutions.">

  <style>

    body {

      margin: 0;

      font-family: Arial, sans-serif;

      background: #f7f7f8;

      color: #222;

    }

    .container {

      max-width: 860px;

      margin: 0 auto;

      padding: 80px 24px;

    }

    .card {

      background: white;

      border-radius: 20px;

      padding: 40px;

      box-shadow: 0 12px 40px rgba(0,0,0,0.08);

    }

    h1 {

      margin: 0 0 16px;

      font-size: 42px;

    }

    p {

      font-size: 18px;

      line-height: 1.7;

      color: #555;

    }

    .footer {

      margin-top: 32px;

      font-size: 14px;

      color: #888;

    }

    .badge {

      display: inline-block;

      margin-bottom: 20px;

      padding: 8px 14px;

      border-radius: 999px;

      background: #eef2ff;

      color: #3949ab;

      font-size: 14px;

    }

  </style>

</head>

<body>

  <main class="container">

    <section class="card">

      <div class="badge">Digital Services</div>

      <h1>MRFoud</h1>

      <p>

        MRFOud provides simple and reliable online services for digital workflows,

        payment experiences, and lightweight web-based solutions.

      </p>

      <p>

        Our focus is on secure, fast, and accessible digital infrastructure.

      </p>

      <div class="footer">

        © 2026 MRFoud. All rights reserved.

      </div>

    </section>

  </main>

</body>

</html>