  body {
	margin: 0;
	font-family: "Segoe UI", Roboto, sans-serif;
	background: #f6f8fb;
	color: #222;
	line-height: 1.6;
  }

/* HEADER BLOCK (container) */


/* .imotu-header {
  background: #f4f7fb;
  padding: 16px 18px;
  border-radius: 8px;
  text-align: right; /* aligns BOTH header + tagline cleanly */
} */

/* CONTAINER neutral - no aliagnments here */
.imotu-header {
  background: #f4f7fb;
  padding: 16px 18px;
  border-radius: 8px;
}
			
/* .imotu-header h1 {
  font-weight: 500;
  text-align: right;
  color: #2f3e5c;
} */

/* ONLY target the header elements */
.imotu-header h1,
.imotu-header .tagline {
  text-align: right;
}
.imotu-header .tagline {
  margin-top: 2px;
  color: #5a6a85;
  font-size: 14px;
}
  header h2 {
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 0.5rem;
	color: #a9d8ff;
  }

  main {
	max-width: 960px;
	margin: 2rem auto;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	padding: 2rem;
  }

  section {
	margin-bottom: 2.5rem;
  }

  h3 {
	border-left: 4px solid #0066cc;
	padding-left: 0.6rem;
	color: #003366;
	font-weight: 600;
  }
  
  table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
  }

  th, td {
	border: 1px solid #ddd;
	padding: 0.75rem;
	text-align: left;
  }

  th {
	background: #003366;
	color: #fff;
  }

  a {
	color: #0078d7;
	text-decoration: none;
  }

  a:hover {
	text-decoration: underline;
  }

  footer {
	text-align: center;
	font-size: 0.9rem;
	color: #666;
	padding: 2rem 1rem;
  }

  @media (max-width: 768px) {
	header h1 { font-size: 2rem; }
	main { padding: 1.5rem; }
  }
  
  h1, h2, h3, h4 {
	font-family: inherit;
	font-weight: 600;
	letter-spacing: 0.2px;
  }

	section, p, li, em, strong {
	  font-family: inherit;
	}

.imotu-l10k-container {
  max-width: 720px;
  margin: 40px auto;
  padding: 24px;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #2c2c2c;
  background: #fafafa;
  border-radius: 12px;
}

/* RIGHT-JUSTIFIED HEADER */
.imotu-header {
  text-align: right;
  margin-bottom: 30px;
}

.imotu-header h1 {
  font-size: 26px;
  font-weight: 500;
  color: #3a3a3a;
  margin: 0;
}

.imotu-header .tagline {
  font-size: 14px;
  color: #7a7a7a;
  margin-top: 6px;
}

/* SECTION BLOCKS */
.imotu-l10k-container > div {
  margin-bottom: 24px;
}

.imotu-l10k-container h2 {
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 8px;
}

.imotu-l10k-container p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* TRUST LIST */
.imotu-trust-block ul {
  list-style: none;
  padding-left: 0;
}

.imotu-trust-block li {
  padding: 4px 0;
  color: #4f4f4f;
}

/* CTA */
.imotu-cta {
  text-align: center;
  margin-top: 30px;
}

.cta-line {
  font-size: 16px;
  color: #3f3f3f;
  margin-bottom: 12px;
}

.imotu-btn {
  background: #6a8f7b;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.imotu-btn:hover {
  background: #587a68;
}

/* DISCLAIMER */
.imotu-disclaimer {
  font-size: 12px;
  color: #888;
  margin-top: 20px;
  line-height: 1.5;
}
</style>

