* { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: 'Inter', sans-serif; overflow-x: hidden; background: #030318; color: #f0f0ff; }
    #canvas-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
    .content { position: relative; z-index: 2; overflow-x: hidden; width: 100%; }
    .navbar { background: rgba(5, 10, 25, 0.85); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0, 255, 255, 0.4); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; }
    .navbar.scrolled { background: rgba(0, 0, 0, 0.9); border-bottom-color: #0ff; box-shadow: 0 0 20px rgba(0, 255, 255, 0.2); }
    .navbar-brand { font-size: 1.8rem; font-weight: 800; letter-spacing: -0.5px; padding: 0; margin: 0; line-height: 1; }
    .navbar-brand .logo-img { display: block; height: 55px; width: auto; filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.5)); transition: all 0.3s ease; background: transparent !important; object-fit: contain; border-radius: 12px; }
    .navbar-nav .nav-link { font-weight: 600; margin: 0 4px; padding: 8px 16px; border-radius: 40px; transition: all 0.25s ease; color: rgba(255, 255, 255, 0.85); }
    .navbar-nav .nav-link:hover { color: #0ff; background: rgba(0, 255, 255, 0.15); text-shadow: 0 0 8px rgba(0, 255, 255, 0.5); }
    .navbar-toggler { border: 2px solid #0ff !important; background: rgba(0, 255, 255, 0.15); padding: 10px 14px; border-radius: 12px; }
    .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; }
    @media (max-width: 991px) {
      .navbar-brand .logo-img { height: 42px; }
      .navbar-collapse { background: rgba(5, 10, 30, 0.95); backdrop-filter: blur(20px); border-radius: 24px; margin-top: 16px; padding: 16px 8px; border: 1px solid rgba(0, 255, 255, 0.3); }
      .navbar-nav .nav-link { text-align: center; padding: 12px 20px; }
    }
    .navbar .container-custom { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 clamp(1rem, 5vw, 3rem); display: flex; align-items: center; justify-content: space-between; }
    .container-full { width: 100%; max-width: 100%; padding: 0; }
    .glass-card { background: rgba(15, 25, 45, 0.65); backdrop-filter: blur(12px); border-radius: 32px; border: 1px solid rgba(0, 255, 255, 0.25); box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 20px rgba(0,255,255,0.1); transition: transform 0.4s ease, box-shadow 0.4s ease; }
    .glass-card:hover { transform: translateY(-8px); box-shadow: 0 30px 50px rgba(0,0,0,0.4), 0 0 30px rgba(0,255,255,0.3); border-color: rgba(0, 255, 255, 0.6); }
    .btn-cta { background: linear-gradient(135deg, #00c6ff, #0072ff); border: none; padding: 12px 28px; font-weight: 700; letter-spacing: 1px; color: white; border-radius: 60px; transition: all 0.3s ease; box-shadow: 0 8px 20px rgba(0,114,255,0.4); }
    .btn-cta:hover { transform: scale(1.03); box-shadow: 0 15px 30px rgba(0,114,255,0.6); }
    .btn-outline-cyber { border: 2px solid #0ff; background: transparent; color: #0ff; border-radius: 60px; padding: 10px 24px; font-weight: 600; transition: 0.2s; display: inline-flex; align-items: center; gap: 8px; }
    .btn-outline-cyber:hover { background: #0ff; color: #0a0a1f; box-shadow: 0 0 15px #0ff; }
    h1, h2, h3 { font-weight: 800; background: linear-gradient(135deg, #FFFFFF, #88ddff); background-clip: text; -webkit-background-clip: text; color: transparent; }
    .section-padding { padding: 80px 20px; }
    @media (max-width: 768px) { .section-padding { padding: 50px 16px; } h1 { font-size: 1.8rem; } }
    .floating-icon { animation: float 3s ease-in-out infinite; }
    @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-12px); } 100% { transform: translateY(0px); } }
    .service-card { background: rgba(10, 20, 35, 0.7); backdrop-filter: blur(8px); border-radius: 28px; padding: 24px 16px; text-align: center; transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1); border: 1px solid rgba(0, 200, 255, 0.2); height: 100%; }
    .service-card i { font-size: 2.5rem; color: #0af; transition: 0.2s; }
    .service-card:hover i { transform: scale(1.15); text-shadow: 0 0 20px #0af; }
    .tech-badge { display: inline-block; background: rgba(0, 255, 255, 0.15); border-radius: 40px; padding: 3px 10px; font-size: 0.65rem; font-weight: 600; margin: 3px; color: #0ff; border: 1px solid rgba(0, 255, 255, 0.3); }
    .form-control-custom { background: rgba(255,255,255,0.08); border: 1px solid rgba(0,255,255,0.3); border-radius: 50px; padding: 12px 20px; color: white; transition: 0.2s; width: 100%; }
    .form-control-custom:focus { background: rgba(255,255,255,0.15); border-color: #0ff; box-shadow: 0 0 10px #0ff; color: white; outline: none; }
    footer { background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-top: 1px solid rgba(0,255,255,0.3); }
    .fade-up { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
    .fade-up.visible { opacity: 1; transform: translateY(0); }
    .badge-tecnologia { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #0a1a3a, #0a0a2a); backdrop-filter: blur(8px); border-radius: 60px; padding: 8px 20px; border: 1px solid rgba(0, 255, 255, 0.6); box-shadow: 0 0 20px rgba(0, 255, 255, 0.2); font-weight: 700; font-size: 0.85rem; color: #ffffff; }
    .hero-section { min-height: 90vh; display: flex; align-items: center; width: 100%; }
    @media (max-width: 992px) { .hero-section { min-height: auto; padding: 40px 0; } }
    .skill-bar { background: rgba(0, 255, 255, 0.15); border-radius: 10px; overflow: hidden; }
    .skill-progress { background: linear-gradient(90deg, #0af, #0ff); height: 8px; border-radius: 10px; width: 0%; transition: width 1s ease; }
    
    /* Projetos */
    .projeto-card {
      background: rgba(10, 20, 35, 0.7);
      backdrop-filter: blur(8px);
      border-radius: 28px;
      padding: 24px 20px;
      border: 1px solid rgba(0, 200, 255, 0.25);
      transition: all 0.3s ease;
      height: 100%;
    }
    .projeto-card:hover {
      transform: translateY(-8px);
      border-color: #0ff;
      box-shadow: 0 0 30px rgba(0, 255, 255, 0.15);
    }
    .projeto-card .icon-wrapper {
      width: 60px;
      height: 60px;
      border-radius: 16px;
      background: rgba(0, 255, 255, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      color: #0ff;
      margin-bottom: 16px;
    }
    .projeto-card h4 {
      color: #fff;
      font-weight: 700;
    }
    .projeto-card .badge-projeto {
      background: rgba(0, 255, 255, 0.15);
      border: 1px solid rgba(0, 255, 255, 0.3);
      border-radius: 40px;
      padding: 2px 14px;
      font-size: 0.7rem;
      font-weight: 600;
      color: #0ff;
    }
    .link-projeto {
      color: #0ff;
      text-decoration: none;
      font-weight: 600;
      transition: 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .link-projeto:hover {
      color: #fff;
      text-shadow: 0 0 12px #0ff;
    }