
    body {
      font-family: 'Segoe UI', sans-serif;
    }
    .hero {
      background: linear-gradient(135deg, #e3f2fd, #fff3e0);
      padding: 100px 20px;
      text-align: center;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .hero p {
      font-size: 1.2rem;
      color: #555;
    }
    .features i {
      font-size: 2rem;
      color: #007bff;
    }
    .footer {
      background: #f8f9fa;
      padding: 30px 0;
      text-align: center;
      font-size: 0.9rem;
      color: #888;
    }
    .navbar-brand-logo {
      height: 60px;
      width: auto;
      max-height: 60px;
    }