 #typed-text { display: inline-block; min-height: 1em; }     
  #globeViz { box-shadow: 0 0 20px rgba(155, 238, 238, 0.1); width: 100vw; height: 60vh; }      
  .hero { background: linear-gradient(to right, #121212, #1a1a1a), url('https://images.unsplash.com/photo-1600267165698-6a0276c5b1c4?auto=format&fit=crop&w=1950&q=80') center center / cover; min-height: 100vh; text-align: center; }  
  .hero h1 { font-size: 2rem; font-weight: 600; margin-bottom: 15px; }  
  .carousel-inner img { border-radius: 15px; object-fit: cover; height: 400px; }     
  .card { background-color: #d1cbcb; border: none; border-radius: 15px; transition: all 0.4s ease; overflow: hidden; }      
  .card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 255, 255, 0.15); }      
  .card img { height: 180px; object-fit: cover; }     
  .hero::before { content: ""; position: absolute; inset: 0; background: url('/static/phone/threat2.webp') center center; background-size: cover; filter: blur(8px); z-index: 0; opacity: 0.9; }      
  .card-body { padding: 20px; }      
  footer { padding: 40px 0; text-align: center; background: #1a1a1a; color: #888; font-size: 0.9rem; }      
  .glass-box { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); padding: 30px; }      
  .price { font-size: 2.5rem; font-weight: 700; color: #00e5ff; }      
  .limit { font-size: 1.1rem; color: #ccc; }      
  .btn-green { color: #2d3f45 !important; border-color: #4ae79d !important; background-color: #4ae79d !important; }      
  .btn-green:hover { color: #2d3f45 !important; border-color: #41cc8b !important; background-color: #41cc8b !important; }      
  .btn-green:active { color: #2d3f45 !important; border-color: #41cc8b !important; background-color: #41cc8b !important; }  
  input[type="search"]::placeholder {
    color: black;
  }
  
  /* New styles for tab-based search interface */
  .search-tabs {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 20px;
    display: inline-flex;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .search-tab {
    padding: 10px 20px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
  }
  
  .search-tab.active {
    background: rgba(0, 229, 255, 0.2);
    color: #00e5ff;
    box-shadow: 0 4px 12px rgba(0, 229, 255, 0.2);
  }
  
  .search-tab:hover:not(.active) {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
  }
  
  .search-container {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .search-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  
  .search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 15px 20px;
    font-size: 1.1rem;
    outline: none;
    color: #333;
  }
  
  .search-btn {
    background: linear-gradient(135deg, #00e5ff, #00b8d4);
    border: none;
    border-radius: 50px;
    padding: 12px 25px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  .search-btn:hover {
    background: linear-gradient(135deg, #00b8d4, #0091a8);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 229, 255, 0.4);
  }
  
  .search-example {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
    text-align: left;
    padding-left: 20px;
  }