body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f8f9fa;
  color: #212529;
}

/* Logo */
h1 {
  font-size: 2.5rem;
  max-height: 60px;
}

/* Main Content Box */
.content-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.text-section h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 15px;
}

.text-section p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Features Section */
.features h5 {
  font-weight: 600;
}

.features p {
  font-size: 0.95rem;
  color: #555;
}

/* Buttons */
.btn {
  font-size: 1rem;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* Bigger Mobile Screenshot */
.big-mobile-img {
  max-height: 600px;
  object-fit: contain;
}
