    body {
      background: linear-gradient(120deg, #131b2b 70%, #233661 100%);
      color: #fff;
      font-family: 'Segoe UI', Arial, sans-serif;
      min-height: 100vh;
    }
    .navbar {
      background: rgba(12,18,36,0.98);
    }
    .navbar-brand {
      font-weight: 700;
      letter-spacing: 2px;
    }
    .tagline {
      font-size: 1.2rem;
      color: #90cdf4;
      font-weight: 500;
    }
    .section-title {
      color: #90cdf4;
      letter-spacing: 1px;
      margin-bottom: 1rem;
      text-transform: uppercase;
    }
    .about-card {
      background: rgba(255,255,255,0.02);
      border: 1px solid #233661;
      border-radius: 1.5rem;
      padding: 2rem 1.5rem;
      margin-bottom: 2rem;
      box-shadow: 0 4px 32px rgba(0,0,0,0.11);
    }
    .profile-pic {
      max-width: 170px;
      border-radius: 50%;
      border: 4px solid #233661;
      box-shadow: 0 2px 12px #1119;
      margin-bottom: 1rem;
    }
    .resume-btn, .business-btn {
      background: #90cdf4;
      color: #131b2b;
      border: none;
      font-weight: 600;
      border-radius: 2rem;
      transition: 0.2s;
    }
    .resume-btn:hover, .business-btn:hover {
      background: #fff;
      color: #1a365d;
      border: 1px solid #90cdf4;
    }
    .fun-list li {
      margin-bottom: 0.5rem;
    }
    .footer {
      margin-top: 2rem;
      font-size: 0.9rem;
      color: #90cdf4;
      text-align: center;
      padding: 1.5rem 0 0.5rem 0;
      background: none;
    }
    a {
      color: #90cdf4;
      text-decoration: underline;
    }
    a:hover {
      color: #fff;
    }