    * { font-family: 'Poppins', sans-serif; }
    .logo-text-amazon { color: #1e2d5e; font-weight: 700; font-size: 22px; line-height: 1.1; }
    .header_logo {
      width: 150px;
 
    
  }
    .logo-text-automations { color: #1e2d5e; font-weight: 700; font-size: 22px; line-height: 1.1; }
    .logo-sub { color: #888; font-size: 10px; letter-spacing: 2px; font-style: italic; }
    .arrow-icon { width: 38px; }
    .launch-btn {
      border: 2px solid var(--color-primary);
      color: #1e2d5e;
      font-weight: 600;
      border-radius: 999px;
      padding: 8px 22px;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: background 0.2s;
      white-space: nowrap;
    }
    /* .launch-btn:hover { background: var(--color-primary); color: #fff; } */
    .launch-btn .btn-arrow {
      background: var(--color-primary);
      color: #fff;
      border-radius: 50%;
      width: 28px; height: 28px;
      display: flex; align-items: center; justify-content: center;
      font-size: 14px;
      transition: background 0.2s;
    }
    .launch-btn:hover .btn-arrow { background: #fff; color: var(--color-primary); }
    .nav-link {
      color: #222;
      font-weight: 500;
      font-size: 15px;
      transition: color 0.2s;
      cursor: pointer;
    }
    .nav-link:hover { color: var(--color-primary); }
    .topbar { background: #fff; border-bottom: 1px solid #eee; }
    .topbar-red { background: var(--color-primary); height: 4px; }
    .social-icon {
      width: 32px; height: 32px; border: 1.5px solid #ccc; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: #555; transition: border-color 0.2s, color 0.2s;
      cursor: pointer;
    }
    .social-icon:hover { border-color: var(--color-primary); color: var(--color-primary); }

    /* Mobile menu */
    #mobile-menu { display: none; }
    #mobile-menu.open { display: block; }