<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>MOTHR – Trust Infrastructure for Modern Families</title>

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

<style>

body {

  font-family: -apple-system, BlinkMacSystemFont, sans-serif;

  margin: 0;

  padding: 0;

  color: #1f2937;

  background: #ffffff;

  line-height: 1.6;

}

section {

  max-width: 900px;

  margin: auto;

  padding: 60px 24px;

}

.hero h1 {

  font-size: 2.5rem;

  font-weight: 700;

}

.hero p {

  font-size: 1.2rem;

  color: #374151;

}

.tag {

  margin-top: 20px;

  font-weight: 600;

}

h2 {

  margin-top: 40px;

}

.footer {

  text-align: center;

  font-size: 0.9rem;

  color: #6b7280;

  padding-bottom: 40px;

}

</style>

</head>

<body>

 

<section class="hero">

  <h1>India doesn’t need another parenting app.</h1>

  <p><strong>India needs Trust Infrastructure for Modern Families.</strong></p>

  <p>MOTHR is a Family Operating System aligning Parents & Kids across digital and physical worlds — built on trust, not control.</p>

  <div class="tag">🚀 Coming Soon</div>

</section>

 

<section>

  <h2>Why MOTHR</h2>

  <p>Modern families struggle not because of lack of love — but lack of alignment. MOTHR creates a shared trust layer between parents, kids, and systems.</p>

</section>

 

<section>

  <h2>The 4 Trust Pillars</h2>

  <ul>

    <li><strong>Emotional Trust</strong> – shared expectations</li>

    <li><strong>Safety Trust</strong> – age-aware protection</li>

    <li><strong>Financial Trust</strong> – learned responsibility</li>

    <li><strong>Growth Trust</strong> – meaningful progress</li>

  </ul>

</section>

 

<section class="footer">

  MOTHR — Trust Infrastructure for Modern Families<br/>

  Built in India

</section>

 

</body>

</html>